body {
	background: #0c3a0c url('../images/bg.jpg') repeat-x top left;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	font: 12px/1.2 Arial, Helvetica, Sans-Serif;
}

a {
	color: #004eff;
}

p {
	margin:0px;
	padding:10px 0px;
}

input, textarea {
	background: #d4ffc6;
	border: 1px solid #AAA;
}

blockquote {
	background: #f8cece;
	margin: 5px -10px 0px -10px;
	padding: 10px;
	color: #222;
	border: 1px dotted #d57467;
	font-size: .9em;
	font-weight: bold;
	font-style: italic;
}

button {
	font-size: 1em;
	width: 8em;
	padding: 2px 0px;
}

h1 {
	font-family: "Trebuchet MS";
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: -1px;
	padding:0px;
	margin:0px;
	color: #004eff;
}

h2 {
	font-family: "Trebuchet MS";
	font-size: 1.3em;
	font-weight: normal;
	letter-spacing: -1px;
	padding:10px 0px 0px 0px;
	margin:0px;
	color: #3e9f1e;
}

img { 
	border: 0px;
}

div.hr {
	border-bottom: 1px dotted #AAA;
	margin: 5px 0px;
}

form #contactForm {
	padding-bottom: 5px;
}

form #contactForm  p {
	padding:0px;
	margin:0px 0px 2px 0px;
	line-height: 1.6em;
}

form #contactForm label {
	display: block;
	float:left;
	clear:left;
	width: 180px;
	font-weight: bold;
	color: #004eff;
}

.req {
	color: #F00;
}

#header {
	background: url('../images/header-bg.jpg') no-repeat top center;
}

#header-inner {
	position: relative;
	width: 760px;
	margin: auto;
	height: 191px;
}

#logo {
	position: absolute;
	bottom: 0px;
	left: 5px;
}

#wrapper {
	font-size: 1.1em;
	background: url('../images/main-bg.jpg') repeat-x top left;
	color: #333;
}


#page {
	position: relative;
	width: 750px;
	margin: auto;
	padding: 40px 5px 0px 5px;
	overflow: hidden;
}

#page-bottom {
	background: url('../images/page-bg.png') no-repeat bottom;
	height: 102px;
	width: 760px;
	margin:auto;
	z-index: 1;
	margin-top: -102px;
}

#nav {
	position: absolute;
	z-index: 99;
	overflow: hidden;
	width: 100%;
	bottom: -35px;
}

#nav ul {	
	float: right;
}

#nav ul, #nav ul li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#nav ul li {
	float: left;
	width: 100px;
	margin: 0px 4px;
}


#nav ul li.last {
	margin-right: 3px;
}

#nav ul li a {
	height: 52px;
	display: block;
	text-align: center;
	background: url('../images/nav-off.png') no-repeat top left;
	color: #000;
	text-decoration: none;
	font-size: 1.4em;
}

#nav ul li a span {
	display: block;
	padding: 14px 0px;
}


#nav ul li.selected a {
	background: url('../images/nav-on.png') no-repeat top left;
}


#left {
	position: relative;
	z-index: 2;
	float: left;
	width: 518px;
	background: url('../images/left-top.gif') no-repeat top left;
	padding-bottom: 5px;
}

#left-inner {
	margin-top: 20px;
	padding: 0px 15px 0px 15px;
	background: #FFF url('../images/left-bottom.gif') no-repeat bottom left;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#left.gallery {
	width: 100%;
	background: url('../images/left-top-e.gif') no-repeat top left;
}

#left.gallery #left-inner {
	background: #FFF url('../images/left-bottom-e.gif') no-repeat bottom left;
}

#right {
	z-index: 99;
	float: right;
	width: 225px;
	background: url('../images/right-top.gif') no-repeat top left;
	padding-top: 8px;
	margin-right: -1px;
	min-height: 360px;
	height: auto !important;
	height: 360px;

}

#right-inner {

}

#right-inner .photo {
	padding-top: 0px;
	margin-left: -14px;
	background: url('../images/right-bg.gif') repeat-y top right;
	overflow: visible !important;
	overflow: hidden;
}

#right-inner .photo img {
	position: relative;
}

#right-inner .photo img.overlap {
	margin-top: -35px;
}

#right-inner .photo img.lastphoto {
	margin-top: -50px;
	margin-bottom: -190px;
}

#right-inner .photo img.mainphoto {
	margin-top: -5px;
	margin-bottom: 35px;
	margin-left: 2px;
}

#right-inner .photo img.portrait {
	margin-bottom: -10px;
}

#right-inner .fade {
	height: 319px;
	background: url('../images/right-bottom.png') repeat-x bottom left;
}

#right #prospectus {
	position: absolute;
	bottom: 0px;
}

#right #prospectus-inner {
	position: relative;
	margin-left: 5px;
	overflow: hidden;
	min-height: 161px;
	height: auto !important;
	height: 161px;
}

#right #prospectus-inner div.adobeLink {
	margin-top: -70px;
	width: 110px;
}


#right #prospectus-inner div.adobeLink a {
	color: #FFF;
	text-decoration: underline;
	font-size: .7em;
	display: block;
	padding: 5px 0px;
}



#footer {
	clear: both;
	width: 748px;
	margin: 0px auto;
	color: #FFF;
	font-size: .9em;
	overflow: hidden;
	padding: 5px 6px;
}

#footer p {
	margin: 4px 0px;
	padding: 0px;
}

#footer #copyright {
	float: left;
	width: 49%;
}

#footer #designBy {
	float: right;
	width: 49%;
	text-align: right;
}

#footer #designBy a, #footer #copyright a {
	color: #FFF;
}


ul.list, ul.list li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

ul.list li {
	background: url('../images/bullet.gif') no-repeat left .3em;
	padding: 5px 0px 5px 27px;
}

dl dt {
	float: left;
	width: 180px;
	font-weight: bold;
	color: #004eff;
}

dl dd {
	margin-left: 180px;
	margin-bottom: 10px;
}

table {
	background: #FAFAFA;
	width:100%;
	border: 1px #AAA;
	border-style:  none none solid solid;
	border-collapse: collapse;
}

table th {
	background: #EEE;
	text-align: left;
}

table th, table td {
	padding: 3px;
	border: 1px #AAA;
	border-style: solid solid none none;
}

.systemMessage {
	background-color: #FFFFCC;
	padding: 4px;
	border:2px double #FFD801;
	color:#777;
	margin-bottom: 10px;
}

.systemError {
	background-color: #FFDBDD;
	padding: 4px;
	border:2px double #FF010D;
	color: #FF010D;
	margin-bottom: 10px;
}

#logos {
	text-align: center;
	padding: 20px 0px 10px 0px;
}

#logos img {
	padding: 0px 5px;
}



ul.gallery, ul.gallery li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

ul.gallery {
	overflow: hidden;
	width: 100%;
	margin: 8px 0px 8px 0px;
}

ul.gallery li {
	display: inline-block;
	width: 160px;
}
