html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*end css reset*/

body{
	background-color: #fff;
	font-family: "nimbus-sans", "helvetica-neue", helvetica, arial, sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
	color: #4e4e4e;
}

#container{
	width: 910px;
	padding: 25px;
	margin: 0 auto;

}

.clear{
	clear:both;
	height: 0px;
}

#header{
	height: 65px;
	padding-bottom:25px;
}

#logo{
	width: 261px;
	float:left;
	margin-left: 30px;
}

#main_nav{
	width: 600px;
	float:right;
}

#main_nav ul{
	float:right;
	height: 14px;
	margin-top: 52px;
	margin-right: 10px;
}

#main_nav ul li{
	float:left;
	text-transform: uppercase;
	font-size: 14px;
	margin-left: 40px;
	line-height: 14px;
}



#main_nav ul li:last-child{
}

#main_nav ul li a{
	text-decoration: none;
	color: #4e4e4e;
	font-weight: 400;
}

#main_nav ul li.current-menu-item a{
	color: #0091d5;
}


#content{
	border:1px solid #929292;
	padding:40px;
	
}

#left_home_content{
	width: 388px;
	float:left;
}

#right_home_content{
	width: 400px;
	float:left;
	margin-left: 40px;
}

#left_inner_content{
	width: 250px;
	float:left;
}

#right_inner_content{
	width: 538px;
	float:left;
	margin-left: 40px;
}

.alignright{
	float:right;
	padding-left: 20px;
	padding-bottom:20px;
}

.alignleft{
	float:left;
	padding-right: 20px;
	padding-bottom:20px;
}

#footer{
}


#footer_left{
	font-size: 12px;
	margin-top: 5px;
	color: #a9a9a9;
	float:left;
}

#footer_left a{
	color: #a9a9a9;
}

#footer_right{
	float:right;
	margin-top: 10px;
}

h1{
	font-size: 26px;
	line-height: 25px;
	color: #4e4e4e;
	font-weight: 300;
	font-style: italic;
	margin-bottom:20px;
}

h2{
	font-size: 20px;
	line-height: 19px;
	color: #4e4e4e;
	font-weight: 300;
	font-style: italic;
	margin-bottom:10px;
}

p{
	margin-bottom:18px;
}

.highlight_blue{
	color: #0091d5;
}

#content ul{
	margin-bottom:18px;
}

#content ul li{
	margin-left: 15px;
	list-style-type: square;
	font-weight: 400;
}

.wpcf7-text{
	width:250px;
	border:1px solid #0091D5;
	background:none;
	height:20px;
	font-family: "nimbus-sans", "helvetica-neue", helvetica, arial, sans-serif;
	font-size: 14px;
	color: #4e4e4e;
	font-weight:300;
}

.wpcf7-captchar{
	border:1px solid #0091D5;
	background:none;
	height:20px;
	font-family: "nimbus-sans", "helvetica-neue", helvetica, arial, sans-serif;
	font-size: 14px;
	color: #4e4e4e;
	font-weight:300;
}

.wpcf7-captchac{
	margin-bottom: -5px;
}

.wpcf7-textarea{
	width:250px;
	height: 85px;
	border:1px solid #0091D5;
	background:none;
	font-family: "nimbus-sans", "helvetica-neue", helvetica, arial, sans-serif;
	font-size: 14px;
	color: #4e4e4e;
	font-weight:300;
}

.wpcf7-form table p{
	line-height: 18px;
	margin-bottom:24px;
}

.wpcf7-submit{
	border:1px solid #0091D5;
	background-color: #0091d5;
	color: #fff;
	font-family: "nimbus-sans", "helvetica-neue", helvetica, arial, sans-serif;
	font-size: 14px;
	color: #4fff;
	font-weight:300;
	padding:0px 0px 2px 0;
	height: 24px;
	margin-top: 3px;
	float:right;
	margin-right: 15px;
}

a{
	color: #0091D5;
}