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*/

@font-face {
    font-family: 'MyriadProRegular';
    src: url('/webfonts/myriadpro-regular.eot');
    src: url('/webfonts/myriadpro-regular.eot') format('embedded-opentype'),
         url('/webfonts/myriadpro-regular.woff') format('woff'),
         url('/webfonts/myriadpro-regular.ttf') format('truetype'),
         url('/webfonts/myriadpro-regular.svg#MyriadProRegular') format('svg');
}

html{
	background-color: #525050;
}

body{
	font-family: 'MyriadProRegular', sans-serif;
	font-size:14px;
	color: #4b4847;
	line-height:17px;	
	background-color: #fff;
	background-image: url(/images/body_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:25px;
}

#container{
	width:960px;
	padding:20px;
	margin: 0 auto;
	
	background-color: #fff;
	z-index: 1;
	position: relative;
}

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

#header{
	margin-bottom:10px;
}

#logo{
	width:210px;
	height:140px;
	margin-left:20px;
	margin-top:20px;
	float:left;
}

#right_header{
	width:260px;
	height:140px;
	margin-top:20px;
	float:right;
	margin-right:20px;
}

#social ul li{
	float:left;
	margin-right:10px;
}

#social ul li a{
	display: block;
	width:33px;
	height:33px;
	text-indent: -9999px;
}

#social ul li a:hover{
	background-position: 0px -33px;
}

a#twitter_link{
	background-image: url(/images/twitter_icon.png);
}

a#facebook_link{
	background-image: url(/images/facebook_icon.png);
}

a#linkedin_link{
	background-image: url(/images/linkedin_icon.png);
}

#header_contact{
	padding-top:52px;
}

#header_phone{
	font-size:35px;
	line-height:35px;
}

#header_email{
	font-size:20px;
	line-height:20px;
}

#header_email a{
	color: #4b4847;
	text-decoration: none;
}

#main_nav{
	margin-top:20px;
	clear: both;
	width:955px;
	float:left;
	background-color: #f5f5f5;
	padding-left:5px;
	
}

#main_nav ul{
}

#main_nav ul li{
	float:left;
	padding:12px 0;
	position: relative;
}

#main_nav ul li:first-child a{
	border-left:0px solid #eed1a8;
}

#main_nav ul li a{
	display: block;
	text-align: center;
	padding:0 15px;
	font-size:15px;
	color: #767373;
	line-height:18px;
	text-decoration: none;
	border-left:1px solid #eed1a8;
}

#main_nav ul li#menu-item-42 a{
	
}

#main_nav ul li a:hover,
#main_nav ul li.current-menu-item a,
#main_nav ul li.current-menu-parent a,
#main_nav ul li.current-page-ancestor a{
	color: #e08d19;
}

#main_nav ul .sub-menu {
	display: none;
	position: absolute;
	width:250px;
	background-color: #F5F5F5;
	z-index: 20;
	padding-top:20px;
	padding-bottom:20px;
	
}

#main_nav ul .sub-menu li{
	float:none;
	text-align: left;
	padding:6px 15px;
	background-image:url(/images/bullet.png);
	background-repeat: no-repeat;
	background-position: 10px 6px;
}

#main_nav ul .sub-menu li a{
	text-align: left;
	border: 0px solid #000;
	color: #767373;
}

#main_nav ul .sub-menu li.current_page_item a{
	color: #e08d19;
}

#main_nav ul .sub-menu li a:hover{
	color: #e08d19;
}

#main_nav ul li:hover .sub-menu{
	display: block;
}

#payment_link{
	width:280px;
	margin-left:20px;
	float:left;
	line-height:18px;
	padding:12px 0;
	background-color: #e08d19;
	margin-top:20px;
	padding-left:20px;
}

#payment_link a{
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

#home_fader{
	width:960px;
	height:275px;
	margin-bottom:10px;
}


#content{
	clear:both;
	position: relative;
}


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

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

.left_content{
	width:620px;
	float:left;
	margin-left:20px;
	padding-top:10px;
}

#footer_left{
	width:664px;
	float:left;
	margin-left:20px;
	padding-top:10px;
	border-right:1px solid #666;
}

#footer_right{
	width:255px;
	float:left;
	margin-left:20px;
}

.right_content{
	width:300px;
	float:left;
	margin-left:20px;
	background-color: #f5f5f5;
	
}

#footer_wrapper{
	width:100%;
	background-color: #525050;
	padding-top:100px;
	position: relative;
	margin-top:-60px;
	z-index: 0;
	padding-bottom:160px;
	
}

#footer{
	width:960px;
	margin: 0 auto;
	padding-bottom:20px;
	border-bottom:1px solid #666;
}


#footer_left{
}

#footer_right{
}

h1{
	font-size:35px;
	line-height:42px;
	color: #4b4847;
	margin-bottom:10px;
}

h2{
	font-weight:500;
	font-size:24px;
	line-height:24px;
	color: #e08d19;
	margin-bottom:10px;
}

