﻿html { 
	overflow-y: scroll;
}
* {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: arial;
	color: #666666;
}
li strong, em .FormErrorBox {
	color: red;
}

a img {
	border: none;
}
a {
	color: #3c789e;
	text-decoration: none;
	font-family: arial;
}
a:hover {
	text-decoration: underline;
}
a.ImageZoom {
	border: none;
	text-decoration: none;
}
a.ImageZoom:hover {
	background: transparent;
	text-decoration: none;
}
a.ImageZoom img {
	border: none;
}
/* render html5 elements as block */
header, footer, section, aside, nav, article {
	display: block;
}
body {
	font-family: arial;
	background: #F0F0F0;
}
/* layout */
#wrapper {
	margin: 0 auto;
}
nav {
	width: 940px;
	height: 50px;
	margin: 0 auto;
	background: #333;
}
#header {
	background-color: #404040;
	height: 105px;
	margin: 0 auto;
	padding: 5px 20px 0 20px;
}
#header-area {
	width: 870px;
	height: 105px;
	margin: 0 auto;
}
#header-logo {
	float: left;
	width: 352px;
	background: url('../images/global/logo.jpg') no-repeat left top;
	height: 55px;
	top: 5px;
	left: 0px;
}
main {
}
#main {
	margin: 0 auto;
	padding: 0px 20px;
	background-color: white;
}
#main-area {
	width: 870px;
	margin: 0 auto;
	padding: 20px 0px;
}
#content {
	float: right;
	width: 640px;
	margin-right: 30px;
}
#sidebar {
	float: left;
	padding-left: 20px;
	width: 220px;
}
footer {
}
#footer {
	margin: 0 auto;
	padding: 15px 20px 0px 20px;
	border-top: #E0E0E0 3px solid;
}
#footer-area {
	width: 870px;
	margin: 0 auto;
}
#footer-content {
	font-size: small;
}
#footer-content UL {
	margin: 0px 20px 40px 15px;
	float: left;
}
#footer-content LI {
	padding: 3px 0px 0px 0px;
	list-style-type: none;
}
#footer-content H4 {
	/*MARGIN: 0px; COLOR: #007098; FONT-SIZE: 14px*/
	margin: 0px;
	color: #4D7CCB;
	font-size: 14px;
	width: 100px;
}
#footer-content A:link {
	color: #404040;
	font-weight: normal;
	text-decoration: none;
}
#footer-content A:visited {
	color: #404040;
	font-weight: normal;
	text-decoration: none;
}
#footer-content A:hover {
	color: #4D7CCB;
	background-color: #F0F0F0;
	text-decoration: underline;
}
#footer-content-right {
	float: right;
	text-align: right;
	color: #404040;
	font-size: small;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Individual Elements */
/* Head Nav Tabs */
#header_nav {
	float: left;
	width: 650px;
	height: 42px;
	top: 68px;
	left: -4px;
	padding-top: 18px;
}
#header_nav li {
	position: relative;
	float: left;
	color: white;
	padding: 8px 0px 8px 0px;
	margin-left: 4px;
	background: url('../images/global/navTab.jpg') right top no-repeat;
	height: 16px;
	list-style-type: none;
}
#header_nav li .leftcap {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 10px;
	width: 10px;
	background: url('../images/global/navTab.jpg') top left no-repeat;
}
#header_nav li.selected {
	background: url('../images/global/navTabSelected.jpg') top right no-repeat;
	opacity: 1;
}
#header_nav li.selected .leftcap {
	background: url('../images/global/navTabSelected.jpg') top left no-repeat;
}
#header_nav li.selected a {
	color: #545454;
	font-weight: bold;
	font-size: 15px;
}
#header_nav li.selected a:hover {
	color: black;
}
#header_nav li a {
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
	color: #E0E0E0;
	text-decoration: none;
	padding: 8px 20px 8px 20px;
}
#header_nav li:hover {
	opacity: 1;
}
#header_nav li a:hover {
	background: none;
	text-decoration: none;
	color: white;
}
#header_nav li.Selected a {
	color: #777;
}
/* Right Nav Questions Box*/
#right_nav_questions {
	width: 210px;
}
#right_nav_questions .top {
	height: 16px;
	background: url('../images/global/Contact_Rounded_Top.jpg') bottom left no-repeat;
}
#right_nav_questions .middle {
	background-color: #F2F2F2;
}
#right_nav_questions .bottom {
	height: 16px;
	background: url('../images/global/Contact_Rounded_Bottom.jpg') top left no-repeat;
}

