@import url('/templates/css/menus/horizontal_dd_default.css');
body {
	background-color: #FFFFFF;
	background-image:
		url(/templates/images/background_tiles/sky_background.png);
	background-repeat: repeat-x;
}

#page {
	background-color: #CDFFFF;
}

#content {
	background-image:
		url(/templates/images/background_tiles/building_blue.jpg);
	background-repeat: no-repeat;
	background-color: #4A69A8;
}

/* Fix for IE6 italics causing drop-down */
	/* hide from MacIE. only WinIE sees this. \*/
* html #page {
	overflow: hidden;
	o\verflow: visible;
}

/* end hide */
#top_header {
	background-image: url(/templates/images/headers/office_skyline.gif);
}

#side_menu {
	background-image:
		url(/templates/images/background_tiles/side_menu_grad_blue.jpg);
	background-repeat: no-repeat;
}

a {
	font: Verdana, Arial, sans-serif;
	color: #4A69A8;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #fff;
}

#content a {
	color: #FFFFFF;
	text-decoration: underline;
}

#content a:hover {
	text-decoration: underline;
	color: #FF9900;
}

a.current {
	color: #fff;
}

#side_menu a.current {
	color: #400080;
}

#side_menu a {
	color: #4A69A8;
}

#side_menu a:hover {
	color: #400080;
}

#footer {
	color: #4A69A8;
	background-image:
		url(/templates/images/background_tiles/building_footer.jpg);
}

table.sidebar_box th {
	color: #FFFFFF;
}

.sidebar_box_border {
	border-color: #AED3E5;
}

th.sidebar_box_head {
	background-color: #AED3E5;
}

body {
	padding: 15px 0 15px 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: repeat-x;
}

#page {
	position: top center;
	width: 770px;
	margin: auto;
	border: 1px solid #000;
}

#content {
	color: #FFFFFF;
	text-align: justify;
	margin: 0px 0px 0px 113px;
	padding: 1px 20px 10px 20px;
	min-height: 300px;
	line-height: 1.2;
}

#content img {
	margin: 4px;
}

* html #page {
	overflow: hidden;
	o\verflow: visible;
}

#top_header {
	height: 120px;
}

#content h1 {
	font-size: 18px;
	text-align: left;
}

#content h2 {
	font-size: 14px;
	text-align: left;
}

#menu {
	background: transparent url(/templates/images/background_tiles/building_transparent.jpg) no-repeat;
	height: 31px;
}

#menu > ul {
	padding: 0px 0px;
	margin: 0 0 0 126px;
}

#menu > ul > li {
	display: inline;
	position: relative;
	padding: 0 10px;
	margin: 10px 0px 10px 0px;
	width: 100px;
	list-style: none;
	text-align: center;
}
#menu > ul > li > a{
	padding-bottom: 14px;
	font-weight: bold;
}
#menu a {
	display: block;
}
#menu a.current {
	color: #fff;
}
#menu ul ul{
	background-color: #CDFFFF;
	margin-top: 14px;
	*margin-top: -6px;
	padding: 5px 0 7px;
	z-index: 1000;
}
#menu ul ul a{
	font-weight: bold;
}
#menu ul ul a:hover,#menu ul ul a.current {
	color: #400080
}
#menu ul ul ul{
	top : -20px;
	*top : -1px;
}


#side_menu {
	float: left;
	padding: 20px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	width: 113px;
	height: 173px;
}

#side_menu li {
	list-style: none;
	margin-top: 0;
	padding-bottom: 10px;
}

#side_menu ul {
	padding: 6px 0px 0px 10px;
	margin: 0 0 0 0px;
	list-style: none;
	text-align: left;
}

#footer {
	font-size: 10px;
	font-weight: normal;
	line-height: 30px;
	text-align: center;
	clear: both;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 30px;
	border-top: 1px solid #000;
}

hr {
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #CCC;
	height: 0;
}