@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}
#container {
	width:924px;
	margin:0 auto;
	border:0px solid;
	text-align:left;
}
#header {
	padding:0;
	text-align:right;
}
#header #logo {
	width:260px;
	height:120px;
	position:relative;
	float:left;
	background:#fff url(img/logo.jpg) 0px 20px no-repeat;
}
#header #logo h1 {
	height:120px;
	width:212px;
	cursor:pointer;
	margin:0;
}
/* Navigation */
#mainNavigation {
	margin:0;
	padding:0;
	background-color:#5B9A18;
	width:654px;
	float:right;
	border:2px solid #999;
}
#mainNavigation li {
	display:inline;
	padding:0;
	margin:0;
}
#mainNavigation a:link,  #mainNavigation a:visited {
	color:#DDFFDD;
	background:#5B9A18;
	padding:12px 20px 4px 10px;
	text-align:left;
	float:right;
	width:100px;
	border-right:1px dotted #DDFFDD;
	text-decoration:none;
	font:bold 11px Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-shadow: 2px 2px 2px #555;
}
#mainNavigation a:link.last,  #mainNavigation a:visited.last {
	border-right:0;
}
#mainNavigation a:hover {
	color:#666;
	background:#DDFFDD;
}
/* End Navigation */

/*main body */
#content {
	clear:both;
	width:924px;
	position:relative;
	margin:0 auto;
	border:0px solid;
	padding:10px 0 10px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	line-height:18px;
	}
#homeLeft {
	position:relative;
	width:622px;
	float:left;
	}
#homeLeft p {
	padding-left:10px;
	}
#homeRight {
	position:relative;
	width:278px;
	float:right;
	border:2px solid #999;
	background:#EEEEB7 url(img/right_bg.jpg) 0 103px repeat-x;
	}
#whyChoose {
	position:relative;
	float:left;
	width:320px;
	border-right:1px dashed #CCC;
	padding-left:10px;
	margin:8px 0 0 0;
	}
#needHelp {
	position:relative;
	float:left;
	width:251px;
	padding-left:10px;
	margin:8px 0 0 0;
	}
#cashforgold {
	position:relative;
	width:301px;
	height:100px;
	float:left;
	margin:10px 6px 5px 0;
	border:2px solid #999;
	background-color:#6AB01C;
	text-align:center;
	color:#FFF;
	font-size:14px;
	cursor:pointer;
	}

#titleLoans {
	position:relative;
	width:301px;
	height:100px;
	float:left;
	margin:10px 0 5px 6px;
	border:2px solid #999;
	background-color:#6AB01C;
	text-align:center;
	color:#FFF;
	cursor:pointer;
	}
#cashforgold h1, #titleLoans h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:22px;
	color:#fff;
	margin-top:10px;
	margin-bottom:10px;
	}
#cashforgold hr, #titleLoans hr {
	background-color:#FF6600;
	height:6px;
	width:280px;
	/*border:1px outset #333;*/
	}
#cashforgold a, #titleLoans a {
	color:#FFF;
}
#whyChoose h1, #needHelp h1 {
	font-size:18px;
	color:#FF9900;
	}
#whyChoose h2, #needHelp h2 {
	font-size:18px;
	color:#EEEEB7;
	}
#whyChoose li, #needHelp li, #pageLeft li{
	list-style-image:url(img/bullet.gif);
	}
#clAdvantage {
	position:relative;
	float:right;
	width:180px;
	
	background-color:#DDFFDD;
	padding:10px 2px 10px 2px;
}
#clAdvantage h1 {
	color:#006600;
}
#clAdvantage li {
	list-style-image:url(img/bullet.gif);
	font-size:11px;
	margin-left:-15px;
}
p.more {
	position:relative;
	float:right;
	width:100px;
	color:#006600;
	margin:0 15px 0 0;
	font-weight:bold;
	}
a {
	color:#5B9A18;
	text-decoration:none;
	}
