
html { height: 100%;}
body {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	background-color:#999999;
	height: 100%;
}

* { padding: 0; margin: 0;}

#out {
	width: 1000px;
	margin: 0 auto;
	height: 100%;
}

#wrapper {  
	width: 1000px;
	min-height: 100%;
	overflow:hidden;
	background: #8edddd url(images/backgroundContent.jpg) repeat-y 0px 370px;
}

#header {
	position:relative; 
	height: 370px;
	margin-bottom: 20px;
	width: 1000px;
	background: url(images/header.jpg) no-repeat top left;
}

#info { 
		color: #0e6877;
		position:absolute; 
		text-align:right;
		top: 250px;
		right: 30px;
		font-size: 13px;
		
}

#phone { font-size: 25px; 
		 font-weight:600;
}


.nav {
	position:absolute;
	bottom: 0;
	left: 45px;
}

.nav  li {
	list-style: none;
	font-size: 14px;
	font-weight:600;
	float:left;
}

.nav li a {
	margin-left: 3px;
	display:inline;
	float:left;
	color: #fff;
	width: 155px;
	height: 48px;
	line-height: 48px;
	text-align:center;
	background: url(images/menu.png) no-repeat top left;
	text-decoration:none;	
}

.nav li a:hover { background: url(images/menu.png) no-repeat bottom left;}

#secondaryContent { 
	width:270px; 
	float:left;
	padding-left: 60px; 
	color: #1e0100;
	text-align: left;
}

#secondaryContent p { 
	padding: 5px 0 5px 0;
	line-height: 1.5em;
}

#secondaryContent h1 {
	font-size:18px;
	text-align: left;
	padding-bottom: 14px;
	color:#0e6877;
} 

#secondaryContent img { 
	border:none; 
	margin: 3px;
}

#content {  
	text-align: left;
	float:right;
	width: 620px;
	color:#1e0100;
	padding-right: 25px;
}

.photo img { 
	width: 200px;
	height: 130px;  
	float:left;
	margin: 0 15px 15px 0;
	display:inline;
}

#content h1 { 
	color:#0e6877;
	font-size:18px;
	text-align: left;
	padding-bottom: 14px;
}
#content h2 { 
	color:#0e6877;
	font-size:15px;
	text-align: left;
	padding: 10px 0 0 0;
	font-weight:600;
}

#content p { 
	padding: 5px 0 5px 0;
	line-height: 1.5em;
	text-indent: 0px;
} 
#content ol { 
	list-style: decimal;
	margin: 7px 30px; 
	line-height: 1.5em;
} 

#content ul { 
	list-style: disc;
} 

#content ul li { 
	line-height: 1.5em; 
	margin-left: 15px;
}  

.clear {clear:both;}


#footer { 
	width: 1000px; 
	height: 158px;
	margin-top: -158px;
	background: url(images/footer.jpg) no-repeat right top;
	text-align: right;
	color:#773e05;
}

#footer p { 
	padding: 130px 25px 0 0; 
}

.float { 
	height: 158px;
}

img { 
	border: 2px solid #0e6877;
}
