@import url("fonts/droidsans.css");
@import url("fonts/texgyre.css");
* {
	padding:0;
	margin:0;
}
.clear {
	clear:both;
}
.clear:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
}
html {
	background:#f0f0f0 url(images/htmlbg.jpg) repeat;
	width:100%;
	height:100%;
}
body {
	background:url(images/topbg.jpg) repeat-x;
	font-family :'DroidSansRegular', Verdana, Geneva, sans-serif;
	font-size:62.5%;
	color:#5a5143;
}
a, a:link, a:visited, a:active {
	color:#1c5f75;
}
#wrap {
	width:1001px;
	margin:0 auto;
	padding-top:20px;
}
h1, h2, h3 {
	font-family:'TeXGyreAdventor', Arial, sans-serif;
}
h4, h5 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
nav, section, header, footer, article {
	display:block;
}
#mainnav {
	height:80px;
}
#homeheader {
	background:url(images/mainheader.gif) no-repeat;
	height:320px;
}
#page {
	width:962px;
	margin:auto;
	padding:0 20px;
}
.mainheading {
	background:url(images/graybgtop.gif) center bottom no-repeat;
	height:60px;
	line-height:60px;
	text-align:center;
	margin:0 0 1px 0!important;
	color:#251f1b!important;
}
.introhead {
	font-size:1.8em;
}
#introcol {
	background:url(images/introcolsbg.jpg) no-repeat;
	height:211px;
}
#introcol .leftcol {
	width:270px;
	padding:25px;
	float:left;
}
#introcol .rightcol {
	width:265px;
	padding:25px;
	float:right;
}
#introcol .midcol {
	margin:0 320px 0 330px;
	padding:25px 20px;
}
#content p {
	font-size:1.2em;
	line-height:1.8em;
}
#introcol h3 {
	font-size:2.0em;
	color:#d35537;
	text-shadow:#fff 1px 1px 1px;
	text-transform:uppercase;
	margin-bottom:15px;
}
#fourcols .col {
	width:195px;
	float:left;
	padding:20px 22px;
	margin-bottom:15px;
}
#fourcols h3 {
	font-size:1.6em;
	color:#1c5f75;
	margin-bottom:15px;
}
#content a {
	text-decoration:none;
}
a:hover, #content a:hover {
	color:#d35537;
	text-decoration:underline!important;
}
footer {
	background:#504842 url(images/bottombg.jpg) repeat-x;
	color:#666;
}
#mainnav h1 {
	float:left;
	padding:20px 0 0 25px;
	font:bold 3.2em 'TeXGyreAdventor', Arial, sans-serif;
	color:#d35537;
	text-shadow:#fff 1px 1px 1px;
	text-transform:uppercase;
}
#mainnav h1 span {
	font-weight:normal!important;
	color:#191512!important;
}
#mainnav ul {
	float:right;
	width:630px;
	font:bold 1.6em 'TeXGyreAdventor', Arial, sans-serif;
	padding-top:25px;
}
#mainnav ul li {
	display:inline;
	text-shadow:#fff 1px 1px 1px;
}
#mainnav ul li a {
	text-decoration:none;
	display:block;
	float:left;
	margin:0 15px;
	padding-bottom:5px;
}
#mainnav ul li a:hover {
	color:#d35537;
	text-decoration:none!important;
}
#mainnav ul li.active a {
	color:#d35537;
	border-bottom:solid 3px #191512;
	text-decoration:none;
}
#homeheader h2 {
	display:block;
	width:450px;
	float:left;
	padding:85px 0 0 40px;
	color:#fff;
	font:normal 1.4em 'DroidSansRegular', Verdana, Geneva, sans-serif;
	line-height:1.8em;
}
#homeheader h2 span {
	display:block;
	font:bold 1.6em 'TeXGyreAdventor', Arial, sans-serif!important;
	color:#89260f;
	text-shadow:#f98465 1px 1px 1px;
	line-height:1em!important;
	margin-bottom:20px;
}
#homeheader .headerimg {
	float:right;
	padding:55px 80px 0 0;
}
#bottom {
	width:960px;
	margin:auto;
	padding:15px 0;
	text-align:center;
}
#credits {
	background:#2d2724;
	padding:10px;
	text-align:center;
	color:#ccc;
}
footer a, #bottom a, #credits a {
	color:#fff;
	text-decoration:none!important;
	font-size:15px;
}
.normalpage {
	background:url(images/normalpagebg.png) center top no-repeat;
	padding-top:13px;
}
.normalpage .subhead {
	background:url(images/graybgtop.gif) center bottom no-repeat;
	height:60px;
	line-height:60px;
	text-align:center;
	margin:0 0 1px 0!important;
	color:#251f1b!important;
}
.subhead h2 {
	font-size:1.8em!important;
}
.post {
	padding:10px 25px;
	background:url(images/graybgtop.gif) center bottom no-repeat;
	margin-bottom:15px;
}
.post h3 {
	font:bold 1.8em 'TeXGyreAdventor', Arial, sans-serif;
	color:#d35537;
	margin-bottom:15px;
}
.post p {
	margin-bottom:15px;
}
.imageholder {
	float:left;
	width:258px;
}
.imageholder img {
	display:block;
	background:#fff;
	padding:5px;
	border:solid 1px #ccc;
}
.entry {
	width:640px;
	float:right;
}
.normalpage #fourcols h3 {
	color:#d35537!important;
}

