@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin : 0; padding : 0; border : 0; outline : 0; font-weight : inherit; font-style : inherit; font-size : 100%; font-family : inherit; vertical-align: baseline; background : transparent; }



/*
Interior Investigations Styles 2009
Author: Laura Kastelein, LMK Design etc. 
copyright (c) LMK Design etc, www.lmkdesignetc.com
Why did the chicken cross the road?
*/

body {
	background-color: #97ac4f;
	background-image:url(images/bg_green.gif);
	background-repeat: repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 19px;
}
#outerborder {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background-color: #060;
	background-image: url(images/bg_long.gif);
	background-repeat: repeat-y;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#maincontainer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background-color: #FFF;
}
#header {
	background-image: url(images/logoheader.gif);
	background-repeat: no-repeat;
	height: 168px;
	width: 800px;
}
#sidebar {
	background-image: url(images/hills.gif);
	background-repeat: no-repeat;
	height: auto;
	width: 800px;
	background-color: #CBD5A7;
}

/*------------------------------------------------ Navigation --*/
#topmenu {
	width: 800px;
	height: 40px;
	text-align: center;
	font-size: small;
}
ul#nav {
	background:#fff;
	margin-left: 200px;
}
ul#nav li {
	display:inline;
	list-style-type:none;
}
ul#nav li a {
	float:left;
	display:block;
	color:#97AC4E;
	text-decoration:none;
	padding: 10px 20px 10px 20px;
	width: auto;
	height:20px;
}
ul#nav li a:hover {
	color:#FFF;
	background-color: #97AC4E;
}
ul#nav li.onpage a, ul#nav li.onpage a:hover {
	color:#FFF;
	background-color: #97AC4E;
}

/*------------------------------------------------ Images --*/
#images {
	height: 170px;
	width: 800px;
	border-top-width: thick;
	border-bottom-width: thick;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #738f11;
	border-bottom-color: #738f11;
}
#home1 {
	background-image: url(images/short1.jpg);
	height: 170px;
	width: 200px;
	float: left;
}
#home2 {
	background-image: url(images/long1.jpg);
	height: 170px;
	width: 600px;
	float: right;
}
#services1 {
	background-image: url(images/short2.jpg);
	height: 170px;
	width: 200px;
	float: left;
}
#services2 {
	background-image: url(images/long2.jpg);
	height: 170px;
	width: 600px;
	float: right;
}
#team1 {
	background-image: url(images/short4.jpg);
	height: 170px;
	width: 200px;
	float: left;
}
#team2 {
	background-image: url(images/long4.jpg);
	height: 170px;
	width: 600px;
	float: right;
}
#contact1 {
	background-image: url(images/short3.jpg);
	height: 170px;
	width: 200px;
	float: left;
}
#contact2 {
	background-image: url(images/long3.jpg);
	height: 170px;
	width: 600px;
	float: right;
}

/*------------------------------------------------ Written Content --*/
#content {
	float: right;
	width: 540px;
	height:auto;
	color: #333;
	clear: both;
	background-color: #FFF;
	padding: 20px 30px 20px 30px;
}
#content h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #416325;
	font-size: 15px;
}
#content h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #719019;
	font-size: 14px;
}
#content p {
	margin-bottom: 15px;
}
#content a {
	color: #416325;
	text-decoration: none;
}
#content a:hover {
	color:#719019;
}

/*------------------------------------------------ Footer --*/
#copyright {
	height: 30px;
	width: 800px;
	font-size: 7px;
	color: #97AC4E;
	text-align: center;
	clear: both;
	border-top: 20px solid #416325 ;
}

/*--------------------------------------------------*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
	.clearfix {display:block;}
/* End hide from IE Mac */
	
	


