/* ================================ MAIN LAYOUT STRUCTURE ================================ */

img, div { behavior: url(/CSS/iepngfix.htc) }

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	background-color: #F9F9F9;
	color: #8C8C8C;
	background-image: url(/Images/Layout/Background-Main.jpg);
	background-position: top center;
	background-repeat: repeat-y;
}

#MainWrapper {
	width: 940px;
	margin: 0px auto;
}

#PageHeader {
	margin: 0px;
	padding: 0px;
	height: 89px;
	background-color: #1B74CE;
	color: #FFFFFF;
}

#NavBar {
	margin: 10px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	background-color: #E7E7E7;
}

#ContentWrapper {
	margin: 10px 10px 0px 10px;
}

#PageFooter {
	margin: 10px 0px 0px 0px;
	clear: both;
	background-color: #1B74CE;
	color: #FFFFFF;
	font-size: 110%;
	padding: 5px 10px 5px 10px;
}

/* ================================================================================================= */
/* ===================================== STANDARD STUFF ============================================ */
/* ================================================================================================= */

p {
	margin: 1em 0px 0px 0px;
}

p.First {
	margin: 0px 0px 0px 0px;
}

a:link, a:visited {
	color: #8C8C8C;
}

a:hover {
	color: #1B74CE;
}

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited {
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration: underline;
}

div.ClearLeft {
	clear: left;
}

.Strong {
	font-weight: bold;
}

p.Error {
	color: #FF0000;
	margin-bottom: 20px;
}

a img {
	border: 0px;
}

img.MarginLeft {
	margin-left: 10px;
}

/* ================================================================================================= */
/* ======================================= PAGE HEADER ============================================= */
/* ================================================================================================= */

#PageHeader img.Logo {
	margin: 19px 0px 0px 19px;
	float: left;
}

#PageHeader div.Contact {
	text-align: right;
	padding: 20px 25px 0px 0px;
	font-size: 150%
}

/* ================================================================================================= */
/* ===================================== MAIN NAVIGATION =========================================== */
/* ================================================================================================= */

#NavBar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#NavBar ul li {
	margin: 0px 0px 0px 30px;
	padding: 0px 0px 0px 0px;
	display: inline;
	font-weight: bold;
	font-size: 110%;
}

#NavBar ul li.First {
	margin-left: 10px;
}

#NavBar ul li.Current {
	color: #1B74CE;
}

#NavBar ul li a:link, #NavBar ul li a:visited {
	color: #414141;
	text-decoration: none;
}

#NavBar ul li.Current a:link, #NavBar ul li.Current a:visited {
	color: #1B74CE;
}

#NavBar ul li a:hover {
	color: #1B74CE;
	text-decoration: none;
}

/* ================================================================================================= */
/* ======================================= LEFT COLUMN ============================================= */
/* ================================================================================================= */

#LeftColumn {
	width: 200px;
	color: #626870;
}

div.LeftNav {
	background-color: #F4F4F4;
	margin-bottom: 10px;
}

div.LeftNavCurrent {
	background-color: #E8E8E8;
}

div.LeftNav h3 {
	margin: 0px;
	padding: 10px 10px 10px 10px;
	font-size: 100%;
	text-align: center;
}

div.LeftNav h3 a:link, div.LeftNav h3 a:visited {
	text-decoration: none;
}

div.LeftNav h3 a:hover {
	text-decoration: underline;
}

div.LeftNav ul {
	margin: 0px;
	padding: 0px 10px 10px 10px;
	list-style-type: none;
}

div.LeftNav ul li {
	margin: 0px;
	margin: 10px 0px 0px 0px;
}

div.LeftNav ul li.Current {
	font-weight: bold;
}

div.LeftNav ul li ul {
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
}

div.LeftNav ul li ul li {
	padding-left: 15px;
	background-image: url(/Images/Layout/Icon-Left-Nav.jpg);
	background-position: 0px 4px;
	background-repeat: no-repeat;
}

div.LeftNav ul li a:link, div.LeftNav ul li a:visited {
	text-decoration: none;
}

div.LeftNav ul li a:hover {
	text-decoration: underline;
}

div.LeftNav ul li a.Movie {
	padding-left: 23px;
	background-image: url(/Images/Layout/Icon-Movie.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#LeftQuote {
	margin-top: 10px;
	padding: 0px;
}

#LeftQuote div.Content {
	padding: 10px 10px 20px 10px;
	background-color: #E8E8E8;
}

#LeftQuote div.Content h3 {
	text-align: center;
	font-size: 150%;
	margin: 0px;
}

#LeftQuote img.Van {
	width:200px;
}

#LeftQuote div.Facebook {
	text-align: center;
	padding-bottom: 10px;
}

/* ================================================================================================= */
/* ======================================= MAIN CONTENT ============================================ */
/* ================================================================================================= */

