body  {
	font: 13px myriad, Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin-top: 0;
	margin-left:auto;
	margin-right:auto; 
	padding: 0;
	text-align: center;
	color: #000000;
}
h1 {
	margin:0;
	font-size:16px;
	padding-bottom:8px;}
h2 {
	margin:0;
	font-size:14px;}
h3 {
	margin:0;
	font-size:12px;}
	
a {
	color:#B95B27;
	text-decoration:none;
}
a:hover,
a:active {
	color:#005130;
	text-decoration:underline;
}

h1.main-logo {
	width: 260px;
	height: 95px;
}
hr { 
	border:none;border-top:dotted 3px;border-color:#B95B27;
}
img {
	border: 0px;
}
p { line-height: 1.5em; }
.plus a { color:#FFFFFF; text-decoration:none; }
.minus a { color:#FFFFFF; text-decoration:none; }
/*The main wrapper here, holds all contents within its boundary*/
.twoColFixLtHdr #container { 
	width: 786px; 
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left; 
} 

/*Above the header, holds the corporate nav within this div*/
.twoColFixLtHdr {  
	padding: 0px 10px 5px 10px;
	height:10px;
	margin-bottom:4px;
}

/*Header divisions*/
.twoColFixLtHdr #header {
	padding: 0px;
	height:100px;
} 
.twoColFixLtHdr #headerL{
	padding: 0px 0px 0px 12px;
	float:left;
	height:95px;
}
.twoColFixLtHdr #headerR {  
	padding: 8px 12px 0px 0px; 
	float:right;
}

/*Top corporate menu*/
#menuTop {
	padding:8px;
	background:url(../images/topMenubg4.gif) no-repeat top left;
	height:10px;
	font-size:10px;
	color:#FFFFFF;
	text-align:right;
}
#menuTop a{
    padding:6px;
	background:#005130;
	color:#FFFFFF;
	font-weight: bold;
	text-decoration:none;
}
#menuTop a:visited{
	color:#FFFFFF;
	text-decoration:none;	
}
#menuTop a:hover{
	color:#FAE047;
	text-decoration:underline;	
}


/*Main search in the header*/
#headerSearch {
	width: 232px;
	height: 21px;
	padding-left: 20px;
	padding-top: 10px;
	display: inline;
}

/* Navigation */
#nav {
	clear: both;
	margin:0px;
	padding: 6px 10px 6px 10px;
	background: #B95B27;
	text-align:center;
}
#nav ul {
	list-style: none;	
	width: 100%;		
	text-transform: uppercase;
	margin: 0;
	padding: 0;	
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	margin: 0;
	padding: 6px 12px 6px 12px;
	font: bold 12px Myriad, Helvetica, Arial, Geneva, sans-serif;
	letter-spacing:1px;
	text-decoration: none;	
	color: #FFFFFF;
}
#nav ul li a:hover, 
#nav ul li a:active {
	background: #9b4f25;	
}



/*2 column page wrapper*/
.twoColFixLtHdr #mC {
	width:786px;
	padding:8px 10px 8px 10px;
	float:left;
}


/*Left column*/
.twoColFixLtHdr #lC {
	float: left;
	width: 240px;
	margin:20px 20px 0px 0px;
}


/*First level Left Side Container styles (zip code search area)*/

#containerBodyzip{
	padding: 0px;
	background:#FFFFFF;
	width:240px;
}

#containerBodyzip .label{
	color:#005130;
	margin-bottom:8px;
	font-weight:bold;
	background: #FFFFFF;
}
.request{
	padding:10px 0px 10px 0px;
	font-weight:bold;
}

/*Second level down Left Side Container styles (light green color)*/
#containerBody{ 
	padding: 0px;
	background:#D5DCCC;
	width:259px;
	height:160px;
}
#containerBody .inside{ 
	padding: 9px;
	
}
#containerBody .inside .text{ 
	padding: 0px 0px 10px 0px;
	border-bottom:dashed 1px #FFFFFF;
	margin:0px 0px 8px 0px;
	
}
.containerButton{ 
	margin: 0;
	padding: 10px 0px 10px 0px;
}

/*Right Main column styles*/
.twoColFixLtHdr #rC { 
	width:503px;
	margin: 0px 0px 0px 0px;
	float:left;  
} 
.twoColFixLtHdr #rC .inside{ 
	padding-left:3px; 
	padding-right:5px;  
	
}

.twoColFixLtHdr #rC .homeText{ 
	padding:10px; 
	 
	
}

/* Footer */
#footer {
	clear: both;
	margin: 0;
	padding: 4px 10px 4px 10px;
	background: #B95B27;
	font-size:10px;
	color: #FFFFFF;
}
#footer p {
	width: 100%;		
	margin: 0;
	padding: 0;	
	text-align: right;
	color:#FFFFFF;
}

#footer p a {
	margin: 0;
	padding: 0;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;	
	letter-spacing: 1px;
}
#footer p a:hover, 
#footer p a:active {
	color:#FAE047;
	text-decoration:underline;	
}



/*Floats, clearfloat and miscellaneous*/
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* form elements */
form {
	margin:10px; padding: 0 5px;
	background-color: #f5f5f5; 	
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}

input.submit_btn {
	border:1px solid #777;
	background-color: #777;
	color: #f5f5f5;	
	margin-left:350px;
	float:left;
}
input.submit_btn:hover {
	border:1px solid #777;
	color: #777;
	background-color:#f5f5f5;
}
#email_form_friend textarea {
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
#email_form_message textarea {
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFFFFF;
}

/* search form */
form .Searchform {
	background-color:#ffffff;
}
.Searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 25px 0 15px 0;	
	width: 250px;
}
.Searchform p { margin: 0; padding: 0; }
.srch input.textbox { 
	width: 170px;
	color: #666666; 
	height: 16px;
	padding: 2px;	
	vertical-align: top;
}
input.srch_btn{ 
	width: 28px;
	height: 15px;
	padding: 2px 0px 0px 0px;
	border:0px;
	vertical-align: top;
}

/* zip code form */
.zipform {
	background:url(../images/searchBG2.png) no-repeat;
	margin: 0;
	padding: 9px 0px 0px 0px;
	width: 244px;
	height: 47px;
}
.zipform p { margin: 0; padding: 0; }
.zipform input.textbox { 
	background: transparent;
	width: 180px;
	height: 18px;
	padding: 5px 0px 0px 10px;	
	border: 0px;
	vertical-align: top;
	letter-spacing: 1px;
	font: bold 12px Myriad, Helvetica, Arial, Geneva, sans-serif;
	color: #B95B27;
}
.zipform input.button { 
	width: 40px;
	height: 27px;
	padding: 0px 0px 0px 6px;
	border:0px;
	vertical-align: top;
}

/* Skip Navigation for Accessibility */
.skiplink {display:none}

.sm_text {
	font-size: 10px;
}
.subContent ul li {
	padding-bottom: 10px;
}

.subContent .nextLink a{
	font: 12px;
	font-weight: bold;
	display: block;
	text-align:right;
}
.subContent .nextLink a:link, .leftMenu li a:visited {
	color: #b95b27;
}

.subContent .nextLink a:hover{
	color: #0B3122;
	background-position: 100% -32px;
}

	
.subContent .nextLink a.selected{
	color: #844725;
	background-position: 100% -64px;
}