/* Standard Form Layout Style */
#standard_Form {
	margin: 0 auto;
	/*background: #9cbc2c;*/
	/*background: #6BB8EC;*/
	background: #FFFFFF;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	counter-reset: fieldsets;
	padding: 20px;
	width: 500px;
}
#standard_Form fieldset {
	border: none;
	margin-bottom: 10px;
}
#standard_Form fieldset:last-of-type {
	margin-bottom: 0;
}
#standard_Form ol li {
	/*background: #b9cf6a;*/
	/*background: #97CDF1;*/
	background: #F0F0F0;
	/*background: rgba(255,255,255,.3);*/ 
	/*border-color: #e3ebc3;*/ 
	/*border-color: #D5EBF9;*/
	border-color: #DEDEDE;
	/*border-color: rgba(255,255,255,.6);*/
	border-style: solid;
	border-width: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	line-height: 30px;
	list-style: none;
	padding: 5px 10px;
	margin-bottom: 2px;
}
#standard_Form ol li .FormErrorBox {
	color: red;
}

#standard_Form ol ol li {
	background: none;
	border: none;
	float: left;
}
#standard_Form label {
	float: left;
	font-size: 13px;
	font-weight: bold;
	width: 150px;
}
#standard_Form fieldset fieldset label {
	background: none no-repeat left 50%;
	line-height: 20px;
	padding: 0 0 0 30px;
	width: auto;
}
#standard_Form fieldset fieldset label:hover {
	cursor: pointer;
}

#standard_Form input:not([type=radio]), #standard_Form textarea, #standard_Form select {
	background: #FFFFFF;
	/*background: #404040;
	color: white;*/
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	font: italic 13px Arial; 
	outline: none;
	padding: 5px;
	width: 200px;
}

#standard_Form input:not([type=submit]):focus, #standard_Form textarea:focus {
	/*background: #eaeaea;
	background: #ffffff;
	color: black;*/
	
}
#standard_Form input[type=radio] {
	float: left;
	margin-right: 5px;
	margin-top: 8px;
	background-color: transparent;
}

#standard_Form input[type=checkbox] {
	margin-right: 5px;
	margin-top: 8px;
	width: 20px;
	background-color: transparent;
}

#standard_Form button {
	margin: 0 auto;
	background: #37699C;
	border: none;
	/*-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;*/
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	color: #ffffff;
	/*display: block;*/
	/*font: 18px Georgia, "Times New Roman", Times, serif;*/
	font: bold 15px Arial; 
	letter-spacing: 1px;
	/*margin-left: 162px;*/
	padding: 7px 15px;
	/*text-shadow: 0 1px 1px #000000;
	text-transform: uppercase;*/
}
#standard_Form button:hover {
	background: #404040;
	cursor: pointer;
}

#standard_Form input[type=submit].altbutton {
	background: #37699C;
	color: white;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	/*font: italic 13px Georgia, "Times New Roman", Times, serif;*/
	font: bold 13px Arial;
	outline: none;
	padding: 5px;
	width: 200px;
}

#standard_Form input[type=submit].altbutton:hover {
	background: #1e2506;
	background: #404040;
	cursor: pointer;
}

#standard_Form input[type=file].altbutton {
	background: #404040;
	color: white;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	outline: none;
	padding: 5px;
	width: 200px;
}

#alternate_Form input[type=file].altbutton {
	background: #404040;
	color: white;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	outline: none;
	padding: 5px;
	width: 200px;
}
#alternate_Form button {
	margin: 0 auto;
	background: #37699C;
	border: none;
	/*-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;*/
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	color: #ffffff;
	/*display: block;*/
	/*font: 18px Georgia, "Times New Roman", Times, serif;*/
	font: bold 15px Arial; 
	letter-spacing: 1px;
	/*margin-left: 162px;*/
	padding: 7px 15px;
	/*text-shadow: 0 1px 1px #000000;
	text-transform: uppercase;*/
}
#alternate_Form button:hover {
	background: #404040;
	cursor: pointer;
}

