@charset "utf-8";
/*/ 
  -------------------
  47 DEV CSS STARTER 
  www.47digits.com
  -------------------
/*/

/* CSS Reset */
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	*vertical-align: middle;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

table {border-collapse: collapse;border-spacing: 0;}
:focus {outline:0 !important;}
caption, th, td {font-weight:normal;text-align:left;}
img {vertical-align:middle;}
a img {border:0;}
i, em {font-style:italic;}
b, strong {font-weight:bold;}
* {margin:0;padding:0;}
/* end Reset */


html {
	overflow-y:scroll;
}
body {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#363636;
	min-width:1024px;	
}


/*--- Default link ---*/
a {
	color:#d16f1a;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}


/*--- Headings ---*/
h1, h2, h3, h4, h5 {
	padding:0 0 15px;
	margin:0;
	font-weight:bold;
	text-transform:uppercase;
	color:#d16f1a;
}
h1 {
	font-size:30px;

}
h2 {
	font-size:24px;
}
h3 {
	font-size:18px;
}
h4 {
	font-size:16px;
}
h5 {
	font-size:14px;
}
h6 {
	font-size:12px;
}

p {
	padding-bottom:15px;
	margin:0;
	line-height:18px;
}


/*--- List ---*/
ul {
	margin:0 0 15px 20px;
	padding:0;
}
ul li {
	padding-bottom:8px;
}
ol {
	margin:0 0 15px 20px;
	padding:0;
}
ol li {
	list-style:decimal;
}



/*--- Fields ---*/
.field {
	padding:0;
	margin:-1px 0 0;
}
input[type="text"], textarea {
	padding:2px 6px;
	height:18px;
	width:174px;
	color:#6d6e71;	
	font:11px/18px Arial, Helvetica, sans-serif;
	border:1px solid #bebcbc;
}
textarea {
	height:80px;
}
input[type="text"]:focus,
textarea:focus {

}
.captcha, .captchaimg {
	padding:12px 0 0;
}


/* Global */
.lft, .left {	float:left;}
.rght, .right {float:right;}
img.left {margin:0 15px 5px 0;}
img.right {margin:0 0 5px 15px;}
.clearB, .clearb, .clearall {clear:both;}
.center, .divcenter {
	width:1024px;
	margin:0 auto;
}



/*=== wrapper ===*/	
#wrapper {
  	background:url(../images/bg_wraptop.jpg) repeat-x center top #b7662f;
	min-width:1024px;	
}



/*=== Header ===*/
#header {

}
#header .divcenter {
	background:url(../images/bg_header.png) repeat-x left top;
	height:280px;
	padding:0 0 6px;
}

#logo {
	padding:90px 0 0 75px;
}
#rhead {
	padding:0 14px 0 0;
}
.phone {
	background:url(../images/bg_callus.png) no-repeat left top;
	height:30px;
	font-size:22px;
	color:#fff;
	text-align:right;
	padding:15px 12px 20px 0;
	min-width:482px;
	float:right;
}
.phone strong {
	font-size:14px;
	font-weight:normal;
}
.slogan {
	font-weight:normal;
	text-transform:none;
	font-size:35px;
	text-align:center;
	line-height:30px;
	clear:both;
	padding:32px 0 0;
	min-height:125px;
	color:#363636;
}


/*--- Menu ---*/
#menu {
	position:relative;
	z-index:2;
	clear:both;
}
#menu ul{
	margin:0;
	padding:0;
	float:right;
}
#menu ul li {
    float:left;
    list-style:none;
	list-style-image:none;
    margin: 0 0 0 1px;
    padding: 0;
    position: relative;
}
#menu ul li:first-child {
	margin-left:0;
}
#menu ul li a {
	display:block;
	padding:0;
	width:98px;
	text-align:center;
	text-decoration:none;
	font-size:13px;
	line-height:36px;
	color:#fff;
	background-color:#827d00;
}
#menu ul li a:hover,
#menu ul li.selected > a,
#menu ul li:hover > a {
	background-color:#d16f1a;
}

/* 2nd level */
#menu ul li:hover ul {
	left:0;
}
#menu ul li:hover ul ul{
	left:-99999px;
}
#menu ul ul {
	position:absolute;
	width:198px;	
	left:-9999px;
	top:36px;
	float:none;
	z-index:10000;
	padding:2px 0 0;
}
#menu ul ul li {
	float:none;
	background:#696a6c;
	border:1px solid #afaeae;
	margin:-1px 0 0;
}
#menu ul ul li a {
	line-height:normal;
	padding:6px 10px;
	min-height:10px;
	display:block;
	color:#fff;
	font-weight:normal;
	text-transform:none;
	text-align:left;
	width:auto;
	background:none;
}
#menu ul ul li:hover > a,
#menu ul ul li a:hover,
#menu ul ul li.selected > a {
	background:none;
	color:#d16f1a;
}

