@charset "utf-8";

body {
	margin:0px auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background-image:url(images/header_bg.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	width:100%;
}

#content a {
	color:#2C606B;
	text-decoration:none;
	margin-bottom:5px;
}

#content a:hover {
	border-bottom:1px dashed #999;
}

:focus {
	outline:none;
}

table, tr, td {
	border-collapse:collapse;
}

#container {
	margin:0px auto;
	padding-top:0px;
}

#header {
	background-image:url(images/header.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width:800px;
	height:200px;
	vertical-align:bottom;
	margin-top:0px;
	padding-top:0px;
}

#content div {
	margin-left:25px;
}

#content li {
	list-style:square;
}

#content {
	padding-bottom:25px;
}

#footer {
	width:100%;
	margin:0px auto;
	padding-top:3px;
	background-color:#2A2A2A;
	background-image:url(images/footer_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	color:#999;
}

#footer table {
	margin:0px auto;
	margin-top:10px;
	height:200px;
	vertical-align:top;
}

#footer table td {
	width:266px;
	vertical-align:top;
}

#footer table div {
	padding-left:5px;
}

#footer table li {
	list-style:none;
	margin-left:0px;
	border-bottom:1px solid #333;
	padding:4px;
	margin:2px;
}

#footer table ul {
	margin-left:0px;
	margin-right:5px;
	padding-left:0px;
}

#footer table li:hover {
	background-color:#232323;
}

#footer table li a, #footer table li a:hover {
	border-bottom:none;
}

#footer .copyright {
	font-size:10px;
	margin:0px auto;
	padding:10px;
	text-align:center;
	color:#999;
	background-color:#2A2A2A;
}

#footer li a {
	color:#999;
	text-decoration:none;
}

#footer li a:hover {
	color:#CCC;
}

.feedback {
	display:none;
	border-left:2px solid #CCC;
	margin:12px;
	padding:5px;
	padding-right:55px;
	background-image:url(images/speechmarks.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	text-align:justify;
}

.feedback em {
	float:right;
}

/* Top Navigation */

.top_nav {
	text-align:center;
}

.top_nav a {
	display:block;
	float:right;
	width:50px;
	height:17px;
	padding:5px;
	margin:2px;
	background-color:#2d616b;
	color:#FFF;
	text-decoration:none;
	font-size:11px;
	margin-bottom:4px;
}

.top_nav a:hover {
	background-color:#2C5158;
	color:#C0C0C0;
}


/* Back to top */

.top {
	text-align:center;
	position:absolute;
	right:0px;
	margin-right:7px;
}

.top a {
	display:block;
	width:90px;
	height:17px;
	padding:5px;
	margin:2px;
	background-color:#2d616b;
	color:#FFF;
	text-decoration:none;
	font-size:11px;
	margin-bottom:4px;
	border-bottom:none;
}

.top a:hover {
	background-color:#2C5158;
	color:#C0C0C0;
	border-bottom:none;
}

/* Gallery */

.gallery {
	width:600px;
	text-align:center;
	margin:0px auto;
}

.gallery a img {
	border:1px solid #999;
	margin:4px;
	padding:4px;
}

#content .gallery a:hover img {
	border:1px solid #333;
}

#content .gallery a {
	border:none;
	text-decoration:none;
}

/* Contact Form */

form label {
	display:block;
	width:70px;
	float:left;
	text-align:right;
	padding-right:5px;
}

form input {
	margin:1px;
}

form .send {
	width:60px;
	font-size:12px;
	padding:1px;
	background-color:#FFF;
	border:1px solid #999;
	color:#666;
	margin-left:438px;
}