#alternate_Form input[type=submit].altbutton {
	background: #37699C;
	color: white;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	/*font: italic 13px Georgia, "Times New Roman", Times, serif;*/
	font: bold 13px Arial;
	outline: none;
	padding: 5px;
	width: 200px;
}

#alternate_Form input[type=submit].altbutton:hover {
	background: #1e2506;
	background: #404040;
	cursor: pointer;
}



/*	/* Standard Form Layout Style */
/*	form#standard {
/*		margin: 0 auto;
/*		/*background: #9cbc2c;*/
/*		/*background: #6BB8EC;*/
/*		background: #FFFFFF;
/*		-moz-border-radius: 8px;
/*		-webkit-border-radius: 8px;
/*		-khtml-border-radius: 8px;
/*		border-radius: 8px;
/*		counter-reset: fieldsets;
/*		padding: 20px;
/*		width: 500px;
/*	}
/*	form#standard fieldset {
/*		border: none;
/*		margin-bottom: 10px;
/*	}
/*	form#standard fieldset:last-of-type {
/*		margin-bottom: 0;
/*	}
/*	form#standard ol li {
/*		/*background: #b9cf6a;*/
/*		/*background: #97CDF1;*/
/*		background: #F0F0F0;
/*		/*background: rgba(255,255,255,.3);*/ 
/*		/*border-color: #e3ebc3;*/ 
/*		/*border-color: #D5EBF9;*/
/*		border-color: #DEDEDE;
/*		/*border-color: rgba(255,255,255,.6);*/
/*		border-style: solid;
/*		border-width: 2px;
/*		-moz-border-radius: 5px;
/*		-webkit-border-radius: 5px;
/*		-khtml-border-radius: 5px;
/*		border-radius: 5px;
/*		line-height: 30px;
/*		list-style: none;
/*		padding: 5px 10px;
/*		margin-bottom: 2px;
/*	}
/*	form#standard ol li .FormErrorBox {
/*		color: red;
/*	}
/*	
/*	form#standard ol ol li {
/*		background: none;
/*		border: none;
/*		float: left;
/*	}
/*	form#standard label {
/*		float: left;
/*		font-size: 13px;
/*		font-weight: bold;
/*		width: 150px;
/*	}
/*	form#standard fieldset fieldset label {
/*		background: none no-repeat left 50%;
/*		line-height: 20px;
/*		padding: 0 0 0 30px;
/*		width: auto;
/*	}
/*	form#standard fieldset fieldset label:hover {
/*		cursor: pointer;
/*	}
/*
/*	form#standard input:not([type=radio]), form#standard textarea, form#standard select {
/*		background: #FFFFFF;
/*		/*background: #404040;
/*		color: white;*/
/*		border: none;
/*		-moz-border-radius: 3px;
/*		-webkit-border-radius: 3px;
/*		-khtml-border-radius: 3px;
/*		border-radius: 3px;
/*		font: italic 13px Georgia, "Times New Roman", Times, serif;
/*		font: italic 13px Arial; 
/*		outline: none;
/*		padding: 5px;
/*		width: 200px;
/*	}
/*	
/*	form#standard input:not([type=submit]):focus, form#standard textarea:focus {
/*		/*background: #eaeaea;
/*		background: #ffffff;
/*		color: black;*/
/*		
/*	}
/*	form#standard input[type=radio] {
/*		float: left;
/*		margin-right: 5px;
/*		margin-top: 8px;
/*	}
/*	
/*	form#standard input[type=checkbox] {
/*		margin-right: 5px;
/*		margin-top: 8px;
/*		width: 20px;
/*	}
/*	
/*	form#standard button {
/*		margin: 0 auto;
/*		background: #37699C;
/*		border: none;
/*		/*-moz-border-radius: 20px;
/*		-webkit-border-radius: 20px;
/*		-khtml-border-radius: 20px;
/*		border-radius: 20px;*/
/*		-moz-border-radius: 3px;
/*		-webkit-border-radius: 3px;
/*		-khtml-border-radius: 3px;
/*		border-radius: 3px;
/*		color: #ffffff;
/*		/*display: block;*/
/*		/*font: 18px Georgia, "Times New Roman", Times, serif;*/
/*		font: bold 15px Arial; 
/*		letter-spacing: 1px;
/*		/*margin-left: 162px;*/
/*		padding: 7px 15px;
/*		/*text-shadow: 0 1px 1px #000000;
/*		text-transform: uppercase;*/
/*	}
/*	form#standard button:hover {
/*		background: #404040;
/*		cursor: pointer;
/*	}
/*	
/*	form#standard input[type=submit].altbutton {
/*		background: #37699C;
/*		color: white;
/*		border: none;
/*		-moz-border-radius: 3px;
/*		-webkit-border-radius: 3px;
/*		-khtml-border-radius: 3px;
/*		border-radius: 3px;
/*		/*font: italic 13px Georgia, "Times New Roman", Times, serif;*/
/*		font: bold 13px Arial;
/*		outline: none;
/*		padding: 5px;
/*		width: 200px;
/*	}
/*	
/*	form#standard input[type=submit].altbutton:hover {
/*		background: #1e2506;
/*		background: #404040;
/*		cursor: pointer;
/*	}
/*	
/*	form#standard input[type=file].altbutton {
/*		background: #404040;
/*		color: white;
/*		border: none;
/*		-moz-border-radius: 3px;
/*		-webkit-border-radius: 3px;
/*		-khtml-border-radius: 3px;
/*		border-radius: 3px;
/*		font: italic 13px Georgia, "Times New Roman", Times, serif;
/*		outline: none;
/*		padding: 5px;
/*		width: 200px;
/*	}
*/


