@charset "utf-8";
/* CSS Document */
body {
	margin: 0 auto;font-family: Arial, Helvetica,sans-serif;font-size:8pt;color:#4f4f4f;
}
img{border:0;}
A:link{font-size:8pt;text-decoration:none;color:gray;}
A:visited{font-size:8pt;text-decoration:none;color:gray;}
A:hover{font-size:8pt;text-decoration:underline;color:gray;}
#main {
	float:left;
	width:916px;
	height:289px;
	padding:0;
	margin:10px 0 0 9px;
	background:url(/images/main.png) no-repeat;
	
	/*visibility:hidden;*/
}
#mid {
	clear:both;	
	display:block;
	float:none;
}
#over {
	position:absolute;
	left:720px;
	top:154px;
	width:200px;
	height:70px;
	z-index:10;
	background-image: url(/images/tag-button.png);
	background-repeat:no-repeat;
	cursor:pointer;
}

#text_over {
	position:absolute;
	left:200px;
	top:136px;
	width:512px;
	height:101px;
	z-index:2;
}
#maintext {
	width: 400px;
	border-right:1px solid silver;
	font-size:8pt;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	padding: 0px 24px 5px 15px;
	margin:0 10px 10px 5px;
	border-left:1px solid silver;
	float:left;
	}
#maintext_right_off {
	width: 599px;
	font-size:8pt;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	padding: 0px 14px 10px 19px;
	margin:0 10px 0 5px;
	border-left:1px solid silver;	
	float:left;
	}
h3 {
	font-size: 12pt;
	color: rgb(0,92,171);
	margin-bottom:7px;
	margin-top:2px;
}
.separate1 {
	float:left;
	width:1px;
	height:95px;
	z-index:2;
    margin: 5px 10px 0 10px;
	background-color: silver;
}
.separate0 {
	float:left;
	width:1px;
	height:10px;
	z-index:2;
    margin: 5px 10px 0 10px;
}
#main_buttons_box {
	width:420px;
	/*height:120px;*/
	display:block;
	margin-left:0;
}
#main_buttons_text {
	width:420px;
	height:45px;
	display:block;
	margin-left:-5px;
	text-align:center;
}
#main_buttons {
	width:420px;
	height:100px;
	display:block;
	margin-left:-5px;
}
.buttons {
	float:left;
	width:115px;
	height:105px;
	margin: 0px 2px 5px 2px;
	cursor:pointer;
}
.button_text {
	float:left;
	width:115px;
	font-size: 10px;
	color: rgb(99,100,102);
	margin: 5px 2px 5px 2px;
	line-height: 1.2em;
}

.buttons img{
	padding-top: 0;
	margin-left: -5px;
}


#leftside {
	width: 242px;
	font-size:8pt;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	padding: 0px 12px 10px 12px;
	float:left;
	margin:0 6px 0 12px;
}
#leftbox {
	width: 260px;
	text-align:left;
	float: left;
	margin:10px 5px 10px -5px;
	padding: 0 5px 0 0;
	background-color:#fff;
}
#leftbox .up{
	margin: 5px 0 0 15px;
	color:#fff;
}
#leftbox p {
	margin: 10px 20px 15px 15px;
	font-size:7pt;
	color:#FFF;
	line-height: 1.5em;
}
#rightside {
	width:189px;
	float:left;
	display:block;
	margin-bottom:0;
}

.gray img{
	margin: -5px 0 -5px 8px;	
	padding:3px 0 0 0;
}
.gray ul {
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	list-style-image: url(/images/selector.png);
	margin-left:0;
	padding:0 20px 0 25px;	
}

.gray li {
	text-indent: 0em;
	line-height: 1.5em;
	margin-left:5px;
}
#success {
	position:absolute;
	top:106px;
	left:0px;
	width:418px;
	height:216px;
	padding:0;
	margin:10px 0 0 9px;
	background-color: #fff;
	z-index:-2;
}
#success_trans {
	position:absolute;
	top:106px;
	left:0px;
	width:418px;
	height:217px;
	padding:0;
	margin:10px 0 0 9px;
	background:url(/images/success_trans.png) repeat-y;
	z-index:-1;
}
#content {
	height:auto;
	position: absolute;
    top: 0px;
    left: 0;
    /*margin-left: -380px;*/
	width: 100%;
	border: 0 none;
	background-color: #ffffff;
	z-index:2;
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
 	background-image: url(/images/whitegradientback.jpg);
	background-repeat: repeat-y;
}

#top {
	width:700px;
	height:20px;
}
#bottom {
	bottom:0;
	width:700px;
	height:20px;
	z-index:0;
}

#nav {
	text-align: right;
	margin-right: 10px;
	margin-left: 15px;
	clear: both;
}
#logo {
	width:298px;
	height:87px;
	float:left;
	display:block;
}
#nav1 {
	float:right;
	margin-top: 42px;
}
#nav1 img{
	padding: 0 15px 0 15px;
	float: left;
}
#nav2 {
	float:right;
	margin-top: 10px;
	margin-right: 10px;
}
#nav2 img{
	padding: 0 5px 0 5px;
	float: left;
}

