body {
	color: #000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background-image: url(images/darkbg.jpg);
	background-repeat: repeat;
}

#wrap {
    margin: 20px auto auto auto;
    width: 960px;
}

.top_bar {
    background: url("images/top_bg.gif") no-repeat scroll center bottom transparent;
    height: 15px;
}

.top_bar2 {
	height: 3px;
}

#container {
	width: 960px;
	background-color: #ffffff;
}

#header{
	width:960px;
	height:130px;
	padding-top: 10px;
}

#logo{
float:left;
margin-left:20px;
}

/*----------------------menu-------------------------*/
#menu{

	float:right;
	padding-top: 70px;
	padding-right: 0;
	padding-bottom: 0;
	padding-right: 20px;
}
#menu ul{
list-style:none;padding:0px;margin:0px;display:block;
}
#menu ul li{
list-style:none;display:inline;float:left;width:auto;padding:0px;font-size:12px;
}
#menu ul li a{
float:left;text-decoration:none;padding:0px 10px 0 10px; margin:0px 4px 0 4px;color:#000;text-align:center; height:31px; line-height:31px; 
}
#menu ul li a:hover{
background-color:#006600;color:#ffffff;
}
#menu ul li a.current{
float:left;text-decoration:none;padding:0px 10px 0 10px; margin:0px 4px 0 4px;color:#ffffff;text-align:center; height:31px; line-height:31px; background-color:#5C3317;
}

.middle_panel{
	width:960px;
	height:280px;
	border: medium double #5C3317;
	background-image: url(images/banner_image.jpg);
	background-repeat: no-repeat;
	background-position: center;

}

.middle_panel2{
	width:960px;
	height:281px;
	background-image: url(images/banner_image2.jpg);
	background-repeat: no-repeat;
	background-position: center;
}


/* -------------------------------------all forms------------------------------- */
.main_panel{
	width:960px;
	clear:both;
	margin:auto;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	
}

/* -------------------------------------main page------------------------------- */
.main_panel_box{
	width:263px;
	height:550px;
	float:left;
	margin-left: 29px;
	padding:0 10px 20px 10px;
	background-image: url(images/home_block_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;

}
.main_panel_box p{
clear:both;
}
.main_panel_box p span{
font-weight:bold;
}
img.main_panel_box_icon{
width:63px;
float:left;
}

h2{
	float:left;
	font-size:20px;
	color:#5C3317;
}

h2.box_title{
width:190px;
float:left;
padding:20px 0 0px 10px; margin:0px;
}

.box_subtitle{
width:190px;
float:left;padding:0px 0 0px 10px; font-size:12px; color:#006600;
}
.box_thumb{
	clear:both;
	padding:2px;
	text-align:center;
	margin:10px 0 10px 0;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

/*-----------------------------footer------------------*/
.footer{
	clear:both;
	width:960px;
	text-align:center;
}
.copyright{
width:960px;

color:#666666;
font-size: 10px;
text-align:center;
clear:both;
padding-top: 20px;
padding-bottom: 20px;
}
.copyright a{
color: #2A1C11;
text-decoration:none;
}
.footer_links{
padding-top: 20px;
}
.footer_links a{
text-decoration:none;
color: #2A1C11;
padding-left:10px;
}
.footer_links a:hover{
text-decoration:underline;
color: #2A1C11;
}

/*-----------------------------contact------------------*/
.contact_panel_box{
	height:537px;
	float:left;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-left: 75px;
	padding-right: 10px;
	padding-left: 10px;

}

.contact_panel_box p{
clear:both;
}
.contact_panel_box p span{
font-weight:bold;
}

.contact_box_thumb{
	clear:both;
}

/*-----------------------contact_form-------------------*/
.form{
height:auto;
float:left;
padding:20px 10px 10px 20px;

}
.form_row{
width:425px;
float:left;
clear:both;
padding:7px 0 7px 0;
}
label{
width:100px;
float:left;
padding:3px 15px 0 0;
color:#5C3317;
text-align:right;
font-weight:bold;
}
input.main_input{
background-color:#CCF2D5;
border:1px #8da284 solid;
width:300px;
height:18px;
padding:4px;
float:left;
}
textarea.main_textarea{
background-color:#CCF2D5;
border:1px #8da284 solid;
width:300px;
height:120px;
padding:4px;
float:left;
}

select.main_select{
background-color:#CCF2D5;
border:1px #8da284 solid;
width:310px;
height:28px;
padding:4px;
float:left;
}

input.submit{
background-color:#006600;
color:#FFFFFF;
text-align:center;
float:right;
padding:3px 10px 2px 10px;
margin:0px 0 0 0;
border:1px solid #00FF00;
cursor:pointer;
}

/*-----------------------------redirect------------------*/
.redirect_panel_box{
	height:387px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
}
.redirect_panel_box p{
clear:both;
}
.redirect_panel_box p span{
font-weight:bold;
}

/*-----------------------------services------------------*/

#section_spacer{
	height: 10px;
	background-color:#CCF2D5;	
}

h2.services_title{
float:left;
padding:10px 0 0px 10px; margin:0px;
font-family:Geneva, Arial, Helvetica, sans-serif;
}

a.services_title{
	float:right;
	margin:0px;
	padding-top: 20px;
	padding-right: 20px;
}

#services_category_box{
	margin-right: auto;
	margin-left: auto;
	height:auto;
	background-color:#CCF2D5;
	overflow:auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#services_title_box{
	background-color: #FFFFFF;
	height:59px;
	width: 940px;
}

img.services_box_icon{
	float:right;
	padding-right: 10px;
	padding-left: 10px;
}


#services_img_box{
	float:left;
	width: 225px;
	height: 150px;
	border: thin;
	border-color: #666666;
}

.services_text_box{
	float: left;
	background-color: #FFFFFF;
	width:695px;
	height: 145px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
	
.services_text_box p{
	clear:both;
	padding: 0px;
	margin: 0px;
}
.services_text_box p span{
font-weight:bold;
}
