/* 
ToC
	1. defaults
	2. structure
	3. fonts
	4. links
	5. images
*/

body {
	background-color: #FF9933;
	margin-bottom: 25px;
}
body,td,th {
	color: #330000;
}
.style2 {color: #FFFFFF}

/* --------- 1. defaults  --------- */

*	{
		padding: 0px;
		margin: 0;
		}

body {
		color: #ffffff;
		background: #FF9933;
		}
		
/*  --------- 2. structure  --------- */

#wrapper {
	width: 760px;
	margin: 30px auto 0;
	padding: 0px 0;
	background-color: #FFFFFF;
		}
		
#bott_rounded {
	height: 7px;
	width: 760px;
	float: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
		
#top_rounded {
	width: 760px;
	height: 7px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#Contentleft {
	width: 470px;
	margin-right: 0px;
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 309px;
	float: left;
	}
	
*html #Contentleft {
	height: 309px;
}
		
#directors {
	height: 70px;
	float: left;
	background-image: url(../content-images/dir_back.jpg);
	width: 390px;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 10px;
		}
		
#textleft {
	height: 60px;
	float: left;
	width: 390px;
		}
		
#textleft2 {
	float: left;
	width: 450px;
		}
		
#textleft_short {
	float: left;
	width: 325px;
		}
		
#signupForm {
	float: left;
	width: 390px;
		}
		
#events_textbox {
	height: 105px;
	float: left;
	width: 102px;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 5px;
	background-image: url(../images/newsbox.gif);
	background-repeat: no-repeat;
		}
				
#logo {
	height: 91px;
	width: 760px;
	position:relative;
}

#images_lower {
	float: left;
	width: 450px;
	height: 99px;
		}

#portfolioImage {
	float: right;
	width: 223px;
		}
		
#singleImage {
	height: 164px;
	float: right;
	width: 116px;
	padding-right: 5px;
		}
		
#galleryPort {
	height: 112px;
	float: left;
	width: 88px;
	padding-right: 8px;
	padding-bottom: 8px;
		}
		
#galleryLand {
	height: 112px;
	float: left;
	width: 160px;
	padding-right: 8px;
	padding-bottom: 8px;
		}
		
#mapsearch {
     width : 365px;
     margin: 10px;
     padding: 4px;
	 clear:both;
	 min-height: 333px;
}
*html #mapsearch {
	height: 333px;
}
		
.separator {
		clear: both;
		height: 1px;
		background: #FFFFFF;
		border-bottom: 1px solid #FFFFFF;
		}
		
.separator2 {
		clear: both;
		height: 1px;
		background: #FFFFFF;
		border-bottom: 1px solid #FFFFFF;
		}

.separatorInvisible {
		clear: both;
		}

#square {
	float: left;
	height: 105px;
	width: 128px;
	padding-right: 10px;
}

#thumbnails .separatorInvisible {
	float: none;
	height: 1px;
	background-color: #FFFFFF;
	border-bottom-color: #980F33;
		}

/* ---------- 3. fonts ---------- */

html {
		font-size: 100%;
		}

body {
	font-size: 10px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 13px;
		}
		
bodysm {
	font-size: 9px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 10px;
		}

h1 {
		font: bold normal 11px/15px Arial, Helvetica, sans-serif;
		color: #330000;
		}

h2 {
		font: italic bold normal 12px/18px Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		text-transform: none;
		}
		
h3 {
		font: italic bold normal 12px/25px Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		text-transform: none;
		}

.bullets {
	color: #333333;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	list-style-position: outside;
	list-style-type: circle;
		}

p {
	font: 11px/14px Arial, Helvetica, sans-serif;
	margin-bottom: 0.8em;
	color: #333333;
		}


/* ---------- 4. links and navigation ---------- */

a {/* default link style */
	color: #330000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	line-height: 16px;
		}
		
a:hover {
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
		}
		
a:active {
	color: #330000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	text-decoration: underline;
		}
		
	/* -- top navigation -- */

#nav {
	background: #f5d5ae;
	padding-left: 17px;
}
.navicon {
	vertical-align: middle;
	margin-right: 2px;
}

	/* -- directors navigation -- */

#directors_nav a {
	font: italic bold normal 12px/15px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
		}
		
#directors a:hover {
	color: #FFFFFF;
		}
		
#directors a:active {
	color: #FFFFFF;
		}

/* OTHER */
		
#tellfriend {
	position:absolute;
	right: 10px;
	top: -26px;
	color: #white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
}