.navseparate1 {
	width:1px;
	height:15px;
	z-index:2;
	margin: 0;
	background-color: #888;
	float:left;
}
.navseparate2 {
	width:1px;
	height:12px;
	z-index:2;
    margin: 0;
	background-color: #ccc;
	float:left;
}

.footer {
	width:876px;
	height:50px;
	margin-left: 20px;
    padding: 12px 0 0 20px;
	background-image:url(/images/footer_back.png);
	background-repeat:no-repeat;
	color: #fff;
	font-size: 8pt;
	display:block;
	clear:both;	
}
.footer .left {
	float:left;
}
.footer .right {
	float:right;
	text-align:right;
	margin-right: 30px;
}
.footer A:link{font-size:8pt;text-decoration:none;color:white;}
.footer A:visited{font-size:8pt;text-decoration:none;color:#777;}
.footer A:hover{font-size:8pt;text-decoration:underline;color:#aaa;}


#rate {
	padding-top:3px;
	background-image: url(/images/white_side_back.png);
	background-repeat:no-repeat;
	width: 175px;
	height: 72px;
	text-align:center;
	cursor: pointer;
}
.largegray {
	font-size: 24px;
	color: rgb(99,100,102);
	font-weight:normal;
	font-family: Verdana, Geneva, sans-serif;
	}
.medblue {
	font-size: 15px;
 	color: rgb(0,92,171);
	font-weight:600;
	letter-spacing: 0.02em;
}
.small {
	font-size:8pt;
	color: rgb(99,100,102);
}


/* general box setups */
.gray {
	background-image: url(/images/box/gray_back.png);
	background-repeat:repeat-y;
	width: 168px;
	margin:0 0 6px 0;
	text-align:left;

}
.graytop {
	background-image: url(/images/box/gray_top.png);
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	height:9px;
	width: 168px;
}
.graybottom {
	background-image: url(/images/box/gray_bottom.png);
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	bottom:0px;
	height:9px;
	width: 168px;
}

.blue_med {
	background-image: url(/images/box/blue_med_back.png);
	background-repeat:repeat-y;
}
.blue_medtop {
	background-color: #fff;
	background-image: url(/images/box/blue_med_top.png);
	background-repeat:no-repeat;
	height:9px;
}
.blue_medbottom {
	background-color: #fff;
	background-image: url(/images/box/blue_med_bottom.png);
	background-repeat:no-repeat;
	bottom:0px;
	height:8px;
}
.blue_sm {
	background-image: url(/images/box/blue_sm_back.png);
	background-repeat:repeat-y;
	width:168px;
}
.blue_smtop {
	background-color: #fff;
	background-image: url(/images/box/blue_sm_top.png);
	background-repeat:no-repeat;
	margin:0;
	height:6px;
	width:168px;
}
.blue_smbottom {
	background-color: #fff;
	background-image: url(/images/box/blue_sm_bottom.png);
	background-repeat:no-repeat;
	bottom:0px;
	height:6px;
	width:168px;
}
#sbabutton {
	background-image: url(/images/sba_button.png);
	background-repeat:no-repeat;
	width:164px;
	height:30px;
	margin:0 0 0 2px;
	padding-top:10px;
	font-size: 8pt;
	color:#FFF;
	text-align:center;
	text-decoration:none;
}
#contactus {display:none;
}
#secure {display:none;
}

.extranav_img{margin:5px 0 0 5px;}
A:hover.white8{font-size:8pt;text-decoration:none;color:white;}
A:visited.white8{font-size:8pt;text-decoration:none;color:white;}
A:hover.white8{font-size:8pt;text-decoration:underline;color:white;}

A:link.gray7{font-size:7pt;text-decoration:none;color:gray;}
A:visited.gray7{font-size:7pt;text-decoration:none;color:gray;}
A:hover.gray7{font-size:7pt;text-decoration:underline;color:gray;}

A:link.black7{font-size:7pt;text-decoration:none;color:#494949;}
A:visited.black7{font-size:7pt;text-decoration:none;color:#494949;}
A:hover.black7{font-size:7pt;text-decoration:underline;color:#494949;}



h1 {
	font-size: 16pt;
	color: rgb(0,92,171);
	margin-bottom:3px;
	margin-top:5px;
	font-weight: 300;
	letter-spacing: 0.1em;
}
h3 {
	font-size: 10pt;
	font-weight: bold;
}
.up {
	text-transform:uppercase;
}
#stripe {
	width: 915px;
	height: 36px;
	padding-top:10px;
	margin:10px 0 10px 4px;
	background:transparent url(/images/strip.png) bottom left no-repeat;
	clear:both;	
	text-align: right;
}

