body {
	margin: 0px;
	background-color: #69839c;
}

#container {
	position: absolute;
	left: 50%;
	margin: 30px 0px 0px -400px;
	padding: 0px 0px 0px 0px;
	width: 800px;
	height: auto;
	top: 0px;
	background: url(../images/containerBkgd.gif) left top repeat-y;
}

sup {
	color: #E1EFFB;
	font-size: xx-small;
	line-height: 1.2;
	}
	
/* Header */

#header {
	width: 800px;
	height: 247px;
	position: absolute;
	background: url(../images/header.jpg) left top no-repeat;
	left: 0;
	top: 0;
}

/* Mast */

#mast {
	width: 257px;
	height: 159px;
	position: absolute;
	left: 55px;
	top: 39px;
	text-align: center;
}

#mast img {
	margin: 0;
	padding: 0;
}

#mast2 {
	width: 800px;
	height: 247px;
	position: absolute;
	z-index: 99;
	left: 0;
	top: 0px;
}

#mast2-img {
	width: 257px;
	height: 30px;
	position: absolute;
	z-index: 500;
	left: 56px;
	top: 202px;
}


/*_____________________________________ Top Nav _____________________________________*/

#topNav {
	width: 800px;
	height: 43px;
	position: absolute;
	left: 0;
	top: 247px;
	margin: 0px;
	padding: 0px 0px 0px 52px;
	font-size: 13px;
	background: url(../images/topNav.jpg) left top no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #002d56;
}

#topNav ul li a:link,#topNav ul li a:visited{
	color: #002d56;
	text-decoration: none;
}

#topNav ul li a:hover,#topNav ul li a:active{
	color: #d2540f;
	text-decoration: none;
}

#lastNav {
	border-right: none !important;
}

#topNav ul li {
	float: left;
	margin: 0px 0 0 0;
	border-right: 1px solid #96adc2;
}

/*____________________________________________ Top and Verticle Nav ______________________________________*/

.sf-menu * {
	list-style: none;
	line-height: 16px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	margin: 0px;
	padding: 0px;
}
.sf-menu {
	float: left;
	margin: 0px;
	padding: 0px;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 207px; /* left offset of submenus and width of menus need to match (see below) */
	border: #002d56 1px solid;
}
.sf-menu ul li {
	width: 205px;
	padding: 0px;
}
.sf-menu li:hover {
	visibility: inherit; 
}
.sf-menu li {
	float: left;
	position: relative;
	padding: 3px 5px;
}
.sf-menu li li {
	background:	#a9c3da;
	border: #cfe3f3 1px solid;
	padding: 0px;
}
.sf-menu li li li {
	background:	#a9c3da;
}
.sf-menu a {
	display: block;
	position: relative;
	margin: 0px;
	padding: 10px;
	text-decoration: none;
}
.sf-menu a:link, .sf-menu a:visited { 
	color: #002d56;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left: 0;
	top: 40px; /* match top ul list item height */
	z-index: 99;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left: 207px; /* match ul width */
	top: 0;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left: 207px; /* match ul width */
	top: 0;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background: #cfe3f3;
	outline: 0;
}

/* ---------------------------------------------------------------------------------------------------------------- Vertical Menus */


/* To add a vertical menu style, add .sf-vertical to your parent ul (see Demo markup) */
.sf-vertical {
	height: 250px;
	display: block;
	float: none;
	z-index: 99;
}
.sf-vertical, .sf-vertical li, .sf-vertical li li {
	width: 170px;
	font-size: 13px;
}
ul.sf-vertical li:hover ul, ul.sf-vertical li.sfHover ul {
	left: 172px; /* match ul width */
	top: 0;
}
ul.sf-vertical li li:hover ul, ul.sf-vertical li li.sfHover ul {
	left: 172px; /* match ul width */
	top: 0;
}
.sf-vertical ul, .sf-vertical li ul {
	width: 172px;
}

