@charset "UTF-8";
/* CSS Document */

body {
	background: url('/sterling/images/sterling_bg.jpg') center -45px ;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

p 	{
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#333333;
	font-size:12px;
	line-height:1.5em;
}

h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#003366;
}

h4 {
	font-size:14px;
	margin-bottom:0;
}

#container {
	width: 894px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}

#header {
	width: 894px;
	height: 115px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-image: url(images/sterling_systemswhite.png);
	background-repeat: no-repeat;
}
#menu {
	padding: 40px 0px 0px 320px;
	color:#CCCCCC;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	z-index:800;
}


#menu h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	margin-top:20px;
	font-size: 14px;
}

#menu h2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	margin:0;
	font-size: 12px;
}

#menu a {
	color:#CCCCCC;
	text-decoration:none;
}

#menu a:hover {
	color:#FFFFFF;
}

#submenu {
	float:left;
	display:inline;
	width:200px;
	padding-right:20px;
	border-right:1px solid #CCCCCC;
}

#submenu ul {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	line-height:1.5em;
	list-style-type:none;
	padding:0;
	margin-left: 0;
}

#submenu ul li {
	padding:8px;
	border-bottom:1px solid #CCCCCC;
}

#submenu a {
	color:#333333;
	text-decoration:none;
}

#submenu a:hover {
	color:#0066CC;
	text-decoration:none;
}

#top {
	height:75px;
	background-image: url('/sterling/images/round_top.jpg');
}

#tophome {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width:1065px;
	height:75px;
	background-image: url('/sterling/images/round_top2.jpg');
}


#mainbody {
	padding: 0px 50px 50px 50px;
	background-image: url('/sterling/images/body_bg.gif');
	min-height: 500px;
}

#homebody {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width:965px;
	padding: 0px 50px 50px 50px;
	background-image: url('/sterling/images/body_bg2.gif');
	min-height: 500px;
}

#bodycopy {
	float:right;
	display:inline;
	width:550px;
}

#nav, #topnav ul li li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#nav ul, #topnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav ul li {
	position: relative;
	float: left;
    width: 142px;

}

#topnav ul li {
	position: relative;
	float: left;   

}

#nav li ul {
	position: absolute;
	top: 41px;
	display: none;
}

#topnav li ul {
	position: absolute;
	top: 15px;
	display: none;
}

#nav ul li a {
	display: block;
	padding: 0px;
	margin: 0px;
	border: 1px solid #333;
	z-index:200;
}

#topnav ul li a {
	display: block;
	padding: 0px;
	margin: 0px;
	z-index:801;
}


#nav ul li li a, #topnav ul li li a {
	display: block;
	text-decoration: none;
	line-height: 20px;
	color: #000;
	padding: 5px;
	margin: 0 2px;
	border: 1px solid #333;
	background-image: url('/sterling/images/diagram_bg.jpg');
	background-repeat: repeat-x;
	background-color: #FFF;
	width: 142px;
}

#nav ul li li a {z-index:300;}

#topnav ul li li a {z-index:802;}

#nav ul li li a:hover {
	background: #FFC;
}

#topnav ul li li a:hover {
	background: #22506F;
}

#nav li:hover ul, #nav li.over ul, #topnav li:hover ul, #topnav li.over ul { display: block; }

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

