/*Start Initial CSS*/
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 100%/120% Helvetica, Arial, Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}

li, dd, blockquote {
	margin-left: 1em;
}

form label {
	cursor: pointer;
}
fieldset {
	border: none;
}

input, select, textarea {
	font-size: 100%;
}

img {
	margin:0;
	padding:0;
}
/*End Initial CSS*/

body {
	text-align:center;
	background-color: #FFF;
}

#wrapper {
	width: 960px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	margin-top:36px;
}

p {
	font-size:70%;
	line-height:20px;
}

a:hover {
	text-decoration:underline;
}

/* Start Flyer */
#flyer {
	width:1280px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	margin-top:12px;
}

#flyer img{
	border:0px;
}

a.flyer {
	color:#000;
	font-size:32px;
	font-weight:bold;
}

a:hover.flyer {
	color:#ee1c25;
	font-size:32px;
	font-weight:bold;
}

.flyerlink {
	text-align:center;
	float:left;
	width:480px;
	margin-top:12px;
}
/* End Flyer */

/* Start Headers */
#header {
	width: 960px;
	margin-left:30px;
}

.headerContactImg {
	margin-left: 130px;
}

.homeHeader {
	margin-bottom: 30px;
}

#header img{
	border:0;
}

.contactHeader {
	margin-bottom: 99px;
}

.photoHeader {
	margin-bottom: 84px;
}
/*End Headers*/

/*Start Home Icon Navigation*/
#homeNavigation {
	width: 960px;
	height:434px;
	padding: 0px;
}

.logo {
	float: left;
	margin: 0 0 0 0;
	padding: 0px;
}

a.srollover1 {
	display: block;
	width: 180px;
	height: 434px;
	background: url("images/button1_open.jpg") 0 0 no-repeat;
	text-decoration: none;
}

a:hover.srollover1 {
	background-position: -180px 0;
}

a.srollover2 {
	display: block;
	width: 163px;
	height: 434px;
	background: url("images/button2.jpg") 0 0 no-repeat;
	text-decoration: none;
}

a:hover.srollover2 {
	background-position: -163px 0;
}

a.srollover3 {
	display: block;
	width: 230px;
	height: 434px;
	background: url("images/button3.jpg") 0 0 no-repeat;
	text-decoration: none;
}

a:hover.srollover3 {
	background-position: -230px 0;
}

a.srollover4 {
	display: block;
	width: 147px;
	height: 434px;
	background: url("images/button4.jpg") 0 0 no-repeat;
	text-decoration: none;
}

a:hover.srollover4 {
	background-position: -147px 0;
}

a.srollover5 {
	display: block;
	width: 180px;
	height: 434px;
	background: url("images/button5.jpg") 0 0 no-repeat;
	text-decoration: none;
}

a:hover.srollover5 {
	background-position: -180px 0;
}
/*End Home Icon Navigation*/

/*Start Contact Page*/
.contactBackground {
	background-image:url(images/contact_bg.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	height:327px;
}

.contactInfo {
	display:inline;
	float:left;
	margin-left:30px;
	width:210px;
	margin-right:40px;
}

.contactInfo h2 {
	display:inline;
	font-size:110%;
	font-weight:bold;
	text-transform: uppercase;
}

.contactInfo p {
	margin-top:10px;
	text-transform: uppercase;
}

a:link.email img, a:visited.email img, a:active.email img, a:hover.email img {
	border:0px;
	margin-top:12px;
	margin-bottom:12px;
}

.map {
	float:left;
	margin-top: -92px;
}
/*End Contact Page*/

/*Start Photos Page*/
.photosBackground {
	background-image:url(images/photos_bg.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	height:200px;
}

.photosInfo {
	display:inline;
	float:left;
	margin-left:30px;
	/*width:960px;*/
	margin-bottom:66px;
}

.photosInfo h2{
	display:inline;
	font-size:110%;
	font-weight:bold;
	text-transform: uppercase;
}

.photosInfo p {
	margin-top:2px;
	color:#64c6c7;
	text-transform: uppercase;
}

.photosNav {
	float:left;
	width:975px;
	padding:0;
}

.photo
{
	display:inline;
	float:left;
	width:190px;
	height:180px;
	margin:0 5px 10px 0;
	padding:0;
}

.bigPhoto {
	float:left;
	width:960px;
	margin:0;
	padding:0;
}

.photosInfo p a:link, .photosInfo p a:visited, .photosInfo p a:active {
	color:#64c6c7;
	text-decoration:none;
}

.photosInfo p a:hover {
	color:#64c6c7;
	text-decoration:underline;
}

a:link img, a:visited img, a:active img {
	border:5px solid #FFF;
	text-decoration:none;
}

a:hover img {
	border:5px solid #d2f91e;
	text-decoration:underline;
}

.prevnext {
	float: left;
	text-transform: uppercase;
	font-weight: bolder;
	margin-left: 30px;
	margin-top: 30px;
	font-size:110%;
}

.prevnext a:link, .prevnext a:visited {
color:#000;
background-color:#fecbc8;
text-decoration:none;
}

.prevnext a:active, .prevnext a:hover {
color:#8bed68;
background-color:#FFF;
text-decoration:none;
}
/*End Photos Page*/