.sf-vertical a {
	padding: 0.5em 1em;
}	


/*--------------- Column Container ----------------*/

#outerContainer {
	width: 800px;
	height: auto;
	margin: 290px 0 0 0;
	padding: 0 0 50px 0;
	background: url(../images/bottomBkgd.jpg) bottom left no-repeat;
}

#columnContainer {
	width: 705px;
	height: auto;
	padding: 0px 51px 15px 44px;
	background: url(../images/contentBottom.jpg) bottom left no-repeat;
}


/*--------------------sideNav----------------------*/

#sideNav {
	width: 175px;
	height: auto;
	float: left;
	margin: 0;
	padding: 0px 0 30px 0px;
}
#sideNavBG {
	width: 175px;
	padding: 7px 0px 0px 11px;
	background: url(../images/sideNavTop.jpg) left top no-repeat;
}

#sideNav ul li a:link,#sideNav ul li a:visited{
	color: #002d56;
	text-decoration: none;
}

#sideNav ul li a:hover,#sideNav ul li a:active{
	color: #d2540f;
	text-decoration: none;
}

#sideNav h4 strong {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px !important;
	font-weight: bold !important;
	color: #002d56;
}

#sideNav h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #002d56;
	margin: 0 0 10px 2px;
	padding: 0;
}

/*-------------------- CTAs ----------------------*/

/*-------------------- Gallery CTA ----------------------*/

#gallery-cta {
	display: block;
	height: 100px;
	width: 170px;
	background: url(../images/gallery_CTA.jpg) top left no-repeat transparent;
	margin: 15px 0px 0px 11px;	
}
#gallery-cta:link, #gallery-cta:visited {
	background-position: top left;
}
#gallery-cta:active, #gallery-cta:hover {
	background-position: bottom left;
}

/*-------------------- Testimonials CTA ----------------------*/

#flash-CTA {
	margin: 15px 0px 0px 11px;	
}

/*-------------------- Financing CTA ----------------------*/

#financing-cta {
	display: block;
	height: 100px;
	width: 170px;
	background: url(../images/financing_CTA.jpg) top left no-repeat transparent;
	margin: 15px 0px 0px 11px;	
}
#financing-cta:link, #financing-cta:visited {
	background-position: top left;
}
#financing-cta:active, #financing-cta:hover {
	background-position: bottom left;
}

/*-------------------- Blog CTA ----------------------*/

#blog-cta {
	display: block;
	height: 100px;
	width: 170px;
	background: url(../images/blog_CTA.jpg) top left no-repeat transparent;
	margin: 15px 0px 0px 11px;	
}
#blog-cta:link, #blog-cta:visited {
	background-position: top left;
}
#blog-cta:active, #blog-cta:hover {
	background-position: bottom left;
}

/*-------------------- More Photos Gallery Button ----------------------*/

#moreGallery {
	display: block;
	height: 80px;
	width: 300px;
	background: url(../images/gallery_see_more.jpg) top left no-repeat transparent;
	margin: 15px 0px 0px 80px;	
}
#moreGallery:link, #moreGallery:visited {
	background-position: top left;
}
#moreGallery:active, #moreGallery:hover {
	background-position: bottom left;
}

/*-------------------- Previous Photos Gallery2 Button ----------------------*/

#previousGallery {
	display: block;
	height: 80px;
	width: 300px;
	background: url(../images/gallery_previous.jpg) top left no-repeat transparent;
	margin: 15px 0px 0px 80px;	
}
#previousGallery:link, #previousGallery:visited {
	background-position: top left;
}
#previousGallery:active, #previousGallery:hover {
	background-position: bottom left;
}

/*--------------------content----------------------*/

#content {
	background: url(../images/contentBkgd.jpg) left top no-repeat;
	width: 477px;
	height: auto;
	float: right;
	margin: 0 1px 20px 0;
	padding: 7px 15px 0 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #575757;
}

