@charset "utf-8";
/* CSS Document */

/*BODY*/

body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	background-color:#035E21;
	background-image:url(../images/body-bg.jpg);
	background-repeat:repeat-x;
}

address{
font-style:normal;
}

.bold {
	color:#055A21;
	font-weight:bold;
}

.bold_telephone {
	color:#055A21;
	font-weight:bold;
	font-size:1.2em;
}

img{
	border:none;
}

blockquote{
margin:0;
padding:0;
color:#055A21;
font-weight:bold;
font-style:italic;
}

/*HEADER*/

#header{
	height:128px;
	width:100%;
	border-bottom:1px solid #055A21;
}

#logo{
	float:left;
	margin: 10px 0 0 15px;
	
}

#header-details{
	float:right;
	margin: 10px 30px 0 0;
	background:url(../images/header-details-bg.jpg) no-repeat;
	width: 285px;
	height:110px;
	font-size:0.75em;
	color:#656565;
}

#header-details p{
	margin:10px 0 0 35px;
}

p.telephone{
	font-size:1.2em;
	color:#656565;
}

/*CONTAINER*/

#container{
	width:900px;
	margin:0 auto;
	border-left:1px solid #055A21;
	border-right:1px solid #055A21;
	border-bottom:1px solid #055A21;
	background-color:#FFFFFF;
	overflow:auto;
	padding:0 0 20px 0;
}

/*LEFT-COL*/

#left-col{
	width:170px;
	float:left;
}

#left-images{
	text-align:center;	
}

#left-images img{
margin:0 0 10px 0;
}

/*NAVIGATION*/

#nav a{
	text-decoration:none;
	color:#878787;
	
}

#nav ul{
	list-style:none;
	font-size:0.75em;
	font-weight:bold;
	color:#878787;
	margin:10px 0 0 10px;
	padding:8px 0 0 0;
	width:150px;
	height:554px;
	background:url(../images/nav-bg.jpg) no-repeat;
	
	
}

#nav ul li{
	display:block;
	padding:3px 0 0 3px;
	width:131px;
	height:35px;
	background:url(../images/nav-li-bg.jpg) no-repeat;
	margin:3px 0 0 10px;
}

#nav ul li.nav-bottom{
	height:28px;
	background:url(../images/nav-li-bg-bottom.jpg) no-repeat;
}

#nav ul li a:hover{
	color:#055A21;
}


#nav ul li.nav-bottom{
	display:block;
}

/*MAIN-COL*/

#main-col{
	width:549px;
	float:left;
	margin:10px 0 0 0;
	padding:0 11px 0 11px;
	border-left:1px solid #055A21;
	border-right:1px solid #055A21;
	background-color: #FFFFFF;
}
	
#breadcrumb{
	margin:0 11px 0 0;
	border-bottom:1px solid #055A21;
	padding:6px;
	font-size:0.8em;
	font-weight:bold;
}

#breadcrumb a{
	color:#055A21;
}

#main-text{
	font-size:0.95em;
	color:#666666;
	background-color: #FFFFFF;
}

#main-text a{
color: #055A21;
font-weight:bold;
text-decoration:none;
}

#main-text h1{
	font-size:1.2em;
	color: #055A21;
	font-weight:bold;
}

#main-text ul {
	margin:0;
	list-style-position:inside;
	padding:0;
}

#main-text ul li{
	margin:0 0 5px 0;
	padding:0;
	list-style-type:none;	
}

#cont-form{
width:200px;
float:left;
}

#map{
width:320px;
float:right;
}

/*RIGHT-COL*/

#right-col{
	width:151px;
	float:left;
	margin:10px 0 0 0;
	padding:0 0 0 6px;
}

#right-col img{
	margin:0 0 30px 0;
}

#testimonial{
	font-size:0.95em;
	color:#666666;
	width:140px;
	margin:0 0 0 3px;
	border-top: 1px solid #999999;
}

#testimonial-about{
	font-size:0.95em;
	color:#666666;
	width:140px;
	margin:0 0 0 3px;
}

#right-box-top{
	background:url(../images/right-box-top.jpg) no-repeat;
	height:21px;
	width:128px;
	padding:6px 0 0 12px;
}

#right-box-top-home{
	background:url(../images/right-box-top-home.jpg) no-repeat;
	height:21px;
	width:128px;
	padding:6px 0 0 12px;
	color:#055A21;
	font-weight:bold;
	font-size:1.1em;
}

#right-box-body{
	background:url(../images/right-box-bg.jpg) repeat-y;
	padding:6px 6px 0 12px;
	width:122px;
	
}

#right-box-bottom{
	background:url(../images/right-box-bottom.jpg) no-repeat;
	height:22px;
	width:140px;
}

#right-box-bottom-home{
	background:url(../images/right-box-bottom.jpg) no-repeat;
	height:22px;
	width:140px;
	margin-top:-18px;
}

#association-logos{
text-align:center;
margin:20px 0 10px 0;
}

/*FOOTER*/

#footer{
	margin:0 auto;
	color:#FFFFFF;
	background:#000000;
	width:900px;
	font-size:0.95em;
	text-align:center;
	padding:10px 0 10px 10px;
}

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

#footer a:hover{
	text-decoration:underline;
}

#footer-bg{
	width:100%;
	background-color:#000000;
}

/*REQUEST MEDIATION FORM*/
#request-form h2{
	display:block;
	color:#FFFFFF;
	font-size:1em;
	margin:0;
	width:100%;
	background-color:#006600;
}

#form-left{
width:50%;
float:left;
}

#form-right{
width:50%;
float:left;
}

#request-form label{
	display:block;
	width:98px;
	float:left;
	margin:0 0 5px 0;
}

#request-form th{
text-align:left;
font-size:0.8em;
}

#request-form p.row{
	display:block;
	float:left;
	margin:0  0 10px 0;
}

/*Q AND A*/ 
.qa {
	display:block;
	width:25px;
	float:left;
	color: #055A21;
	font-weight:bold;
}

.qrow{
float:left;
width:549px;
margin:5px 0 15px 0;
color: #055A21;
	font-weight:bold;
}

.arow{
float:left;
width:549px;
margin:0 0 20px 0;
}

div.faq{
float:left;
width:524px;
}

/*BIOG PAGE*/
.pic{
float:left;
margin:0 10px 10px 0;
}

.biogrow{
	margin:10px 0 20px 0;
	float:left;
	width:549px;
	color: #666666;
}

.biog-text{
width:389px;
float:left;
}

.bold-grey{
font-weight:bold;
color:#666666;
text-decoration:none;
}

/*MESSAGE BOX*/

#message_box{
border:2px solid #055A21;
font-weight:bold;
}

#message_box p{
margin:5px;
}