/* General page styling*/

*{
	margin:0;
	padding:0;
	}

body{
	background:url(images/bg_repeat.jpg) repeat-x #c7cbce;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	text-align:center;
	}

p{
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	text-align:justify;
	}

td{
	padding:5px;
	}

h3{
	font-size:16px;
	font-weight:bold;
	padding-top:10px;
	padding-left:20px;
	padding-bottom:10px;
	}

img{border:0;}

a{color:#005a9c;}

a:link{text-decoration:none;}

a:hover{text-decoration:underline;}

a:visited{text-decoration:none;}

.rightfloat{
	float:right;
	padding:10px;
	}

.leftfloat{
	float:left;
	padding:10px;
	}

.noborder{border:0;}

.login{
 	margin-left:20px;
	margin-top:20px;
	margin-bottom:20px;
	}

.nopadding{
	padding:0px;
	margin:0px;
}

#maincontainer{
 	margin:0 auto;
	width:825px;
	height:auto;
	text-align:left;
	}

#header{
	height:85px;
	background:url(images/top_banner.jpg) no-repeat;
	}

#content_01{
	height:270px;
	}

#menu{
	float:left;
	width:240px;
	height:270px;
	background:url(images/menu_left.jpg) no-repeat;
	}

#menulist{
 	font-size:1.2em;
 	margin-top:20px;
	margin-left:60px;
	list-style-type:none;
	}

#menulist li{
	padding-bottom:10px;
	}

#menulist a:link{
	color:#ffffff; 
	text-decoration:none;
	}

#menulist a:hover{
	color:#ffffff; 
	text-decoration:underline;
	}

#menulist a:visited{color:#ffffff;}

#content_01_right{
	float:right;
	width:585px;
	height:270px;
	background:url(images/main_banner.jpg) no-repeat;
	}

#content_main{
 	width:750px;
	background:#ffffff;
	margin-left:36px;
	color:#666666;
	}

#footer{
	width:750px;
	background:#4d4d4d;
	margin-left:36px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	color:#ffffff;
	}
	
#footer a{color:#b2cde0}

#w3c{
 	margin-top:10px;
	text-align:center;
	}
	
#seo{
	margin-top:10px;
	text-align:center;
}

#seo a{color:#686f74;}

/*----------Testimonials Page------------*/

.quotetop{
	width:710px;
	height:55px;
	background:url(images/quote_top.gif) no-repeat #fff;
	margin-left:20px;
	margin-top:20px;
	}

.quotetext{
 	width:690px;
	margin-left:20px;
	padding:10px;
 	background:#c6cacc;
	}

.quotebottom{
	width:710px;
	height:55px;
	background:url(images/quote_bottom.gif) no-repeat #fff;
	margin-left:20px;
	}

.quotename{
	text-align:right;
	font-size:16px;
	font-weight:bold;
}

.right_italic{
	text-align:right;
	font-style:italic;
	padding-top:0;
	padding-left:0;
	padding-right:20px;
	padding-bottom:10px;
}

/*----------Contact Page------------*/

#contact_left{
	float:left;
	width:500px;
	}

#contact_left table{margin-left:20px}

#contact_right{
	float:right;
	width:200px;
	margin-top:20px;
	margin-right:20px;
	padding-left:10px;
	border-left:1px solid #cccccc;
	}
	
/*----------sitemap------------*/

.sitemap{
	padding:5px;
	padding-left:20px;
	margin:5px;
	font-size:12px;
	/*font-weight:bold;*/
}


/*----------WYSIWYG container------------*/

#editor_container{
 	width:750px;
	background:#ffffff;
	margin-left:36px;
	color:#666666;
	}

/* Clearfix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	}

.clearfix {
	display: inline-block;
	}

html[xmlns] .clearfix {
	display: block;
	}

* html .clearfix {
	height: 1%;
	}