@charset "utf-8";
body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #454545;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000;
	position:relative;
	left:0px;
	top:0px;
	z-index:0;
}
p {
    padding: 8px;
	line-height: 18px;
}	
h1 {
    font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #054d78;
	font-weight: bold;
    padding-top: 5px;
	padding-left: 5px;
}
h2 {
    font-size: 12px;
    color: #0C8ACF;
    font-weight: bold;
    padding: 5px 0 0 5px;
}
ul, ol, dl {position: relative; } 
.left {
    float: left;
}
.right {
    float: right;
}
a:link,
a:active {
    text-decoration: none; 
    color: #156fa5;
}
a:visited,
a:hover {
    color: #f28c1e;
}

/* --- Header --- */
#header { 
	height: 91px;
	background-image: url(../images/body_bg.png);
	background-repeat: repeat-y;
	padding: 0px 0px 0px 18px;
}
#header .logo {
    margin-top: 18px;
}
#header li {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	float: right;
	margin: 0px 5px 0px 0px;
	display: inline;
	color: #FFFFFF;
}
/* --- Nav --- */
#navone {
	position: relative;
	width: 873px; 
	margin: 0 0 0 0px;
	padding: 0 0 0 0;
    font: 13px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #454545;
}

#navone ul
{
    display: inline;
    width: 873px;
}

#navone ul li {
	float: left;
	margin: 0 41px 0 41px;
	padding: 0 0 0 0;
	display: inline;
	text-align: center;
	height: 30px;
}

#navone ul li.selected
{
    /*margin: 10px 0 0 0;*/
    background-position: center bottom;
    background-image: url(../images/nav_selected.png);
    background-repeat: no-repeat;
}

#navone ul li a
{
    display: inline-block;
    padding: 7px 0 0 0;
}

#navone ul li a:link,
#navone ul li a:visited {
    color: #fff;
}
#navone ul li a:link.selected,
#navone ul li a:active,
#navone ul li a:hover {
    color: #454545;
}

#subnav {
	position: relative;
	background-image: url(../images/sub_left_bg.png);
	background-repeat: repeat-y;
	border-top: 1px solid #ddeaf1;
	border-bottom: 1px solid #ddeaf1;
	width: 237px;
	margin-left: 12px;
	top: 10px;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	/*list-style-image: none;
	list-style: none;
	list-style-type: none;*/
}
#subnav ul {
    margin: 0px; 
}
#subnav ul li {
    padding: 0;
	margin: 0;
	/*list-style-image: none;
	list-style: none;
	list-style-type: none;*/
}
* html #subnav ul {
   
}
* html #subnav ul li a{
    margin-bottom: -17px;
}

#subnav ul li a
{
    display: block;
    font: 13px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 30px;
	text-indent: 10px;
	/*list-style-image: none;
	list-style: none;
	list-style-type: none;*/
}
* html #subnav ul li a{
    line-height: 30px;
}

#subnav ul li a:link,
#subnav ul li a:visited,
#subnav ul li a:active{
    color: #444444;
}
#subnav ul li a:hover {
    background-image: url(../images/subnav_selected.png);
    background-repeat: no-repeat;
    background-color: #E0E2E4;    
}
* subnav ul li a:hover{
    height: 30px;
}

#subnav ul li ul li a {
    font-size: 11px;
    text-indent: 25px;
    line-height: 30px;
}

/* --- Home Content --- */
#container { 
	position: relative;
	width: 873px;  
	margin: 0 auto; 
	text-align: left;
} 
#mainContent{  
    position: relative;
	top: 2px;
	padding: 0 0 20px 0;
	margin: 0;
	width: 873px;
	background-image: url(../images/body_bg.png);
	background-repeat: repeat-y; 
	float: left;
}

*:first-child+html #mainContent
{
    float: none;
}

#mainContent p {
    padding: 5px;
}
#mainContent ul {
    /*margin: 5px 5px 5px 5px;*/
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
#mainContent li {
    font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 0px 5px 5px;
	line-height: 18px;
}
#flashobject {
	background-image: url(../images/flasharea.jpg);
	background-repeat: no-repeat;
	height: 279px;
	width: 847px;
	margin: 0 0 0 12px;
	padding: 0 0 0 0px;
}
#transparency {
    float: right;
	margin-top: 10px;
	/*background-image: url(../images/flasharea_transparency.png);
	background-repeat: repeat-x;*/
	height: 256px;
	width: 325px;
}

