/*--------------------> Global Selectors <--------------------*/
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #8f9f9e;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a img {
	border: none;
}

a {
	color: #3c5853;
	text-decoration: underline;
}

a:hover { 
	color: #000;
}

.center {
	text-align: center;
}

.imgRight {
	float: right;
	margin: 0 0 10px 10px;
	clear: right;
}

.imgLeft {
	float: left;
	margin: 0 10px 10px 0;
}

#container {
	width: 780px;
	height: auto;
	position: relative;
	left: 50%;
	top: 0;
	margin-left: -390px;
	background-color: #fff;
}
/*--------------------> Header Selectors <--------------------*/
#header {
	width: 780px;
	height: 185px;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff;
}

#mast {
	float: right;
}

#logo {
	margin-top: 52px;
}

/*--------------------> Top Nav Selectors <--------------------*/
#top-navigation {
	width: 780px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 182px;
	z-index: 99;
	background-color: #3c5853;
	font-size: 13px;
}
/*** ESSENTIAL STYLES ***/
#top-navigation .sf-menu, #top-navigation .sf-menu * {
	list-style: none;
}
#top-navigation .sf-menu {
	line-height: 1.0;
}
#top-navigation .sf-menu ul {
	position: absolute;
	top: -999em;
	width: 12em;  /*left offset of submenus need to match (see below) */
	background-color: #3c5853;
	border: 1px solid #3c5853;
	padding: 0;
}
#top-navigation .sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
#top-navigation .sf-menu li {
	float: left;
	position: relative;
}
#top-navigation .sf-menu a {
	display: block;
	position: relative;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 8px 13px 9px 14px;
}

#top-navigation .sf-menu a:hover {
	background-color: #afbebb;
	color: #3c5853;
}

#top-navigation .sf-menu ul li a {
	width: 11.2em;
	padding: 5px;
	font-weight: normal;
	text-decoration: none;
}

#top-navigation .sf-menu ul li a:hover {
	background-color: #afbebb;
	color: #3c5853;
}

#top-navigation .sf-menu li:hover ul, #top-navigation .sf-menu li.sfHover ul {
	left: 0;
	top: 30px;  /*match top ul list item height */
}
#top-navigation ul.sf-menu li:hover li ul, #top-navigation ul.sf-menu li.sfHover li ul {
	top: -999em;
}
#top-navigation ul.sf-menu li li:hover ul, #top-navigation ul.sf-menu li li.sfHover ul {
	left: 12em; /* match ul width */
	top: 0;
}
#top-navigation ul.sf-menu li li:hover li ul, #top-navigation ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
#top-navigation ul.sf-menu li li li:hover ul, #top-navigation ul.sf-menu li li li.sfHover ul {
	left: 12em; /* match ul width */
	top: 0;
}


/*--------------------> Column Container Selector <--------------------*/
#column-container {
/*	background: url(../images/column-bkgd.gif) left top repeat-y;*/
	padding-top: 212px;
}
#content-column {
	float: right;
	width: 244px;
	height: auto;
	margin:7px -25px 0px 25px;
}
/*--------------------> Left Column Selectors <--------------------*/
#left-column {
	width: 196px;
	height: auto;
	float: left;
	padding: 40px 1px 0 0;
}
#blog-cta {
	width: 196px;
	height: 40px;
	display: block;
	background: url(../images/blog-cta.gif) left top no-repeat;
}

#blog-cta:hover {
	background-position: left bottom;
}

#left-column h3 {
	font-size: 14px;
	text-transform: uppercase;
	padding: 0 20px;
	color:#666666;
}

#left-column ul {
	list-style: none;
	padding: 5px 0 10px 0;
	font-size: 12px;
	margin-left: 25px;
}

#left-column ul li {

}

#left-column ul li a {
	width: 173px;
	display: block;
	padding: 3px 5px 3px 18px;
}

#left-column ul li a:hover {
	background-color: #afbebb;
	color: #3c5853;
}
#left-column p {
	margin: 10px 0;
}	

#left-column #blog-text {
	margin: 10px 0;
	color:#666666;
	font-size:12px;
	line-height:18px;
	padding: 0 20px;	
	text-align: justify;
}

#testimonial {
	margin-bottom: 10px;
	padding: 20px;
	font-size: 12px;
	background-color: #3c5853;
	color: #d0f5d3;
}

#testimonial h4 {
	font-size: 16px;
	color: #fff;
	border-bottom: 1px solid #fff;
}

