/* CSS Document for Smallco :: Developed By Bluewire Media */

html, body{
	background-color: #D5D5D5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center; /*IE Fix: Centers child block elements. Unfortunately these children will inherit the attribute.*/
	color: white;
	margin: 0;
	padding: 0;
	height:100%;
	width:100%;
	background-image:url(images/body_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
}
h1{
	margin: 0px 0 5px 0;
	padding: 0px 0 5px 0;
	font-size: 22pt;
	color: white;
}
h2{
	color: white;
	margin: 5px 0 10px 0;
	padding: 5px 0 10px 0;
	font-size: 14pt;
}
h3{
	color: white;
	margin: 5px 0 10px 0;
	padding: 5px 0 10px 0;
	font-size: 11pt;
}

a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
a:link{color: #FFFFFF; }
a:visited{color: #FFFFFF;}
a:hover{color: #FF0000;}

table{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: white;
}

.spacer{
	width: 10px;	
}

/******************************************************************************/
/**                           HEADER + MENU                                  **/
/******************************************************************************/


.header{	
	width: 970px;
	margin: auto;
	text-align: left;
	/*background-image:url(images/header_bg.jpg);*/
	background-position:top right;
	background-repeat:no-repeat;
}

/*.header span{
	color:#ffffff;
	font-weight:bold;
	font-size: 16pt;
	float:right;
	margin-right:40px;
	margin-top:48px;
	clear:none;
}*/

/*.header span{
	color:#ffffff;
	font-weight:bold;
	font-size: 16pt;
	position:absolute;
	top:20px;
}*/
.header .logo{
}
.header #rolling-title{
	width:580px; 
	height:40px; 
	float:right; 
	margin-right:150px;
	margin-top:40px;
}
.header #rolling-title #no-flash{
	font-size:21pt;
	float:right;
	font-weight:bold;	
}

.menu{
	text-align:center;
	font-size: 10pt;
	font-weight: bold; 
	color: black;
}
.menu a:link{color: #000000; text-decoration: none;}
.menu a:visited{color: #000000; text-decoration: none;}
.menu a:hover{color: #FFFFFF; text-decoration: none;}

.menu ul{
	padding:0;
}
.menu li{
	display:inline;
	list-style-type:none;
	background-color:#9dadd3;
	background-image:url(images/other-link_left.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:7px;
	padding-top:2px;
	padding-bottom:3px;
	margin-right:7px;	
}
.menu li a{
	padding-right:8px;
	padding-top:2px;
	padding-bottom:3px;
	background-image:url(images/other-link_right.gif);
	background-position:right top;
	background-repeat:no-repeat;
}
.menu li.active{
	background-color:#092566;
	background-image:url(images/active-link_left.gif);
}
.menu li.active a{
	background-image:url(images/active-link_right.gif);
	color:#FFFFFF;
}


/******************************************************************************/
/**                               CONTENT                                    **/
/******************************************************************************/
#container{
	width:970px;
	margin:auto;
	text-align:left;
}
#container .content-box{
	background-color:#0b2a6b;
	background-image: url(images/content_background.jpg);
	background-repeat:repeat-y;
}

#container .content-box .text-left{
	margin-left:20px;
	margin-top:10px;
	margin-bottom:10px;
	float:left;
	width:650px;
}
#container .content-box .narrow-left{
	margin-left:20px;
	margin-top:10px;
	margin-bottom:10px;
	float:left;
	width:525px;
}
#container .content-box .text-wide{
	margin-left:20px;
	margin-top:10px;
	margin-bottom:10px;
	clear:both;
	float:left;
	width:930px;
}

#container .content-box .side-bar_right{
	float:right;
	margin-top:10px;
	margin-right:20px;
}

.white-box{
	padding-top:0;
	padding-bottom:12px;
	width:213px;
	background-color:#ffffff;
	background-image:url(images/white-box_bottom.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	text-align:center;
	margin-bottom:10px;
}

#side-bar_right-wide .white-box{
	width:320px;
	background-image:url(images/white-box1.5_bottom.jpg);
}
#side-bar_right-wide p.disclaimer {
	width:320px;
}

