/*- This comment should remain intact. */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6{  
margin: 0; 
padding: 0; 
border: 0;
}

body {
	min-width: 760px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	color: #666;
	background-color: #FFFFFF;
	background-image: url(../images/background.gif);
	background-position: center;
}
	
	
#wrapper {
	text-align: left;
	width: 734px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#top {
	height: 52px;
	/* background: url(images/top.jpg); */
}
#topnav li {
	padding: 0;
	float: left;
	list-style-type: none;}
	
#topnav ul li a  {
	display: block; 
	text-decoration: none;
	width: 121px; 
	height: 52px;
	text-align: center;
	font-weight: bold;
	font-size: 80%;
}

#topnav ul li a:hover{
	color: #F8852C;
}
.headings {
	border-bottom: solid #F99446 1px;
	margin-bottom: .6em;
	margin-top: 0.7em;
}
#header {
	background: url(../images/donnerhollen-banner.jpg) no-repeat;
	height: 209px;
	width: 734px;
}

#bottomnav {
	height: 10px;
}

#content {
	width: 742px;
}


#content .contentleft {
	float: left;
	width: 555px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-left: 10px;
}
 .contentleft p {
	line-height: 130%;
	font-size: .9em;
	padding-left: 5px;
	margin-bottom: .4em;

}

#nav {
	float: left;
	width: 148px;
	margin-right: 4px;
	background: #FFFFFF;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background:#FFFFFF;
}



#nav  li{
	margin-top: 2px;
}


#nav a, 
#nav a:visited {
	display: block;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	font-size: 75%;
	padding-top: 5px;
	padding-left: 7px;
	background: url(../images/bluenav.jpg);
	height: 24px;
}


#nav a:hover {
	color: #F4A01C;
	background:#FFF url(../images/bluenavhover.jpg);
}


#nav a:active {
	color: #FFFFFF;
	background: #395B7F;
}

#footer {
	font-size: 75%;
	text-align: center;
	width: 700px;
	padding: 6px;
	border: solid #F99446 1px;
	clear: both; 
	margin-left: 10px;
	background: #6F87AD;
	color: #FFF;
}
h1 {
	font-size: 105%;
	color: #406C91;
}
h2 {
	font-size: 102%;
	color: #406C91;
}


a:link{
	color: #244971;

}
a:visited{
	color: #244971;
}
a:hover{
	color: #333;
	text-decoration: none;
}
a:active{
	color: #333;
	}
	
/* Form Stylings */
.fieldset {border:1px solid orange}
.menulist {
	padding: 1px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	height: 1.5em;
}

.submitbutton {	
	border: 1px solid #003366;
	background-color:#667EA4;
	color: #FFFFFF;
	margin-left: 5px;
	padding-bottom: 5px;
	font-size: .9em;
}
.textbox {
	border: 1px solid orange;
	background-color: #D5DBE6;
	font-family: Arial, Helvetica, sans-serif;
	color: #244971;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 5px;
	margin-top: 3px;
}
input {
	height: 1.2em;
	font-size: 1em;
	border: 1px solid orange;
	background-color: #D5DBE6;
	color: #244971;
	font-size: 1em;
}
.estimate {
	margin-top: 10px;
}
img {
	text-align: center;
}
.contentleft li {
	list-style-image: url(../images/bullet.jpg);
	font-size: 0.9em;
	line-height: 1.5em;
	margin-left: 1.5em;
}
.contentleft li ul li {
	font-size: .9em;
	line-height: 1.5em;
	margin-left: 1em;
	list-style-image: none;
	list-style-type: disc;
}
#footer a {
	color: #FFFFFF;
}
