@charset "utf-8";
/* CSS Reset */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, dfn, em, font, img, ins, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	
}
:focus {
	outline: 0;
}
table {
	border-collapse: separate;
	border-spacing: 0;
	
}
/************** end reset **************/


/* CSS Document */
/*   >>>>>>>>> STRUCTURE >>>>>>>>>>   */
html{
  font: 100.01%/130% Arial, Helvetica, sans-serif;
  font-size:16px;
}
body  {
	background: #fff;
	
	color: #000000;
	text-align: center; /* this centers the container in IE 5* browsers.  */

}

 
.threeCol #container { 
	width: 100%; 
	background: #FFFFFF;
	margin: 0 auto;  
	text-align: left;
}
.threeCol #container2{
 width:970px;
 margin:0 auto;
}
.threeCol #header{
 	width:970px;
	margin:0 auto;
	padding: 10px 10px 0 10px;
	 
	

}
.threeCol #homecontent{
 width:970px;
 margin:auto auto;
}
.threeCol #subheader{
	/*background:#ffffff url(../images/hdrbkgrnd.png) repeat;*/
	padding: 10px 10px 0 10px;
	height:140px;
	width:970px;
	margin:0 auto;
}
.threeCol #submenu{
 margin:10px 20px 0 15px;
 width:360px;
   display:block;
   float:left;
} 

.threeCol #submenu-rt{
margin-top:10px;
 margin-left:auto; 
 width:380px;
 float:right; 
}
.threeCol #submenu p, #submenu-rt p{
 height:90px;
 display:block;
 margin-top:0;
 
}
.threeCol #submenu a, #submenu-rt a{
 text-decoration:none;
 font-size: 22px;
 line-height:30px;
 color:#000;
}
.threeCol #submenu a:hover, #submenu-rt a:hover{
  color:#000099;
}
.threeCol #submenu img, #submenu-rt img{
 padding-right:15px;
 }
 .submenu-heading{
  color:#000099;
  font-size:22px;
  height:72px;
  display:block;
 }
.threeCol #sidebar1 {
	float: left; 
	width: 280px;
	background: #fff; 
	padding: 15px 10px 10px 0px; 

}

.threeCol #breadcrumb{
 font-size:14px;
margin: 5px 0 15px 0;
 font-weight:bold;
}
.threeCol #breadcrumb a{
	text-decoration:none;
	color:#993300;
	font-weight:bold;
	text-transform: uppercase;
}
/*----------------- >>> SIDEBARS <<< ---------------------------*/
.threeCol #sidebar1 h3, .threeCol #sidebar1 p, #sidebar2 h3, .threeCol #sidebar2 p{
	margin-left: 10px; 
	margin-right: 10px;
}
 
.threeCol #sidebar2 {
	float: right; 
	width: 275px;  	
	padding: 15px 10px 15px 10px;  
	text-align:left;
	
}
.threeCol #sidebar1 img{
 margin-bottom:15px;
}

.threeCol #sidebar2 img{
 margin-bottom:15px;
}
.threeCol #mainContent {	
	margin-left: 320px;  
	padding:10px;
	width:280px;
	text-align:center;
}  
.threeCol #mainContent p{
margin-top:7px;

}
.threeCol #subContent{
	width:500px;
	margin-left: 300px;  
	padding:10px;
}
.threeCol #subContent p{
margin-top:7px;
}
.threeCol #fullContent{
width:860px;
margin:25px auto;
}

.threeCol #fullContent p, #smallContent p{
margin-top:7px;
}
/*-----------------------------------------------------------------------------*/
 

.threeCol #footer{
	background:#fff;
	font-size:0.75em;
	text-align:center;
	 
}
/*----- END STRUCTURE --------------*/
/*--------------Horizontal Navigation ----------------*/
 
#navbar{
	width:970px;
	margin: 10px auto;
	height: 50px;
	font-size:14px;
	padding: 0 5px 0 5px;
	background-image: url(../images/navbkgnd.png);
	background-repeat: no-repeat;	
	 
	 
}

#navbar ul {
	border: 0;
	margin: 0px 1px 0px 0px;
	padding: 0 0 0px;
	list-style-type: none;
	text-align: center;
}
#navbar ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#navbar ul li a {
	
	height: 40px;
	line-height:45px;
	padding: 0 20px 0 37px;
	color: #fff;
	font-weight:bold;
	text-decoration: none;
	display: block;
	text-align: center;	
	margin-right:2px;
	margin-top:1px;

}

#navbar ul li a:hover {
	color:#FFFF00;
}

#navbar a:active {	
	
}
#navbar li#active a {
	
}
.dropmenudiv_b{
	position:absolute;
	top: 0;
	margin-top:3px;
	border: 1px solid #918d8d; /*THEME CHANGE HERE*/
	border-width: 0 1px;
	font:normal 12px Verdana;
	line-height:25px;
	z-index:100;
	background-color:#DBE0FB;
	width: 200px;
	visibility: hidden;
	text-align: left;
}
.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
text-align: left;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
text-align: left;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #efefef;
text-align: left;
}
#btnrow1{
	height:270px;
	width:100%;
	margin-bottom:15px;
}
 
.btn{	 
	float:left;
	position:relative;
	margin:0 7px 0 7px;
	border-style: solid 1px #C8C6C9;	 
 
	behavior: url(ie-css3.htc);
}
 
 img.btn:hover{
	opacity:0.5;
filter:alpha(opacity=50); /* For IE8 and earlier */
behavior: url(ie-css3.htc);
}
.btn2{
	float:right;
	position:relative;
	margin:0 7px 0 7px;
	border-style: solid 1px #C8C6C9;	 
 
	behavior: url(ie-css3.htc);
}
 img.btn2:hover{
	opacity:0.5;
filter:alpha(opacity=50); /* For IE8 and earlier */
behavior: url(ie-css3.htc);
}

 #row3 {
   width:100%;
  
  display:block;
  
 }
 
 
 #logoarea{
 height:100px;
 display:block;
 font-weight:bold;
 }
 h1 {
 color:#0501ba;
 font-size:20px;
 line-height:22px;
 font-weight:bold;
 
 }
 h2{
 color:#006600;
 font-size:1.25em;
 font-weight:bold;
 }
 .hdr1{
 color:#0501ba;
 font-size:20px;
 line-height:40px;
 font-weight:bold;
 }
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

 
.eastable{
	border: thin solid #0000CC;
	padding: 5px;
	margin: 5px;
}
.even{
background-color:#efefef;
}
.cvv{
	background-color:#F7F7F7;
	padding: 5px;
	border: thin solid #CCCCCC;
}
.cvc{
	background-color:#FFFFCC;
	padding: 5px;
	border: thin solid #CCCCCC;
}
.bundles{
	border-left: 2px solid #FF0000;
	border-right: 2px solid #FF0000;
	border-bottom: 2px solid #FF0000;
	font-size:14px;
	width:222px;
	margin:-10px 0 0 36px;


}
.hightlight{
padding: 3px;
background-color:#FFFF99;
}
 
.double-space{
line-height:30px;
}
#wx_module_9101{
 
width:180px;
height:170px;
display:block;
position:relative;
float:right;
margin-right:5px;


}
.row3right{
 width:220px;
 float:right;
 padding-right:10px;

}
.row3left{
	width:272px;
	float:left;
	margin-left:10px;
	
}
#main, #main2{
	width:300px;
margin-left:48px;
 margin-right:15px;
 float:left;
 display:block;
 
}