/**************** Body and tag styles ****************/
* {margin: 0;}
body, h1, h2, h3, h4, h5, h6, p, blockquote, label, fieldset, ul, ol, dl, li, object, table, th, tr, td  {padding: 0;}
body {
	font: 100%/1.2 Verdana, Arial, Helvetica, sans-serif;
	color: #000; background-color: #fff;
}
h1 {font: italic normal 2.9em "Times New Roman", Times, serif;
	color: #fff;
}
h2 {font: italic normal 1.5em "Times New Roman", Times, serif;
	margin-bottom: .8em;
}
h3 {font: italic normal 1.2em "Times New Roman", Times, serif;
	margin-bottom: .8em;
	font-weight: bold;
}
p, label {font-size: .7em;
	margin-bottom: 1.4em;
}
img {
	border:none;
}
a {text-decoration: none;}
a:link {color: #0080FF; background-color: inherit;}
a:visited {color: #8000FF; background-color: inherit;}
a:hover {color: #666; background-color: inherit; text-decoration: underline;}
a:active {color: #f00; background-color: inherit; text-decoration: underline;
}
/**************** Container styles ****************/
#container {
	width: 760px;
	margin: 0 auto;
}
#maincontainer {
	width: 760px;
	float: left;
	background: url(../images/gif/navleft_bg.gif) repeat-y left top;
}
/**************** Header styles ****************/
#header {
	background: url(../images/jpg/header_bg.jpg) no-repeat left top;
	height: 212px;
	position: relative;
}
#header img {
	position: absolute;
	top: 155px;
	right: 70px;
}
#header h1 {
	position: absolute;
	top: 150px;
	right: 70px;
}
h1 a {text-decoration: none;}
h1 a:link {color: #fff; background-color: inherit;}
h1 a:visited {color: #fff; background-color: inherit;}
h1 a:hover {color: #fff; background-color: inherit; text-decoration: none;}
h1 a:active {color: #fff; background-color: inherit;
}
/**************** Navigation styles ****************/
#navbarleft {
	width: 150px;
	font: italic 1em "Times New Roman", Times, serif;
	padding: 35px 0 15px;
	float: left;
}
#navbarleft li {
	list-style: none;
	margin: 0 0 1em 30px;
}
#navbarleft a {
	text-decoration: none;
	padding-right: .1em;
}
#navbarleft a:link {color: #666; background-color: inherit;}
#navbarleft a:visited {color: #666; background-color: inherit;}
#navbarleft a:hover {color: #000;background-color: inherit; font-weight: bold;}
#navbarleft a:active {color: #ccc; background-color: inherit; font-weight: bold;
}
/**************** Content styles ****************/
#maincontent {
	width: 580px;	
	float: left;
	padding: 35px 0 0 30px;
}
#contentleft {
	width: 275px;
	float: left;
}
#contentright {
	width: 275px;
	float: right;
}
p.quote {
	font-style: italic;
	font-weight: bold;
	font-size: .58em;
	line-height: 1.5;
	margin-bottom: 1.8em;
}
#maincontent li {
	margin-left: 1.5em;
}
#maincontent ul {
	margin: .5em 0;
	font-size: .7em;
}
#maincontent.contentwhole {
	width: 580px;
}
/**************** Contact styles ****************/
#contactformcontainer {
	background-color:#E7FFB5;
	border: 1px solid #ccc;
	width: 325px;
	padding: 1em 0;
	float: left;
}
input#name, input#email, input#subject, textarea {
	width: 200px;
}
#submit {
	margin: 0 0 0 100px;
}
label {
	width: 90px;
	float: left;
	font-weight: bold;
	text-align: right;
	margin: 0 10px 0 0;
	padding-top: .5em;
}
input, textarea {
	margin-bottom: 1em;
}
.contactaddress {
	float: left;
	margin-left: 20px;
	width: 200px;
}
/**************** Gallery styles ****************/
#gallerycontainer {
	position: relative;
	float:left;
}
#mainimage {
	float: left;
	margin-right: 20px;
	height: 493px;
	width: 369px;
}
#thumbs {
	float: left;
	width: 190px;
}
#thumbs img {
	float: left;
	margin: 0 10px 10px 0;	
}
#thumbs a span {
	display: none;
}
#thumbs a:hover {
	border: 0;
}
#thumbs a:hover span {
	position: absolute;
	display: block;
	top: 0;
	right: 200px;
}
/**************** Footer styles ****************/
#footer {
	color: #666;
	float: left;
	width: 100%;
	font-size: .86em;
	line-height: 1.5;
	text-align: center;
	padding: 2em 0 1em;
}
/**************** Misc classes and styles ****************/
.margbottom {margin-bottom: .8em;}
.floatright {float: right; margin: 0 0 .5em .5em;}
.lastp {margin-bottom: 0;}
.floatleft {float: left;}