﻿/* CSS Document */

body {
	background-image: url(App_Themes/Images/gradbg.gif);
	background-repeat: repeat-x;
	margin: 0;
	font-family: verdana, Arial, san-serif;
	font-size: 0.8em;
}

H1 {
	font-size: 1.2em;
	color: #FFC500;
	margin: 0;
	margin-bottom: 10px;
}

A {
	text-decoration: none;
	color: #000000;
	display: block;
}

#banner {

}

#container {
	margin-left: 36px;
	background-color: #FFFFFF;
	background-image: url(App_Themes/Images/bannerBg.gif);
	background-repeat: repeat-x;	
	width: 810px;
	xpadding-left: 36px;
	padding-bottom: 120px;
}

#mainMenu {	
	margin-left: 36px;
	height: 35px;
	background-image: url(App_Themes/Images/h_dotrule.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-left: 26px;
}

#mainMenu UL {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#mainMenu UL LI TABLE {
	float: left;
	padding: 0;	
	padding-right: 14px;
	z-index: 20;
}

* html #mainMenu UL LI {
	float: left;
	padding: 0 24px 0 0;	
	z-index: 20;
}

* html #mainMenu UL LI TABLE {
	float: none;
	padding: 0;
}

#marginLeft {
	display: block;
	float: left;
	padding-top: 20px;
	padding-left: 36px;
	width: 156px;
	
}

#marginLeft H1 {
	padding-left: 36px;	
}

#marginLeft UL {
	margin: 0;
	padding-left: 36px;
	list-style: none;
	
}

#marginLeft UL LI {
	list-style: none;
	padding: 0;

}


#body {
	width: 618px;
	float: left;
	background-image: url(App_Themes/Images/v_dotrule.gif);
	background-repeat: repeat-y;
}

#content {
	padding-top: 20px;
	margin-left: 18px;
	margin-right: 18px;
}

#contentMid {
	background-image: url(App_Themes/Images/h_dotrule_short.gif);
	background-repeat: no-repeat;
	padding-left: 1px;
	position: relative;
	left: -18px;
	padding-top: 1px;
}

#contentMid .map {
	float: left;
	padding: 20px;
}

#contentMid .description {
	width: 150px;	
	float: left;
	padding-top: 20px;
padding-left: 14px;
}

#contentMid .description H1 {
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}

#contentMid .description P {
	font-size: 0.75em;
	padding-top: 0;
	margin-top: 4px;
}

#contentBottom {
	background-image: url(App_Themes/Images/h_dotrule_short.gif);
	background-repeat: no-repeat;
	padding-top: 20px;
	margin-right: 18px;
}

#body .feature {
	width: 170px;
	display: block;
	margin-top: 20px;
	float: left;
	padding-right: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 190px;
}

#body .leftBorder {
	background-image: url(App_Themes/Images/v_dotrule.gif);
	background-repeat: repeat-y;
	padding-left: 14px;
}

#body .feature H1 {
	font-size: 1em;
}

#body .feature P {
	font-size: 0.85em;
}

.break {
	clear: both;

}