/* CSS Document */

body {
	text-align:center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 62.5%;
	margin-top: 0px;
	background-color: #CCCCCC;
	background-image: url(images/BG.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1 {
	color: #019B00;
	font-size: 2em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

h2 {
	color: #019B00;
	font-size: 1.4em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}




/* Sets all margins and padding to zero*/

* {
margin: 0;
padding:0;
}

/* Main Wrapper*/
#wrapper {
	text-align:left;
	width:900px;
	background-color: #FFFFFF;
	height: auto;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	font-size: 1.2em;
}

.contentWrapper {
	padding-top: 150px;
	padding-bottom: 20px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#navWrapper {
	width: 640px;
	margin-left: auto;
	margin-bottom: 30px;
	height: 30px;
	margin-right: auto;
}
#contentInnerWrapper {
	width: 750px;
}
#photoMainWrap {
	width: 750px;
	position: relative;
	background-color: #009966;
}




.thumbnail {
	float: left;
	height: 100px;
	width: 100px;
	margin-right: 10px;
	border: 1px solid #666666;
	margin-bottom: 10px;
}


/* Borders, using four quadrants - good for four-sided drop shadows using sliced images*/
.top {
	background-image: url(images/top.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.right {
	background-image: url(images/right.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.bottom {
	background-image: url(images/bottom.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

.left {
	background-image: url(images/left.jpg);
	background-repeat: repeat-y;
}
.tlc {
	background-image: url(images/tlc.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}
.trc {
	background-image: url(images/trc.jpg);
	background-repeat: no-repeat;
	background-position: right top;

}
.brc {
	background-image: url(images/brc.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.blc {
	background-image: url(images/blc.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* Main Layout */

#headerBand {
	background-color: #FF6699;
	height: 100px;
	width: 760px;
}



/*
JESSE FOOTER CREDITS
*/
a.jesse:link {
	font-size: 0.9em;
	color: #999999;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none
}
a.jesse:visited {
	font-size: 0.9em;
	color: #999999;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none
}
a.jesse:hover {
	font-size: 0.9em;
	color: #999999;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	letter-spacing: 1pt
}
a.jesse:active {
	font-size: 0.9em;
	color: #999999;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none
}
#bio {
	width: 700px;
	position: absolute;
	left: 69px;
	top: 210px;
	background-color: #FFFFFF;
	visibility: hidden;
	padding: 30px;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #858585;
	border-right-color: #858585;
	border-bottom-color: #858585;
	border-left-color: #858585;
	height: 500px;
	z-index: 9000;
}
#news {
	width: 700px;
	position: absolute;
	left: 69px;
	top: 210px;
	background-color: #FFFFFF;
	visibility: hidden;
	border: 1px solid #858585;
	padding: 30px;
}





#jesseCredit {
	width: 760px;
	padding-top: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: auto;
}

/*
PAGE FOOTER
*/

#footer a:link {
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
color: #999999;
}

#footer a:visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
color: #999999;
}

#footer a:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
color: #999999;
}

#footer a:active {
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
color: #999999;
}



#footer{
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
color: #999999;
}

#footerBox {
	width: 700px;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	font-size: 0.8em;
	color: #999999;
}





.border {
	padding: 4px;
	border: 1px solid #666666;
}
#thumbailWrapper {
	margin-right: auto;
	margin-left: auto;
	width: 600px;
}
h3 {
	color: #0000FF;
	font-size: 2em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.brochureBox {
	float: right;
	width: 200px;
	height: 434px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.brochureBoxFull {
	float: right;
	height: 464px;
	width: 366px;
	margin-left: 20px;
}
.homeText {
	font-size: 14pt;
	color: #0000FF;
	margin-top: 10px;
	margin-right: 50px;
	margin-left: 50px;
}
#homeBox {
	float: right;
	height: 300px;
	width: 300px;
	margin-left: 20px;
}
.prices {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	border: 1px dotted #34AE35;
	padding: 20px;
	background-color: #F3F3F3;
}
