@charset "UTF-8";
/* Blue: #577692; Orange: #f2ba4b */

* {
	margin: 0px;
	padding: 0px;
}

html {
	background: url('background_slice.gif') top center repeat-x;
}

body {
	font-family: Georgia, serif;
	font-size: 11px;
	line-height: 1.5;
	color: #577692;
	min-width: 780px;
	margin: 0px;
	background: url('background_image.gif') top center no-repeat;
}

a:link, a:visited {
	color: #f2ba4b;
	text-decoration: underline;
}

a:hover, a:active {
	color: #f2ba4b;
	text-decoration: none;
}

strong {
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
}

.strong_orange {
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
	color: #f2ba4b;
}
h1 {
	display: inline;
	font-weight: normal;
	color: #f2ba4b;
	font-size: 14px;	
}
h2 {
	font-weight: normal;
	color: #577692;
	font-size: 11px;
	text-transform: uppercase;	
	letter-spacing: 0.1em;
	margin: 0em 0em 1.5em 0em;
}
p {
	margin: 0em 0em 1.5em 0em;
}

/* OBJECTS */
#container {
	position: relative;
	width: 780px;
	margin: 0px auto 20px auto;
	padding: 0px;
}
#header {
	position: relative;
	top: 0px;
	left: 0px;
	width: 780px;
	height: 70px;
	margin: 0px 0px 20px 0px;
	padding: 80px 0px 0px 0px;
	text-align: left;
	overflow: hidden;	
}
#name {
	position: absolute;
	width: 350px;
	overflow: hidden;
	font-size: 16px;
	bottom: 0px;
	left: 0px;
	letter-spacing: 0.1em;
}
.glass {
	color: #f2ba4b;
}
#menu {
	position: absolute;
	width: 350px;
	bottom: 0px;
	right: 100px;	
	overflow: hidden;	
}
#menu ul {
	list-style-type: none;
}
#menu li {
	position: relative;
	float: right;
	margin: 0px 0px 0px 15px;
	color: #f2ba4b;
	font-size: 14px;
}
#menu li a:link, #menu li a:visited {
	color: #577692;
	text-decoration: none;
	font-size: 14px;
}
#menu li a:hover, #menu li a:active {
	color: #f2ba4b;
	text-decoration: none;
	font-size: 14px;
}
#logo {
	position: absolute;
	width: 61px;
	bottom: 0px;
	right: 0px;	
	overflow: hidden;	
}
#main {
	position: relative;
	top: 0px;
	left: 0px;
	width: 780px;
	padding: 80px 0px 20px 0px;
	text-align: left;
	overflow: hidden;	
}
#thumbsDiv {
	position: relative;
	top: 0px;
	left: 0px;
	width: 133px;
	padding: 0px 0px 0px 50px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	float: left;
}
#caption {
	position: relative;
	top: 0px;
	left: 0px;
	width: 300px;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	overflow: hidden;
	float: left;
	clear: both;
}
#mainDiv {
	position: relative;
	top: 0px;
	left: 0px;
	width: 550px;
	height: 600px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 7px;
	overflow: hidden;
	float: left;
}
#mainDivText {
	position: relative;
	top: 0px;
	left: 0px;
	width: 500px;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: -3em 0px 0px 27px;
	overflow: hidden;
	float: left;
}
#mainDivText td {
	padding: 0px 5px 5px 0px;
}
.contactInput {
	border: 1px solid #577692;
	background: #f7e9a4;
	color: #577692;
	font-family: Georgia, serif;
	font-size: 11px;
	line-height: 1.5;
	padding: 2px;
	width: 300px;	
}
.contactTextarea {
	border: 1px solid #577692;
	background: #f7e9a4;
	color: #577692;
	font-family: Georgia, serif;
	font-size: 11px;
	line-height: 1.5;
	padding: 2px;
	width: 300px;	
	height: 50px;
}
.submitButton {
	border: 1px solid #577692;
	background: #577692;
	color: #ffffff;
	font-family: Georgia, serif;
	font-size: 11px;
	line-height: 1.5;
	padding: 2px 10px 2px 10px;
	cursor: pointer;
}
.normImage {
	position: relative;
	top: 0px;
	left: 0px;
	width: 50px;
	height: 50px;
	padding: 0px 0px 0px 0px;
	margin: 0px 3px 3px 0px;
	overflow: hidden;
	float: left;
	border: none;
}
.activeImage {
	position: relative;
	top: 0px;
	left: 0px;
	width: 50px;
	height: 50px;
	padding: 0px 0px 0px 0px;
	margin: 0px 3px 3px 0px;
	overflow: hidden;
	float: left;
	border: none;
	filter:alpha(opacity=25);
	-moz-opacity:.25;
	opacity:.25;
}