/* Copyright (C) 2005-2009 Brothers Media */


/* GENERAL */
html, body {
	height: 100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	}

html { background: #ffffff; }
body { background: transparent; }

h1, h2, h3, h4, h5 {
	color: #026588;
	}

a {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
	}
/* GENERAL END */


/* HEADER */
div#header {
	height: 100px;
	width: 940px;
	margin: 0 auto;
	}
	
div#header div#logo {
	width: 125px;
	height: 100%;
	float: left;
	text-align: center;
	}	

div#header div#logo img {
	margin-top: 15px;
	}		
	
div#header div#navigation {
	float: left;
	height: 100%;
	width: 700px;
	text-align: center;
	font-family: Georgia;
	font-size: 20px;
	}		

div#header div#navigation a:link, div#header div#navigation a:visited, div#header div#navigation a:hover, div#header div#navigation a:active {
	text-decoration: none;
	}			
	
div#header div#navigation span {
	position: relative;
	top: 65px;
	}			
/* HEADER END */


/* WRAPPER */
span.left { float: left; }
span.right { float: right; }
.clearer { clear: both; }	


div#page {
	min-width: 950px;
	max-width: 1100px;
	margin: 0px auto;
	position: relative;
	}

div#mid {
	width: 100%;
	padding-bottom: 20px;
	margin-top: 10px;
	}

#mid.index { background: transparent url(../images/mid-bg.png) no-repeat 50% 0; }

.panel, .panel-single {
	font-family: Georgia;
	color: #efefef;
	position: relative; 
	display: block; 
	width: 940px;
	height: 600px;
	}

.panel-single {
	height: 300px;
	margin: 0px auto;
	padding-top: 10px;
	}
/* WRAPPER END */


/* CONTENT TITLE */	
div.content-title, .content-title-single {
	max-width: 870px;
	padding: 15px;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 100;
	background: transparent url(../images/elements-bg.png) repeat 0 0;
	font-size: 4em;
	font-weight: normal;
	}

div.content-title a, .content-title-single a, .content-entry a {
	color: #efefef;
	text-decoration: none;
	}	

div.content-title-single {
	top: 30px;
	}
/* CONTENT TITLE END */	


/* CONTENT */	
div.content-entry {
	max-width: 440px;
	padding: 15px;
	position: absolute;
	z-index: 100;
	background: transparent url(../images/elements-bg.png) repeat 0 0;
	font-size: 1.2em;
	line-height: 1.5em;
	text-align: left;
	}
	
div.content-location01 {
	bottom: 20px;
	right: 20px;	
	}
div.content-location02 {
	top: 20px;
	right: 20px;	
	}	

div.content-entry ul {
	margin: 5px 0 10px 0;
	}

div.content-entry li {
	padding: 5px 0 7px 0;
	border-bottom: 1px solid #3b3b3b;
	list-style: none;
	}

div.content-entry a {
	text-decoration: underline;
	}	
div.content-entry a:hover {
	color: #c6c6c6;
	}

div.content-entry .big {
	font-size: 2em;
	}
	
div#photogallery {
	z-index: 10;
	}
/* CONTENT END */	