/*--------------------> Right Column Mini Form Selectors <--------------------*/
#miniContact {
	width: 176px;
	height: auto;
	margin: 0 0px 0px 15px;
	font-size: 10px;
}
#miniContact h4 {
	font-size: 11px;
	color: #5C5C5C;
	padding: 0 0 15px 0;
}
#miniContact form {
	width: 160px;
	height: 263px;
	padding: 25px 8px 0px 8px;
	background: url(../images/inquireBackground.jpg) top left no-repeat;
}
#miniContact input {
	width: 156px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #97979A;
	border-top: none;
	border-right: none;
	border-bottom: #CCCCCC solid 1px;
	border-left: none;
	background: none;
	margin-bottom: 5px;
	padding: 2px;
}

#miniContact textarea {
	width: 156px;
	height: 86px;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #97979A;
	border: none;
	background: none;
	margin-bottom: 5px;
	padding: 2px;
}


#button .btnSubmit {
	border: none;
	width: 69px;
	height: 18px;
	background: url(../images/submit.jpg) left top no-repeat;
	cursor: pointer;
}

#miniContact a {
	float: right;
	font-size: 10px;
	color: #CCCCCC;
}

/*--------------------> Main Form Selectors <--------------------*/

#contact {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	width: 100%;
}
#contact fieldset {
	margin-bottom: 10px;
	width: auto;
}
#contact fieldset hr {
	clear: both;
	visibility: hidden;
	padding: 0px;
	margin: 0px;
	height: 0px;
}
#contact .float {
	float: left;
	margin-right: 15px;
}
#contact label {
	display: block;
	margin-bottom: 4px;
}
#contact label input {
	width: 150px;
	border: #7da7d9 solid 1px;
	color: #7da7d9;
}
#contact label select {
	width: 152px;
	border: #7da7d9 solid 1px;
	color: #7da7d9;
}
#contact label span {
	width: 150px;
	display: block;
}
#contact label textarea {
	width: 99%;
	height: 250px;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #7da7d9;
	font-size: 12px;
}
#contact #buttons {
	margin-top: 10px;
	text-align: right;
	width: auto	;
}

/*--------------------> Form Selectors <--------------------*/

.address2 {
  display: none;
}
.valid {
  background-color: #D0ECAA !important;
}
.invalid {
  background-color: #EC8486 !important;
}

/*--------------------> Right Column Selector <--------------------*/
#right-column {
	width: 533px;
	height: auto;
	float: right;
	padding: 0 25px 10px 25px;
	font-size: 12px;
	line-height: 18px;
	color: #666;
	position: relative;
	z-index: 1;
}

#rightFloat {
	width: 244px;
	height: auto;
	float: right;
	padding-left: 10px;
}

h1 {
	font-size: 24px;
	color:	#afbebb;
	font-weight: normal;
	padding-bottom: 3px;
	margin-top: 40px;
	line-height: 28px
}	

h2 {
	font-size: 14px;
	color:	#afbebb;
	font-weight: normal;
	padding-bottom: 12px;
}

#right-column p {
	padding: 12px 0;
}

#right-column ul, #right-column ol {
	padding-bottom: 12px;
	padding-left: 30px;
}

#flashcontent {
	width: 244px;
	height: 185px;
	float: right;
	margin: 39px 0 10px 10px;
}

.smallText {
	font-size: 11px;
	width: 250px;
}

/*--------------------> Footer Selectors <--------------------*/
#footer {
	width: 760px;
	height: auto;
	padding: 5px 10px;
	border-top: 1px solid #ccc;
	font-size: 10px;
	color: #979797;
	text-align: center;
	background-color: #3c5853;
}

#footer a {
	color: #fff;
}

#footer p {
	padding: 5px 0;
}

#footer-contact strong {
	margin: 0 10px;
}

/*--------------------> Disclaimer Selectors <--------------------*/
#disclaimer {
	color: #bbb;
}

/*-------------------> Clearfix and sIFR Selectors, Please do not modify <--------------------*/
/* Clearfix */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display:block;
}
/* End hide from IE Mac */
.brclear {
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0;
}
/* sIFR http://www.mikeindustries.com/sifr/ Current Version 2.0.2 */
/* These are standard sIFR styles... do not modify */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-flash + div[adblocktab=true] {
	display: none !important;
}
/* =============== you can edit these styles ====================== */
.sIFR-hasFlash h1, .sIFR-hasFlash h2 {
	visibility: hidden;
}

#articles {
	margin: 20px 0;
}

.article-logo {
	width: 190px;
	height: auto;
	float: left;
	margin-bottom: 10px;
	padding: 12px 10px 0 0;
}

.article-text {
	width: 300px;
	height: auto;
	float: left;
	margin-bottom: 10px;
}

#map {
	width: 530px;
	height: 380px;
	border: 1px solid #657C78;
	margin: 10px 0;
}

.box-top {
	width: 310px;
	background: #dee3de url(../images/box-top.gif) left top no-repeat;
}

.box-bottom {
	width: 280px;
	background: url(../images/box-bottom.gif) bottom left no-repeat;
	padding: 0 15px;
}