@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #898989;
}
.oneColFixCtrHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	float: left;
	width: 910px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 15px;
	margin-top: 15px;
	clear: none;
}
.oneColFixCtrHdr #container #MenuBar1 {
	margin-top: -47px;
}
#footerlower {
	clear: both;
	width: auto;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #CC9900;
}
#footerlower p {
	margin:0px;
	padding:10px;
	color:#000;
	font-size: 11px;
}
#footerlower a, #footerlower a:link, #footerlower a:visited, 8#footerlower a:active {
	text-decoration: underline
	font-weight: normal;
}
#footerlower a:hover {
	text-decoration: none;
}
/* This is the left side of the footer feature area */
/* This can be applied to images to position them left of the related content */
.float-left {
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 12px;
	border: none;
}
/* This can be applied to images to position them right of the related content */
.float-right {
	display: block;
	float: right;
	margin-left: 20px;
	margin-bottom: 12px;
	border: none;
	margin-top: 12px;
}

#sidebarRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	float: right;
	width: 335px;
}
#sidebarRight p {
	padding-right: 15px;
	padding-left: 15px;
}
#sidebarRight h2 {
	color: #FFFFFF;
	background-color: #3f3f3f;
	text-align: justify;
	vertical-align: middle;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px;
	font-size: 14px;
	padding-right: 10px;
	padding-left: 10px;
}

.mainLeft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	float: left;
	width: 535px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainContent .mainLeft h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #3f3f3f;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#mainContent .mainLeft h3 {
	font-size: 14px;
	color: #FFFFFF;
	padding: 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#3f3f3f;
}
#mainContent .mainLeft p {
	margin-left: 10px;
}
.floatLeft {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.mainLeftul {
	font-size: 13px;
	color: #424242;
	list-style-type: square;
	margin-top: 0px;
	padding-top: 0px;
	list-style-position: inside;
}
.mainLeftul ul {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	list-style-position: outside;
	list-style-type: none;
}
.mainLeftul li {
	padding-bottom: 3px;
	font-weight: bold;
	padding-left: 25px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-image: url(images/orange-square-sm.jpg);
	background-position: 1px;
	padding-top: 2px;
}
.sidebar1ul {
	font-size: 13px;
	background-color: #E8E8E8;
	list-style-type: square;
	margin-top: 0px;
	padding-top: 0px;
}
.sidebar1ul ul {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	list-style-position: outside;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	list-style-image: url(images/orange-square-sm.jpg);
}
.sidebar1ul li {
	padding-bottom: 5px;
	list-style-type: none;
	font-weight: bold;
}
#sidebarRight h3 {
	background-repeat: repeat;
	color: #FFFFFF;
	background-color: #3f3f3f;
	font-weight: bold;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	vertical-align: middle;
}
#sidebarRight h4 {
	color: #000000;
	padding: 15px;
	font-weight: bold;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 20px;
	background-color: #E8E8E8;
}
.city1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #E8E8E8;
	float: left;
	list-style-type: none;
	width: 165px;
}
.cityWrapper {
	background-color: #E8E8E8;
	padding: 0px;
	margin-top: 20px;
	width: 335px;
}
.leftColumn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	float: left;
	width: 535px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainContent .leftColumn h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #35577E;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#mainContent .leftColumn h3 {
	font-size: 16px;
	color: #000000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainContent .leftColumn p {
}
.city2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #E8E8E8;
	float: none;
	list-style-type: none;
	width: 165px;
	clear: none;
	margin-left: 166px;
}
.belowCity {
	background-color: #E8E8E8;
	padding: 0px;
	margin-top: 0px;
	width: 350px;
	clear: both;
}
/* These are the styles for the contact form */
Label {
}
.inputValue {
	width:50%;
	margin-top:5px;
}
.inputText {
	width:85%;
	height:180px;
	margin-top:5px;
}
.inputButton {
}
.required {
	font-size:9px;
	color:#C00;
}
