@charset "utf-8";
/* CSS Document */

body {
	background:white;
	padding:0px;
	margin:0px;
	behavior: url("/csshover2.htc");
}

img {
	border:none;
}

.clearer {
	clear:both;
	height:1px;
	font-size:1px;
}

a {
	outline:none;
}

p {
	margin: 0px 0px 10px 0px;
}

.trans {
	behavior: url("/pngbehavior.htc");
}

.textboxhp {
	border:0px;
	height:15px;
	font-size:100%;
	padding-top:2px;
}

.textbox {
	border:1px solid #cccccc;
	font-size:100%;
}

.valign {
	vertical-align:middle;
}

.seperatorDk, .seperatorGr, .seperatorWh {
	height:1px;
	font-size:1px;
	margin:10px 0px;
}

.seperatorDk {
	border-bottom:1px dotted #336600;
}

.seperatorGr {
	border-bottom:1px dotted #b6d43a;
}

.seperatorWh {
	border-bottom:1px dotted white;
}

/* -------------------------------------- Header elements ---------------------------------------*/

.topheader {
	background:url(../Images/Jpg/mainheader-bg.jpg) no-repeat;
	height:292px;
}

.topheader a {
	font-weight:bold;
	font-size:85%;
	color:#49510e;
	text-decoration:none;
}

.mainnav {
	background:#ac9979;
	height:32px;
	color:#105800;
	text-transform:uppercase;
	font-size:85%;
}

.mainnavlinks {
	float:left;
}

.mainnavlinks a {
	color:#570c1e;
	text-decoration:none;
	font-weight:bold;
	padding:9px 9px 0px 9px;
	display:block;
	float:left;
	height:23px;
}

.mainnavlinks .sep {
	margin-top:10px;
}

.mainnavlinks a:hover {
	background:#485626;
	color:white;
}

.mainnavlinks ul {
	padding:0px;
	margin:0px;
	list-style:none;
} 

.mainnavlinks li {
	float:left;
} 

.welcome {
	padding:5px 0px 3px 0px;
	width:700px;
}

.searchbox {
	padding:3px 0px 0px 30px;
	width:148px;
	background:url(../Images/Gif/searchboxbg.gif) no-repeat;
	height:26px;
	float:left;
}

.headernav {
	padding:14px 0px 0px 170px;
	list-style:none;
	margin:0px;
	width:380px;
	position:relative;
	z-index:2;
	font-family:Arial, Helvetica, sans-serif;
}

.headernav li {
	margin-bottom:4px;
}

.headernav a {
	display:block;
	height:19px;
}

.headernav a:hover {
	color:#551020;
}

.headerimg {
	position:absolute;
	top:18px;
	right:-20px;
	width:430px;
	height:310px;
}

.headerimg img {
	behavior: url("/pngbehavior.htc");
}

.navLA a, .navLAOn a {
	margin-left:25px;
	padding: 3px 0px 0px 25px;
}

.navLA a:hover, .navLAOn a {
	background:url(../Images/Jpg/navbg1.jpg) no-repeat;
}

.navFindLA a, .navFindLAOn a {
	margin-left:56px;
	padding: 3px 0px 0px 16px;
}

.navFindLA a:hover, .navFindLAOn a {
	background:url(../Images/Jpg/navbg2.jpg) no-repeat;
}

.navLandGuide a, .navLandGuideOn a {
	margin-left:74px;
	padding: 3px 0px 0px 13px;
}

.navLandGuide a:hover, .navLandGuideOn a {
	background:url(../Images/Jpg/navbg3.jpg) no-repeat;
}

.navTenGuide a, .navTenGuideOn a {
	margin-left:85px;
	padding: 3px 0px 0px 10px;
}

.navTenGuide a:hover, .navTenGuideOn a {
	background:url(../Images/Jpg/navbg4.jpg) no-repeat;
}

.navCase a, .navCaseOn a {
	margin-left:92px;
	padding: 3px 0px 0px 8px;
}

.navCase a:hover, .navCaseOn a {
	background:url(../Images/Jpg/navbg5.jpg) no-repeat;
}

.navLinks a, .navLinksOn a {
	margin-left:90px;
	padding: 3px 0px 0px 10px;
}

.navLinks a:hover, .navLinksOn a {
	background:url(../Images/Jpg/navbg6.jpg) no-repeat;
}

.navFaq a, .navFaqOn a {
	margin-left:78px;
	padding: 3px 0px 0px 15px;
}

.navFaq a:hover, .navFaqOn a {
	background:url(../Images/Jpg/navbg7.jpg) no-repeat;
}

