/*body
{
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding : 0px;
	margin : 0px;
	background-color : black;
	color : white;
}

a
{
	color : #96C9E3;
}

a:hover
{
	color : #EFE100;
}

.logo
{
	position : absolute;
	top : 0px;
	left : 0px;
}

.toptext
{
	position : absolute;
	border : 1px solid #D1D1D1;
	top : 165px;
	left : 5px;
	width : 150px;
	padding : 3px;
}

.toptext h1
{
	font-size : 12px;
	margin : 0px;
	padding : 0px;
}

.toptext p
{
	margin : 0px;
	padding : 0px;
}

.nav
{
	position : absolute;
	border : 1px solid #D1D1D1;
	top : 300px;
	width : 150px;
	left : 5px;
	padding : 3px;
}

.content
{
	position : relative;
	margin : 165px 150px 10px 175px;
}


td
{
	font-size : 12px;
}

.nav2
{
	position : absolute;
	border : 1px solid #D1D1D1;
	top :400px;
	left : 5px;
	padding : 3px;
	width : 150px;
}

.ads
{
	position : absolute;
	text-align : center;
	top : 165px;
	right : 5px;
}

.breadcrumbs
{
	text-transform : capitalize;
}*/

/*NEW CSS*/

/* Colors */

body	{
	color:#000000;
	background-color:#D5DEE6;
}
h1	{
	color:#000000;
}
h2	{
	color:#6C8F9F;
}
h3	{
	color:#555555;
}
a	{
	color:#366BA1;
	text-decoration:none;
	font-weight:bold;
}
a:hover	{
	text-decoration:underline;
}
#nav a	{
	color:#FFFFFF;
}
#related	{
	background-color:#CACACA;
	border:#CACACA solid 1px;
}
#related-links	{
	background-color:#E4E4E4;
}
#related-links p {
	border-bottom:#FFFFFF solid 1px;
}
#footer a{
	color:#3C3C3C;
	text-decoration:none;
	font-weight:bold;
}
#footer a:hover {
	text-decoration:underline;
}
#bottom-nav a {
	border-left:#3C3C3C solid 2px;
}


/*Main Stuff */

body	{
	margin:0px 0px 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}
form	{
	margin:0px;
}
img	{
	border:0px;
}
h1	{
	font-size:21px;
	margin:20px 0px 0px 0px;
}
h2	{
	font-size:18px;
	font-weight:normal;
	margin:0px;
}
h3	{
	font-size:14px;
	margin:4px 0px 4px 0px;
	text-align:center;
}
p	{
	margin:8px 0px 8px 0px;
}


/*contianer*/


#wrapper	{
	display:block;
	width:1026px;
	margin-right:auto;
	margin-left:auto;
	
}
#header-bg	{
	display:table;
	width:1026px;
	height:120px;
	background-image:url(/images/header-bg.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
#logo	{
	width:278px;
	height:90px;
	position:absolute;
	margin:20px 0px 0px 50px;
}
#ad-top input	{
	display:block;
	width:475px;
	height:60px;
	position:absolute;
	margin-top:21px;
	margin-left:520px;
}

/* Nav */

#nav-bg	{
	display:table;
	width:1026px;
	height:55px;
	background-image:url(/images/nav-bg.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
#nav	{
	display:table;
	width:750px;
	font-size:12px;
	margin:35px 0px 0px 238px;
}
#nav a	{
	margin-right:20px;
}

/* content-bg */

#content-bg, #content-bottom, #content-top	{	
	display:table;
	width:1026px;
	height:100%;
}
#content-bg	{
	background-image:url(/images/content-bg.jpg);
	background-repeat:repeat-y;
}
#content-top {
	background-image:url(/images/top-bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
#content-bottom	{
	background-image:url(/images/bottom-bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
#content-placement	{
	display:block;
	width:1011px;
	margin:0px 5px 0px 7px;
	padding-top:15px;
	height:100%;
	min-height:900px;
}


/*columns*/

.float-col	{
	display:table;
	float:left;
}
.left-col { 
	width:265px;
	padding:13px 10px 0px 15px;
}
.right-col	{
	width:265px;
	padding:13px 10px 0px 0px;
	float:right;
	}
.side-pic	{
	width:265px;
	height:349px;
	margin-bottom:40px;
}


/* left Column */

#related	{
	display:table;
	width:263px;
}
#related-links	{
	display:block;
	width:243px;
	padding:10px 10px 20px 10px;
}
#related-links p	{
	display:table;
	width:195px;
	background-image:url(/images/question-bubble.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	padding:10px 0px 14px 37px;
	font-size:12px;
}


/* Middle Column */

	
.middle-col	{
	width:431px;
}
#form-bg	{
	display:table;
	width:431px;
	height:247px;
	background-image: url(/images/form-bg.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
#form	{
	height:180px;
	width:360px;
	padding:10px 40px 0px 30px;
	margin-top:50px;
	margin-left:15px;

}

.labels	{
   font-size:16px;
}

.first-name, .last-name, .email, .select-amount {
   margin-bottom:5px;
   margin-top:5px;
   margin-left:6px;
}
.email	{
	margin-left:44px;
}
.first-name input, .last-name input {
   width:222px;
   font-size:16px;
   border:solid #A2A2A2 1px;
   background-color:#F9F8D3 !important;
}
.last-name input	{
	margin-left:1px;
}
.email input	{
	width:222px;
	font-size:16px;
	border:solid #A2A2A2 1px;
	background-color:#F9F8D3 !important;
	margin-left:1px;
}
.select-amount select	{
	font-size:16px;
	display:block;
	width:224px;
	margin:0px 0px 0px 101px;

	border:solid #A2A2A2 1px;
	background-color:#F9F8D3 !important;
}
.check-01, .check-02, .check-03 {
   display:none;
}
.check-04	{

}
.service-select select:hover, .first-name input:hover, .last-name input:hover, .email input:hover {

}
#form .continue-button	{
	margin-left:253px;
	margin-top:-15px;
}

#content	{
	display:table;
	width:426px;
	padding-bottom:40px;
	padding-left:5px;
}

#ads-bottom input	{
	width:200px;
	height:200px;
	margin:5px 0px 20px 30px;
}

#medal	{
	margin-left:90px;
}

/* Footer */


#footer	{
	display:table;
	clear:both;
	width:1013px;
	padding:0px 6px 0px 7px;
}
#disclosures	{
	display:inline;
	margin-right:20px;
	
}	
#disclosures ul	{
	margin:0px;
	padding:0px;
	font-size:11px;
}
#disclosures ul li {  
  display:inline;
  margin-right:10px;
  font-size:11px;
}