* {

	margin: 0; padding: 0;

}

.clear {

	clear: both; 

}

img {

	border: 0;

}

/* CSS Document */



body {

	background: #DBDBDB;

	font: normal 11px Tahoma, Arial;

	color: #7A7F8A;

}

#bg {
	
	margin: 0 auto;

	width: 830px;

	height: auto;

}

a.link {

	color: #7A7F8A;

	font: bold 11px Tahoma, Arial;

	text-decoration: none;

}

a.link:hover {

	text-decoration: underline;

}

h2 {

	font: bold 12px Tahoma, Arial;

	color: #006FB1;

	margin: 0 0 5px;

}

#container {

	margin: 0 auto;

	width: 805px;

	height: auto;

	background: url("images/container_bg.gif") repeat-y #fff;


}

#header {

	width: 777px;

	height: 104px;

	background: url("images/header_bg.gif") repeat-x;

	padding: 0 20px 0 0;
	margin-left: 4px;

}

h1#logo {

	width: 260px;

	height: 104px;

	background: url("images/logo.jpg") no-repeat;

	text-indent: -10000px;

	float: left;

}

h1#logo a {

	width: 240px;

	height: 104px;

	display: block;

	margin: 0 0 0 20px;

}

#top_nav {

	width: auto;

	height: 30px;

	float: right;

	margin: 74px 0 0 4px;

	text-align: center;

	font: normal 10px Tahoma;

}

#top_nav li {

	display: inline;

	list-style: none;

}

#top_nav li a {

	height: 20px;

	background: #F0F0F0;

	border-top: 2px solid #B2B2B2;

	border-left: 2px solid #B2B2B2;

	float: left;

	color: #747474;

	text-decoration: none;

	padding: 8px 10px 0;

}

#top_nav li a:hover {

	background: #E1E1E1;

	text-decoration: underline;

}

#top_nav li a.top_end {

	border-right: 2px solid #B2B2B2;

}

#navigation {

	width: 797px;

	height: 38px;

	background: url("images/nav_bg.gif") repeat-x;

	text-align: center;

	margin: 0 0 14px 4px;;

}

#navigation li {

	display: inline;

	list-style: none;

}

#navigation li a {

	height: 24px;

	float: left;

	font: normal 13px Tahoma;

	color: #fff;

	text-decoration: none;

	padding: 8px 10px 0 10px;

	border-left: 1px solid #005B90;

	margin-top: 2px;

	background: url("images/hover.gif") repeat-x 0 -50px;

}

#navigation li a:hover {

	text-decoration: underline;

	background: url("images/hover.gif") repeat-x;

}

#navigation li a.start {

	margin-left: 15px;

}

#navigation li a.end {

	border-right: 1px solid #005B90;

}

#left {

	width: 225px;

	float: left;

	margin: 0 0 10px 4px;

}

#right {

	width: 540px;

	float: left;

	margin: 0 0 0 16px;

	line-height: 18px;

}

.cerified {

	width: 199px;

	height: auto;

	border-top: 1px solid silver;

	border-right: 1px solid silver;

	border-bottom: 1px solid silver;

	padding: 10px 0 10px 25px;

	margin: 0 0 10px;

	line-height: 18px;

}

.text {

	width: 174px;

	height: auto;

	border-top: 1px solid silver;

	border-right: 1px solid silver;

	border-bottom: 1px solid silver;

	padding: 10px 25px;

	margin: 0 0 10px;

	line-height: 18px;

}

input.box {

	width: 75px;

	height: 25px;

	background: url("images/button.gif") repeat-x;

	border: 0;

	border: 1px solid silver;

	color: #989898;

	font: bold 11px Tahoma, Arial;

}

input.textbox {

	width: 150px;

	height: 15px;

	border: 1px solid silver;

	padding: 5px;

	font: normal 11px Tahoma, Arial;

	color: #989898;

}

#business {

	width: 256px;

	height: 194px;

	background: url("images/business.jpg") no-repeat;

	float: left;

	padding: 141px 0 0;

}

#personal {

	width: 256px;

	height: 194px;

	background: url("images/personal.jpg") no-repeat;

	float: right;

	padding: 141px 0 0;

}

#footer {

	width: 767px;

	height: 65px;

	background: url("images/footer.jpg") no-repeat;

	padding: 15px 15px 0;
	
	margin-left: 4px;

	color: #CDECFF;

}

h3#more {

	width: 89px;

	height: 31px;

	text-indent: -10000px;

	margin: 0 0 0 36px;

}

h3#more a {

	width: 89px;

	height: 31px;

	display: block;

}

h3#more2 {

	width: 89px;

	height: 31px;

	text-indent: -10000px;

	margin: 0 0 0 21px;

}

h3#more2 a {

	width: 89px;

	height: 31px;

	display: block;

}

.plan {

	width: 115px;

	height: 148px;

	padding: 7px 0px 7px 7px;

	line-height: 18px;

}

#nav_footer li {

	list-style: none;

	display: inline;

}

#nav_footer li a {

	font-weight:bold;

	text-decoration: none;

	color: #CDECFF;

	margin-right: 5px;

}

#nav_footer li a:hover {

	text-decoration: underline;

	color: #fff;

}

/* Sponsor layout */

.sponsor {

	clear: both;
}

.sponsor_left {

	padding: 15px 15px 0 30px;

	margin: 10px 0px 10px 0px;

	width: 280px;

	float: left;
}

.sponsor_right {

	border-left: 1px dotted #999;

	padding: 5px 25px 0 30px;

	margin: 10px 0px 10px 0px;

	width: 420px;

	float: right;
}

/* One-column layout */

div.single { width: 100%; text-align: center;  }

div.innersingle { width: 90%; text-align: left; padding: 10px; }

div.innersingle p { margin: 15px; }

div.innersingle ul, div.single ol { margin: 12px 30px; }



/* Two-column layout */

div.double { margin: -14px 0px 15px 0px; padding: 0 0 0 0;}

div.double p { margin: 15px 0; line-height: 18px; }

div.double div.left { padding: 5px 15px 0 30px; margin-right: 275px; }

div.double div.left ul, div.double div.left ol { margin-left: 18px; }

div.double div.right { float: right; clear: right; width: 255px; border-left: 1px dotted #999; padding: 10px; }


div.double div.right h1, div.double div.right h2, div.double div.right h3, div.double div.right h4, div.double div.right h5, div.double div.right h6 { color: #666; border-bottom-color: #83caff; }



div.double div.right a:link { color: #3D9ABD; text-decoration: none;}

div.double div.right a:visited { color: #3D9ABD; text-decoration: none; }

div.double div.right a:hover { color: #3D9ABD; text-decoration: underline; }

div.double div.right a:active { color: #3D9ABD; text-decoration: none; }



/* Banners & Dividers */

div.banner { clear: both; width: 767px; height: 1%; overflow: auto; background-color: #00800; background: url("images/banner_bg.jpg") repeat-x; color: #FFFFFF; margin-left:4px; padding-top: 5px; padding-left: 15px; padding-right: 15px; }

div.banner H1 { font-size: 22px; }

/* Nicks Testing Classes/ID's */
.image_right_extra {
border: 1px solid #000
}
