/*
COLOUR LEGEND
DARK BLUE - #1a245b
GREEN - #a7ca59
*/

html, body {
height:100%;
}

body {
background:white;
}

* {
margin:0;
padding:0;
border:0;
list-style:none;
font-family:verdana,arial,courier,sans-serif;
color:#1a245b;
}

#headerTile {
width:100%;
height:250px;
background:white url(images/wrap_bg.gif) repeat-x top;
}

#wrap {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
width:100%;
background:#dafc90 url(images/wrap_grad.gif) repeat-x top;
}

#footer {
height: 50px; /* .push must be the same height as .footer */
}

#footer p {
text-align:center;
font-size:10px;
color:#777;
padding-top:20px;
}

.push {
height:50px;
clear:both;
}

#header {
width:783px;
height:165px;
position:relative;
margin:auto;
}

#header li {
float:left;
height:165px;
}

#mainMenu {
width:743px;
height:85px;
position:relative;
margin:auto;
}

#mainMenu li {
float:left;
height:85px;
}

#mainMenu a {
text-decoration:none;
display:block;
height:85px;
}


#mainMenu li#home a { background-image:url(images/home_off.gif); }
#mainMenu li#home a:hover { background:transparent; }
#mainMenu li#home { background-image:url(images/home_roll.gif); width:83px;}

#mainMenu li#services a { background-image:url(images/services_off.gif); }
#mainMenu li#services a:hover { background:transparent; }
#mainMenu li#services { background-image:url(images/services_roll.gif); width:81px;}

#mainMenu li#links a { background-image:url(images/links_off.gif); }
#mainMenu li#links a:hover { background:transparent; }
#mainMenu li#links { background-image:url(images/links_roll.gif); width:81px;}

#mainMenu li#giftCert a { background-image:url(images/giftCert_off.gif); }
#mainMenu li#giftCert a:hover { background:transparent; }
#mainMenu li#giftCert { background-image:url(images/giftCert_roll.gif); width:81px;}

#mainMenu li#testimonials a { background-image:url(images/testimonials_off.gif); }
#mainMenu li#testimonials a:hover { background:transparent; }
#mainMenu li#testimonials { background-image:url(images/testimonials_roll.gif); width:81px;}

#mainMenu li#contact a { background-image:url(images/contact_off.gif); }
#mainMenu li#contact a:hover { background:transparent; }
#mainMenu li#contact { background-image:url(images/contact_roll.gif); width:82px;}

#inner-wrap {
width:740px;
position:relative;
margin:auto;
}

h1 {
margin:5px 20px;
color:#1a245b;
font-size:18px;
font-weight:bold;
border-bottom:1px solid #e2e7eb;
}

h2 {
margin:8px 30px;
font-size:16px;
font-weight:bold;
color:#1a245b;
background-color:#e2e7eb;
padding:2px;
border-bottom:1px solid #ccc;
}

p {
margin:8px 40px;
color:#1a245b;
font-size:12px;
line-height:20px;
padding:2px;
}

a {
color:#8fb33e;
text-decoration:underline;
}

a:hover {
text-decoration:none;
}

#anniesMessage {
float:right;
width:300px;
padding:0 10px;
margin:0 10px;
border-left:1px solid #ccc;
background:#fff;
}

#anniesMessage p {
color:#333;
margin:5px 10px;
}

#locationList {
margin:5px 50px;
}

#locationList li {
background:transparent url(images/listCheck.gif) no-repeat left;
padding-left:32px;
height:25px;
margin:2px;
font-size:12px;
color:#555;
font-weight:bold;
}

#rightList {
margin:5px 10px;
}

#rightList li {
list-style:disc inside;
color:#555;
font-size:12px;
padding:4px;
}

#picsList {
width:300px;
}

#picsList li {
width:128px;
margin:5px;
padding:5px;
float:left;
height:128px;
}

* html #picsList li {
margin:0;
}

#picsList li img {
border:1px solid #ccc;
vertical-align:bottom;
}

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

.giftCert {
float:right;
margin:5px 10px 5px 60px;
}

/* FORM STYLES */


.contactForm {
position:relative;
margin:10px;
float:right;
border-left:1px solid #ccc;
}

* html .contactForm {
margin:10px;
}

.contactForm p {
width: 200px;
clear: left;
margin: 0;
padding: 5px 0;
padding-left: 130px;/* width of left column containing the label elements*/
border-top:1px solid #dedede;
height: 1%;
color:#444;
font-size:12px;
line-height:15px;
}

.contactForm label {
float: left;
text-align:right;
margin-left: -120px; /*width of left column*/
width: 120px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.contactForm input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
padding:2px;
border:1px solid;
border-color:#ccc;
color:#002952;
}

.contactForm textarea {
width: 180px;
height: 100px;
border:1px solid;
border-color:#ccc;
font-size:11px;
color:#002952;
}

.submitbutton {
color:white;
cursor:pointer;
background-color:#1a245b;
font-weight:bold;
padding:2px;
float:right;
border:1px solid;
border-color:#e5e5e5 #bbb #bbb #e5e5e5;
font-size:11px;
}