#transparency h3 {
    font: 20px Verdana, Arial, Helvetica, sans-serif;
	font-weight: 500;
	color: #fff;
	padding-left: 7px;
}
#transparency p {
    font: 14px Verdana, Arial, Helvetica, sans-serif;
	line-height: 24px;
	/*font-weight: 700;*/
	color: #4b4c4d;
	padding-left: 7px;
	padding-top: 15px;
}
#transparency .button {
    position: absolute;
	right: 14px;
	top: 240px;
}
#rightcolumn {
    float: right;
	width: 326px;
	margin: 0px 13px 0 0;
	position: relative;
}
* html #rightcolumn{
    margin: 0 7px 0 0;
}
*:first-child+html #rightcolumn 
{
    margin: 0px 13px 0 0;
}
#jointoday {
	width: 326px;
	border-top: 1px solid #ddeaf1;
	border-bottom: 1px solid #ddeaf1;
	background-image: url(../images/join_bg.png);
	background-repeat: repeat-y;
}
#news {
	width: 326px;
	border-top: 1px solid #ddeaf1;
	border-bottom: 1px solid #ddeaf1;
	background-image: url(../images/news_bg.png);
	background-repeat: repeat-y;
	margin-top: 7px;
	height: 207px;
}
* html #news{
    height: 220px;
}
#news p{
    line-height: 14px;
}
#homeContent {
    background-image: url(../images/home_maincontent_bg.png);
	background-repeat: repeat-y;
	border-top: 1px solid #ddeaf1;
	border-bottom: 1px solid #ddeaf1;
	margin: 1px 0 0 12px;
	width: 515px;
	height: 313px;
}
#homeContent ul li {
    font: 11px Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
	padding-left: 10px;
	padding-top: 0px;
	background: url(../images/listimage.png) top left no-repeat;
	line-height: 18px;
}
#underline {
    background-image: url(../images/home_hr.png);
	background-repeat: no-repeat;
	height: 2px;
	width: 445px;
	margin-top: 6px;
	margin-left: 6px;
}
/**:first-child+html #underline  {
    margin-bottom: -11px;
}*/ 
* html #underline{
    margin-bottom: -11px;
}
/* --- Sub Content --- */
#subleft{
    position: relative;
    left: 0px;
    width: 260px;
    float: left;
}

#subBody {
	position: relative;
	font: 11.5px Verdana, Arial, Helvetica, sans-serif;
	padding-left: 0px;
	line-height: 15px;
	top: 12px;
	float: left;
	width: 586px;
}

#subBody ul li{
    font: 11.5px Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
	padding-left: 10px;
	padding-top: 0px;
	background: url(../images/listimage_body.jpg) top left no-repeat;
	line-height: 18px;
}
#helpfullTools {
    position: relative;
	top: 18px;
	background-image: url(../images/sub_left_bg.png);
	background-repeat: repeat-y;
	border-top: 1px solid #ddeaf1;
	border-bottom: 1px solid #ddeaf1;
	width: 237px;
	margin-left: 12px;
}
#helpfullToolslist {
    margin-left: 3px;
}
#helpfullToolslist ul li {
	/*list-style-type: none;*/
	padding-left: 10px;
	padding-top: 0px;
	background: url(../images/listimage_helpful_tools.jpg) top left no-repeat;
}
.adImage {
    margin-top: 8px;
	margin-left: 11px;
	}
#subjointoday {
	position: relative;
	width: 237px;
	border-top: 1px solid #ddeaf1;
	border-bottom: 1px solid #ddeaf1;
	background-image: url(../images/sub_join_bg.png);
	background-repeat: repeat-y;
	margin-left: 12px;
	top: 25px;
}
#clearer {
    position: relative;
	width: 237px;
	height: 40px;
	top: 10px;
}
#homeclearer {
    position: relative;
	width: 237px;
	height: 5px;
	top: 10px;
}
/* --- footer --- */
#footerbg {
    background: #454545;
	background-image: url(../images/footer_body_bg.png);
	background-repeat: repeat-x;
	text-align: center; 
	color: #000;
	position: relative;
	top: 2px;
	clear: both;
}
#footercontainer {
	background-image: url(../images/body_bg.png);
	background-repeat: repeat-y;
	position: relative;
	width: 873px;
	height: 75px;
	margin: 0 auto;
}
#footer { 
	width: 859px;
	height: 30px;
	color: #156fa5;
	padding-top: 3px;
	background-image: url(../images/footer_bar.png);
	background-repeat: repeat-x;
	margin: 0 auto;
}
.footeraddress {
    font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}