/* ================================ MAIN LAYOUT STRUCTURE ================================ */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(/Images/Layout/Background-Main.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	font-size: 90%;
	font-family: Arial, Arial, Helvetica, sans-serif;
	color: #000000;
}

#MainWrapper {
	width: 906px;
	margin: 0px auto;
}

#ContentWrapper {
	clear: left;
	float: left;
	margin-top: 345px;
	width: 100%;
}

#MainContent {
	margin-left: 230px;
	margin-right: 30px;
	min-height: 570px;
	height: auto !important;
	height: 570px;
}

#LeftColumn {
	float: left;
	margin-top: 380px;
	width: 200px;
	margin-left: -906px;
}

#PageFooter {
	clear: left;
	width: 100%;
	padding: 50px 0px 105px 0px;
}

/* ============================================================================ */
/* ================================= STANDARD ================================= */
/* ============================================================================ */

h1 {
	font-size: 200%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 130%;
}

a:link, a:visited {
	color: #000000;
}

.Error {
	color: #FF0000;
}

/* ============================================================================ */
/* ================================ BACKGROUND ================================ */
/* ============================================================================ */

#BackgroundTop {
	background-image: url(/Images/Layout/Background-Top.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#BackgroundBottom {
	background-image: url(/Images/Layout/Background-Bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
}

/* ============================================================================ */
/* =============================== LEFT COLUMN ================================ */
/* ============================================================================ */

#LeftColumn h2 {
	margin-top: 1em;
}

#LeftColumn div img {
	margin-bottom: 15px;
}

#LeftColumn ul {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	list-style-type: none;
	font-weight: bold;
}

#LeftColumn ul li {
	background-image: url(/Images/Layout/Background-Nav-Bar.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 12px 0px 12px 30px;
}

#LeftColumn ul li a:link, #LeftColumn ul li a:visited {
	text-decoration: none;
}

#LeftColumn ul li a:hover {
	text-decoration: underline;
}

/* ============================================================================ */
/* ============================== MAIN CONTENT ================================ */
/* ============================================================================ */

#MainContent h1 {
	margin: 1em 0px 1em 0px;
	padding: 7px 0px 0px 30px;
	background-image: url(/Images/Layout/Background-H1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

#MainContent div.Images {
	margin-top: 40px;
	padding: 10px;
	border: 1px solid #BBBBBB;
	text-align: center;
}

#MainContent img.Image2, #MainContent img.Image3 {
	margin-left: 10px;
	vertical-align: top;
}

/* ============================================================================ */
/* ================================== FOOTER ================================== */
/* ============================================================================ */

#PageFooter div.WebDesign {
	float: right;
}

#PageFooter div.WebDesign a:link, #PageFooter div.WebDesign a:visited {
	text-decoration: none;
}

#PageFooter div.WebDesign a:hover {
	text-decoration: underline;
}

/* ================================================================================================= */
/* ============================================ MAP ================================================ */
/* ================================================================================================= */

#map_canvas {
	float: right;
	margin: 30px 0px 20px 20px;
	border: 1px solid black;
	width: 350px;
	height: 250px;
}

/* ================================================================================================= */
/* =========================================== FORMS =============================================== */
/* ================================================================================================= */

form {
	margin: 0px;
	padding: 0px;
}

fieldset br {
	clear: both;
}

fieldset {
	border: 1px solid #BBBBBB;
	padding-bottom: 10px;
	margin: 20px 0px 20px 0px;
}

fieldset legend {
	background-color: #DE2821;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px 10px 3px 10px;
}

fieldset div.inputgroup {
	padding: 20px;
}

fieldset div.inputgroup p.Error {
	margin-top: 0px;
}

fieldset div.inputgroup p.Instructions {
	margin-top: 0px;
	margin-bottom: 20px;
}

fieldset div.inputgroup span.Annotation {
	font-size: 80%;
}

fieldset label {
	display: block;
	float: left;
	clear: left;
	width: 130px;
	margin-bottom: 10px;
	text-align: left;
	padding-right: 20px;
}

fieldset div.DisplayOnly {
	margin: 0px;
	padding: 0px;
}

fieldset input, fieldset textarea {
	display: block;
	width: 320px;
	float: left;
	margin-bottom: 10px;
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	border: 1px solid #BBBBBB;
}

fieldset input.Hidden {
	margin: 0px;
	border: 0px;
}

fieldset textarea {
	overflow: auto;
	scrollbar-3dlight-color: #FFFFFF; 
	scrollbar-arrow-color: #BBBBBB; 
	scrollbar-base-color: #FFFFFF; 
	scrollbar-darkshadow-color: #FFFFFF; 
	scrollbar-face-color: #FFFFFF; 
	scrollbar-highlight-color: #BBBBBB; 
	scrollbar-shadow-color: #BBBBBB; 
	scrollbar-track-color: #FFFFFF;
}

fieldset select {
	display: block;
	width: 320px;
	float: left;
	margin-bottom: 10px;
	font: 100% Arial, Verdana, Helvetica, sans-serif;
}

fieldset input.Submit {
	width: 100px;
	background-color: #DE2821;
	border: 1px solid #DE2821;
	color: #FFFFFF;
	font-weight: bold;
}

fieldset input.CheckboxRadio {
	width: 20px;
	background-color: transparent;
	border: 0px solid transparent;
}
