@charset "UTF-8";
/* CSS Document */

body {
	font-size:62.5%;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:normal;
	line-height:15px;
	color:#666666;
	margin:0px;
	filter: alpha(opacity=99.99);   
	-moz-opacity: .9999;   
	opacity: .9999;
	-khtml-opacity: .9999
}
html,body {
	height:100%;
}
a:link,
a:visited,
a img {
	border:none;
	text-decoration:none;
	color:#FF0000;
}
a:hover,
a:active {
	color:#666666;
}
.ON {
	color:#FF0000;
}
p {
	margin: 0px 0px 8px 0px;
	float:none;
}
#list {
  padding:0;
  margin:0px 0px 10px 10px;
  }
#list li {
  }
#container {	
	position:relative;
	width:945px;
	height:675px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	padding:10px 0px 0px 0px;
	background-color:#FFFFFF;
	font-size:1.2em;
}
#splash {	
	position:relative;
	width:165px;
	height:250px;
	margin-left:auto;
	margin-right:auto;
	margin-top:200px;
	margin-bottom:auto;
	background-color:#FFFFFF;
	font-size:110%;
	text-align:center;
}
#splash img {
	padding-left:5px;
}

/* ------------------------------ header ------------------------------ */

#headerBox {
	float:left;
}
#logo {
	display:inline-block;
	height:120px;
	width:160px;
	background-image:url(_images/logo.gif);
	float:left;
}
#header {
	display:inline-block;
	height:100px;
	width:785px;
	background-image:url(_images/header.jpg);
	float:left;
}
#topNav {
	display:inline-block;
	height:19px;
	width:785px;
	border-top-color:#CCCCCC;
	border-top-style:solid;
	border-top-width:1px;
	float:left;
}
#topNav a:link,
#topNav a:visited {
	color:#666666;
	padding:3px 40px 0px 10px;
	line-height:15px;
	text-transform:uppercase;
	float:left;
}
#topNav a:hover,
#topNav a:active,
#topNav .ON {
	color:#FF0000;
}

/* ------------------------------ content ------------------------------ */

#contentBox {
	display:inline-block;
	height:525px;
	width:945px;
	padding-top:35px;
	float:left;
}
#contentBoxBG {
	display:inline-block;
	height:525px;
	width:945px;
	background-image:url(_images/bg_crop.jpg);
	background-repeat:no-repeat;
	padding-top:35px;
	float:left;
}
#sideNav {
	display:inline-block;
	height:525px;
	width:160px;
	padding-right:10px;
	float:left;
}
#sideNav a:link,
#sideNav a:visited {
	color:#666666;
	padding:0px 0px 0px 0px;
	line-height:15px;
	float:none;
}
#sideNav a:hover,
#sideNav a:active,
#sideNav a.ON {
	color:#FF0000;
}
#textBox {
	display:inline-block;
	height:480px;
	width:375px;
	padding-left:85px;
	margin-bottom:45px;
	float:left;
}
#textBox2 {
	display:inline-block;
	height:480px;
	width:265px;
	padding-left:50px;
	margin-bottom:45px;
	float:left;
}
#thumbBox {
	display:inline-block;
	height:480px;
	width:85px;
	padding:0px;
	margin-bottom:45px;
	background-color:#CCCCCC;
	float:left;
}
a.thumbs img {	
	filter: alpha(opacity=70);   
	-moz-opacity: .70;   
	opacity: .70;
	-khtml-opacity: .70;
}

a.thumbs:hover img {
	border: 0px;
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
	-khtml-opacity: 1.0; 
}
#gallery {
	display:inline-block;
	height:480px;
	width:690px;
	padding:0px;
	float:left;
}
#caption {
	display:inline-block;
	height:40px;
	width:690px;
	padding:0px;
	float:left;
}
#caption p {
	color:#666666;
	padding:10px 0px 0px 0px;
	font-size:100%;
}

/* ------------------------------ footer ------------------------------ */

#footerBox {
	display:inline-block;
	height:14px;
	width:945px;
	border-top-color:#CCCCCC;
	border-top-style:solid;
	border-top-width:1px;
	float:left;
}
#footerBox p {
	color:#666666;
	padding:4px 0px 0px 0px;
	line-height:10px;
	text-align:right;
	text-transform:uppercase;
	font-size:100%;
	float:none;
}


