/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	background: #000000;
	font-size:12px;
}
#headerNav {
	background: #000000;
	width: 100%; height:5px;
}
#logo {
	font-family:"Palatino Linotype", "book Antiqua", Palatino, "Times New Roman", Times;
	font-size:28px;
	padding-left: 10px;
	background:#000000;
	color:#FFFFFF;
	font-weight:bold;
	height: 50px;
}
#logo a{
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	padding: 0 10px;
}

#logo a:hover{
	text-decoration: underline;
	font-weight: bold;
}

#container {
	margin: 0px auto;
	width: 1024px;
}

#navBar {
	color:#FFFFFF;
	width:100%;
	background:#000000;
	height:38px;
	border-bottom: 4px solid #000000;
}
#navBar p{
	padding: 6px 0 0 0 ;
	margin: 0;
}
#navBar a{
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	padding: 0 10px;
	font-weight: bold;
}

#navBar a:hover{	
	background-color: #FFFFFF;
	color: #000000;
}

#smallNavBar {
	color:#FFFFFF;
	width:100%;
	background:#000000;
	height:22px;
}

#smallNavBar p{
	padding: 6px 0 0 0 ;
	margin: 0;
}

#smallNavBar a{
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	padding: 0 10px;
	font-weight: bold;
}

#smallNavBar a:hover{	
	background-color: #FFFFFF;
	color: #004F90;
	text-decoration: none;
}

#headContent {
	width:100%;
	background:#000000;
	height: 146px;
	border-bottom: 4px solid #000000;
	padding: 0;	
}
#content {
	width: 100%;
	background-color: #FFFFFF;
}
#content div{
	padding: 2px;
}

#imageContainer{
	width: 400px;
	height: 146px;
}

#footerTop {
	width:100%;
	background-color: #2F302F;
	border-top: 4px solid #000000;
	height:30px;
	color:#FFFFFF;
	text-align:center;
	padding-top: 15px;
	font-size: 12px;
}

#footerTop a{
	color: #FFF;
	text-decoration: none;
}

#footerTop a:hover {
	background-color: #FFFFFF;
	color: #000000;

}


#footer {
	width:100%;
	background-color: #000000;
	height:14px;
	text-align:center;
	font-size: 12px;
	color:#FFFFFF;
}	

/* Misc */

.floatRight {
	float:right;
}
.floatLeft {
	float:left;
}
.floatClear {
	clear:both;
}
/* Fonts */
h1, h2, h3, h4, h5, h6 {
	padding: 5px 0;
	margin: 5px 0;
	color: #004F90;
}
h1 {
	font-size: 18px;
	color: #000000;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
	color: #000000;
}
h4, h5, h6 {
	font-size: 12px;
}
h7 {
	font-variant:small-caps;
	color: #990000;
	font-size:14px;
	font-weight:bold;
}

.bold {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
}
.largeBlack {
	font-size:24px; 
	font-weight:bold;
	color:#000000;
}
.largeGray {
	font-size:24px; 
	font-weight:bold;
	color:#666666;
}
.RedCaps {
	font-variant:small-caps;
	color: #990000;
	font-size:14px;
	font-weight:bold;
}
/* Navigation */
a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {color: #FFFFFF; text-decoration: underline; font-weight: bold}

#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration:none;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
/* Class Styles */
.pullquote 	{
	width: 600 px;
	padding: 5px 5px 0px 0px;
	float:right;
	line-height: 15px;
	background:#000000;
}
.pullquote p	{
	font-size:14px;
	color:#FFFFFF;
}

/* Image slider */
#phcontainer
{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	font-size: 90%;
	line-height: 1.24em;
	padding: 5px;
	border-top: 1px solid #333333;
	border-right: 0px solid #333333;
/*	border-bottom: 1px solid #333333;*/
	border-left: 0px solid #333333;
}

#map
{
	float: right;
	width: 550px;
	height: 400px;
	overflow: hidden;
	text-align:center;
}

#direction
{
	float: left;
	width: 450px;
	height: 400px;
	overflow: auto;
	text-align: left;
	font-size: 14px;
}

#map_canvas
{
	/*float: center;*/
	float: right;
	width: 550px;
	height: 400px;
	overflow: hidden;
	text-align:center;	
}

#photo
{
	float: right;
	width: 700px;
	height: 600px;
	overflow: hidden;
	text-align:center;
	margin-top:0px;
    margin-bottom:0px;
    padding:0px;
}

#thumbnails
{
	float: left;
	width: 170px;
	height: 600px;
	overflow: auto;
	text-align: center;
}

.imgcontainer{
width: 145px;
height: 120px;
overflow:hidden;
margin: 0px 3px 5px 3px;
background-repeat: no-repeat;
}

/* Image Slide */