#MainContent {
	float: right;
	width: 710px;
	margin-bottom: 20px;
}

#MainContent h1, #MainContent h2 {
	clear: both;
	margin: 10px 0px 10px 0px;
	background-color: #F4F4F4;
	color: #626870;
	padding: 0.2em 10px 0.2em 10px;
	font-size: 150%;
}

#MainContent img.Right {
	float: right;
	margin: 0px 0px 10px 30px;
}

#MainContent ul.Breadcrumb {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	list-style-type: none;
}

#MainContent ul.Breadcrumb li {
	display: inline;
	padding: 0px 0px 0px 10px;
	margin: 0px 5px 0px 0px;
	background-image: url(/Images/Layout/Icon-Breadcrumb.jpg);
	background-position: 0px 6px;
	background-repeat: no-repeat;
}

#MainContent ul.Breadcrumb li.First {
	background-image: none;
	padding-left: 0px;
}

#MainContent ul.ImageList {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
}

#MainContent ul.ImageList li {
	margin: 0px 0px 0px 13px;
	padding: 0px;
	display: inline;
}

#MainContent ul.ImageList li.First {
	margin-left: 0px;
}

#MainContent ul.ImageList li img {
	border: 0px;
}

/* ================================================================================================= */
/* ======================================= PAGE FOOTER ============================================= */
/* ================================================================================================= */

#PageFooter a:link, #PageFooter a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#PageFooter a:hover {
	text-decoration: underline;
}

/* ================================================================================================= */
/* ========================================== POPUPS =============================================== */
/* ================================================================================================= */

div.PopUp {
	position: absolute;
	top: -1000px;
	left: 0px;
	visibility: hidden;
}

div.PopUp div.Top {
	width: 594px;
	height: 75px;
	background-image: url(/Images/Layout/Background-Popup-Top.png);
	background-repeat: no-repeat;
}

div.PopUp div.Top img.Close {
	border: 0px;
}

div.PopUp div.Middle {
	width: 594px;
	background-image: url(/Images/Layout/Background-Popup-Middle.png);
	background-repeat: repeat-y;
}

div.PopUp div.Middle div.Content {
	padding: 0px 75px 0px 75px;
	text-align: center;
}

div.PopUp div.Bottom {
	width: 594px;
	height: 75px;
	background-image: url(/Images/Layout/Background-Popup-Bottom.png);
	background-repeat: no-repeat;
}

/* ================================================================================================= */
/* =========================================== FORMS =============================================== */
/* ================================================================================================= */

fieldset br {
	clear: both;
}

fieldset.Standard {
	border: 1px solid #8C8C8C;
	padding-bottom: 10px;
	margin: 20px 0px 20px 0px;
}

fieldset.Standard legend {
	background-color: #8C8C8C;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px 10px 3px 10px;
}

fieldset.Standard div.inputgroup {
	padding: 20px;
}

fieldset.Standard div.inputgroup p.Error {
	margin-top: 0px;
}

fieldset.Standard div.inputgroup p.Instructions {
	margin-top: 0px;
	margin-bottom: 20px;
}

fieldset.Standard div.inputgroup span.Annotation {
	font-size: 80%;
}

fieldset.Standard label {
	display: block;
	float: left;
	clear: left;
	width: 130px;
	margin-bottom: 10px;
	text-align: left;
	padding-right: 20px;
}

fieldset.Standard div.DisplayOnly {
	margin: 0px;
	padding: 0px;
}

fieldset.Standard input, fieldset.Standard textarea {
	display: block;
	width: 350px;
	float: left;
	margin-bottom: 10px;
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	border: 1px solid #8C8C8C;
}

fieldset.Standard input.Hidden {
	margin: 0px;
	border: 0px;
}

fieldset.Standard textarea {
	overflow: auto;
	scrollbar-3dlight-color: #FFFFFF; 
	scrollbar-arrow-color: #8C8C8C; 
	scrollbar-base-color: #FFFFFF; 
	scrollbar-darkshadow-color: #FFFFFF; 
	scrollbar-face-color: #FFFFFF; 
	scrollbar-highlight-color: #8C8C8C; 
	scrollbar-shadow-color: #8C8C8C; 
	scrollbar-track-color: #FFFFFF;
}

fieldset.Standard select {
	display: block;
	width: 350px;
	float: left;
	margin-bottom: 10px;
	font: 100% Arial, Verdana, Helvetica, sans-serif;
}

fieldset.Standard input.Submit {
	width: 100px;
	background-color: #8C8C8C;
	border: 1px solid #8C8C8C;
	color: #FFFFFF;
	font-weight: bold;
}

fieldset.Standard input.CheckboxRadio {
	width: 20px;
	background-color: transparent;
	border: 0px solid transparent;
}
