/* COLORS
F1DACA - skin
968676 - tope
A1A6AA - gray
*/

* { margin: 0; padding: 0; }

html {
	background: #f0f0f0 url('../img/html-back.gif') 0 157px repeat-x;
	font: 10px arial, sans-serif;
}

body {}

a {
	color: #339;
	text-decoration: none;
	border-bottom: 1px solid #99c;
}
a:hover { border-color: #339; }
td { vertical-align: top; }


#container {
	width: 76em;
	background: #fff;
	margin: 0 auto;
	border-width: 0 2px;
	border-style: solid;
	border-color: #bdbdbd;
}


/****************************
	HEADING
****************************/
#heading {
	background: #000 url('../img/header-back.gif') 0 0 repeat-x;
}
#heading h1 { height: 157px; background: transparent url('../img/logo-narrows-bridge-lights-3.gif') top center no-repeat; }
#heading h1 span { display: none; }


/****************************
	MAIN AREA
****************************/
#main {}


/****************************
	NAVIGATION
****************************/
#nav {
	height: 3.2em;
}
#nav ul {
	width: auto;
	font: 16px times, serif;
	list-style: none;
	margin: 0 auto;
	padding: 0 .5em;
}
#nav li {
	float: left;
}
#nav a {
	display: block;
	color: #006;
	text-decoration: none;
	margin: .5em .45em .2em .45em;
	padding: 0 .2em 0 .15em;
	border-bottom: 1px solid #99c;
}
#nav a:hover {
	border-color: #006;
}


/****************************
	CONTENT
****************************/
#content {
	clear: both;
	padding: 2em 1.45em;
}
#content h2 {
	font: 28px times, serif;
}
#content h3 {
	color: #117;
	font: bold 16px time, serif;
}
#content h4 {}
#content p, #content ul, #content ol {
	color: #333;
	font: 12px/1.5em arial, sans-serif;
	margin: 0 0 1.5em 0;
}
#content ul, #content ol { margin-left: 1.5em; }

#content .col1 {
	float: left;
	width: 45em;
}

#content .col2 {
	float: right;
	width: 23em;
	background: #d4e4f8;
	padding: 1em;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #abd;
}

#content .home h2 { font-size: 24px; }
#content .home p, #content .home ul, #content .home ol {
	font-size: 14px;
}

#content td.label { width: 7em; font-weight: bold; }

#general {}
#general img {}


/****************************
	GALLERIES
****************************/
.photo_cat {
	position: relative;
	float: left;
	width: 28em;
	font-size: 10px;
	margin: 0 15px 15px 0;
}
.photo_cat a {
	display: block;
	height: 2.94em;
	background-color: #eee;
	background-position: .59em center;
	background-repeat: no-repeat;
	color: #239;
	font: normal 17px 'times new roman', times, serif;
	letter-spacing: 1px;
	text-decoration: none;
	padding: 1.76em 0 0 6.17em;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #ccc;
}
.photo_cat a:hover {  }

#gallery_pic {
	float: left;
	width: 450px;
	text-align: left;
	margin: 10px 0 0 0;
}
#gallery_pic .full_photo { border: 10px solid #eee; }
#gallery_pic p { margin-left: 10px; }

#gallery_cat_pics {
	float: right;
	overflow: auto;
	width: 140px;
	height: 355px;
	background: #eee;
	margin: 10px 0 0 0;
	padding: 10px 0;
}
#gallery_cat_pics a {
	display: block;
	width: 82px;
	height: 60px;
	background: #fff;
	text-align: center;
	margin: 0 auto 10px auto;
	padding: 10px;
	border: 1px solid #a8a9a7;
}
#gallery_cat_pics a:hover { border: 1px solid #9587a9; }
#gallery_cat_pics img { border: 0; }

/****************************
	FOOTER
****************************/
#footer {
	background: #7688CF;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
	padding: .5em;
}
#footer p {
	font-size: 11px;
}
#footer a, #footer a:hover { color: #fff; border-color: #fff; }


/****************************
	GENERAL
****************************/
.cleaner { clear: both; height: 1px; font-size: 1px; }

hr.line {
	height: 1px;
	margin: 1em 0;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #abd;
}

.admin_links {
	text-align: center;
	margin: .25em 0 .45em 0;
}

input, textarea { width: 15em; color: #008; font: bold 10pt arial, sans-serif; padding: .15em; border: 1px inset #888; }
textarea { width: 25em; height: 7em; font-weight: normal; }
input.norm { width: auto; }
.half input, input.half { width: 8em; }
input.submit, a.submit { width: auto; background: #d4e4f8; color: #22a; font-weight: bold; padding: .25em; border: 2px solid #44c; }
a.submit { padding: .5em; }

.lowlite { color: #888 !important; }

.small { font-size: 8pt !important; }
.fine { font-size: 6pt !important; }

.error { color: #a00 !important; font-style: italic !important; text-align: center !important; }
.success { color: #0a0 !important; font-style: italic !important; text-align: center !important; }