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

/* main */
.container { width:1000px; padding:0; margin:0 auto;}
/***** Header *****/
#header { margin:0; padding:0; height:134px; background: url(images/x/header_bg.jpg) top repeat-x;}
	.logo { padding:40px 0 0 0; margin:0; width:auto; float:left;}




/***** NAVIGATION FORMATTING *****/
/***** Top navigation *****/
/* menu */	
.menu { padding:60px 0 0 0; margin:0; width:500px; height:20px; z-index:1000; float:right;}
	.menu ul { text-align: left; padding:0; margin:0; list-style:none; border:0; float:right;}
	.menu ul li { float:left; margin:0; padding:0; border:0;}
	.menu ul li a { border-right:1px solid #525252; float:left; margin:0; padding:5px 10px; color:#fff; font:normal 11px Arial, Helvetica, sans-serif; text-decoration:none; text-transform:uppercase; display: block;}
	.menu ul li a:hover { text-decoration:underline; display:block;}
	.menu .current_page_item a:link, .menu .current_page_item a:visited{text-decoration:underline;}
/* sub */
	.menu li li {float: left; width: 60px;}
	.menu li li a, .menu li li a:link, .menu li li a:visited {
		color: #fff;
		
		float: none;
		margin: 0;
		padding: 2px 10px;
		border-right:none;
	}
	.menu li ul {
		margin-top:22px;
		position: absolute;
		width: 60px;
		left: -999em;
		padding:0;
		background: #3B8E86;
		width: 80px;
	}
	.menu li:hover ul {left: auto; display: block;}
	.menu li li.page_item a:link, .menu li li.page_item a:visited{background: #728067; color: #fff;}
	.menu li li.page_item a:hover{background: #94CFE1;}
	.menu li li.current_page_item a:link, .menu li li.current_page_item a:visited{background: #94CFE1; color: #fff;}
/*////////////*/

/****** RSS ICON ON HEADER ******/
.rssicon
{
	line-height:17px;
	text-indent:20px;
	display: block;
	background-image:url(images/rss.png);
	background-position: 10px 2px;
	background-repeat: no-repeat;
}


/*header_text_bg*/
.header_text_bg { margin:0; padding:0; background: url(images/slider_bg.jpg) top repeat-x; height:42px; }
	.header_text_bg p { padding:10px; margin:0;}
/* menu */	
	.menu2 { padding:11px 0; margin:0; width:800px; float:left; }
	.menu2 ul { text-align: left;  padding:0; margin:0; list-style:none; border:0; float:left;}
	.menu2 ul li { float:left; margin:0; padding:0; border:0;}
	.menu2 ul li a { border-right:1px solid #525252; float:left; margin:0; padding:2px 10px 2px 10px; color:#FFF; font:normal 11px Arial, Helvetica, sans-serif; text-decoration:none; text-transform:uppercase;}
	.menu2 ul li a:hover { text-decoration:underline;}
	.menu2 ul li a.active { text-decoration:underline;}
	
	
/***** Page Structure *****/
.content { margin:0 auto; padding:20px 0;}
	.content h1 { font: normal 34px Arial, Helvetica, sans-serif; color:#212121; margin:0 0 20px 0; padding:15px 0; border-bottom:1px solid #d7d7d7;}
	.content h1 span { font: normal 14px Arial, Helvetica, sans-serif; color:#898989;}
	.content h2 { font: normal 18px Arial, Helvetica, sans-serif; color:#171717; margin:0; padding:10px 0;}
	.content h2 span { font: normal 11px Arial, Helvetica, sans-serif; color:#ababab;}
	
	.content img {  padding:0; margin:10px 0;}
	.content img.floated { float:left; padding:0; margin:10px 20px;}
	.content p { font:normal 12px Arial, Helvetica, sans-serif; color:#605f5f; line-height:1.8em; padding:5px 0; margin:0;}
	.content a { text-decoration:none; color:#0097e7; line-height:1.8em;}
	.content .left { width:650px; float:left; margin:0;}
	.content .right { width:285px; float:right; margin:0;}
	
	
.block { margin:20px 0; padding:20px; border:1px solid #ececec; background:#fff;}

.port { display:block; padding:10px; margin:10px auto; border:1px solid #ececec; background:#fff;}

/************* Footer **********/
#footer { padding:0; padding:10px 0 20px 0; margin:0; background:#dfdfdf; border-top:1px solid #d7d7d7; }
	#footer p { font:normal 11px  Arial, Helvetica, sans-serif; color:#737373;}
	#footer a { font:normal 11px Arial, Helvetica, sans-serif; color:#454545; text-decoration:none; padding:5px; margin:0;}
	#footer p a.first { padding-left:0;}/* indents first link */
	#footer p.lefttext { text-align:left; width:50%; margin:0; padding:10px 0 0 0; float:left;}
	#footer p.righttext { text-align:right; width:30%; margin:0; padding:10px 0 0 0; float:right;}
	#footer p.righttext a { padding:0;}
	#footer a:hover {text-decoration: underline;}
/********** contact form **********/
#contactform { margin:0; padding:5px 10px;}
#contactform * { color:#F00;}
#contactform ol { margin:0; padding:0; list-style:none;}
#contactform li { margin:0; padding:0; background:none; border:none; display:block; clear:both;}
#contactform li.buttons { margin:5px 0 5px 0;}
#contactform label { margin:0; width:110px; display:block; padding:10px 0; color:#605f5f; font: normal 12px Arial, Helvetica, sans-serif; text-transform:capitalize; float:left;}
#contactform label span { color:#F00;}
#contactform input.text { width:200px; border:1px solid #e8e8e8; margin:10px 0; padding:5px 2px; height:16px; background:#fff; float:left;}
#contactform textarea { width:410px; border:1px solid #e8e8e8; margin:10px 0; padding:2px; background:#fff; float:left;}
#contactform li.buttons input { padding:3px 0 3px 110px; margin:0; border:0; color:#FFF; float:left;}
/********** contact form for wp **********/
div.wpcf7 { margin:0; padding:5px 10px;}
div.wpcf7 ol { margin:0; padding:0; list-style:none;}
div.wpcf7 li { margin:0; padding:0; background:none; border:none; display:block; clear:both;}
div.wpcf7 li.buttons { margin:5px 0 5px 0;}
div.wpcf7 label { margin:0; width:110px; display:block; padding:15px 0; color:#605f5f; font: normal 12px Arial, Helvetica, sans-serif; text-transform:capitalize; float:left;}
div.wpcf7 label span { color:#F00;}
div.wpcf7 input.text { width:200px; border:1px solid #e8e8e8; margin:10px 0; padding:5px 2px; height:16px; background:#fff; float:left;}
div.wpcf7 textarea { width:410px; border:1px solid #e8e8e8; margin:10px 0; padding:2px; background:#fff}


p.response { text-align:center; color:#F00; font: normal 11px  Georgia, "Times New Roman", Times, serif; line-height:1.8em; width:auto;}

/***** Add tags *****/
p.clear, .clear { padding:0; margin:0;
	clear: both;/* fix layout of floats */
	height: 0;/* if margin don't work in firefox force them */
	width:100%;
}
li.bg, .bg { clear:both; border-bottom:1px solid #dedede; padding:10px 0 0 0; margin:0 0 10px 0; background:none; list-style:none;}





#header h1{
	border:none;
}
.post h1
{
	border-bottom: 1px solid #CCC;
}