/* ---------------------------------------------------------------------- */
/* Tables
/* ---------------------------------------------------------------------- */

/* Generic Table */

.gen-table {
	width: 100%;	
	margin-bottom: 20px;
}

.gen-table caption {
	margin-bottom: 10px;
}

.gen-table th {
	font-weight: bold;
}

.gen-table th, .gen-table td {
	background-color: #fff;
	padding: 5px 10px;	
	border: 1px solid #e5e5e5;	
	vertical-align: top;
}

.gen-table td {
	font-size:13px;
}
.gen-table td a  img{
	margin-left:55px;
}

.gen-table .empty-left-top {
	background-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
}

.gen-table .empty-left-bottom {
	background-color: transparent;	
	border-left-color: transparent;
	border-bottom-color: transparent;
}

.gen-table td.top-left {
	text-align: left;
	vertical-align: top;
}

.gen-table thead th {
	font-size: 14px; /* 14px */
}

.gen-table thead th,
.gen-table tfoot td {
	background-color: #f0f0f0;	
	border-color: #d9d9d9;
}

.gen-table tbody th,
.gen-table tr.odd th, .gen-table tr.odd td {
	background-color: #f7f7f7;
}

.gen-table tfoot td {
	font-style: italic;
	font-size: 0.916em; /* 11px */
}

.gen-table tfoot .button {
	font-style: normal;
	font-size: 1.09em; /* 12px/11px */
	margin: 5px 0;
}

.gen-table span.check {
	display: inline-block;
	background: url(images/check-green.png) no-repeat left top;
	width: 18px;
	height: 14px; 
}

.gen-table tfoot + tbody tr.row-last th, 
.gen-table tfoot + tbody tr.row-last td {
	border-bottom-color: #d9d9d9;	
}

/* Content Form */

.content-form p {
    margin-bottom: 10px;
}

.content-form input, .content-form textarea, .content-form select {
	background-color: #f7f7f7;	
	border: 1px solid #e5e5e5;
	padding: 6px 10px;
	border-radius: 0;
}

.content-form input:hover, .content-form textarea:hover, .content-form select:hover {
	border-color: #d9d9d9;
}

.content-form input:focus, .content-form textarea:focus, .content-form select:focus {
	border-color: #ccc;
}

.content-form input {
	width: 50%;
}

.content-form label, .content-form input, .content-form textarea, .content-form select {
    margin-bottom: 5px;
}

.content-form label {
	display: inline-block;
	clear: both;
	width: 150px;
	font-family:Verdana;
}

.content-form .error {
	color: #f25824;
}

.content-form textarea, .content-form select {
	width: 60%;
	height: 160px;
}

.content-form input[type="file"] {
    padding: 0;
    border: none;
}

.note {
	color:red;
	}

.content-form input.button {
width: auto;
display: inline-block;
cursor: pointer;
line-height: normal;
margin: 0 10px 20px 0;
border: none;
color: #fff !important;
padding: 7px 15px;
background-color: #f25824;
float:right;
}

/* ---------------------------------------------------------------------- */
/* Notification Boxes
/* ---------------------------------------------------------------------- */
.notification-box {
	position: relative;
	margin-bottom: 20px;
	padding: 10px 24px 10px 40px;
	background-repeat: no-repeat;
	background-position: 10px center;
	border: 1px solid;
}

a.notification-close {
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;	
	color: #666 !important;
	font-weight: bold;
	font-size: 1.166em; /* 14px */
	line-height: normal;
}

.notification-box p {
	margin-bottom: 0;
	margin-top: 20px;
}

.notification-box > p:first-child {
	margin: 0;	
}

.notification-box-success {
	background-color: #deebc5;
	background-image: url(../images/flag-16.png);
	border-color: #b9d188; 	
}


.notification-box-error {
	background-color: #faebe6;
	background-image: url(../images/error-16.png);
	border-color: #f5d0c4; 	
}


/* Contact Info */

.contact-info p {
	padding:0px;
    background-repeat: no-repeat;
    padding-left: 23px;
	margin-bottom: 15px;
}

.contact-info .address {
	background-image: url(images/home.png);
	background-position: left 0.083em; /* 1px */
}

.contact-info .phone {
	background-image: url(images/phone.png);
	background-position: left 0.083em; /* 1px */
}

.contact-info .email {
	background-image: url(images/mail.png);
	background-position: left 0.25em; /* 3px */
}

.contact-info .business-hours {
	background-image: url(images/clock.png);
	background-position: left 1px; 
}

.contact-info .social-links {
	margin-top: 20px;
}

ul {
list-style: none;
}

ul.circles li {
	background: url(images/arrow.gif)no-repeat left top; /* 4px */
	background-position:5px 12px;
	margin-left:15px;
	font-size:12px;
	color: #000;
	
	text-decoration: none;
	padding: 7px 0 5px 22px;
	font-family:Arial, Helvetica, sans-serif;
		
}

ul .underline li {
	border-bottom: 1px #bcbcbc dotted;
}