
body {
	background-color: #000000;
	font-size: 62.5%;
	text-align: center;
	overflow: hidden;
	margin: 0px; 
	padding: 0px;
	overflow : auto;
}

#outerContainer {
	width: 975px;
	height: 690px;	
	margin: 0 auto;
	text-align: left;
	overflow:hidden;
}

#logo {
	float: left;
	padding-top: 5px;
	
}

#titleBannerContainer {
	background-color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 3.0em;
	font-weight: bold;
	color: #003031;
	width: 975px;
	height: 55px; 
	line-height: 55px;
	padding-left: 10px;
	padding-right: 10px;
	
}

#navContainer {
	background-color: #000000;
	width: 975px;
	height: 27px;
	border-top: solid 3px #000000;
	text-align: center;
}

#navOptions {
	background-color: #CE0000;
	height: 27px;
	margin: 0;
	padding: 0px;
	width: 975px;
}

ul#navOptions a {
	text-decoration: none;	
	line-height: 27px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 50px;
	padding-left: 50px;
	
}

ul#navOptions li {
	display: inline;
}

#imageBannerContainer {
	background-image: url(../images/headerImage.jpg);
	width: 975px;
	height: 109px;
}

#leftColumn {
	background-color: #E7E7EF;
	width: 647px;
	height: 533px;
	position: relative;
	top: -40px;
	float: left;	
	border-top: solid 3px #000000;
	border-right: solid 3px #000000;
}


#subNavContainer {
	background-color: #C6CFD6;
	width: 647px;
	height: 32px;
	text-align: center;
	line-height: 32px;
}

#subNavOptions {
	height: 22px;
	margin: 0 auto;
	padding: 0px;
}

ul#subNavOptions a {
	text-decoration: none;	
	line-height: 22px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.6em;
	font-style: italic;
	font-weight: bold;
	color: #003031;
	padding-right: 25px;
	padding-left: 25px;
	
}

ul#subNavOptions li {
	display: inline;
}


#leftContainer {
	background-color: #E7E7EF;
	width: 647px;
	height: 476px;
	padding: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.5em;
	color: #003031;
	float: left;
	overflow : auto;
}

html > body #leftContainer {

	background-color: #E7E7EF;
	width: 627px;
	height: 456px;
	padding: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.5em;
	color: #003031;
	float: left;
	overflow : auto;
}



#leftContainerForPhotos {
	background-color: #000000;
	width: 647px;
	height: 476px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.5em;
	color: #FFFFFF;
	float: left;
}

#footerContainer {
	background-color: #E7E7EF;
	width: 650x;
	height: 25px;
	line-height: 25px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	text-align: center;
}

#rightColumn {
	background-color: #CE0000;
	float: right;
	width: 325px;
	height: 496px;
}

#rightContainerTitle {
	background-color: #ffffff;
	width: 325px;
	height: 24px;
	border-top: solid 3px #000000;
	border-bottom: solid 3px #000000;
	line-height: 24px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}


#emailForm {
	height: 350px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	background-color: #CE0000;
}

#fromData {
	padding-bottom: 3px;
}

#fromText {
	border: solid 2px #000000;
}

#emailData {
	padding-bottom: 3px;
}

#emailText {
	border: solid 2px #000000;
}

#messageData {
	padding-bottom: 3px;
}

#messageText {
	border: solid 2px #000000;
	width: 295px;
	height: 225px;
}

#sendMsgButton {
	border: solid 2px #000000;
	background-color: #C6CFD6;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
}

#address {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-top: 5px;
	background-color: #CE0000;
	height: 110px;
	
}

#submitButton {
	border: solid 2px #000000;
	background-color: #C6CFD6;
}

#messageStatus {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	font-style: italic;
}

#map {
	border: solid 1px #000000;
	width: 500px;
}

#address a  {
	color: #000000;
	font-size: .9em;
}








