@charset "utf-8";
/* CSS Document */

h1, h2, h3, h4, h5, h6, div, img, hr, p {

	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0px;
	margin: 0px;
	
}

body
{
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#8fcaff;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#7e7e7e;
}

p{ margin:0px; }

.clear{ clear:both; }

img, div, a, input, td { behavior: url(iepngfix.htc); }

#wraper
{
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	width:817px;
}

#top-area
{
	width:817px;
	height:166px;
	background:url(../images/toparea.jpg) no-repeat;
	
}

#search-box
{
	
	width:400px;
	height:23px;
	float:right;
	margin-top:18px;
	text-align: right;
}

#search-box .search-field
{
	background:#FFF;
	border:solid 1px #FFF;
	padding:2px;
	height:11px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	margin:4px 32px 0px 0px;
	width:133px;
}

#top-area h1
{
	font-family:"Century Gothic";
	font-size:17px;
	color:#618307;
	font-weight:normal;
	text-transform:uppercase;
	padding:38px 38px 0px 0px;
	
}

#nav
{
	padding-left:425px;
	position:relative;
	top:-22px;
	height: 34px;
}

#nav ul
{
	margin:0px;
	padding:0px;
	list-style:none;
}

#nav ul li
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;

	float:left;
	display:inline;
}

#nav li a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	width:110px;
	height:34px;
	display:block;
	background:url(../images/buttons.jpg) no-repeat left top;
}


#nav li #a2
{
	background-position:-220px top;
}

#nav li #a3
{
	background-position:-440px top;
}

#nav li #a1:hover
{
	background-position:-110px top;
}

#nav li #a2:hover
{
	background-position:-330px top;
}

#nav li #a3:hover
{
	background-position:-550px top;
}

#nav li.hspace
{
	width:15px;
	height:12px;
	display:block;
}

#header-top
{
	background:url(../images/header-top.jpg) no-repeat;
	width:100%;
	height:34px;
}

#header-content
{
	background:url(../images/header-bg.jpg) no-repeat;
	height:286px;
}

#main
{
	background:url(../images/shadow-bg.png) repeat-y;
	width:100%;
}

#links
{
	float:right;
	padding-right:42px;
}

#links ul
{
	
	list-style-image:url(../images/bullet.jpg);
}

#links li a
{
	font-family:"Helvetica Condensed";
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	color:#555555;
	text-transform:uppercase;
}
#col-left
{
	padding:8px 0px 0px 24px;
	width:536px;
	float:left;
	display:inline;
}
#content-outer
{
	background-attachment:fixed;
	background:url(../images/content-bg.jpg) repeat-y left 24px;
	
	width:535px;
	
}
#content-inner
{
	background:url(../images/content-top.jpg) no-repeat;
	width:519px;
	padding:17px 0px 14px 14px;
	text-align:center;
}


#content-inner h2
{
	font-family:"Century Gothic";
	font-size:18px;
	font-weight:bold;
	color:#779903;
	padding-bottom:16px;
	
}

#col-right
{
	width:220px;
	float:right;
	padding: 8px 20px 0px 0px;
}

#col-right #box
{
	width:218px;
	height:202px;
	background:url(../images/side-box.jpg) no-repeat;
	padding:14px 0px 0px 11px;
	
	
}

#box h2
{
	font-family:Tahoma;
	font-size:12px;
	color:#22a9da;
	font-weight:bold;
	padding-bottom:12px;
}

#box u
{
	padding:12px 0px 0px 120px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#4d4d4d;
	display:block;
}

#footer
{
	background:url(../images/footer.jpg) no-repeat;
	width:817px;
	height:103px;
}

#copy, #design
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#e2e2e2;
	padding-top:53px;
	
}

#copy {
	float:left;
	padding-left:26px;
}

#design
{
	float:right;	
	padding-right:22px;
}

#design a
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#e2e2e2;
	text-decoration:none;
}

.text-field, .textarea, .phone-field
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	padding:2px;
	height:18px;
	width:200px;
	border:solid 1px #CCC;
	background:#FFF;
	text-align:left;
}

.phone-field { width:140px; }
.textarea {	width:250px;height:70px; }

#tbl-contact { text-align:left; }