#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #002d56;
	margin: 0;
	padding: 0;
}

#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	/*font-weight: normal;*/
	color: #002d56;
	margin: 0;
	padding: 0;
}

#content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #002d56;
	margin: 0;
	padding: 0;
}

#content p {
	line-height: 18px;
}

#content img {
	border: 1px solid #002d56;
	margin: 0 0 20px 20px;
}

#content a:link, #content a:visited {
	color: #002d56;
	text-decoration: underline;
}

#content a:hover, #content a:active {
	color: #d2540f;
	text-decoration: underline;
}

#content ul li {
	margin: 6px 0;
	line-height: 18px;
}

#content ol li {
	margin: 6px 0;
	line-height: 18px;
}

img.staff {
	float: left;
	border: 1px solid #002d56;
	margin: 15px 20px 25px 0 !important;
}

img.cerec {
	border: 0 !important;
}

#contactInfo {
	text-align: center;
	margin: 30px 0;
	clear:both;
}

#contactInfo img {
	border: none;
	margin: 0;
}

#gallery{
	float: left;
	border: 1px solid #002D56;
	margin: 5px 5px 5px 5px!important;
}

.imgRight {
	float: right;
	clear: right;
	margin: 10px 0 10px 10px;
}

.contentPhone {
 color: #98844f;
 font-size: 26px;
}

/*--------- contact forms ----------*/

/*___________________________ Main Contact on Contact Page ____________________________________*/

#mainContact {
	width: 350px;
	background: #00345d url(../images/main_form_bg.jpg) left top no-repeat;
	border: 4px solid #cdc09f;
	margin: 0 0 7px 50px;
	padding: 80px 0 12px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#mainContact input {
	width: 300px;
	height: 20px;
	background-color: #f1f0f0;
	border: 1px solid #9fa5aa;
	margin: 7px 0px 7px 20px;
	color: #000000;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#mainContact textarea {
	width: 300px;
	height: 20px;
	background-color: #f1f0f0;
	border: 1px solid #9fa5aa;
	margin: 7px 0px 10px 20px;
	color: #000000;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#mainContact input.button{
	width:209px;
	height:25px;
	margin: 5px 10px 10px 20px;
	padding: 0px;
	background: url(../images/main_submit.jpg) top left no-repeat transparent;
	cursor: pointer;
	border: none;
}

#mainContact .hover {
	background: url(../images/main_submit.jpg) bottom left no-repeat transparent!important;
	width:209px;
	height:25px;	
}

#mainContact p {
	margin: 0px 20px 0px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 14px;
	float: right;
}

#mainContact a:link, #mainContact a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

#mainContact a:hover, #mainContact a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#mainContact .single-line {
	width: 120px;
	height: 20px;
}
#mainContact .captcha-line {
	width: 60px;
	height: 20px;
}
#mainContact .single-line-main {
	width: 270px;
	height: 20px;
}
.bunnyimage {
	width: 30px;
	height: 30px;
	vertical-align: bottom;
	margin: 12px 5px 5px 0!important;
}
.captchaimage {
	width: 85px;
	height: 30px;
	vertical-align: bottom;
	margin: 6px 5px 5px 0!important;
}
.contactform {
	padding-left: 12px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*___________________________ Mini Contact in the Content ____________________________________*/

#miniContactcontent {
	width: 222px;
	height: auto;
	background: #00345d url(../images/mini_contact_bg.jpg) left top no-repeat;
	margin: 20px 0px 10px 11px;
	padding: 75px 0 0 0;
	border: 4px solid #cdc09f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	z-index: 5;
	float:right;
}

#miniContactcontent input {
	width: 190px;
	height: 20px;
	margin: 7px 0px 7px 11px;
	background-color: #f1f0f0;
	color: #000000;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: none;
}

#miniContactcontent textarea {
	width: 190px;
	height: 50px;
	background-color: #f1f0f0;
	margin: 7px 0px 7px 11px;
	color: #000000;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: none;
}

