@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: right; /* 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:266px; text-align:right;}
#nav{
	font-size:12px;
	font-weight:bold;
	position:absolute;
	top:0px;
	z-index:50;
	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;}
#nav h1 {font-size:130px; margin:0; padding:0;}

#nav2 { font-size:12px; font-weight:bold; text-align:right; float:right; width:180px;}
#nav2 ul{ margin:0px}
#nav2 li{ list-style:none; border-bottom:#999 1px dashed;padding:2px 0px;}
#nav2 li a:link, #nav2 li a:visited { text-decoration:none; color:#666; text-transform:lowercase;}
#nav2 li a:hover{ text-decoration:none; color:#333; text-transform:lowercase;}
#nav2 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 p a:link, #rightContent p a:visited{color: #666; text-decoration:none; font-weight:bold;}
#rightContent p a:hover{color: #85c2f1; text-decoration:none; font-weight:bold;}
#rightContent{ width:289px; float:right; padding:20px; background:url(../images/page_r3_c3.jpg) no-repeat top #E6E6E6; 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; text-align:left;}
#footer h6{ line-height:16px; padding-bottom:2px;}

#articleNav{height:116px; text-align:right; padding-top:12px; padding-right:20px; color:#999; background:url(../images/articleNavBg.jpg) repeat-y top right; 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;}

.articleCenterImage{ border:#999 1px dashed; margin:5px 0; margin-bottom:15px;}

.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;}

ul.copyBullets { marign:8px 0px; margin-left:14px; padding:0;list-style:url(../images/bullet.gif); font-size:11px;line-height:14px;color:#85c2f1;}
li.copybullets { margin:10px 0; font-weight:bold; color:#777;}

.microNav { padding:10px 15px; border:#999 1px dashed; width:30px; margin:10px 0;}
.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;}
h6{ font-size:11px; margin:5px 0px; font-weight:lighter;}

.dottedLine { border-bottom:#999 1px dashed; height:1px; width:100%; margin:10px 0;}
.titleGrey{ color:#666;}
.lightBlue { color:#85c2f1;}
.lightBlue a:link, .lightBlue a:visited{color:#85c2f1; text-decoration:underline;}
a:link.copyGrey, a:visited.copyGrey  {color: #555;  text-decoration:none;}
a:hover.copyGrey{color:#85c2f1;}

.thin { font-weight:lighter;}
