@charset "UTF-8";

/* Page Layout */

* {
	padding: 0;
	margin: 0;
	border: 0;
}


body {
	background: #fff;
	min-width: 700px;
	font: .85em/1.2em Arial, Helvetica, sans-serif;
}


#wrapper {
	text-align: left;
	width: 95%;
}


#header {
	color: #000;
	clear: both; 
	width: 100%;
	height: 71px;
	background: url(../images/title_bg.jpg) no-repeat top left;
	border-bottom: 2px solid gray;
}

#footer {
	clear: both;
	width: 100%;
	border-top: 2px solid gray;
}


#contentfloatholder {/* right faux column tab */
	float: left;
	width: 100%;
}


#contentfloatholder:after {
 /* this is for NN6 to clear floats */
    content: "."; 
    display: block; 
		height: 0px;
    clear: both; 
    visibility: hidden;
}


#center {
	margin: 0 262px 0 125px;
	padding: 1em;
}



#centerwrap {
	float: left;
	width: 100%; 
	margin: 0 -95% 0 0;
}


#left {
	float: left;
	width: 120px;
	height: 550px;
	margin: 0 0 0 -5%;
	background-color: #CCCCCC;
	font-size: x-small;
	text-align: right;
	border-right: 2px solid gray;
}


#right {
	float: right;
	width: 262px;
	margin: 0;
	position: relative;
	top: -71px;
	background-color: #FFFFFF;
}


/* Elements */

#title h1{
	display: block;
	text-indent: -1000em;
	height: 61px;
	width: 380px;
	background: url(../images/sterling_logo.gif) no-repeat 130px 10px;
}

#title h2 {
	text-indent: -1000em;
	display: none;
}


#left ul {margin-top: 1em;}

#left ul, #right_nav {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

#left ul li {
	list-style-type: none;
	margin-bottom: 1em;
}

#right_nav li {
	list-style-type: none;
}


#right_nav li {
	padding-top: 10px;
}


/* tags */

a:link, a:visited {
	color: #576663;
}

a:hover {
	color: #333;
}

p {
	margin-bottom: 1em;
}


h3 {
	font: 1.2em; 
	color: #9baaa3;
	margin-bottom: 0.4em;
	text-transform: capitalize;
}

h4 {
font-size: 11px;
text-style: bold;
}

#center ul {
	margin-bottom: 1em;
	margin-left: 1em;
}


#center dl { 
	border: none;
	padding: 0.5em;
	margin-bottom: 1em;
	font-size: 11px;
}


#center dt { 
	float: left;
 	clear: left;
 	width: 75px;
 	text-align: right;
 	color: #333;
} 


#center dt:after { content: ":"; } 


#center dd { 
	margin: 0 0 0 80px;
	padding: 0 0 0.4em 0;
	
}
