/******************************************************************************
* Global Site Classes
******************************************************************************/

 html, body {
	height:100%;
	margin: 0px;
	padding: 0px;
	border: none;
}

	body {
		background: #9b3237;
		font: 12px/1.5em normal Verdana, Arial, Helvetica, sans-serif;
		color: #000000;
		text-align: left;
	}


a:link, a:visited {
	color: #9b3237;
	text-decoration: none;
}

	a:hover {
		color: #9b3237;
		text-decoration: underline;
	}


.highlight {
	color: #9b3237;
}

.small {
	font: 11px/1.5em normal Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

/* =newsletter invite link at top of all pages
-----------------------------------------------------------------------------*/

.subscribe {
	color: #fffdea; 
	padding: 0; 
	margin: 4px 0 4px 0;
}

a.subscribe {
	color: #fffdea;
}

a.subscribe:hover {
	color: #cccc66;
}


/* =Form Elements
-----------------------------------------------------------------------------*/

input {
	outline: none; 
	background: #fff;
	font-size: 1em;
	line-height: 1.4em;
	padding: .3em .3em .2em .3em;
	margin: 0 auto;
}

input:focus, textarea:focus {
	background: #fff;
}

.active {
	background: #fff;
}

input.name {
	width: 140px;
}

input.dob {
	width: 20px;
}

input.street {
	width: 300px;
}

input.city {
	width: 160px;
}

.state {
	width: auto;
}

input.zip {
	width: 40px;
}

input.required {
	width: 300px;
}

label {
	line-height: 2em;
	color: #666;
	font-size: .9em;
	padding: 0;
	margin: 0 auto;
}

label.error {
	position: relative;
	top: -22px;
	left: -100px;
	color: red;
	font-style: italic;
}

label.s-legend {
	font: bold 12px/1.5em Arial, Helvetica, sans-serif;
	color: #000000;
}

.divider {
	font-size: 1.6em; 
	color: #999; 
	padding: .25em .3em;
}

textarea {
	outline: none; 
	width: 300px;
	height: 100px;
	background: #fff;
	font-size: 1em;
	line-height: 1.4em;
	padding: .3em .3em .2em .3em;
	margin: 0 auto;
}


/* =Submit Button
-----------------------------------------------------------------------------*/

.buttonAsLink {
	color: #000;
	background-color: #fff;
	border: solid 1px #cccc66;
	font-weight: bold;
	cursor: pointer;
	width: 60px;
	margin: 20px 0 30px 0;
	padding: 6px 6px 4px 6px;
}

.buttonAsLink_hover {
	color: #000;
	background-color: #cccc66;
	font-weight: bold;
	border: solid 1px #cccc66;
	cursor: pointer;
	width: 60px;
	margin: 20px 0 30px 0;
	padding: 6px 6px 4px 6px;
}




/******************************************************************************
* Global Page Holders
******************************************************************************/

#homeContent {
	background: url(/images/global/bg_content-hm.jpg) no-repeat top left;
	padding: 20px 30px 0px 24px;
}

#subContent {
	background: url(/images/global/bg_content-sub.jpg) no-repeat top left;
	padding: 0px 24px 30px 24px;
}

	#subContentHolder {
		background: #fffdea url(/images/global/bg_sub-grad01.jpg) no-repeat top left;
		padding: 0px;
	}
	
		#subContentHolder2 {
			background: #fffdea url(/images/global/bg_sub-grad03.jpg) no-repeat top left;
			padding: 0px;
		}
		
		#subContentHolder3 {
			background: #fffdea;
			padding: 0px;
		}


		#subContentIndent {
			padding: 0px 20px 0px 20px;
		}

#header {
	font: 28px/1em normal Arial, Helvetica, sans-serif;
	color: #9b3237;
	text-align: right;
	text-transform: uppercase;
	padding: 2px 20px 0px 0px;
}


#navHolder {
	background: url(/images/global/bg_nav.jpg) no-repeat top left;
	font-weight: bold;
}

	.navDiv {
		padding: 0px 6px 0px 6px;
	}

#navHome {
	background: url(/images/global/bg_sub-home.jpg) no-repeat top left;
	font-weight: bold;
	color: #000000;
}
	
	#navHome a:link, #navHome a:visited {
		color: #000000;
	}
	

#mapHolder {
	float: left;
	left: -41px;
	top: -160px;
	position: relative;
}

	
