/* CSS Document */
body {
	background: #abacb5 url(../images/bg_full.jpg) repeat-x top;
	margin:0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
}
#wrapped {
	width: 880px;
	margin: 0px auto; 
	text-align: left;
}
#header {
	width: 880px;
	background:url(../images/bg_line.gif) repeat-y;
	height: 97px;
}
#logo {
	padding-left: 16px;
	width: 343px;
	float:left;
}
#navtop {
	float: right;
	width: 254px;
	padding-top: 10px;
	padding-right: 34px;
	padding-bottom: 6px;
	padding-left: 10px;
	text-align: right;
}
#navtop a:link, #navtop a:visited, #navtop a:active {
	text-decoration:none;
	color:#000000;
	font-size: 12px;
}
#navtop a:hover {
	color:#000000;
	text-decoration: underline;
	font-size: 12px;
}
#nav {
	width: 864px;
	padding-left: 16px;
}
#main_content {
	width: 880px;
	background:url(../images/bg_line.gif) repeat-y;
}
#bg_top {
	width: 880px;
}
#content {
	width: 880px;
	background:url(../images/bg_line.gif) repeat-y;
}
#bg_bottom {
	width: 880px;
}
#flash {
	width: 864px;
	float:left;
	height: 340px;
	padding-left: 16px;
	background:url(../images/bg_line.gif) repeat-y;
}
#mast {
	width: 864px;
	float:left;
	height: 102px;
	padding-left: 16px;
	background:url(../images/bg_line.gif) repeat-y;
}
#leftcol {
	float: left;
	width: 550px;
	padding-top: 20px;
	padding-left: 32px;
	padding-right: 10px;
	padding-bottom: 20px;
}
#leftcol p{
	margin-top:10px;
	margin-bottom: 10px;
}
#centcol {
	float: left;
	width: 243px;
	padding-top: 20px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}
#centcol p{
	margin-top:10px;
	margin-bottom: 10px;
}
#rightcol {
	float: right;
	width: 240px;
	padding-top: 20px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 35px;
}
#rightcol p{
	margin-top:10px;
	margin-bottom: 10px;
}
#rightcolspan {
	float: right;
	width: 524px;
	padding-top: 20px;
	padding-right: 34px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#rightcolspan p{
	margin-top:10px;
	margin-bottom: 10px;
}
#box{
	border: 1px solid #9fa0b1;
	padding: 20px;
}
#boxnon{
	padding: 10px;
}
#boxred{
	border: 1px solid #9fa0b1;
	padding: 20px;
	background-color: #F4F6F2;
}
#calltext{
	border: 1px solid #9fa0b1;
	padding: 20px;
	background-color: #EDEFFC;
	float: right;
	margin-left: 25px;
	margin-right: 20px;
	width: 180px;
	margin-bottom: 20px;
}
#footer {
	width: 860px;
	text-align: left;
	color:#ffffff;
	padding-top: 3px;
	padding-bottom: 30px;
	padding-left: 20px;
}
#footer a:link, #footer a:visited, #footer a:active {
	text-decoration:none;
	color:#ffffff;
	font-size: 12px;
}
#footer a:hover {
 	color:#ffffff;
	text-decoration: underline;
	font-size: 12px;
}
#gravitate {
	float:right;
	font-size: 12px;
	color:#ffffff;
	padding-right: 20px;
}
#gravitate a:link, #gravitate a:visited, #gravitate a:active {
	text-decoration:none;
	color:#ffffff;
	font-size: 12px;
}
#gravitate a:hover {
 	color:#ffffff;
	text-decoration: none;
	font-size: 12px;
}
a:link, a:visited, a:active {
	color:#254956;
	text-decoration: underline;
}
a:hover {
	color:#254956;
	text-decoration: none;
}
#quote {
	width: 243px;
	padding-top: 24px;
}
#quote_index {
	width: 217px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#336477;
	font-size: 11px;
	padding-top: 10px;
	line-height: 14px;
	font-style:italic;
	font-weight: bold;
}
.quote {
	padding-left: 20px;
	padding-right: 50px;
	color:#000000;
	margin-bottom: 8px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.smalltext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style:normal;
	color: #666666;
	font-weight:normal;
}
ul {
	margin-top: 8px;
	list-style-type: none;
	margin-left: 20px;
	padding-left: 0px;
}
ul li {
	padding-left: 15px;
	margin-left: 0px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
}
h1 {
	color:#000000;
	font-size: 24px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	margin-top: 0px;
}
h2 {
	color:#000000;
	font-size: 16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0px;
	margin-top: 0px;
}
p {
	margin-top: 8px;
}
.tight {
	margin-top: 0px;
	margin-bottom: 0px;
}
.right { 
	float:right;
}
.clr {
	clear:both;
}