.navPart a, .navPartOn a {
	margin-left:66px;
	padding: 3px 0px 0px 14px;
}

.navPart a:hover, .navPartOn a {
	background:url(../Images/Jpg/navbg8.jpg) no-repeat;
}

.navCont a, .navContOn a {
	margin-left:42px;
	padding: 3px 0px 0px 18px;
}

.navCont a:hover, .navContOn a {
	background:url(../Images/Jpg/navbg9.jpg) no-repeat;
}

.navApply a, .navApplyOn a {
	padding: 3px 0px 0px 32px;
}

.navApply a:hover, .navApplyOn a {
	background:url(../Images/Jpg/navbg10.jpg) no-repeat;
}

.subnav {
	width:960px;
	background:url(../Images/Jpg/subnav-bg.jpg) repeat-y;
	font-size:130%;
	border-top:1px solid white;
	color:#cccccc;
	padding:0px 10px;
}

.subnav ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

.subnav li {
	float:left;
	padding:4px 15px 4px 8px;
	margin-right:1px;
}

.subnav a {
	color:white;
	text-decoration:none;
}

.subnav a:hover {
	color:black;
}

.subnavOn {
	color:#485726;
	background: url(../Images/Gif/subnavon-end.gif) no-repeat top right;
}

.subnavOff:hover{
	background: #9cbb30;
}

.subnavOffNxtArr:hover{
	background: #9cbb30 url(../Images/Gif/subnavon2-end.gif) no-repeat top left;
	padding:4px 15px 4px 17px!important;
	margin-left:-9px;
}

.subnavOn a, .subnavOn2 a {
	color:#485726;
}

.subnavOn2 {
	color:black;
	background: #9cbb30 url(../Images/Gif/subnavon2-end.gif) no-repeat top left;
	padding:4px 15px 4px 17px!important;
	margin-left:-9px;
}

.logolink {
	position:absolute;
	z-index:1;
	width:250px;
	height:280px;
}

/* -------------------------------------- END Header elements ---------------------------------------*/
/* -------------------------------------- Layout elements ---------------------------------------*/

.wrapper {
	width:960px;
	margin:0px auto;
	position:relative;
}

.maincontent {
	width:940px;
	border-right: 10px solid #eae5dd;
	border-left: 10px solid #eae5dd;
}

.contentarea {
	padding:18px 0px 10px 16px;
}

.footerlogos {
	background:#e3ecc0;
	height:32px;
	padding:3px 1px;
	text-align:center;
	overflow:hidden;
}

.footerlogos img {
	vertical-align:middle;
	margin-right:1px;
}

.footerlinks {
	padding:3px 10px 10px 10px;
	background:#56641e;
	color:#b6d43a;
	font-size:85%;	
}

.footerlinks a {
	color:#b6d43a;
	text-decoration:none;
	margin:0px 4px;
}

.footerlinks a:hover {
	color:#c1e52f;
}

.mainleft {
	float:left;
	width: 677px;
	border-right:1px dotted #b6d43a;
	padding-right:9px;
}

.mainright a {
	color:#b90e37;
}

.mainright {
	float:right;
	width: 220px;
}

/* -------------------------------------- END Layout elements ---------------------------------------*/
/* -------------------------------------- Content elements ---------------------------------------*/

.mainleft li {
	margin-bottom:7px;
	list-style:square;
}

.mainleft ul {
	padding:0px;
	margin:5px 0px 5px 20px;
}

.thickbar {
	background:#570c1e;
	height:10px;
}

.halfcolL {
	width:295px;
	float:left;
}

.halfcolR {
	width:295px;
	float:right;
}

.dkgreenbox {
	margin-top:4px;
	background:#485726;
	padding:5px 5px 5px 5px;
	min-height: 10px;
}

.ltgreenbox {
	margin-top:4px;
	background:#f0f6d7;
	padding:5px 5px 5px 5px;
	min-height: 10px;
}

.whitebox {
	margin-top:4px;
	background:#ffffff;
	padding:5px 5px 5px 5px;
	min-height: 10px;
}

.ltorangebox {
	margin-top:4px;
	background:#EAE5DD;
	padding:5px 5px 5px 5px;
	min-height: 10px;
}

.ltbrownbox {
	margin-top:4px;
	background:#d7c5a6;
	padding:5px 5px 5px 5px;
	min-height: 10px;
}

.ltgreenbackground 
{
	background:#f0f6d7;
}

.ltredbackground 
{
	background:#ac9979;
}

.ltbrownbackground 
{
	background:#d7c5a6;
}

.ltorangebackground 
{
	background:#EAE5DD;
}

