/*-------------------------------------------------------
	Colors
-------------------------------------------------------

					#1da8f2
	Sky Blue:		#6699cc
	Lighter Blue:	#9ddbfc
	Lightest Blue:	#bfe9ff
	
	Off White:		#f1f1f1
	
	Grey:			#5c5d5d
	
	Orange:			#f4730b

-------------------------------------------------------*/


/*-------------------------------------------------------
	Reset
-------------------------------------------------------*/

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,   
li, dl, dt, dd, form, a, fieldset, input, textarea, th, td {   
	margin: 0; padding: 0; border: 0; outline: none;   
} 


/*-------------------------------------------------------
	Structural
-------------------------------------------------------*/

body {
	background: url(../images/layout/page-bg.jpg) center top no-repeat #6699cc;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
	
#container {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 960px;
}

.wrapper {
	background: url(../images/layout/white70.png);
	clear: both;
	float: left;
	margin: 10px 0;
	padding: 20px;
	width: 920px;
}

#mast {
	background: url(../images/layout/mast.jpg) center center no-repeat;
	height: 125px;
	width: 920px;
}

#header {
	width: 920px;
}

#nav {
	background: #f4730b;
	height: 40px;
	width: 920px;
}

#main-content {
	background: #f1f1f1;
	padding: 20px;
	width: 880px;
	float: left;
}

#footer {
	background: #f1f1f1;
	width: 920px;
}
		
		
/*-------------------------------------------------------
	Standard Selectors
-------------------------------------------------------*/

h1, h2, h3, h4 {
	color: #1da8f2;
	font-family: Palatino Linotype, Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}

h1 {
	border-bottom: 2px solid #bfe9ff;
	font-size: 200%;
	margin: 0 auto 6px auto;
}

h2 {
	font-size: 175%;
	margin: 7px auto 6px auto;
}

h3 {
	font-size: 125%;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 15px auto -5px auto;
}

h4 {
	font-size: 125%;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 7px auto 6px auto;
	text-align: center;
}

p {
	margin: 7px auto 6px auto;
	line-height: 125%;
}

blockquote {
	margin: 10px 15px;
	padding: 5px;
}

ul, ol {
	margin: 10px 10px 10px 25px;
}

li {
	margin: 0 0 7px 0;
}

a:link, a:visited {
	color: #f4730b;
	font-weight: bold;
}
	 
a:hover {
	text-decoration: none;
}
	 
a:active {
}

input, textarea {
	border: 1px solid #ccc;
}

small, .small {
	font-size: 80%;
	line-height: 100%;
}

/*-------------------------------------------------------
	Mast
-------------------------------------------------------*/

.mast-wrapper {
	background: #fff;
	margin-top: 0;
}

#mast ul, #mast li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#mast .location {
	float: right;
	font-weight: bold;
	margin: 15px 10px auto auto;
}

#mast .location li {
	margin-bottom: 6px;
}

/*-------------------------------------------------------
	Main Nav
-------------------------------------------------------*/

#nav, #nav * {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav li {
	float: left;
	zoom: 1;
}

#nav a {
	color: #f1f1f1;
	float: left;
	font-family: Palatino Linotype, Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: bold;
	padding: 6px 42px;
	text-decoration: none;
}

#nav a:hover {
	background: #6699cc; 
}

#nav a.first, #nav a.last {
	/*padding-left: 42px;
	padding-right: 42px;*/
}

