/* CSS Document */
body {
	background-color: #3a4f5d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .80em;
	color: black;
	padding-top: 0; margin-top: 2px;
}
#wrapper {
	width: 760px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	border: 1px solid white;
	background-color: white;	
}	
#header {
	background-image: url(headers/top.gif);
	background-repeat: no-repeat;
	height: 135px;	
}
#top_text {
	margin-left: 357px;
	text-align: right;
	margin-top: 36px;	
}

.order {
	margin-left: 480px;
	padding-top: 5px;
}
		
#container {
	width: 740px;
	margin: 2px 10px;	
	background-color: white;	
}	
#left_column {
	background-color: #517084;
	width: 165px;
	color: #ffc;
	padding-left: 3px;
	float: left;
	font-size: 90%;
	
}	
#right_column {	
	text-align: left; 
	margin-left: 180px;
	width: 540px;
	background-color: white;
	padding-left: 5px;
}
p {
	line-height: 125%;
}
h1 {
	font-size: 130%;		
	color: #517084;
	font-weight: bold;
	padding-top: 0.7em;
}	
h2 {
	font-size: 125%;
	color: #4d6a7d;
	font-weight: bold;
	margin: 0.1em 0;
}
h3 {
	font-size:110%;
	color: #517084;
	font-weight: bold;
}	 	
#footer	 {
	width: 540px;
	background-color: white;
	margin-left: 180px;
	font-size: 90%;
	color: #20782c;
	font-weight: bold;
	border-top: 1px solid #656565;
	padding: 5px 0 0 5px;
	text-align: center;	
	clear: both;
}		
.navcontainer, .navlist { 
	width: 165px;	
}
.navcontainer ul {
	padding-top: 0;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif; 	
}
.navcontainer a {
	display: block;
	padding: 3px 0 3px 3px;
	width: 160px;
	background-color: #517084;
	border-bottom: 1px solid #eee;
}
.navcontainer a:link, .navlist a:visited {
	color: #EEE;
	text-decoration: none; 
}
.navcontainer a:hover {
	background-color: #000;
	color: #fff;
}
.right {
	float: right;
	padding: 2px 3px 5px 10px;
	margin-bottom: 0;
}
.left {
	float: left;
	padding: 10px 10px 5px 0;
	font-size: 80%;
}		
.special_text {
	font-size: 85%;
	color: #8fa6bb;
	font-weight: bold;
	padding: 5px 15px 5px 15px;
}
.quote {
	padding: 0 50px;
	font-style: italic;
}
.photo_page img {
	border: 1px #666666 solid;
	margin: 0 5px 25px 0;
	
}	
.pageheader {
	font-size: 160%;		
	color: #517084;
	font-weight: bold;
	font-style: italic;
 	padding-top: 0.7em;
}	
.estimate 
{
    border-color: Blue;
    border-width: thin;
    width: 500px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #008888;
}
