/******************************************************************************
* Global Page Classes
******************************************************************************/

		#wrapper {
			margin: 0px;
			text-align: center;
			width: 100%;
		}


a:link, a:visited {
	color: #43497a;
	text-decoration: underline;
}

	a:hover {
		color: #822610;
		text-decoration: underline;
	}


hr {
	height: 0px; 
	border-top: 1px solid #e7e7e7;
	border-bottom: 0px;
	border-right: 0px;
	border-left: 0px;
}


ul {
	margin-left: 20px;
	padding-left: 11px;
}

	ul li {
		font-family: "Times New Roman", Times, serif;
		font-size: 14px;
		line-height: 14px;
		list-style-position: outside;
	}

	
p, .spacing {
	line-height: 18px;
	/*text-align: justify;*/
	
}

	.small {
		font-size: 10px;
	}



/******************************************************************************
* Global Custom Headers
******************************************************************************/

h1 {
	font-size: 32px;
	color: #161829;
	font-weight: normal;
	line-height: 34px;
	display: inline;
}

h2 {
	font-size: 18px;
	color: #43497a;
	font-weight: normal;
	line-height: 20px;
	display: inline;
}

h3 {
	font-size: 18px;
	color: #161829;
	font-weight: normal;
	line-height: 20px;
	display: inline;
}
h3.white {
	font-size: 18px;
	color: #ffffff;
	font-weight: normal;
	line-height: 20px;
	display: inline;
}

h4 {
	font-size: 12px;
	color: #43497a;
	font-weight: normal;
	line-height: 16px;
	display: inline;
}

/******************************************************************************
* Global Navigation Classes
******************************************************************************/

.mainNavLink:link, .mainNavLink:visited {
	padding: 0px 16px 0px 16px;
	font-size: 16px;
	font-weight: normal;
	color: #1d1a2f;
	line-height: 34px;
	text-decoration: none;
}

	.mainNavLink:hover {
		padding: 0px 16px 0px 16px;
		font-size: 16px;
		font-weight: normal;
		color: #43497a;
		line-height: 34px;
		text-decoration: underline;
	}



/******************************************************************************
* Global Content Classes
******************************************************************************/

#bodyCopy {
	padding: 0px 26px 20px 26px;
	text-align: left;
}

#colLeftQuote {
	padding: 12px 4px 12px 0px;
	color: #ffffff;
}

#reverseCopy {
	padding: 10px 6px 20px 0px;
	text-align: left;
	color: #4a4b54;
}

	#reverseCopy a:link, #reverseCopy a:visited {
		color: #d6d4c7;
	}

		#reverseCopy a:hover {
			color: #ffffff;
		}

#reverseCopy2 {
	padding: 10px 6px 20px 0px;
	text-align: left;
	color: #ffffff;
}

	#reverseCopy2 a:link, #reverseCopy2 a:visited {
		color: #d6d4c7;
	}

		#reverseCopy2 a:hover {
			color: #ffffff;
		}

#headerReverse {
	height: 62px;
	background-image: url(/images/global/hd-scale_head.jpg);
	background-repeat: no-repeat;
	background-position: top;
	color: #ffffff;
	padding: 10px 20px 0px 20px;
}



/******************************************************************************
* Global Footer Classes
******************************************************************************/

#footHolder {
	background-image: url(/images/global/bg_foot-loop.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

	#footLinks {
		background-color: #161829;
		background-image: url(/images/global/bg_foot-loop.gif);
		background-repeat: repeat-x;
		background-position: bottom;
		padding: 10px 0px 10px 0px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: normal;
		color: #6c6b6d;
	}
	
		#footLinks a:link, #footLinks a:visited {
			color: #6c6b6d;
			text-decoration: none;
		}

			#footLinks a:hover {
				color: #d9d6c4;
				text-decoration: underline;
			}


	#footAddress {
		background-color: #4f4f4f;
		padding: 10px 0px 10px 0px;
		font-weight: normal;
		color: #b9b9b9;
	}

	#footLogos {
		background-color: #ffffff;
		padding: 20px 0px 20px 0px;
	}

	
/******************************************************************************
* Global Form Classes
******************************************************************************/

input, select, textarea{
	font-family: Times, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}


/* STYLES FOR POLLS/FORMS/SURVEYS */

/**
*	The following styles should be included in the stylesheet for any site
* that uses the Surveys & Forms engine.
*/

.forms_engine {
	width: 100%;
	border: solid 1px #CCCCCC;
}

.forms_engine .form_holder {
	width: 100%;
}

.forms_engine .form_description {
	padding: 5px;
	font-size: 12px;
}

.forms_engine .question_group_title {
	padding-top: 4px;
	height: 22px;
	background-color: #808080;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	padding-left: 20px;
	margin-bottom: 5px;
}

.forms_engine .question_group_description {
	padding: 10px;
}

.forms_engine .form_question_caption_beside {
	width: 150px;
	text-align: right;
	padding-right: 5px;
	font-weight: bold;
	height: 30px;
	vertical-align: top;
}

.forms_engine .form_question_caption_above {
	font-weight: bold;
	height: 30px;
	padding-left: 20px;
}

.forms_engine .form_answer_below_question {
	padding-left: 20px;
}

.forms_engine .form_submitter {
	padding-right: 10px;
	padding-top: 20px;
	text-align: right;
}

.forms_engine .form_button {

}

.forms_engine .form_textarea {
	width: 300px;
	height: 100px;
}

.forms_engine .form_input_text {
	font-size: 11px;
	width: 200px;
}

.forms_engine .form_required {
	height: 18px;
	background-color: #FF0000;
	width: 4px;
	position: relative;
	margin-right: 5px;
}

.forms_engine .form_optional {
	height: 18px;
	width: 4px;
	position: relative;
	top: -6px;
	margin-right: 5px;
}

.forms_engine .form_select {
	font-size: 11px;
}

/* END POLLS/FORMS/SURVEYS */




