 body, h1, div, table, tr, td{ margin: 0 0 0 0;}

*{ font-family: Arial;}

a img{
	border: none;
}

p{
	font-size: 14px;
	color: #60625f;
	line-height: 1.4;
}

li{
	font-size: 14px;
}

a{
	color: #66b5b4;
	text-decoration: none;
}

a:hover{
	color: #688155;
	text-decoration: underline;
}

h1{
	color: #688155;
	font-size: 24px;
	text-align: left;
	font-weight: normal;
}

h2{
	color: #688155;
	font-size: 18px;
	text-align: left;
	font-weight: normal;
}

h3{
	color: #66b5b4;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	font-weight: normal;
}

ul.services{
	padding: 0;
	list-style: none;
}

	ul.services li{
		padding: 2px 0 2px 0;	
	}

	ul.services li a{
		color: #688155;
		text-decoration: underline;
	}

	ul.services li a:hover{
		color: #66b5b4;
	}

#side-form{
	padding: 20px 0 20px 0;
}

	#side-form input{
		width: 190px;
	}

	#side-form input.submit{
		width: 80px;
	}
	
	#side-form textarea{
		width: 190px;
	}

.box{
	width: 170px;
	padding: 10px;
	border: 3px solid #393939;
	background: #a3dad9;
}

	.box h3{
		color: #393939;
		font-size: 18px;
	}

body{
	background: #a3dad9 url(assets/images/bg.jpg) top left repeat-x;
}

div#header{
	background: url(assets/images/header.jpg) bottom left no-repeat;
	width: 950px;
	height: 320px;
}

	div#logo{
		text-align: center;
		color: #c4a648;
		font-size: 12px;
		float: left;
		margin: 100px 0 0 30px;
		line-height: 2;
	}
	
		.phone{
			font-size: 18px;
		}
		
	div#top-photo{
		float: right;
		margin: 80px 0 0 0;
	}

div#content{
	background: url(assets/images/content.jpg) top left repeat-y;
	width: 950px;
	border-bottom: 2px solid #3b3c3c;
	text-align: left;
}

	div#left-col{
		width: 160px;
		float: left;
	}
	
		ul#nav{
			list-style: none;
			margin: 15px 0 0 0;
			padding: 0;
			background: url(assets/images/nav-line.jpg) bottom left no-repeat;
		}
		
			ul#nav li{
				background: url(assets/images/nav-line.jpg) top left no-repeat;
				padding: 7px 0 7px 0;
			}
			
				ul#nav li a{
					text-decoration: none;
					color: #fff;
					font-size: 14px;
					padding: 0 0 0 10px;
					width: 151px;
					display: block;
				}
				
				ul#nav li a:hover{
					color: #66b5b4;
					background: url(assets/images/nav-hover.jpg) center right no-repeat;
				}
			
	div#text{
		width: 510px;
		float: left;
		margin: 46px 0 87px 46px;
		text-align: justify;
	}
	
div#right-col{
	width: 210px;
	float: right;
	margin: 46px 0 20px 0;
}
	
div#footer{
	font-size: 12px;
	color: #000;
}

	ul#bottom-nav{
		list-style:none;
		margin: 20px 0 5px 0;
	}
	
		ul#bottom-nav li{
			display: inline;
			padding-right: 10px;
		}
		
			ul#bottom-nav li a{
				color: #000;
				font-size: 12px;
			}
			
.clear{
	clear: both;
}
