/* CSS RESET */

	body {
	background:#1a4228;
	behavior:url("/assets/styles/assets/javascripts/csshover3.htc");
	}


	body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
	} 
	table { 
	border-collapse:collapse; 
	border-spacing:0; 
	} 
	fieldset,img {  
	border:0; 
	} 
	address,caption,cite,code,dfn,em,strong,th,var { 
	font-style:normal; 
	font-weight:normal; 
	} 
	caption,th { 
	text-align:left; 
	} 
	h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
	} 
	q:before,q:after { 
	content:''; 
	} 
	abbr,acronym { 
	border:0; 
	} 

/* DIVS */

	.container, .masthead, .menu, .content_header, .content, .content_footer, .footer {
	width:750px;
	position:relative;
	display:inline-block;
	float:left;
	}

	.container {
	height:auto;
	margin:0 auto;
	background:#fff;
	display:block;
	float:none;
	}
	.masthead {
	height:135px;
	background:#086615;
	}
	.menu {
	height:25px;
	z-index:1;
	}
	.content_header {
	height:19px;
	background:#c1bfa5 url(/assets/images/ui/content_header.jpg) 0px 0px;
	}	
	.content{
	height:auto;
	background:#FFF url(/assets/images/ui/content_backdrop.jpg);
	}
	.content_footer {
	height:19px;
	background:#c1bfa5 url(/assets/images/ui/content_header.jpg) 0px -19px;
	}
	.footer {
	height:20px;
	background:#393920 url(/assets/images/ui/menu.jpg) 0px -5px;
	}
	.gallery_navigation {
	width:500px;
	margin:0 auto;
	padding:5px 15px;
	text-align:center;
	position:relative;
	}
	.gallery {
	width:700px;
	margin:0 auto;
	padding:5px 15px;
	text-align:center;
	position:relative;
	}
	.gallery img {
	border-style:solid;
	border-width:1px;
	border-color:#086615;
	margin:5px;
	background:#086615;
	}
	
	
	.testimonials {
	width:630px;
	margin:0 auto;
	padding:5px 15px;
	position:relative;
	}
	
	.testimonials img {
	margin:5px;
	}
	
	.left_images {
	width:150px;
	float:right;
	margin:65px 40px 0 20px;
	}
	
	.left_images img {
	margin:5px;
	background:#086615;
	}
	
	.portfolio {
	width:33%;
	float:left;
	position:relative;
	text-align:center;
	margin:0 auto;
	display:block;
	}
	
/* TEXT ELEMENTS */

	body {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	}
	h1,h2,h3,h4,h5,h6, a:link,a:active,a:visited,a:hover {
	color:#086615;
	font-weight:bold;
	}
	h1 {
	font-size:22px;
	margin:20px 40px;
	}
	h2 {
	font-size:16px;
	margin:20px 40px;
	}
	h3 {
	font-size:14px;
	margin:20px 40px;
	}
	.content p {
	margin:20px 40px;
	}
	.content ol, .content ul {
	margin:20px 30px;
	}
	.content li {
	margin:5px 40px;
	}
	.testimonial ul, .testimonial ol {
	margin:20px 30px;
	}
	
	.testimonial {
	height:100%;
	overflow:auto;
	}
	
	.gallery_navigation p{
	margin:0;
	}
	.dropcap {
	color:#086615;
	font-size:60px;
	line-height:50px;
	padding-top:2px;
	padding-right:5px;
	float:left;
	}
	.bold {
	font-weight:bold;
	}
	

/* MENU FORMATTING */

	.menu li {
	list-style:none;
	float:left;
	background:#393920 url(/assets/images/ui/menu.jpg) 0px -0px;
	z-index:2;
	border-style:solid;
	border-width:0px 1px 0px 0px;
	border-color:#555231;
	}
	.menu li ul {
	display:none;
	font-weight:normal;
	height:auto;
	position:absolute;
	top:25px;
	}
	.menu li li {
	height:auto;
	width:120px;
	background:#393920 url(/assets/images/ui/menu.jpg) 0 -50px;;
	}
	
	.menu li a{
	font-size:12px;
	text-align:center;
	font-variant:small-caps;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	display:block;
	width:100%;
	height:19px;
	position:relative;
	padding:3px 0;
	}
	
	.menu li a:active, .menu li a:link, .menu li a:hover, .menu li a:visited {
	color:#FFF;
	}
	
	.menu li li a {height:auto;}
	
	.menu1 {width:100px;}
		.menu1:hover>ul{left:0;}
	.menu2 {width:113px;}
		.menu2:hover>ul{left:0;}
	.menu3 {width:183px;}
		.menu3:hover>ul {left:29px;}
	.menu4 {width:138px;}
		.menu4:hover>ul{left:7px;}
	.menu5 {width:98px;}
		.menu5:hover>ul{left:0px;}
	.menu6 {width:112px;}
		.menu6:hover>ul{left:0px;}

	.menu li:hover {
	background:#4f4f36 url(/assets/images/ui/menu.jpg) 0 -25px;
	position:relative;
	}
		.menu li li:hover{
		background:#086615 url(/assets/images/ui/menu.jpg) 0 -100px;
		}

	.menu li>ul {
	left:auto;
	}
	.menu li:hover ul, li.over ul {
	z-index:10;
	display:block;
	}
	
	
/* FOOTER FORMATTING */

	.footer li {
	width:25%;
	height:20px;
	color:#fff;
	text-align:center;
	list-style:none;
	float:left;
	}
	.footer .mi1 {
	width:30%;
	}
	.footer .mi2 {
	width:20%;
	}
	.footer .mi3{
	width:32%;
	}
	.footer .mi4 {
	width:18%;
	}
	
/* FORM FORMATTING */

	.contact_us p {
	line-height:5px;
	}

	.field {
	width:150px;
	position:absolute;
	left:300px;
	}
	
	.p_other{
	height:50px;
	}
	
	input.btn{
	color:#FFF;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	text-align:center;
	font-variant:small-caps;
	font-weight:bold;
	width:150px;
	height:25px;
	background:#393920 url(/assets/images/ui/menu.jpg) 0px -0px;
	border-style:solid;
	border-width:1px;
	border-color:#675E38;
	text-align:center;
	position:absolute;
	left:300px;
	}
	
	input.btnhov {
	background:#086615 url(/assets/images/ui/menu.jpg) 0 -100px;
	}
	
	.p_submit{
	padding-top:10px;
	height:40px;
	color:#fff;
	}
	
	/* IMAGES */
	
	.photoAlignLeft {
	float:left;
	margin-right:10px;
	margin-bottom:12px;
	}
	.photoAlignRight {
	float:right;
	clear:right;
	margin-left:10px;
	margin-bottom:12px;
	}
	
	/* COLORS */
	
	.red {
		font-weight:400;
		color:#900;
	}
	
	.bold {
		font-weight:bold;
	}