/* CSS Document */

* { behavior: url(../images/iepngfix.htc) }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	color:#2e2d2c;
	margin: 0px;
	padding: 0px;
	background-color: #dde9d5;
}

input,select,label,table,tr,td {
	font-size: 100%;
}

img {
	border: none;
	padding: 0px;
	margin: 0px;
}

/*------------------ LAYOUT -------------------*/
#container {
	position:absolute;
	top:50%;
	left:50%;
	margin-left: -487px;
	margin-top: -300px;
	width:974px;
	height:600px;
	overflow: hidden;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
}

#logo {
	position:absolute;
	top:24px;
	left:57px;
	width: 261px;
	height: 133px;
	z-index: 12;
}

#logo h1, h2 {
	padding: 0px;
	margin: 0px;
}

#content {
	position:absolute;
	left:37px;
	top:0px;
	width:295px;
	height:600px;
	background-color:#FFF;
	z-index: 99;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	opacity: 0.85;
	z-index: 10
}

#pageTitle {
	position:absolute;
	left:117px;
	top:528px;
	height: 22px;
	width: auto;
	z-index: 11;
}

#pageTitle img {
	height: 22px;
}

#footer {
	position:absolute;
	top: 582px;
	left: 809px;
	color: #FFF;
	font-size: 9px;
	text-align: right;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}

/*------------------ HOME SITES -------------------*/
#homeSites {
	position: absolute;
	top: 54px;
	left: 341px;
	width: 603px;
	height: 427px;
}

/*------------------ HOME SITES -------------------*/
#gallery {
	position: absolute;
	left: 400px;
	top: 91px;
	width: 490px;
}

#gallery .thumbnail {
	float: left; 
	margin: 7px 7px 0px 0px;
	border: 1px solid #d6e4cb;
}

/*------------------ NAV -------------------*/
#nav {
	position:absolute;
	width: 100%;
	left: 0px;
	top: 522px;
	height: 47px;
	overflow: hidden;
	background-image: url(../images/navBG.png);
	background-repeat: no-repeat;
}

#nav ol {
	position:absolute;
	left: 378px;
	top: 8px;
	padding:0px;
	margin: 0px;
	list-style:none;
}

#nav ol li {
	margin:0px 5px 0px 0px;
	padding:0px 10px 0px 0px;
	display: inline;
	background-image: url(../images/orangeBullet.png);
	background-position: right -2px;
	background-repeat: no-repeat;
}

#nav ol li.nav_contact-us {
	background: none;
}

/*------------------ TEXT -------------------*/
#content a {
	color: #536c00;
}

#content a:hover {
	color: #f1cb00;
}

#content p {
	margin: 0px 0px 7px 0px;
}

#content ol {
	margin: 0px;
	padding: 0px;
}

#content li {
	margin-left: 20px;
}

.smaller {
	font-size: 90%;
}
/*------------------ SCROLLBAR -------------------*/
#scrollbar {visibility:hidden;}
#scrollbar img {border: 0px;}
#scroll {
	position: absolute;
	left: 37px;
	top: 197px;
	width: 258px;
	height: 400px;
	overflow:hidden; 
	text-align:left;
	line-height: 26px;
}

#scroller {
	position:absolute;
	left:0px; 
	top: 0px;
	width:238px;
}
div#scrollbar {position:absolute;width:15px;font-size:1px; z-index:29;left:627px; top:340px;height:341px;}
div#track {position:absolute; left:3px; top:15px;width:7px;z-index:1;height:170px;background-color:#E5E5E5;}
div#dragBar {background-color:#B1BBC5;position:absolute; left:3px; top:0px;width:7px; height:20px;z-index:21}
div#up { position:absolute; left:0; top:0; z-index:22; display: none; }  
div#down { position:absolute; left:0; bottom:0; z-index:23;  display: none; }  

/*------------------ FORMS -------------------*/
#contactForm {
	font-size:90%;
	background-color:#CCC;
	margin-bottom: 17px;
}

#contactForm label {
	float: left;
	width: 90px;
	text-align: right;
	clear: both;
	white-space: nowrap;
	margin: 0px 7px 0px 0px;
	padding: 2px;
}

#contactForm input {
	font-weight:normal;
}

.textInput, .textArea {
	padding: 1px 2px 2px 2px;
	width: 129px;
	margin-bottom: 3px;
}

.textInput {
	height: 14px;
}

.formButton {
	float: right;
	clear: both;
	color: #74420F;
	background-color: #DDD;
	border: none;
	padding: 2px;
	margin-top: 3px;
}

.formButton:hover  {
	background-color: #74420F;
	color: #DDD;
	padding: 2px 1px 0px 1px;
	border: solid 1px #DDD;
}