@charset "utf-8";
/* CSS Document */
html { 
		background: url(../sitegraphics/background-image.jpg) no-repeat center center fixed; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		margin:0;
	}
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000000;
	margin:0;
	}
p { line-height:22px;}
img {border:none;}
hr {
	width:95%;
	}
h1 {
	color:#4a5065;
	line-height:30px;
	}
h1 a { 
	text-decoration:none;
	color:#4a5065;
	}
h1 a:hover {
	color:#537db9;
	}
h2 {
	color:#4a5065;
	font-size:14px;
	font-weight:bold;
	}
li {
	line-height:25px;
	font-size:10px;
	}	
a:link , a:visited , a:active{ color:#000000;}
a:hover { color:#4a5065; text-decoration:none;}
#container {
	margin:0 auto;
	width:1140px;
	min-height:900px;
	-moz-box-shadow: 0 0 20px black;
	-webkit-box-shadow: 0 0 20px black;
	box-shadow: 0 0 20px black;
	}
#title{
	margin:0 auto;
	float:left;
	width:1140px;
	height:150px;
	display:block;
	background-image:url(../sitegraphics/bg-title03.jpg);
	background-repeat:no-repeat;
	}
#logo {
	float:left;
	height:50px;
	display:block;
	width:100%;
	text-align:right;
	padding-top:70px;
	}
#navigation {
	height:30px;
	width:735px;
	float:left;
	}
#navspacer {
	width:405px;
	height:30px;
	display:block;
	float:left;
	}
#content {
	margin:0 auto;
	float:left;
	width:1110px;
	padding:15px;
	background-color:#FFF;
	min-height:450px;
	}
#contentleft {
	width:785px;
	float:left;
	padding-right:15px;
	}
#contentright {
	width:290px;
	background-color:#d5cec6;
	-moz-box-shadow:    inset 0 0 6px #000000;
	-webkit-box-shadow: inset 0 0 6px #000000;
	box-shadow:         inset 0 0 6px #000000;
	float:left;
	padding:10px;
	min-height:430px;
	margin-top:40px;
	}
#footer {
	margin:0 auto;
	width:1110px;
	height:30px;
	display:block;
	padding:15px;
	text-align:center;
	color:#FFF;
	font-size:10px;
	background-color:#4a5065;
	}
#clear {clear:both;}
a.footfont {
	text-decoration:none;
	color:#FFF;
	}
a.footfont:hover {
	color:#FFF;
	text-shadow: 2px 2px 2px #000;
	}
#navbutton {
	display:block;
	height:30px;
	width:147px;
	background-color:#4a5065;
	float:left;
	color:#FFFFFF;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	text-shadow: 2px 2px 2px #000;
	}
#navbutton:hover {
	background-color:#a5abc7;
	}
.slideshow {
	width:900px;
	height:172px;
	display:block;
	float:left;
	margin: 0 auto;
	background-color:#4a5065;
	}
.colorbox {
	border:1px #000000 solid;
	}
.colorbox:hover {
	border:1px #F60 solid;
	}
a.breadcrumbs{
	color:#006699;
	}
a.breadcrumbs:hover {
	text-decoration:none;
	color:#003366;
	}
.hover img{
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
	}
.hover:hover img{
	filter:alpha(opacity=70); 
	-moz-opacity: 0.70; 
	opacity: 0.70;
	}
.smallfont {
	font-size:10px;
	}
.largefont {
	font-size:18px;
	}
.tr:hover {
	background-color:#eef1fc;
	}
#download li {
	list-style-type:none;
	}
#thumbnail a {
	display:block;
	width:210px;
	height:250px;
	font-size:10px;
	text-decoration:none;
	text-align:center;
	float:left;
	}
#thumbnail a:hover {
	text-decoration:underline;
	}
#thumbnail img:hover {
	filter:alpha(opacity=70); 
	-moz-opacity: 0.70; 
	opacity: 0.70;
	}
#left {
	width:50%;
	float:left;
	}
#right {
	width:50%;
	float:left;
	}