﻿body {
	background: #e1e1e1;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #000000;
}
#SEOcontainer {
	width: 970px;  
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background:#FFFFFF url(../images/BG/bg.gif) repeat-y left top;
} 
#SEOtoplinks {
	padding:0 25px;  
	padding-top:5px;
	width:920px;
	overflow:hidden;
	text-align:right;
	background-color: #e1e1e1;
}

#SEObottomlinks {
	width:940px;
	overflow:hidden;	
	padding:0 5px;  
	margin:30px 10px;
}
#SEOheader {
	padding:0 25px;
	padding-top: 30px;
	background:url(../images/BG/top.gif) no-repeat left top;
}
#SEOnavbar {
	width:930px;
	margin:10px;
}
.leftbar {
	width:210px;
	float:left;
}

#SEOtoplinks #rightlinks
{
	float: right;
	overflow: hidden;
	text-align: right;
}
#SEOtoplinks span {
	display: block;
	float: left;
	padding: 3px 5px 3px 20px;
	color: #333333;
	text-decoration: none;
	margin-left: 15px;
	font-size: 11px;
}
#SEOtoplinks a {
	display: block;
	float: left;
	padding: 3px 5px 3px 20px;
	color: #333333;
	text-decoration: none;
	margin-left: 15px;
	font-size: 11px;
}
#SEOtoplinks a:hover {
	color: #CC6600;
}

#SEOtoplinks #contactus {
	background: url(../images/icons/contact.gif) no-repeat left;
}
#SEOtoplinks #faq {
	background: url(../images/icons/faq.gif) no-repeat left;
}

#SEObottomlinks {
	background-color: #255d9f;
	font-size: 10px;
}
#SEObottomlinks ul {
	padding: 0;
	width: 300px;
	margin: 0 auto;
	text-align: center;
}
#SEObottomlinks ul li {
	display: block;
	float: left;
}
#SEObottomlinks ul li a {
	display: block;
	color: #FFFFFF;
	padding: 2px 15px;
	border-right: solid 1px #B9D1F0;
	text-decoration: none;
}
#SEObottomlinks ul li a.last {
	border: none;
}


ul#SEOnavLinks {
	padding-top: 5px;
	padding-left: 20px;
	width: 930px;
	margin: 10px;
	background: url(../images/BG/navbar.gif) repeat-x left;
	margin: 0;
	padding-left: 20;
	overflow: hidden;
}
#SEOnavLinks li {
	list-style-type: none;
	display: block;
	float: left;
}
#SEOnavLinks a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	display: block;
	padding: 7px 15px;
	border-right: solid 1px #999999;
}
#SEOnavLinks a:hover {
	text-decoration: underline;
}
.leftPanel {
	background: url(../images/panels/leftPanel_bg.gif) repeat-y left top;
	width: 200px;
}
.leftPanel h4 {
	background: url(../images/panels/leftPanel_top.gif) no-repeat left top;
	margin: 0;
	padding: 6px 6px 12px 20px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 11px;
}
.leftPanel ul {
	margin-left: 0;
	padding-left: 0;
}
.leftPanel ul li {
	list-style-type: none;
	font-size: 11px;
	font-weight: bold;
	display: block;
	padding-left: 25px;
	background: url(../images/bullBlue.jpg) no-repeat 13px 6px;
	line-height: 20px;
}
.leftPanel ul li a {
	text-decoration: none;
	color: #3C5B8A;
}
.leftPanel ul ul {
	margin-bottom: 20px;
	margin-left: 10px;
	padding-left: 10px;
}
.leftPanel ul ul li {
	display: list-item;
	padding-left: 0;
	background: none;
	list-style-type: circle;
	font-weight: normal;
	line-height: 18px;
}
.leftPanel ul ul li a {
	text-decoration: underline;
	color: #0066CC;
}
.leftPanel .bot {
	background: url(../images/panels/leftPanel_bottom.gif) no-repeat left bottom;
	padding: 5px;
}
.leftBottom {
	text-align:center;
	margin-top:30px;
}
.livePanel {
	margin:30px 10px 10px 10px;
	padding:5px;
	border:solid 1px #FFCC66;
}
.livePanel li {
	margin-top:5px;
	font-size:11px;
	color:#666666;
}

#footer {
	color:#666666;
	text-align:center;
	font-size:11px;
	margin-bottom:20px;
}
#SEOcontent {
	padding:0 20px;
	width:920px;
	overflow:hidden;
}