#miniContactcontent input.button{
	width:117px;
	height:25px;
	margin: 5px 10px 10px 11px;
	padding: 0px;
	background: url(../images/submit.jpg) top left no-repeat transparent;
	cursor: pointer;
	float: right;
	border: none;
}

#miniContactcontent .hover {
	background: url(../images/submit.jpg) bottom left no-repeat transparent!important;
	width:117px;
	height:25px;	
}

#miniContactcontent p {
	margin: 0px 0px 0px 11px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 14px;
}

#miniContactcontent a:link, #miniContactcontent a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

#miniContactcontent a:hover, #miniContactcontent a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#miniContactcontent input.single-line {
	width: 155px;
	height: 20px;
	margin: 7px 0px 7px 11px!important;
}

#miniContactcontent input.captcha-line {
	width: 100px;
	height: 19px;
}


/*___________________________ End Mini Contact in the Content ____________________________________*/

#map {
	width: 400px;
	height: 400px;
	margin: 20px 0px 20px 30px;
	padding: 0px 0px 0px 0px;
}

.address2 {
    display:none;
}
.valid {
    background-color: #007940!important;
    color: #FFFFFF!important;
}
.invalid {
    background-color: #F00000!important;
    color: #FFFFFF!important;
}
/*--------------------------- Footer -----------------------*/

#footer {
	width: 680px;
	height: auto;
	background: url(../images/footer.jpg) left top repeat-y;
	margin: 0 0 0 44px;
	padding: 10px 12px 0 12px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #575757;
	line-height: 12px;
}

#footer p {
	margin: 0 0 12px 0;
}

#footer a:link, #footer a:visited {
	color: #002d56;
	text-decoration: underline;
}

#footer a:hover, #footer a:active {
	color: #002d56;
	text-decoration: none;
}

#page1 a:link, #page1 a:visited {
	color: #575757;
	text-decoration: none;
}

#page1 a:hover, #page1 a:active {
	color: #002d56;
	text-decoration: none;
}

/* Disclaimer */

#disclaimer {
	
}

/*--------------------------- Blogger Nav -----------------------*/

#blogger-navigation{
	height: auto;
	width: 150px;
	margin: 15px 0px 0px 20px;
}

#blogger-navigation h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px !important;
	font-weight: bold !important;
	color: #9A8452;
}

#blogger-navigation ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#blogger-navigation ul li{
	padding: 0px;
	margin: 10px 0px;
}
#blogger-navigation ul li a{
}

#blogger-navigation ul li a:link, #blogger-navigation ul li a:visited{
	color: #002d56;
	text-decoration: none;
}

#blogger-navigation ul li a:hover, #blogger-navigation ul li a:active{
	color: #d2540f;
	text-decoration: none;
}
#blogger-navigation #powered-by{
}

/*--------------------------- End Blogger Nav -----------------------*/

/* Clearfix from positioniseverything.net; http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac */

* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* End hide from IE-mac */

/* Use a break with this class to clear float containers */

.brclear {
  clear:both;
  height:0;
  margin:0;
  font-size: 1px;
  line-height: 0;
}

/* sIFR al rescante! http://www.mikeindustries.com/sifr/
now with tasty 2.0.2 flava */
/* 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;
}
/* end sIFR goodness */
.imgRight {
	float: right;
}

#homelink a {
	height: 157px;
	width: 249px;
	position: absolute;
	left: 3px;
	top: -163px;
	display: block;
	text-indent: -999px;
}

* {
outline: none;
}

a.rollover {
	display: block;
	width: 170px;
	height: 45px;
	text-decoration: none;
	background: url("/images/testimonials_rollover.jpg");
	margin: 15px 0px 0px 11px;	
	}

a.rollover:hover {
	background-position: -170px 0;
	}

.displace {
	position: absolute;
	left: -5000px;
	}