.ltredbox 
{
	margin-top:4px;
	background:#ac9979;
	padding:5px 5px 5px 5px;
	min-height: 10px;
}

.greenarrowlinksDk, .greenarrowlinksLt {
		margin-bottom:3px;
		padding:1px 10px 2px 5px;
		font-size:85%;
		color:#485626;	
		text-align:right;	
		font-weight:bold;
}

.greenarrowlinksDk a, .greenarrowlinksLt a {
		color:#485626;
		text-decoration:none;
}

.greenarrowlinksDk {
	background: #b6d438 url(../Images/Gif/ltgr-arrow.gif) no-repeat top right;
}

.greenarrowlinksLt {
	background: #d3e588 url(../Images/Gif/ltgr-arrow2.gif) no-repeat top right;
}

.greenarrowlinksDkLeft, .greenarrowlinksLtLeft {
		margin-bottom:3px;
		padding:1px 10px 2px 10px;
		font-size:85%;
		color:#485626;	
		text-align:left;	
		font-weight:bold;
}

.greenarrowlinksDkLeft a, .greenarrowlinksLtLeft a {
		color:#485626;
		text-decoration:none;
}

.greenarrowlinksDkLeft {
	background: #b6d438 url(../Images/Gif/ltgr-arrow-left.gif) no-repeat top left;
}

.greenarrowlinksLtLeft {
	background: #d3e588 url(../Images/Gif/ltgr-arrow2-left.gif) no-repeat top left;
}

.leftimg {
	float:left;
	margin-right:10px;
	border: solid 1px #b6d43a;
}

.rightimg {
	float:right;
	margin-left:10px;
	border: solid 1px #b6d43a;
}

.padding {
	padding-right:10px;
}

.labelLeft 
{
	float: left;
	width: 300px;
	display:block;
}

.button {
	background:url(../Images/Buttons/button-right.gif) top right no-repeat;
}

.button a {
	background:url(../Images/Buttons/button-left.gif) top left no-repeat;
}

.buttonGr {
	background:url(../Images/Buttons/button-right-ltgr.gif) top right no-repeat;
}

.buttonGr a {
	background:url(../Images/Buttons/button-left-ltgr.gif) top left no-repeat;
}

.buttonBr {
	background:url(../Images/Buttons/button-right-ltbr.gif) top right no-repeat;
}

.buttonBr a {
	background:url(../Images/Buttons/button-left-ltbr.gif) top left no-repeat;
}

.buttonGrey {
	background:url(../Images/Buttons/button-right-ltgrey.gif) top right no-repeat;
}

.buttonGrey a {
	background:url(../Images/Buttons/button-left-ltgrey.gif) top left no-repeat;
}


.button, .buttonGr, .buttonBr, .buttonGrey {
	float:left;	
	font-size:85%;
	margin-right:10px;
	height:22px;
}

.button a, .buttonGr a, .buttonBr a, .buttonGrey a {
	float:left;
	color:#575658;
	display:block;
	text-decoration:none;	
	padding:3px 10px 2px 10px;
	height:22px;
}

.button a:hover, .buttonGr a:hover, .buttonBr a:hover, .buttonGrey a:hover {
	color:#009933;
}

.left 
{
	float: left;
}

.right 
{
	float: right;
}

.alphaList li 
{
	list-style: lower-alpha;
}

.numericList li
{
	list-style: decimal;
}


.StepBox
{
	float: left;
	width: 150px;
	text-align: center;
}

.verticalspacer
{
	float:left;
	width: 12px;
	height: 10px;
}


.scrollbox 
{
	width: 660px;
	height: 400px;
	overflow: auto;
	border: 5px solid #EAE5DD;
	padding: 5px;
}

#ImportantInformation iframe
{
display:none;
display/**/:block;
position:absolute;
top:0;
left:0;
z-index:-1;
filter:mask();
width: 640px;
height: 1000px;
}

#WhatIsThis iframe
{
display:none;
display/**/:block;
position:absolute;
top:0;
left:0;
z-index:-1;
filter:mask();
width: 640px;
height: 200px;
}

.Popup iframe
{
display:none;
display/**/:block;
position:absolute;
top:0;
left:0;
z-index:-1;
filter:mask();
height: 100px;
width: 600px;
}

table.IgnoreTerms td {
                    width: 150px;
                }

.TwitterFeed 
{
	height: 115px;
	width: 220px;
	overflow: auto;
}
                
.TwitterFeed ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;    
}

.TwitterFeed li
{
	border-bottom: #336600 1px dotted;
	padding: 5px 0px;
}