h3{
	color: #e08d19;
	font-size:15px;
	line-height:17px;
	margin-bottom:5px;
	font-weight: bold;
}

.page_intro{
	font-size:18px;
	line-height:21px;
}

.page_intro.inner{
	border-bottom:1px solid #ffc220;
	margin-bottom:17px;
}

.page_intro.contact{
	border-bottom:1px solid #ffc220;
	margin-bottom:17px;
	color: #b2b7bb;
	font-size:21px;
	line-height:22px;
}

em, i{
	font-style: italic;
}

.page_intro.contact em{
	font-size:17px;
}

.column > * { padding-right: 20px }

.column.last > *{
	padding-right:0px;
}

p{
	margin-bottom:17px;
}

.left_content ul{
	margin-bottom:17px;
}

.left_content ul li{
	list-style-type: none;
	background-image: url(/images/bullet.png);
	background-repeat: no-repeat;
	padding: 0px 0px 1px 24px;
    vertical-align: middle;
	
	margin-bottom:5px;
}

#page_content{
	
}

#footer_address{
	font-size:15px;
	line-height:18px;
	color: #fff;
	margin-bottom:20px;
}

#footer_info{
	font-size:12px;
	line-height:18px;
	color: #d6d5d5;
	margin-bottom:5px;
}

#footer_credit{
	font-size:12px;
	line-height:18px;
}

#footer_credit a{
	color: #ffc220;
	text-decoration: none;
	
}

#footer_right #header_phone{
	color: #fff;
}

#footer_right #header_email{
	margin-bottom:20px;
}

#footer_right #header_email a{
	color: #fff;
}

#latest_news_block{
	padding:20px;
}

li.recent-post-item{
	
	margin-bottom:10px;
	padding-top:10px;
	border-top:1px solid #c4c3c3;
	list-style-type: none;
	background-image: url(/images/bullet.png);
	background-repeat: no-repeat;
	background-position: 0 10px;
	padding:10px 0px 1px 24px;
    vertical-align: middle;
}

#blog_right_content ul li li{
	margin-bottom:10px;
	padding-top:0px;
	background-position: 0 10px;
	list-style-type: none;
	background-image: url(/images/bullet.png);
	background-repeat: no-repeat;
	padding: 10px 0px 1px 24px;
    vertical-align: middle;
}

#blog_right_content ul li li a{
	color: #4B4847;	
}

#blog_right_content li.widget{
	margin-bottom:30px;
}

li.recent-post-item:first-child{
	padding-top:0px;
	border-top:0px solid #000;
	background-position: left top;
}

li.recent-post-item a{
	color: #e08d19;
}

.more-link{
	display: block;
	text-transform: uppercase;
	font-size:12px;
	line-height:17px;
	color: #ffc220;
}

.slide{
	position: relative;
}

.slide img{
	width:960px;
	height:275px;
}

#caption{
	position: absolute;
	left:20px;
	top:90px;
	font-size:24px;
	color: #fff;
	line-height:25px;
	width:415px;
}

.headline{
	display: block;
	font-size:30px;
	line-height:30px;
	color: #000;
}

.find_out_more_link{
	position: absolute;
	left:20px;
	bottom:30px;
	color: #a76a14;
	text-transform: uppercase;
	text-decoration: underline;
	font-size:14px;
	line-height:14px;
}

#next{
	z-index: 20;
	position: absolute;
	left:55px;
	top:40px;
}

#prev{
	z-index: 20;
	position: absolute;
	left:20px;
	top:40px;
}

.wpcf7-form{
	font-size:18px;
	line-height:25px;
}

.wpcf7-text,
.wpcf7-textarea{
	background: none;
	border:1px solid #B2B7BB;
	padding:5px 2px;
	height:20px;
	width:608px;
}

.wpcf7-textarea{
	height:100px;
}

.wpcf7-submit{
	background: none;
	border:0px solid #B2B7BB;
	font-family: 'MyriadProRegular';
	color: #fff;
	text-transform: uppercase;
	font-size:18px;
	line-height:18px;
	padding:5px 10px;
	background-color: #ffc220;
	cursor: pointer;
}

.separator{
	border-top:1px solid #ffc220;
	margin-bottom:10px;
}

.contact_sidebar{
	font-size:13px;
	line-height:15px;
	color: #9c9a9a;
}

#blog_right_content{
	position: absolute;
	top:0px;
	bottom:0px;
	right:0px;
}

h2.entry-title a{
	color: #ffc220;
}

a{
	color: #E08D19;
}

.entry-meta{
	font-size:14px;
	font-style: italic;
	color: #b2b7bb;
	margin-bottom:10px;
}

#left_blog{
	padding-bottom:20px;
	border-bottom:1px solid #b2b7bb;
	margin-bottom:20px;
}

#sub_footer{
	width:960px;
	margin: 0 auto;
	padding-top:20px;
}

#sub_footer li{
	float:left;
	margin-left:20px;
}