/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
}
p {
	padding-left: 10px;
	padding-top: 5px;
	font-size: 100%;
	text-align: left;
	padding-right: 20px;
	color: #000000;
}
h1 {
	font-size: 130%;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 10px;
}

h2 {
	font-size: 125%;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 10px;
}

h3 {
	font-size: 120%;
	font-weight: bold;
	font-style: italic;
	padding-top: 5px;
	padding-left: 10px;
}

h4 {
	font-size: 100%;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 10px;
}

hr {
	width: 90%;
	height: 2px;
	color: #000080;
	background-color: #000080;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 975px;
	background-color: #fff;
	padding: 0px;
}
	

#header {
	background-image: url('../images/snowheader.gif');
	background-repeat: no-repeat;
	width: 975px;
	height: 109px;
	background-color: #fff;
}

#title {
	background-image: url('../images/title2.gif');
	background-repeat: no-repeat;
	height: 50px;
	width: 760px;
	float: right;
	color: #efefef;
}

.contact img {
	border: none;
	float: right;
}

.logo img{
	border: none;
	float: left;
}

.animated {
	margin: 20px;
	width: 460px;
	height: auto;
	float: left;
	position: relative;
	clear: both;
}

#searchbox {
	padding: 5px 0px 5px 0px;
	width: 975px;
	text-align: right;
	color: white;
	background-color: #EAE8E6;
	border-top: 3px solid #000080;
	border-bottom: 3px solid #000080;
}

#content-container {
	height: 100%;
	margin: 15px 0px 15px 0px;
	width: 78%;
	float: right;
	background-color: #fff;
}

#content {
	min-height: 294px;
	height: 100%;
	margin: 0px;
	width: 100%;
	float: right;
	padding-bottom: 15px;
	background-color: #EAE8E6;
}

#navlist {
	width: 19%;
	height: 100%;
	float: left;
}

#navlist img {
	margin: 0px;
	padding: 0px 5px 5px 5px;
}
	
#footer {
	clear: both;
	width:975px; 
	font-size: 80%;
	height: 25px; 
	/*margin-bottom: 10px;*/
	background-color: #EAE8E6;
	border-top: 3px solid #000080;
	border-bottom: 3px solid #000080;
}
	 
#copyright {
	color: #000080;
	padding: 5px;
	float: left;
}

#admin {
	float: right;
	padding: 5px;
}

#admin a, #admin a:link, #admin a:visited  {
    color: #EAE8E6;
}

#admin a:hover {
    color: #000080;
}
.floatright {
	float: right;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 0px;
	margin-top: 0px;
}
	
.floatleft {
	float: left;
	margin: 0 6px 6px 0;
}

a {
	color: #000080;
	text-decoration: none;
	font-weight: bold;
}

a:active, a:hover{
    text-decoration:underline;
	font-weight: bold;
	color: #008080;
}

.smaller {
	font-size: 80%;
}

th {
	font-weight: bold;
	font-size: 85%;
}

td {
	font-size: 80%;
}

/* start of contact form styles */
.contactform {
	width: 490px;
	/*clear: both;*/
	height: auto;
	border: 1px solid #000080;
	background-color: #efefef;
	padding: 0px 10px 0px 10px;
	margin: 20px auto 20px auto;
}

.contactlabel {
	width: 190px;
	margin: 10px 0px 10px 0px;
	font-weight: bold;
	float: left;
}
.contactfield {
	width: 270px;
	margin: 10px 0px 10px 0px;
	float: left;
}

.contactbuttons {
	padding-top: 20px;
	width: 490px;
	clear: both;
}

.contactleft {
	width: 49%;
	float: left;
	text-align: right;
}

.contactright {
	width: 49%;
	float: right;
	text-align: left;
}
/* end of contact form styles */

.description {
	margin: 20px;
}

.cost {
	margin: 10px;
}

#address {
	padding: 10px;
	float: left;
}

/*CSS for Simple Tree Menu*/
.treeview {
	margin-left: 0px;
	padding-left: 5px;
	width: 19%;
}

.treeview ul { 
	margin: 0;
	padding: 0;
}

/*Style for LI elements in general (excludes an LI that contains sub lists)*/
.treeview li { 
	list-style-type: none;
	margin-bottom: 2px;
	background-color:#000080;
	border: 1px solid #EAE8E6;
	color:#efefef;
	width:190px;
	padding:2px;
	text-align: left;
	font-weight:bold;
}

/* Style for LI that contains sub lists (other ULs). */
.treeview li.submenu { 
	margin-bottom: 2px;
	margin-top: 2px;
	background-image: url('../images/button.gif');
	background-repeat: repeat-x;
	color:#efefef;
	width:190px;
	padding:2px;
	font-weight: bold;
	text-align: left;
}

/*Style for ULs that are children of LIs (submenu) */
.treeview li.submenu ul { 
	display: none; /*Hide them by default. Don't delete. */
}

/*Style for LIs of ULs that are children of LIs (submenu) */
.treeview .submenu ul li { 
	margin-left: 10px;
	border: 1px solid #EAE8E6;
	width: 165px;
}

.treeview a:link{
	color: #efefef;
	text-decoration: underline;
}

 .treeview a:visited {
	color: #efefef;
}

.treeview a:hover, .treeview a:active, .submenu a:hover, .submenu a:active {
	text-decoration: underline;
}
	
/* end of menu style */


/* start of brands styles */
.manulogo {
	height: auto;
	width: auto;
	float: left;
	padding: 10px;
	text-align: center;
}

.manulogo img{
	border: none;
}

.manulink {
	text-align: center;
}

.manulink a:link, .manulink a:active {
	color: #000080;
	text-decoration: underline;
}
/* end of brands styles */

/* Start of maps api */
.map_canvas {
	width: 500px; 
	height: 300px; 
	margin-left: auto;
	margin-right: auto;
}
