@charset "UTF-8";
/* CSS Document */

/****************************/

/********  HTML CSS  ********/

/****************************/

body {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: small;
	background: #F9F9F9 url(../images/bodyBk.png) repeat center fixed;
	margin: 0;
	line-height: 140%;
}

h1 {
	font-size: 140%;
	margin: 10px 0 10px 0;
	color: #C23770;
	font-weight: normal;
	padding: 5px 0px 0px;
}

h2 {
	font-size: 120%;
	margin: 10px 0;
	padding: 0;
	color: #95a30b;
}

h3 {
	font-size: 110%;
	margin: 0;
	padding: 0;
}

strong {
	font-weight: bold;
	color: #95a30b;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
}

a img { 
	border: 0;
}


/****************************/

/******** Layout CSS ********/

/****************************/

#wrapper {
	width: 887px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
#header {
	padding: 0;
	background-color: #F7F7F7;
	background-image: url(../images/header.jpg);
	margin: 0px;
	height: 297px;
}

#mainNavContainer {
	background-image: url(../images/menuBk.png);
	background-repeat: repeat-x;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F6E0EC;
	border-left-color: #F6E0EC;
	height: 30px;
	vertical-align: middle;
}

#mainContentArea {
	padding: 0px 15px 10px;
	margin: 0;
	background-image: url(../images/contentBk.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F6E0EC;
	border-left-color: #F6E0EC;
}

#content {
	width: 450px;
}

#footer {
	padding: 0 10px;
	font-size: 90%;
	line-height: 120%;
	text-align: center;
	border: 2px solid #F6E0EC;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#scroll {
	position: fixed;
	background-image: url(../images/scroll.png);
	background-repeat: no-repeat;
	height: 101px;
	width: 536px;
	top: 10px;
}

/****************************/

/******** Navigation ********/

/****************************/

#mainNavContainer {
	padding-top: 3px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: left;
}

#mainNavContainer ul li  {
	display: inline;
	list-style-type: none;
}
#mainNavContainer ul li a {
	padding: 0.2em 1em;
	color: #CB4D7D;
	text-decoration: none;
	border-left: 1px solid #CB4D7D;
	font-weight: bold;
}

#mainNavContainer ul li a:hover {
	color: #95a30b;
}

/****************************/

/******** Titbits CSS *******/

/****************************/

.greenHighlight {
	font-weight: bold;
	color: #95a30b;
	font-size: 110%;
}
.pinkHighlight {
	font-weight: bold;
	color: #CB4D7D;
	font-size: 110%;
	float: right;
}

.pinkHighlightLeft {
	font-weight: bold;
	color: #CB4D7D;
	font-size: 110%;
	margin: 0 0 10px 80px;
}

.imageBorder {
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin: 1px;
}

.imageBorderRight {
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin: 5px 0 5px 10px;
	float: right;
}

.imageBorderLeft {
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin: 5px 10px 5px 0;
	float: left;
}

.quote {
	font-size: 1.1em;
	color: #CB4D7D;
	margin: 20px 80px 10px 80px;
	line-height: 1.3em;
}

/********************************/

/********* Contact Form *********/

/*******************************/

form {
	font-size: 1em;
	width: 800px;
}
fieldset {
	margin: 1em; /*  space out the fieldsets a little*/
	padding: 1em;
	border : 1px solid #CB4D7D;
}
#contact legend {
	font-size: 1.6em;
	font-weight: normal;
	margin: 20px;
	color: #95a30b;
}
#contact p {
	padding-left: 20px;
	position: relative;
	width: 100%;
}
#contact label {
	float: left;
	width: 12em;
}
/* :KLUDGE: Explicitly set the width for IE6- */
* html .feedback{
	width: 10em;
}
#contact input {
  	width: 250px;
}
#contact input[type="text"], textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#contact textarea {
	width: 450px;
	height: 100px;
}
#contact input.submit {
  width: auto;
}

/********************************/

/********* Lightbox CSS *********/

/*******************************/

#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;
	}
#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;
	overflow: auto;
	width: 100%	
	}

#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;
	}
	
/********************************/

/********* Google CSS *********/

/*******************************/

#googleMap {
	float: right;
}