a:hover {
	color:#006600;
	text-decoration:underline;
	}
#pageHeader {
	height:116px;
	background-image:url(img/page_header.jpg);
	background-repeat:no-repeat;
	background-position:right;
}
#pageHeader h1 {
	color:#FFF;
	position:relative;
	top:50px;
	left:25px;
	width:300px;
	font-size:26px;
	font-weight:bold;
	}
#pageLeft {
	position:relative;
	width:241px;
	float:left;
	border:2px solid #999;
	margin:10px 0 0 0;
	background-color:#DDFFDD;
	}
#pageLeft h1 {
	clear:both;
	margin-left:8px;
	font-size:18px;
	}
#pageLeft p {
	margin:0 4px 0 8px;
	}
#pageRight {
	float:right;
	width:669px;
	/*height:500px;
	border:2px solid;*/
	margin:10px 0 0 0;
	}
#pageRight h1 {
	color:#FF8800;
	font-size:18px;
	}
#pageRight h2 {
	color:#5B9A18;
	font-size:14px;
	margin:-10px 0 -15px 0;
	
	}
#optOut td {
	border-bottom:1px dotted #666;
	}
#optOut td#label {
	border:none;
	text-align:right;
	}
#externalLinks {
	clear:both;
	padding:10px;
	margin:10px;
	width:100%
}
#externalLinks li {
	list-style:none;
	float:left;
	padding:0 5px 5px 5px;
	border-right:1px solid #666;
	font-size:10px;
	height:12px;
	display:block;
}
#externalLinks li.last {
	border:none;
	}
#footer {
	clear:both;
	width:924px;
	position:relative;
	margin:0 auto;
	top:20px;
	padding:10px 0 10px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	font-size:10px;
	line-height:18px;
	border-top:1px dashed #CCC;
	}
#footer #legal {
	width:400px;
	float:left;
	text-align:left;
	}
#footer #footNav {
	width:400px;
	float:right;
	text-align:right;
	}
#marginForm fieldset {
	display: block;
	margin: 0 0 5px 0;
	border: 0 solid #FFFFFF;
	border-top: 1px solid #000000;
	padding: 0 1em 1em 1em;
}
#marginForm fieldset.radio {
	margin: 0 0 0 -1em;
	border: 0 solid #FFFFFF;
}
#marginForm fieldset.radio input {
	position: static;
	clear: both;
	float: left;
}
#marginForm fieldset.radio label {
	position: relative;
	top: -1.25em;
	display: inline;
	width: auto;
	margin: 0 0 0 8em;
	font-weight: bold;
	font-weight: normal;
}
#marginForm fieldset.radio legend {
	float: left;
	font-weight: bold;
}
#marginForm select {
	position: relative;
	top: -1.6em;
	left: 123px;
	display: block;
	font-size:11px;
	width:128px;
}
#marginForm input {
	position: relative;
	top: -1.6em;
	left: 123px;
	width:125px;
	display: block;
	font-size:11px;
}
#marginForm input.check {
	position: relative;
	top: 0;
	left: 0;
	display: inline;
	font-size:11px;
	width:15px;
}
#marginForm input.submit {
	clear: both;
	top: 15px;
	background-color:#FF6600;
	color:#FFF;
	font-weight:bold;
}
#marginForm label {
	clear: both;
	float: left;
	display: block;
	width: 12em;
	margin-top: -1em;
	font-weight: normal;
	font-size:11px;
	color:#000;
	background-image:url(img/label.bg.gif);
	background-repeat:repeat-x;
}
#marginForm label.first {
	margin-top: 1em;
}

#checkDiv {
	clear:both;
	position:relative;
	font-size:9px;"
	}
#checkDiv a:link, #checkDiv a:visited {
	color:#5B9A18;
	text-decoration:none;
	}
#checkDiv a:hover {
	color:#006600;
	text-decoration:underline;
	}

