@charset "utf-8";
body {
	font-family:Tahoma, Geneva, sans-serif;
	background: #FFF;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#333;
}
#wrapper {
	width: 920px;
	background: #FFFFFF;
	margin: 0px auto;
	padding:0px;/* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header{ height:60px; background:url(../images/header_r1_c3.jpg) no-repeat bottom; text-align:right; padding-right:15px;padding-top:37px;}
#SBlogo{ position: absolute; top:0px; float:left}
#navigation{ height:364px; text-align:right;}
#nav{
	font-size:12px;
	font-weight:bold;
	position:absolute;
	top:0px;
	z-index:49;
	text-align:right;
	margin-left:765px;
	margin-top:223px;
}
#nav ul{ margin:0px; padding:0px; width:130px;}
#nav li{ list-style:none; border-bottom:#999 1px dashed; padding:2px 0px;}
#nav li a:link, #nav li a:visited { text-decoration:none; color:#666; text-transform:lowercase;}
#nav li a:hover{ text-decoration:none; color:#333; text-transform:lowercase;}
#nav li a.active { color:#85c2f1; text-decoration:none; text-transform:uppercase;}
#mainContent {
	margin:0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#rightContent{ width:289px; float:right; padding:20px; background:url(../images/page_r3_c3.jpg) no-repeat top #FFF; border:#999 1px dashed; border-top:none; border-left:none;}
#centerContent{width:389px; float:right;}
#footer {position:fixed; bottom:0px; z-index:50; float:left; width:198px; padding-top:20px;}
#footer {position:fixed; bottom:0px; z-index:50; float:left; width:198px; padding-top:20px;}
#footer h6{ line-height:16px; padding-bottom:2px;}

#articleNav{height:116px; text-align:right; padding-top:12px; padding-right:20px; color:#999; border-right:#999 1px dashed;}
#articleNav p, #articleNav a:link, #articleNav a:visited{color:#a9a9a9; text-decoration:none; text-align:right;}
#articleNav a:hover{color:#85c2f1; text-decoration:none; text-align:right;}

#serviceNav{ text-align:right; padding-top:12px; padding-right:20px; padding-bottom:5px;color:#999; border-right:#999 1px dashed;}
#serviceNav p, #serviceNav a:link, #serviceNav a:visited{color:#a9a9a9; text-decoration:none; text-align:right;}
#serviceNav a:hover{color:#85c2f1; text-decoration:none; text-align:right;}

.articleCenterImage{ margin-bottom:5px;}

.listingTitleNumber {font-size:26px; color:#222;}
.listings{padding:6px 0px; border-bottom:#999 1px dashed;}
.listings ol {margin:0px; padding:0px; font-size:12px; font-weight:bold;}
.listings li {margin:0px; padding:0px; margin-left:20px;}

.microNav { padding:10px 15px; border:#999 1px dashed; width:50px; margin-bottom:10px;}
.microNav h3 a:link, .microNav h3 a:visited {color:#666; text-decoration:none; font-size:11px;}
.microNav h3 a:hover {color:#85c2f1; text-decoration:none; font-size:11px;}
.clear {clear:both;}

p{
	font-size:11px;
	margin:8px 0px;
	line-height:14px;
	color: #555;
}
h1{ font-size:15px; margin:0px;}
h2{ font-size:14px; margin:0px; margin-bottom:20px;}
h3{ font-size:12px; margin:0px; font-weight:lighter;}
h4{ font-size:12px; margin:0px;}
h6{ font-size:11px; margin:5px 0px; font-weight:lighter;}

#rightContent ul{margin:0 20px; padding:0px; list-style:url(/images/bullet.gif);}
#rightContent li{color:#555; font-size:11px;}

.dottedLine { border-bottom:#999 1px dashed; height:1px; width:100%; margin:3px 0;}
.titleGrey{ color:#666;}
.titleGrey a:link, .titleGrey a:visited{ color:#666; text-decoration:none;}
.lightBlue { color:#85c2f1;}
.lightBlue a:link, .lightBlue a:visited{color:#85c2f1; text-decoration:underline;}

a:link.titleBlue, a:visited.titleBlue{color:#85c2f1;text-decoration:none;}

.thin { font-weight:lighter;}

#centerContent p {font-size:11px;margin:0px;line-height:14px;color: #555;}
