@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-image:url(img/bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#e4d2b9;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

.gbox{
	width:802px;
	padding-left:50px;
	}
	
	
.box1{
	width:100%;
	height:100%;
	}

.Contact {
	width:100%;
	margin:0 auto;
	padding:0;
	float:left;
}

.logo{
	padding-top:10px;
	padding-bottom:10px;
	}
	
.copy{
	font-size:10px;
	color:#360;
	padding-top: 15px;
	padding-left: 800px;
	}

.link2{
	display:inline-block;
	cursor:pointer;
	background:url(images/link2-left-bg.gif) left top no-repeat;
	padding-left:0px;
	color:#FFF;
	text-decoration:none;
	margin-top:5px;
}
.link2:hover{ text-decoration:underline;}
.link2 span{ display:block; background:url(images/link2-right-bg.gif) right top no-repeat; padding-right:7px;}
.link2 strong{
	font-weight:bold;
	display:block;
	padding:5px 5px 5px 5px;
	background-image: url(images/link2-left-bg.png);
	background-repeat: no-repeat;
}
.link3{
	padding-left:0px;
	color:#360;
	background:url(images/link3-bg.gif) no-repeat 0 5px;
}

.line1 {
	background-color:#360;
	width:auto;
	height:5px;
}

.line2 {
	background-color:#360;
	width:auto;
	height:1px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.line3{
	width:155px;
	height:20px;
	background-color:#360;
	font-color: #360;
	}

a.tree:link {
	color: #360;
	text-decoration: none
}
a.tree:active { color: yellow; text-decoration: none }
a.tree:visited {
	color: #360;
	text-decoration: none
}
a.tree:hover {
	color: #9C3;
	text-decoration: underline
}

.oneColFixCtr #container {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	background-color: #FFF;
}
.oneColFixCtr #mainContent {
	padding: 0;
}

.oneColFixCtr #mainContent2 {
	margin: 0 0 0px 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 50px 20px 50px;
	line-height:20px;
	text-align: justify;
	min-height:540px;
}

.oneColFixCtr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 25px 15px 25px;
	margin-right: 50px;
	background-color: #E7EECF;
	border:#090;
	margin-bottom: 40px;
	margin-left: 50px;
}

.column{
	}

.column1{
	margin-top:15px;
	margin-bottom:10px;
	float: left;
	}

.column2{
	float:left
	}

.mainMenu, .inMenu { float:right; display:inline; }

.mainMenu {
	margin:50px 25px 5px 0px;
}

.mainMenu li, .inMenu li { float:left; display:inline; padding:0 6px; }

.mainMenu a, .inMenu a {
	padding:0 0 0 6px;
	height:36px;
	float:left;
	color:#360;
}

.mainMenu a:hover, .inMenu a:hover {
}

.mainMenu a span, .inMenu a span { padding:0 6px 0 0; height:36px; float:left; }

.mainMenu a:hover span, .inMenu a:hover span { background:url(img/menu_r.gif) right top no-repeat; cursor:pointer; }

.mainMenu a b, .inMenu a b { height:36px; float:left; cursor:pointer; line-height:24px; font-size:14px; padding:0 3px; }

.mainMenu a:hover b, .inMenu a:hover b {
}

.mainMenu .active a, .inMenu .active a { background:url(img/menu_l.gif) left top no-repeat; cursor:pointer; }

.mainMenu .active span, .inMenu .active span { background:url(img/menu_r.gif) right top no-repeat; cursor:pointer; }

.mainMenu .active b, .inMenu .active b { background:url(img/menu_m.gif) center top no-repeat; font-weight:bold; }

.footer{
	width:100%;
	height:60px;
	background-color: #EBF1D8;
	}
.footer1{
	width:100%;
	height:3px;
	background-color: #360;
	}
	
.piccent {
	text-align:center;
	width:100%;
	height:167px;
	}
	
.titletext{
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#360;
	font-weight:bold;
	}
	
.formtext{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	}		
