*{
	margin: 0;
	padding: 0;
}
html, body, #wrap {height: 97%; }

body > #wrap {height: auto; min-height: 97%; }

body, html{
	color: #333333;
	font-family: "Lucida Grande", "Segoe UI", "Bitstream Vera Sans", Tahoma, Verdana, Arial,sans-serif;
	font-size: 13px;
	line-height: 130%;
	height: 100%;
}
blockquote{
	background-color: #eeeeee;
	margin: 10px 30px 10px 20px;
	padding: 5px 10px;
	border: 1px solid #dddddd;
	border-left: 2px solid #91aa9d;
}




#request{
	background-color: #f3f4ee;
	/*margin: 10px 30px 10px 20px;*/
	margin: 5px 5px 5px 0px;
	padding: 5px 10px;
	border: 1px solid #dddddd;
	border-left: 1px solid #91aa9d;
	border-right: 1px solid #91aa9d;
	border-top: 1px solid #91aa9d;
	border-bottom: 1px solid #91aa9d;
	line-height: 150%;	
}
.formsection{
	margin-left: 12px;	
	
}

.req-form {
	color: #F00;
}

a{
	color: #0066cc;
	text-decoration: none;
	outline-color: invert;
	outline-style: none;
}

a img{
	border: 0;
}

a:hover{
	color: #ff5400;
}

.title{
	height: 48px;
}

.title h2{
	line-height: 120%;
}

.title h2 a{
	color: #FF3716;
	font-size: 20px;
	line-height: 140%;
}

.title h2 a:hover{
	color: #FF3716;
}

.title .postmeta a:hover{
	color: #FF3716;
}
.post{
	font-size: 13px;
	text-align: left;
}
.post p{
	padding: 5px 20px 5px 0;
}

.post ul, .post ol{
	padding-left: 40px;
	padding-right: 40px;
}

.post li{
	padding: 2px 0 2px 0;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

h5 {
	font-size: 17px;
	text-align:center;
}
h3 {
	font-size: 14px;
	font-weight:bold;
}
h4 {
	font-size: 14px;	
	font-weight:bold;
}

/*-----Sticky Footer code----*/

#main {padding-bottom: 85px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -85px; /* negative value of footer height */
	height: 85px;
	clear:both;
	border-top: 2px solid #C9CFCF;
	width: 100%;
	color: #777777;} 
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*-----Header-----*/
#header{
	border-top: 6px solid #C9CFCF;
	min-height: 125px;
	background: #1A77A7;
	width: 100%;
	min-width: 960px;
	
}
#header .header_wrapper{
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: left;
	width: 960px;
	min-height: 100px;
	overflow:visible;
	
}

.header_left{
	float: left;
	padding-top: 40px;
	width:300px;	
}

.header_left h1 a{
	line-height: 180%;
	font-size: 24px;
	color: #f2f2f2;
}

.header_left h2{
	font-size: 13px;
	color: #eeeeee;
	font-weight: normal;
}

.header_right{    
	width: 505px;	
	margin-right: 00px;
	padding-left: 0px;
	list-style-type: none;
	/*border-bottom: 1px solid #C9CFCF;*/
	height: 28px;
	position: absolute;
	right: 0;
}

.header_right ul{
	list-style-type: none;	
}

.header_right ul li{
	
	float: left;
	overflow: visible;
}

.header_right ul li a{
	color: #cccccc;	
	font-weight:500;
	font-stretch: condensed;
	font-size: 14px;
	display:block;
	line-height: 28px;
	padding: 0 10px;
	z-index: 99;
}

.header_right ul li a:hover{
	color: #ff5400;
	/*background-image:url('../images/mouseOver.gif');
	background-repeat: repeat*/
}

.header_right ul li.current_page_item a{
	color: #242F33;
	background: #C9CFCF;
}

/*----Main content-----*/
.mainContent{
	position: relative;
	float: left;
	width: 660px;
	min-height: 100%;
	height: auto;
	padding-bottom: 50px;
}

#container{
	width: 955px;
	padding-top: 30px;
	background: #ffffff;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 95px;

}

/*-----Sidebar-----*/
#sidebar {
	float: right;
	width: 290px;
	border-left: 1px solid #C9CFCF;
	border-top: 0;
	line-height: 160%;
	height: auto;
	
}
#sidebar ul{
	padding: 12px;
}

#sidebar a{
	color: #666666;
	text-decoration: none;
}

#sidebar a:hover{
	color: #db5104;
}

#sidebar ul h2{
	font-size: 18px;
	line-height: 180%;
	padding-bottom: 3px;
	margin-bottom: 10px;
	color: #1A77A7;
	border-bottom: 1px solid #49595F;
}

#sidebar ul li{
	list-style: none;
	line-height: 180%;
	font-size: 12px;
	padding-bottom: 15px;
}

#sidebar ul ul{
	padding: 0px 10px;
}

#sidebar ul ul li{
	border-bottom: 1px solid #49595F;
	padding: 2px 0;
	background: url(images/side.gif) no-repeat 0 10px;
	padding-left: 16px;
}

#sidebar ul ul li ul{
	padding-left: 5px;
	margin-bottom: 0;
}

#sidebar ul ul li ul li{
	list-style: none;
	line-height: 160%;
	font-size: 12px;
	border-bottom: 0;
	background: none;
}

#sidebar ul li form{
	margin: 10px 0;
}
/*------------------------ Search Form ------------------------*/

#searchform {
	background: url(../images/search.gif) no-repeat left top;
	height: 32px;
	width: 260px;
}

#searchform:hover {
	background: url(../images/search.gif) no-repeat left bottom;
}

#searchinput {
	background: none;
	border: none;
	width: 170px;
	height: 23px;
	padding: 0 5px 0 10px;
	color: #999999;
}

#searchsubmit {
	background: none;
	border: none;
	width: 60px;
	height: 30px;
	cursor:pointer;
}

/*-----Footer-----*/
#footer a {
	color: #FF3716;
}

#footer a:hover {
	color: #666666;
}

#footer .footer_wrapper{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

#footer .footer_left{
	float: left;
	padding: 10px 0 20px 0;
	line-height: 160%;
	width: 180px;
}
#footer .footer_center{
	font-size: 12px;
	padding-left: 50px;	
	padding-right: 50px;
	padding-top: 12px;
	width: 380px;
	line-height: 140%;
	margin-left: 180px;
	margin-right: auto;
	text-align: center;
}

#footer .footer_right{
	float: right;
	padding: 10px 0 20px 0;
	line-height: 160%;
	width: 290px;
	
}