/* Global */

body {
	background: #A5A6A2;
	margin: 0;
	padding: 20px;
	font-family: 'Verdana', Arial, Helvetica, sans-serif;
	font-size: 100%;}

h1 {
	font-variant: small-caps;
	margin-top: 0;
	font-size: 1.5em;
	color: #0065C2;
	line-height: 140%;}
	
h2 {
	font-variant: small-caps;
	margin-top: 0;
	font-size: 1em;
	color: #333;
	line-height: 140%;}
	
h3 {
	font-size: 0.87em;
	color: #000;
	line-height: 140%;
	margin: 0;}	

p {
	font-size: 0.8em;
	color: #333;
	line-height: 140%;}
	
.timestamp {
	font-size: 0.65em;}
	
a:link, a:active, a:visited {
	color: #A80316;
	text-decoration: underline;}
	
a:hover {
	color: #0065C2;
	text-decoration: underline;}
	
img {
	border: 0;}
	
hr {border: none 0; 
	border-top: 1px dotted #d1d1d1;
	width: 100%;
	text-align: center;
	height: 1px;}
	

/* Nav Bar */

#navbar {
	clear: both;
	height: 1.8em;}

#navbar ul.nav {
	height: 1.8em;
	background-color: #A80316;
	color: #fff;
	margin: 0;
	padding: 0;}

#navbar ul.nav li {
	list-style-type: none;
	float: left;}
	
#navbar ul li:after {
	line-height: 1.8em;
	content:"|";
	margin:0 2px 0 2px;}

#navbar ul li:last-child:after {
	content:"";}

#navbar ul.nav li a {
	float: left;
	width: 8em;
	text-align: center;
	line-height: 1.8em;
	background-color: #A80316;
	color: #fff;
	text-decoration: none;}

#navbar ul.nav li a:hover, ul.nav li.current {
	float: left;
	text-align: center;
	line-height: 1.8em;
	background-color: #fff;
	color: #A80316;
	text-decoration: none;}


/* Div */

#container {
	background: #fff;
	width: 890px;
	margin: 0 auto 0 auto;
	padding: 10px;
	padding-bottom: 3px;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -opera-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;}

#header {
	height: 260px;
	margin: 0;}
	
#headertop {
	background: url(images/headerimg.png) no-repeat;
	height: 60px;
	margin: 0;}
	
#headerimage {
	clear: both;
	height: 200px;
	margin: 0;}

#content {
	float: left;
	padding: 10px 5px 10px 10px;
	margin: 0px;
	width: 610px;
	border-right: 1px dotted #d1d1d1;}
	
#content_gallery {
	padding: 10px 10px 10px 10px;
	margin: 0px;}

#right {
	float: right;
	padding: 10px 0 10px 8px;
	width: 253px;}



	
	

/* Home Classes */

.pa {
	float: left;
	margin: 0 0 1em 0;
	height: 100px;}
	
.pa p {
	margin: 0;
	padding: 0;}
	
.pa img {
	float: left;
	padding: 0 10px 0 0;
	display: inline;
	vertical-align : middle;}
	
	

/* Contact Classes */

.ind {
	float: left;
	width: 270px;
	padding: 8px;
	margin: 0 10px 10px 0;
	border: 1px solid #ddd;}
	
.ind img {
	float: right;}


/* Contact Form */	
	
#content label {
	float: left;
	width: 130px;
	font-size: 0.8em;}

#content input, textarea {
	width: 250px;
	padding: 5px;
	margin-bottom: 5px;}

#content textarea {
	width: 250px;
	height: 150px;}

#content #submitbutton {
	margin-left: 120px;
	margin-top: 5px;}
	

/* Footer */

#footer {
	height: 2em;
	font-size: 10px;
	padding: 0;
	clear: both;
	border-top: 1px dotted #A5A6A2;}

#footerleft {
	float: left;
	width: 240px;}

#footerright {
	float: right;
	width: 640px;}
	
	


.imgteaser {
	margin: 0;
	overflow: hidden;
	float: left;
	position: relative;
}
.imgteaser a {
	text-decoration: none;
	float: left;
}

.imgteaser img {
	float: left;
	margin: 0 5px 5px 0;
	border: none;
	padding: 5px;
	border: 1px solid #ddd;
}

.imgteaser .more {
	position: absolute;
	right: 15px;
	bottom: 15px;
	font-size: 0.6em;
	color: #fff;
	background: #000;
	padding: 3px 6px;
	filter: alpha(opacity=65);
	opacity: .65;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; /*--IE 8 Transparency--*/
}

.imgteaser .more {
	position: absolute;
	right: 15px;
	bottom: 15px;
	font-size: 0.6em;
	color: #fff;
	background: #000;
	padding: 3px 6px;
	filter: alpha(opacity=65);
	opacity: .65;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; /*--IE 8 Transparency--*/
}





/* Gallery */

.gallery_thumb {
	float: left;
	margin: 0 5px 5px 0;
	border: none;
	padding: 5px;
	border: 1px solid #ddd;
}