@charset "utf-8";
/* CSS Document */
/* 2010 */

/* visual styles */

body { font-family: Helvetica, Arial, sans-serif; font-size: 11pt; line-height: 12pt; }
p {
	margin: 0 0 5px 10px;
}
h1 { color:#5b9ca5; font-size: 15pt; }
h2 { color:#40757d; font-size: 18pt; margin-bottom: 5px; }
h3 { color:#a00202; font-size: 15pt; }
h4 { color:#b2903e; font-size: 15pt; }
h4 a { color:#b2903e; font-size: 15pt; margin: 10px 0 5px 10px; }
h4 a:hover { color:#40757d; }
h5 { color:#ffffff; font-size: 20pt; padding:0; margin: 20px 0 5px 5px; }
h6 { color:#ffffff; font-size: 17pt; padding:0; margin: 0; }
ul {}
li {}
a { color:#5b9ca5; text-decoration:none; }
a:hover {}

/* page styles */

body {
background-color: #282828;
background-image: url(../images/v1-backtile.jpg);
background-repeat: repeat-x;
margin: 0;
}

#wrapper {
width: 900px;
height: auto;
margin: 0 auto 15px auto;
padding: 0;
}

#header {
position: relative;
background-image:url(../images/header.jpg);
background-position: top center;
background-repeat: no-repeat;
width: 900px;
height: 345px;
margin: 0 auto;
}	#box1 { 
	position: absolute; 
	top: 5px; right: 5px; 
	color:#fff; 
	font-weight:bold; 
	text-align: right; 
	margin:0; padding:0; 
	}
	#box2 { 
	position: absolute; 
	top: 245px; right: 200px; 
	line-height: 20pt; 
	text-align: center; 
	width: 150px; height: auto; 
	}
	
#nav {
	position: absolute;
	top: 210px;
	margin: 0 0 0 15px;
	line-height: 16pt;
	font-size: 14pt;
	color: #5b9ca5;
	height: 124px;
}	#nav ul li { list-style: none; }
	#nav ul li a:hover { color: #b2903e; }
	
#content {
background-image:url(../images/content-tile.jpg);
background-repeat: repeat-y;
width: 900px;
float:left;
margin: 0 auto;
}

#contentarea {
position: relative;
float:left;
background-image:url(../images/content.jpg);
background-position: top center;
background-repeat: no-repeat;
width: 840px;
min-height: 245px;
margin: 0 auto;
padding: 20px 30px 0 30px;
font-size: 11pt;
}	#cont-left { width: 410px; float: left; }
	#cont-right { width: 410px; float: right; }
	#cont-center { font-size:11px; }
	#cont-center h4 { font-size: 14px; }
	#cont-center { width: 830px; clear:both; }
	#cont-left2 { width: 410px; float: left; font-size: 11px; }
	#cont-right2 { width: 410px; float: right; font-size: 11px;  }
	
#footer {
background-image:url(../images/footer.jpg);
background-position: top center;
background-repeat: no-repeat;
float: left;
width: 900px;
height: 35px;
margin: 0 auto;
}

/* other */	

#cont-gallery { width: 840px; float: left; }
#cont-gallery ul { width: 98%; }
#gallery {
width: 95%;
margin:0 auto;
padding:0;
}
#gallery li {
display: inline-block;
float:left;
list-style: none;
width: 150px;
height: 142px;
text-align: center;

background-image:url(../images/thumb-back.png);
background-position: top center;
background-repeat: no-repeat;
margin: 6px;
padding: 8px 0 0 0;

border: #d2d2d2 dotted 1px;
}
#gallery li img { border: none; }
#gallery li:hover { border: #336699 dotted 1px; }
#footnote {
text-align: center;
font-size: 8pt;
color:#FF9900;
}	#footnote a { font-weight:bold;}
	#footnote a:hover { color:#b2903e; }