#wb_pds-wide{
	width:411px;
	background-image:url(images/white-box2_bottom.jpg);
	text-align:left;
}
#wb_pds-wide p{
	text-align:justify;
	margin-left:13px;
	margin-right:20px;
}
.recommended a{
	font-size:12pt;
	color:#ab0a14;
	text-decoration:none;
	font-weight:bold;
}
.recommended a:hover{
	text-decoration:underline;
	color:#ab0a14;
}
.recommended a:visited{
	color:#ab0a14;
}
.recommended {
	margin-bottom:4px;
	margin-top:7px;
}

.white-box table{
	color:#000000;
	text-align:left;
	margin:auto 0;
	margin-left:9px;
}

.side-bar_right th{
	font-size:11pt;
}

.special-box{
	width:214px;
	text-align:center;
	margin:auto;
}
.special-box .special-box-inner{
	margin:0;
	border-left:1px #ffffff solid;
	border-right:1px #ffffff solid;
	background-image:url(images/special-box_bg.jpg);
	background-position:left bottom;
	background-repeat:repeat-x;
	background-color:#24529c;
	padding-top:4px;
	padding-bottom:6px;
	padding-left:6px;
	padding-right:6px;
}
.special-box .special-box-inner p{
	font-size:12pt;
	font-weight:bold;
	text-decoration:none;
	margin-top:0;
	margin-bottom:7px;
	line-height:100%;
}
/*.special-box .special-box-inner a:hover{
	text-decoration:underline;
	color:#ffffff;
}
.special-box .special-box-inner a:visited{
	color:#ffffff;
}*/
.special-box .special-box-inner .go{
	padding-left:32px;
	padding-right:31px;
	padding-top:2px;
	padding-bottom:4px;
	margin-top:6px;
	background-image:url(images/go-button_bg.gif);
	background-position:left center;
	background-repeat:no-repeat;
	border:none;
	text-decoration:none;
	font-weight:bold;
	color:#efcfcf;
}
.special-box .special-box-inner .go:hover{
	color:#ffffff;
	background-position:right center;
}




.vspecial-box{
	width:411px;
	text-align:center;
	margin:auto;
}
.vspecial-box .vspecial-box-inner{
	margin:0;
	border-left:1px #ffffff solid;
	border-right:1px #ffffff solid;
	background-image:url(images/special-box_bg.jpg);
	background-position:left bottom;
	background-repeat:repeat-x;
	background-color:#24529c;
	padding-top:4px;
	padding-bottom:6px;
	padding-left:6px;
	padding-right:6px;
}
.vspecial-box .vspecial-box-inner p{
	font-size:10pt;
	font-weight:normal;
	text-decoration:none;
	margin-top:0;
	margin-bottom:7px;
	line-height:100%;
}
/*.vspecial-box .vspecial-box-inner a:hover{
	text-decoration:underline;
	color:#ffffff;
}
.vspecial-box .vspecial-box-inner a:visited{
	color:#ffffff;
}*/
.vspecial-box .vspecial-box-inner .go{
	padding-left:32px;
	padding-right:31px;
	padding-top:2px;
	padding-bottom:4px;
	margin-top:6px;
	background-image:url(images/go-button_bg.gif);
	background-position:left center;
	background-repeat:no-repeat;
	border:none;
	text-decoration:none;
	font-weight:bold;
	color:#efcfcf;
}
.vspecial-box .vspecial-box-inner .go:hover{
	color:#ffffff;
	background-position:right center;
}












.content-box ol li{
	margin-bottom:1.25em;
	}
	
p.disclaimer{
	color:#ffffff;
	width:210px;
	font-size:7.5pt;
	text-align:justify;
}	
.white-box input.form-submit{
	background-color:#ffffff;
	background-image:url(images/go-button_bg2.gif);
	background-position:left center;
	background-repeat:no-repeat;
	border:none;
	width:80px;
	height:20px;
	color:#EFCFCF;
	font-weight:bold;
	padding-bottom:2px;
	cursor:pointer;
}
.white-box input.form-submit:hover{
	color:#ffffff;
	background-position:right center;
}
/******************************************************************************/
/**                               FOOTER                                     **/
/******************************************************************************/

.footer{
	margin: auto;
	width: 990px;
	height: auto;
	text-align: center;
	font-size: 8pt;
	color: #336699;
	
}
.footer a{font-size: 8pt;}
.footer a:link{color: #336699; text-decoration: none;}
.footer a:visited{color: #336699; text-decoration: none;}
.footer a:hover{color: #000000; text-decoration: none;}