#AddressBox {

	background: #F0F0F0;
	border-color: #DEDEDE;
	border-style: solid;
	border-width: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	line-height: 30px;
	list-style: none;
	padding: 5px 10px;
	margin-bottom: 2px;
	height: 50px;
}


/* Head Login Form Box */
#header_login_form {
	float: right;
	width: 200px;
	color: #cccccc;
	font-size: 12px;
	text-align: left;
}
#header_login_form a {
	color: #9ec152;
	text-decoration: underline;
}
form#header_login_form {
	margin: 0px;
/*background: #9cbc2c;*/ /*background: #6BB8EC;*/background: transparent;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	padding: 0px;
	width: 250px;
}
form#header_login_form fieldset {
	border: none;
}
form#header_login_form input {
	background: #cccccc;
	color: #3d3d3d;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
	outline: none;
	padding: 4px;
	width: 145px;
	margin-bottom: 5px;
}
form#header_login_form input::-webkit-input-placeholder {
	color: #666666;
}
form#header_login_form input:-moz-placeholder {
	color: #666666;
}
}
form#header_login_form input[type=image] {
	border: none;
	height: 26px;
	width: 57px;
}
form#header_login_form input.submitbutton {
	border: none;
	padding: 0px;
	height: 26px;
	width: 57px;
}
/* Account Body Layout */
#main-area-account {
	width: 870px;
	margin: 0 auto;
	padding: 20px 0px;
}
#main-area-account .left {
	float: left;
	width: 630px; /*height: 100px;*/;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #FFFFFF;
	margin-right: 7px;
	padding: 5px 10px;
}
#main-area-account .right {
	float: right;
	width: 210px;
}
/* Individual Styles*/
#BlueTextHeader {
	font: large arial;
	color: #4D7CCB;
	font-weight: bold;
}
.SuccessBox {
	width: 400px;
	margin: 5px auto 15px auto;
	font: small arial;
	border: 1px solid #44DE10;
	background-color: #EEFFE8;
	padding: 5px;
}
.ErrorBox {
	width: 400px;
	margin: 5px auto 15px auto;
	font: small arial;
	border: 1px #DD3C10 solid;
	background-color: #FFEBE8;
	padding: 5px;
}
.ErrorBox UL {
	font-family: arial;
	margin: 2px 0px 2px 30px;
	list-style-type: disc;
}
