/* GENERAL STYLE SETTINGS */
body {
	background-color:#FFFFFF;
	background-image:url(../images/bg-bluefade.jpg);
	background-repeat:repeat-x;
	margin-top: 0px;
	padding: 0px;
	top:0px;
}
p {
	color: #0D3155;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:18px;
	}
ul {
	color: #0D3155;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:18px;
	}
td { padding:0px;
	color: #0D3155;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:18px; }
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #060644;
	font-weight: normal;
	line-height: 25px;
	padding-top: 3px;
	padding-bottom: 0px;
}
h2 {
	font-family:"Times New Roman", Times, serif;
	font-size: 20px;
	color: #060644;
	font-weight: normal;
	line-height: 20px;
	padding-top: 3px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
h3 {
	font-family:"Times New Roman", Times, serif;
	font-size: 17px;
	color: #0D3155;
	font-weight: bold;
	text-align:center;
}
.form_name {
	text-align:left;
	}
h4 {
	color:#96881B;
	font-size:14px;
	font-weight:bold;
	}
h4 a { color: #96881B; }
h5 {
	font-size: 12px;
	font-weight: bold;
	color: #A9835F;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 6px;
	margin-bottom: -10px;
}
a {
	color: #49486F;
	visited: #49486F;
}

a:hover {
	color: #6B1D21; 
	text-decoration: none;
}

div#topnav { 
	color:#FFFFFF;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;	
	margin-right:7px;
	position:relative;
	z-index:5;
	}
	
div#topnav a {
	color:#96881B;
	text-decoration:none;
	font-weight:bold;
	margin-left:5px;
	margin-right:5px;
	letter-spacing:1px;
	}
	
div#bottomnav { 
	color:#FFFFFF;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;	
	margin-right:12px;
	}
div#bottomnav a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	margin-left:5px;
	margin-right:5px;
	letter-spacing:1px;
	}
	
div#footer {
	font-family:"Times New Roman", Times, serif;
	color:#0D3155;
	font-size:11px;
	margin-right:15px;
	}
	
td#blueleft {
	border-left:solid;
	border-left-width:1px;
	border-left-color:#003366;
}

td#bluestripe {
	border-right:solid;
	border-right-width:1px;
	border-right-color:#003366;
	border-left:solid;
	border-left-width:1px;
	border-left-color:#003366;
}

/* STYLE FOR OVERRIDING SITE AREA */
table#container {
	border-right:solid;
	border-right-width:1px;
	border-right-color:#003366;
	/*width:744px;*/
	width:875px;
	margin:0px;
	passing:0px;
	position:relative;
}

td#content {
	padding:10px;
}
td#content p, h1, h2, h3, h4, h5, table {
	/*margin:10px;*/
}

div#wrapper {
	/*width:744px;*/
	width:875px;
	margin:0 auto;
	margin-top:0px;
	position:relative;
}

div#logo { position:absolute; left:80px; top:30px; z-index:1; }

#emailsignup {
	margin-left:10px;
	color: #0D3155;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8px;
}
#emailsignup input {
	color: #0D3155;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	width:95px;
	margin:4px;
}

.testimonial-tagline {
	font-style:italic;
	text-align:right;
	}

#chirolink { font-style:italic; }
#chirolink a{ text-decoration:none; }
	
.purple {
	color:#9900CC;
	}

/* ++++++++  LIGHTBOX PHOTO SLIDE SHOW +++++++++++++++++*/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	/*height: 250px;*/
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}

/* this hides prev/next buttons permanently (for using text links on bottom) */
#prevLink { left: 0; float: left; visibility: hidden;}
#nextLink { right: 0; float: right; visibility: hidden;}


/* this keeps prev/next buttons on permanently
#prevLink {float: left; background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink {float:right; background: url(../images/nextlabel.gif) right 15% no-repeat; } 
*/
	
/* this makes the buttons appear/disappear
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }
*/


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 

/* ++++++++++++++ END LIGHTBOX ++++++++++++++++++++++ */