#nav a.down {
	background: #f1f1f1;
	color: #000;
	cursor: default;
}
	
	/*-------------------------------------------------------
		LEVEL TWO
	-------------------------------------------------------*/
	
	#nav li.hover,
	#nav li:hover {
		background: #6699cc; 
		position: relative;
	}

	#nav ul {
		background: #6699cc;
		border: 1px solid #6699cc;
		border-top: none;
		left: 0;
		position: absolute;
		top: 100%;
		visibility: hidden;
		width: 300px;
	}
	
	#nav ul li {
		font-weight: normal;
		color: #000;
		float: none;
		clear: both;
	}

	#nav ul li a {
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
		font-size: 12pt;
		padding: 3px 10px 3px 25px;
	}

	#nav ul li a:hover {
		background: #1da8f2;
	}

	#nav ul li a.down {
		background: #bfe9ff;
		color: #000;
		cursor: default;
	}
										  
	/* IE 6 & 7 Needs Inline Block */
	#nav ul li a {
		border-right: none;
		width: 265px;
		display: inline-block;
	} 
	
	/*-------------------------------------------------------
		LEVEL THREE
	-------------------------------------------------------*/

	#nav ul ul {
		left: 100%;
		top: 0;
	}
	
	#nav li:hover > ul {
		visibility: visible;
	}

/*-------------------------------------------------------
	Main Content
-------------------------------------------------------*/

#main-content p {
	line-height: 150%;
}	

#main-content img {
	border: 1px solid #9ddbfc;
	padding: 5px;
}

/*-------------------------------------------------------
	Before After
-------------------------------------------------------*/

.before, .after {
	float: left;
	display: inline;
	margin-left: 40px;
	width: 360px;
}

.before li, .after li {
	list-style: none;
}

.before h2, .after h2 {	
	text-align: center;
}

.before h2 {
	color: #333333;
}

.emergency {
	margin-top: 0;
}

/*-------------------------------------------------------
	Footer
-------------------------------------------------------*/

#footer h2 {
	font-size: 12pt;
	margin: 0;
	text-align: center;
}

#footer ul, #footer li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-section {
	float: left;
	margin: auto 5px;
	width: 290px;
}

.footer-nav {
	float: left;
	width: 145px;
}

#footer .footer-nav h2 {
	text-align: left;
}

#footer .footer-nav li {
	margin: 8px;
}

#footer .hours, #footer .location {
	margin: 0 0 10px 25px;
}

#footer p {
	font-size: 9pt;
}

.hours strong {
	float: left;
	margin-right: 15px;
	text-align: right;
	width: 125px;
}

#footer .location li {
	margin-bottom: 6px;
	text-align: center;
}

.rights {
	float: left;
	font-size: 9pt;
	margin-top: 15px;
	text-align: center;
}

.dei {
	font-size: 8pt;
	font-weight: normal;
}

/*-------------------------------------------------------
	Other Selectors
-------------------------------------------------------*/


.float-r {
	float: right;
	margin: 15px;
}

.float-l {
	float: left;
	margin-right: 15px;
}

.clear {
	clear: both;
	margin: 20px;
	height: 1px;
}

.location {
}

.supp-content {
	float: right;
	margin-left: 25px;
	width: 250px;
}

.half-width {
	float: left;
	width: 440px;
}

.testimonial {
	background: url(../images/content/open-quote.gif) no-repeat left top;
	border: 1px solid #bfe9ff;
	margin: 10px 125px;
	padding: 0 10px 10px;
}

.testimonial p {
	text-indent: 15px;
}

.testimonial .salutation {
	font-weight: bold;
	margin-left: 15px;
	text-indent: 0px;
}

#main-content p.close {
	font-style: italic;
	line-height: 100%;
	margin-left: 15px;
	text-indent: 0px;
}

.contact-info h3 {
	margin-left: 140px;
}

/*-------------------------------------------------------
	Mozilla Clearfix
-------------------------------------------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
	/* Hides from IE-mac */
	* html .clearfix {height: 1%;}
	/* End hide from IE-mac */
	

/*-------------------------------------------------------
	Contact Form
-------------------------------------------------------*/
#contact-form * {
	list-style-type: none;
}

#contact-form {
	text-align: left;
	width: 280px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	border: solid 1px #003060;
}

#contact-form label { 
	text-align: left;
	width: 110px; 
	float: left; 
	display: block;
}

#contact-form h1 { 
	font-size: 1em; 
	font-weight: bold; 
	clear: both;
}

.bot-input { 
	float: left; 
	margin-left: -999em;
}


/*-------------------------------------------------------
	jQuery lightBox
-------------------------------------------------------*/

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}