/*body
{
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding : 0px;
	margin : 0px;
}

.logo
{
	position : absolute;
	top : 0px;
	left : 0px;
}

.toptext
{
	position : absolute;
	top : 5px;
	left : 650px;
}

.toptext h1
{
	font-size : 12px;
	margin : 0px;
	padding : 0px;
}

.toptext p
{
	margin : 0px;
	padding : 0px;
}

.nav
{
	position : absolute;
	top : 150px;
	left : 0px;
	width : 100%;
	text-align : center;
	background-color : #C8AC4B;
	padding : 5px 0px;
	font-weight : bold;
}

.nav a
{
	color : #BB0000;
	text-decoration : none;
	padding : 5px;
}

.nav a:hover
{
	text-decoration : underline;
}

.content
{
	position : relative;
	margin : 185px 150px 10px 10px;
}


td
{
	font-size : 12px;
}

.ads
{
	position : absolute;
	text-align : center;
	top : 185px;
	right : 5px;
}

.breadcrumbs
{
	text-transform : capitalize;
}*/

/*NEW CSS*/

/* Colors */

body	{
	color:#000000;
	background-color:#D3E2E1;
}
h1	{
	color:#000000;
}
h2	{
	color:#8A8786;
}
h3	{
	color:#292929;
}
a	{
	color:#7C2F27;
	text-decoration:none;
	font-weight:bold;
}
a:hover	{
	text-decoration:underline;
}
#nav a	{
	color:#FFFFFF;
}
#related	{
	background-color:#C1C1C1;
	border:#C1C1C1 solid 1px;
}
#related-links	{
	background-color:#E8E8E8;
}
#related-links p {
	border-bottom:#B4B5B6 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;
	height:120px;
}
#logo	{
	width:244px;
	height:123px;
	position:absolute;
	margin:0px 0px 0px 50px;
}
#ad-top input	{
	position:absolute;
	display:block;
	width:475px;
	height:60px;
	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:600px;
	font-size:12px;
	margin:35px 0px 0px 275px;
}
#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 6px 0px 7px;
	padding-top:15px;
	height:100%;
	min-height:800px;
}


/*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/cash-burst.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:400px;
	padding:10px 0px 0px 30px;
	margin-top:50px;
	margin-left:15px;

}

.labels	{
   font-size:16px;
   color:#000000;
}

.first-name, .last-name, .email, .select-amount  {
   display:table;
   }
.first-name input, .last-name input, .email input, .select-amount select  {
   width:220px;
   font-size:16px;
   margin-top:6px;
   background-color:#F9F8D3 !important;
   border: solid #A2A2A2 1px;
}
.first-name input	{
	margin-left:10px;
}
.last-name input	{
	margin-left:11px;
}
.email input	{
	margin-left:50px;
}
.select-amount select 	{
	width:160px;
	margin-top:6px;
	margin-left:170px;
}
.first-name input:hover, .last-name input:hover, .email input:hover, .select-amount select:hover  {

}
.check-01, .check-02, .check-03 {
   display:none;
}
.check-04	{
	margin-top:7px;
	display:table;
}
#form .continue-button	{
	margin-left:235px;
	margin-top:-15px;
}
#content	{
	display:table;
	width:426px;
	padding-left:5px;
	padding-bottom:40px;
}

#medal	{
	padding-left:90px;	
}


#ads-bottom input	{
	width:200px;
	height:200px;
	margin:5px 0px 20px 30px;
}


/* Footer */


#footer	{
	display:table;
	clear:both;
	width:1013px;
	padding:0px 6px 0px 7px;
}
#disclosures	{
	display:inline;
	margin-right:20px;
	font-size:12px;
	
}	
#disclosures ul	{
	margin:0px;
	padding:0px;
	font-size:12px;
}
#disclosures ul li {  
  display:inline;
  margin-right:10px;
  font-size:12px;
}

	