/* Reset */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,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,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}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;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
/* Fonts */
body{font:13px/1.231 helvetica,arial,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}


html
{
	background:#999999;
}
body
{
	color:#333333;
	font-family:Verdana, Geneva, sans-serif;
}
a
{
	color:#333333;
}
strong
{
	font-weight:bold;
}
em
{
	font-style:italic;
}

.f-left { float:left; }
.f-right { float:right; }
.c-left { clear:left; }
.c-right { clear:right; }
.c-both { clear:both; }

h1
{
	color:#046A03;
	font-size:167%;
	font-weight:bold;
	border-bottom:1px dotted #046A03;
	margin-bottom:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h2, h3, h4, h5, h6
{
	font-family:Arial, Helvetica, sans-serif;
}

/* Buttons */
input.button
{
	background:#046A03;
	color:#FFFFFF;
	padding:5px;
	border-color:#046A03;
}
input.button:hover
{
	background:#147A13;
}
input.button:focus, input.button:active
{
	background:#147A13;
	outline:none;
}
/* Inputs */
input.text, textarea.textarea
{
	border:1px solid #046A03;
	outline:none;
	padding:5px;
}

#page
{
	width:990px;
	margin:0px auto;
}
#header
{
	background:#CCFFFF;
	padding:15px;
	text-align:center;
}
#body
{
	padding:30px;
	background:#CCFFFF;
}
.nav-left
{
	width:180px;
	float:left;
}
.nav-left ul
{
	width:180px;
}
.nav-left ul li.top
{
	height:20px;
	background:url(/img/nav_top.jpg);
}
.nav-left ul li.bottom
{
	height:20px;
	background:url(/img/nav_bottom.jpg);
}
.nav-left ul li a
{
	display:block;
	width:160px;
	padding:6px 6px 6px 14px;
	background:#046A03;
	color:#FFFFFF;
	font-size:153.9%;
	font-weight:bold;
	text-decoration:none;
	font-family:Georgia;
	letter-spacing:1px;
	text-transform:uppercase;
	border-bottom:1px solid #046A03;
	border-top:1px solid #046A03;
}
.nav-left ul li a:hover
{
	background:#147A13;
	border-bottom:1px dotted #FFFFFF;
	border-top:1px dotted #FFFFFF;
}
.content-right
{
	float:right;
	padding-left:30px;
	width:720px;
}
#content p
{
	font-size:108%;
}

#footer
{
	font-weight:bold;
	background:#046A03;
	padding:5px;
	text-align:center;
	color:#FFFFFF;
	font-size:85%;
}

/* Home */
.home h1
{
	font-family:Arial, Helvetica, sans-serif;
	border:none;
	text-align:center;
}
.home h2
{
	font-weight:bold;
	text-align:center;
}

/* About Us */
.about h2
{
	font-weight:bold;
	font-size:153.9%;
	margin-bottom:5px;
}
.about p
{
	margin-bottom:15px;
}
/* Contact Us */
.contact p
{
	margin:15px 0px;
}
.contact table th
{
	font-weight:bold;
	vertical-align:top;
	text-align:right;
	padding:10px;
}
.contact table td
{
	padding:5px;
}
.contact input.text
{
	width:300px;
}
.contact textarea.textarea
{
	width:300px;
	height:120px;
}
/* Our Work */
.work div.item
{
	float:left;
	width:330px;
	height:300px;
	text-align:center;
	padding:15px;
}
.work div.item h2
{
	font-size:123.1%;
	font-weight:bold;
}
/* 404 */
.error-404 h1
{
	border:none;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}