/*3rd level*/
#menu ul ul li:hover  ul{
	left:195px;
}
#menu ul ul ul {
	top:0;
	border:0;
	padding:0 0 0 1px;
}
#menu ul ul ul li {}
#menu ul ul ul li a {}
#menu ul ul ul li a:hover,
#menu ul ul ul li.selected a {}



/*=== Body ===*/
#body {
	background:url(../images/bg_wrapbtm.jpg) repeat-x center bottom;
	min-width:1024px;
}
#body .divcenter {
	background:url(../images/bg_contentbtm.png) repeat-x left bottom;
	padding:0 0 340px;
	min-width:1024px;	
}
#content {
	background-color:#fff;
	min-height:530px;
}
.topshadow {
	height:11px;
}
.topshadow img {
	display:block;
}

.sidebar {
  width:260px;
  margin:0 35px 0 0;
  padding: 0 0 0 25px;
}
.sidebar h3 {
	background:url(../images/logo_icon.png) no-repeat 23px center #e6e0db;
	padding:12px 15px 12px 75px;
	color:#363636;
	margin:0 0 15px;
}
.pagecontent {
	width:440px;
	padding:32px 0 0;
}
.sidebar2 {
	width:218px;
	padding:28px 25px 0 0;
}

.blog_list {
  background:#ffffff url("../images/bg_sideblog.jpg") no-repeat scroll 0 0 / cover ;
  min-height: 215px;
  padding: 32px 0 20px;
}
.blog_list ul {
  margin: -12px 0 0;
  padding: 0 20px 0 22px;
}
.blog_list ul li {
	list-style:none;
	padding:15px 30px 15px 35px;
	border-top:1px dotted #959595;
	background:url(../images/bg_arrow.png) no-repeat 22px 19px;
	line-height:18px;
}
.blog_list ul li:first-child {
	border:0;
}
.sidelist {}
.sidelist ul {
	margin:0;
	padding:0;
}
.sidelist ul li {
	list-style:none;
	padding:0 0 10px;
	text-align:center;
}
.contact_box {
	width:220px;
}
.contact_form {
	background:url(../images/bg_btmshadow.png) repeat-x left bottom;
	padding:0 0 16px;
}
.contact_form h3 {
	background-color:#d16f1a;
	border-bottom:1px solid #a0410d;
	padding:22px 15px 10px;
	color:#fff;
	line-height:18px;
}
.contact_form h3 span {
	font-size:13px;
	text-transform:none;
}
.contact_form form {
	background-color:#d16f1a;
	border-top:1px solid #f78e56;
	padding:15px 15px 20px;
} 
.btn_submit {
	padding:12px 0 0;
}



.sidemenu {
	margin:0 0 20px;
}
.sidemenu ul {
	margin:0;
	padding:0;
}
.sidemenu ul li {
	list-style:none;
	list-style-image:none;
	padding:0;
	margin:0 0 1px;
}
.sidemenu ul li a {
	line-height:normal;
	padding:8px 10px;
	min-height:10px;
	display:block;
	color:#fff;	
	font-size:13px;
	background-color:#303030;
	text-decoration:none;
}
.sidemenu ul li a:hover,
.sidemenu ul li.selected a {
	border:2px solid #db1a21;
	padding:6px 8px;
}



/*=== Footer ===*/
#footer {
	background-color:#fff;
	border-top:10px solid #827d00;
}
.footer_top {
	background:url(../images/bg_footertop.png) repeat-y center top #f6f6ed;
	padding:20px 0 10px;
}
.footer_top h2{
	font-size:22px;
	color:#827d00;
	text-transform:none;
	padding:0 0 10px;
}
.about_links {
	width:245px;
	padding-left:25px;
}
.event_links {
	width:400px;
	padding-left:25px;
}
.about_links ul, .event_links ul {
	margin:0;
	padding:0;
}
.about_links ul li, .event_links ul li {
	list-style:none;
	background:url(../images/bg_arrow2.png) no-repeat left 4px;
	padding:0 0 5px 15px;
}
.about_links ul li a, .event_links ul li a {
	color:#827d00;
}
.social_media {
	width:218px;
}
.social_media ul {
	margin:0;
	padding:0;
}
.social_media ul li {
	list-style:none;
	padding:0 0 5px;
}
.social_media ul li a {
	color:#827d00;
}
.social_media ul li img {
	margin:0 8px 0 0;
}

.footer_btm {
	padding:25px 0;
}
.copyright, .designby {
	font-size:11px;
	padding:0 25px;
	color:#827d00;
}
.copyright a, .designby a{
	color:#827d00;	
}


/** additional CSS **/
.captchaimg img {height:26px;width: 188px;}
#CaptchaV2 {width:174px !important;}
.blogcontent {margin: 0 0 0 35px;width: 700px;}
}