@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #850088;
	margin: 0;
}

#container {
	width: 1004px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #BDDCC9;
} 
#header {
	background-color: #BDDCC9;
	background-image: url(Images/Graphics/Valley%20View%20Logo.png);
	background-repeat: no-repeat;
	height: 253px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding: 0;
} 
#Sidebar {
	float: left;
	width: 175px;
	padding-top: 15px;
	padding-right: 1px;
	padding-bottom: 30px;
	padding-left: 1px;
	background-color: #BDDCC9;
	z-index: 10;
	visibility: visible;
	overflow: visible;
}
#SidebarRight {
	float: right;
	width: 175px;
	padding-top: 15px;
	padding-right: 1px;
	padding-left: 1px;
	background-color: #BDDCC9;
	z-index: 10;
	visibility: visible;
	overflow: visible;
	color: #660068;
	height: 550px;
}

#mainContent p {
	font-size: 90%;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.MapCenter {
	padding-left: 30%;
	text-align: center;
}


#mainContent {
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	color: #660068;
	clear: none;
	font-weight: normal;
	background-color: #BDDCC9;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 180px;
} 
#mainContentHome {
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	color: #660068;
	clear: none;
	font-weight: normal;
	background-color: #BDDCC9;
	margin-right: 180px;
	margin-bottom: 0;
	margin-left: 180px;
}
#footer {
	background-color: #BDDCC9;
	background-repeat: no-repeat;
	height: 58px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.EquipmentStyle {
	color: #000;
	font-style: italic;
	font-weight: bold;
}
.style2 {
	font-family: Georgia, "Times New Roman", Times, serif, "Comic Sans MS";
	font-style: italic;
	font-weight: bold;
}

#mainContent h3 {
	text-align: center;
	text-decoration: underline;
	color: #3B965D;
}
.MainAdd {
	font-weight: bold;
	color: #660068;
	text-align: center;
	font-size: 150%;
}
.style3 {
	font-family: Georgia, "Times New Roman", Times, serif, "Comic Sans MS";
	color: #1D713D;
}

