/* -----------------------------
document styles
------------------------------ */

@import url(http://fonts.googleapis.com/css?family=Tangerine);

body
{
	margin: 0;
	padding: 0;
	font: 85% arial, hevetica, sans-serif;
	text-align: center;
	color: white;
	background: #333333;
}

a:link { color: #006699; }
a:visited { color: #006699; }
a:focus { color: #006699; }
a:hover { color: #006699; cursor: pointer; }
a:active { color: red; }
h1, h2, h3, h4, h5, h6 { margin: 0 0 .5em; }

#container
{
	margin: 1em auto;
	width: 850px;
	text-align: left;
}

/* ------------------------------
header styles
------------------------------ */

#header
{
	height: 60px;
	width: 100%;
	position: relative;
}

#logo
{
	border: 0;
	width: 330px;
	height: 60px;
}


#contactInfo
{
	position: absolute;
	left: 0;
	top: 5px;
	width: 520px;
	margin-left:330px;
	text-align: right;
}

#contactInfo img
{
	border:0;
}

#contactInfo address
{
	margin-left:200px;
	color: white;
	text-decoration: none;
	float:left;
}

/* ------------------------------
front page styles
------------------------------ */

#frontPage
{
	margin: 1em 20px;
	width: 100%;
	text-align:center;
}

.frontGraphic
{
	display:inline;
	float:left;
	margin: 12px;
	border:3px solid white;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
}

/* ------------------------------
content styles
------------------------------ */

#contentGraphic
{
	display:inline;
	float:left;
	margin: 6px;
}

#contents
{
	float: left;
	width: 600px;
	background: white;
	color: black;
	margin: 10px 10px 20px 0;
	padding-right:5px;
	
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 	
}

.contentThumb
{
	margin: 7px;
	width:75px;
	height:75px;
	border:1px solid #006699;
}

.floatLeft
{
	float:left;
}

.floatRight
{
	float:right;
}


#contents p 
{ 
	line-height: 125%; 
	margin: .5em;
	padding-bottom:5px;
	text-align:left;
}

.contentList
{
	list-style-type:none;
}

.contentList li
{
	margin-bottom:8px;
}

#contents h2 { margin-top: 4px; }

#contentNav
{
	color: black;
	text-align: center;
	font-size: 90%;
	padding: 5px;
}

#contentNav ul
{
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: none;
}

#contentNav li
{
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #666666;
}



#contentGallery
{
	clear: both;
	width: 80%;
	text-align:center;
	margin: .5em auto;
	padding-bottom:10px;
	padding-left:10px;
}

#contentGallery img
{
	float: left;
	border: 1px solid #006699;
	margin: 5px 20px;
}

#map
{
	padding: 1em;
	text-align:center;
}

.spacer { clear: both; }


/* ------------------------------
sidebar styles
------------------------------ */

#sidebar
{
	float: right;
	width: 225px;
	margin-top:10px;
}

#directions
{
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	padding: 7px;
	padding-top:12px;
	margin-bottom:7px;
	
	font: 115% arial, hevetica, sans-serif;
	text-align: center;
	color: white;
	background: #666666;
	
}

#hours
{
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	padding: 7px;
	padding-top:12px;
	margin-bottom:7px;
	
	font: 115% arial, hevetica, sans-serif;
	text-align: center;
	color: white;
}

#hours p
{
	font: 85% arial, hevetica, sans-serif;
}

#follow
{
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	padding: 7px;
	padding-top:12px;
	margin-bottom:7px;
	
	font: 115% arial, hevetica, sans-serif;
	text-align: center;
	color: white;
}

#follow div
{
	padding:5px;
	display: inline;
}

#sidebar a { color: white; text-decoration: none; }
#sidebar a:link { color: white; }
#sidebar a:visited { color: white; }
#sidebar a:focus { color: white; }
#sidebar a:hover { color: #0099FF; cursor: pointer; }
#sidebar a:active { color: white; }

#fbFeed iframe
{
	background: white;
	overflow: hidden;
	
	padding: 4px;
	font: 115% arial, hevetica, sans-serif;
	text-align: center;
	
	width:211px; 
	height:427px;
	margin-bottom:7px;
	
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	
	border: 1px solid #666666;
}

#fbFeed div
{
	padding:5px;
	display: inline;
}

#hours
{
	margin: 1em auto;
	width: 250px;
	color: #666666;
	font: 115% arial, hevetica, sans-serif;
}

/* ------------------------------
footer styles
------------------------------ */


#footer
{
	float:left;
	width: 600px;
	
	color: white;
	text-align: center;
	font-size: 110%;
	padding: 5px;
}


#footer ul
{
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: none;
}

#footer li
{
	display: inline;
	padding: 0 5px;
	border-right: 1px solid #666666;
}


#footer li a { color: white; text-decoration: none; }
#footer li a:link { color: white; }
#footer li a:visited { color: white; }
#footer li a:focus { color: white; }
#footer li a:hover { color: #0099FF; cursor: pointer; }
#footer li a:active { color: white; 

