html {
	height:100%;
}

body {
	margin:0;
	text-align:center;
	font-size:62.5%;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	background:#f2f3ea;
}
h1, h2, h3 { margin:0; font-family:"Adobe Garamond Pro", "Adobe Garamond", Garamond, serif; font-weight:normal; line-height:1em; }
p { margin:0 0 15px; }
a { color:#333; }
a:link, a:visited { text-decoration:underline; }
a:active, a:focus, a:hover { text-decoration:none; }
ul { margin:0; padding:0; }
li { margin-left:15px; }
img { border:none; vertical-align:top; }
blockquote { padding:0; margin:5px 10px; }
form { margin:0; padding:0; }
textarea { font-family:Arial, Helvetica, sans-serif; font-size:100%; }
td, th { vertical-align:top; }

.clearit2 { clear:both; font-size:0; line-height:0; height:0; }
.clearit:after { clear:both; content:"."; display:block; height:0; visibility:hidden; }

.clear { clear:both; }
.clear.left { clear:left; }
.clear.right { clear:right; }

p.pre-list { margin-bottom:0; }

div#container {
	margin:0;
	text-align:left;
	font-size:1.2em;
}

div.header.wrapper2, div#content, div#footer { position:relative; width:900px; margin:0 auto; }

div#header {
	position:relative;
	z-index:10;
	padding:0 0 13px;
	background:url(../images/header-border.png) bottom left repeat-x;
}
	div#header div.header.left, div#header div.header.right {
		position:absolute;
		z-index:1;
		width:49%;
		height:181px;
		top:0;
		background-position:top left;
		background-repeat:repeat-x;
	}
	
	div#header div.header.left { left:0; background-image:url(../images/header-l-bg.jpg); }
	
	div#header div.header.right { right:0; background-image:url(../images/header-r-bg.jpg); }
	
	div#header div.header.wrapper {
		position:relative;
		z-index:3;
		background:url(../images/header-wrapper-bg.jpg) top center no-repeat;
	}	
		div#header div.header.wrapper2 { height:181px; }
			a#logo { position:absolute; top:25px; left:-35px; }
			
			div#nav {
				position:absolute;
				right:0;
				bottom:24px;
				font-size:1.6667em;
				font-family:"Adobe Garamond Pro", "Adobe Garamond", Garamond, serif;
			}
				div#nav ul { height:40px; }
					div#nav li {
						float:left;
						height:40px;
						margin:0 0 0 15px;
						padding:0 0 0 19px;
						list-style:none;
						line-height:40px;
						background:url(../images/nav-divider.png) 0 5px no-repeat;
					}
						div#nav li.first { margin:0; padding:0; background:none; }
						
						div#nav li.last {}
						
						div#nav a {  }
							div#nav a:link, div#nav a:visited { text-decoration:none; color:#181412; }
							
							div#nav a:active, div#nav a:focus, div#nav a:hover, div#nav li.current a { text-decoration:underline; }

div#content {
	z-index:5;
	margin-top:-1px;
	line-height:1.5em;
	color:#666;
	background:#fff;
}
	div#content div.content.wrapper, div#footer div.footer.wrapper {
		padding:26px 20px;
	}
		div#main {
			float:left;
			width:417px;
			min-height:320px;
		}
			div#content h1, div#content h2 { color:#738b02; }
			
			div#content h1 { margin:0 0 15px; font-size:2.5em; }
			div#content h2 { margin:0 0 10px; font-size:2em; }
			
			div#content ul { margin:0 0 15px; }
				div#content li { margin:0 0 10px 20px; padding:0 0 0 12px; list-style:none; background:url(../images/list-bullet.jpg) 0 6px no-repeat; }
			
			body.home div#main {
				float:right;
				width:417px;
			}
			
			body.home div#content li { margin-bottom:0; }
			
			body.services div#main { width:auto; }	
				body.services div.col1, body.services div.col2 {
					float:left;
					width:410px;
				}
				
				body.services div.col2 { margin:0 0 0 40px; }
				
				div.service { clear:left; }
					div.service img { float:left; margin:0 5px 15px 0; border:2px solid #98a24c; padding:2px; }
			
			div#main ul.col1, div#main ul.col2 { float:left; margin:0 0 30px 30px; }
			
			div.form-item { margin:0 0 12px; }
				div.form-item label, div.form-item div.label { display:block; font-weight:bold; }
				
				input.text, textarea {
					width:200px;
					border:2px solid #ccc;
					padding:3px;
					color:#333;
				}
				
				textarea { height:50px; }
				
				body.contact-us div.col1, body.contact-us div.col2 {
					float:left;
					width:160px;
					margin:0 0 0 15px;
				}
					body.contact-us div.col1 label, body.contact-us div.col2 label { display:inline; font-weight:normal; }
		
		div#sidebar {
			float:right;
			width:400px;
			text-align:center;
			
		}
			body.home div#sidebar { float:left; }
			
			body.contact-us div#sidebar { text-align:left; }

div#footer {
	height:112px;
	font-size:0.9167em;
	color:#fff;
	background:url(../images/footer-bg.jpg) top left no-repeat;
}
	div#footer a { color:#fff; }

* html div#main { height:320px; }
* html div#nav li, * html div#main, * html div.col1, * html div.col2, * html div#sidebar { display:inline; }
* html div#header, * html div.header.wrapper2, * html div#content, * html div#footer { zoom:1; }

* html div#nav ul { width:510px; }




