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

* {
	padding:0;
	margin:0;
}
A {
	text-decoration: underline;
	font-weight: bold;
}
A:link {
	color: #F90;
	text-decoration: none;
}
A:visited {
	color: #F90;
	text-decoration: none;
}
A:hover {
	color: #F90;
	text-decoration: underline;
}
body {
	background: -moz-linear-gradient(top, #555, #333 25%) no-repeat #333;
	background: -webkit-gradient(linear, 0 0, 0 25%, from(#555), to(#333)) no-repeat #333;
	background-color: #333;
	text-align: center;
	font-family: Arial, 'Lucida Grande', sans-serif;
	font-size: 13px;
}
#container {
	margin: 0 auto;
	margin-top: 15px;
	width: 960px;
	border: solid #999 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.55);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.55);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.55);
 filter: progid:DXImageTransform.Microsoft.Shadow(color='#222222', Direction=135, Strength=5);
 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color='#222222', Direction=135, Strength=5)";
	background-color: #333;
	position: relative;
	overflow: hidden;
	color: #fff;
}
#header {
	background-image: url(images/hero-background.jpg);
	background-position: right;
	background-repeat: no-repeat;
	background-color: #1f2324;
	height: 220px;
	width: 960px;
	margin: auto;
	position: relative;
	z-index: 999;
}
#header h1 {
	font-size: 36px;
	color: #fff;
	text-align: left;
	padding-left: 30px;
	letter-spacing: -2px;
	padding-top: 50px;
	font-weight: normal;
	text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.55);
}
.headersmaller {
	font-size: 24px;
	letter-spacing: -1px;
}
#header h2 {
	font-size: 24px;
	color: #CCCCCC;
	text-align: left;
	padding-left: 30px; 
	letter-spacing: -1px;
	font-weight: normal;	
	text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.55);
padding-top: 30px;
}

.slideshow {
	float:right;
	width: 360px;
	height: 220px;
	overflow: hidden;
}

div#contentcontainer {
	position: relative;
	overflow: hidden;
}
#nav {
	width: 180px;
	background: #666;
	padding-bottom: 10px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.55);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.55);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.55);
 filter: progid:DXImageTransform.Microsoft.Shadow(color='#222222', Direction=90, Strength=5);
 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color='#222222', Direction=90, Strength=5)";
}
#nav ul {
	padding : 12px 0 0 15px;
	margin : 0;
	font-size: 13px;
	color: #fff;
	text-align: left;
	list-style: none;
	line-height: normal;
	font-weight:bold;
}
#nav li{
	padding-bottom: 8px;
}

#nav a:link {
	color: #CCC;
}
#nav a:visited {
	color: #CCC;
}
#nav a:hover {
	color: #CCC;
	text-decoration: underline;
}
#nav a:link#active, #nav a:visited#active {
	color: #fff;
	text-decoration: none;
}
#main {
	margin-left: 180px;
	padding: 10px 0;
	background-color: #2a2a2a;
}
#main ul {
	list-style: square outside;
	padding-left: 35px;
	padding-right: 15px;
	padding-top: 8px;
	font-weight: normal;
	text-align: left;
}
p {
	padding: 8px 15px 0 15px;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}
h2 {
	font-size: 24px;
	color: #CCC;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2px;
	margin: 0px;
	letter-spacing: -1px;
	font-weight: normal;
}
h3 {
	font-size: 19px;
	font-weight: normal;
	color: #CCC;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 8px;
	margin: 0px;
	letter-spacing: 0px;
}
h4 {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 8px;
	font-size: 14px;
	color: #fff;
	margin: 0px;
	text-align: left;
	font-weight: bold;
	text-transform: none;
}
#footer p {
	font-size: 10px;
	color: #fff;
	text-align: center;
	padding-top: 10px;
	margin-bottom: 20px;
}
#footer a:link {
	color: #fff;
}
#footer a:visited {
	color: #fff;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
.fineprint {
	font-size: 10px;
	margin-bottom: 0px;
}
.floatright {
	float: right;
	clear: none;
	margin-left: 15px;
	border: 2px #CCC solid;
}
.floatleft {
	float: left;
	clear: none;
	margin-right: 10px;
	border: 2px #CCC solid;
}
.border {
	border: 2px #CCC solid;
}
.center {
	text-align: center;
}
.thumbnailscontainer {
	width: 590px;
	margin-left: 165px;
}
.thumbnails {
	float: left;
	padding: 10px 5px 15px 5px;
	margin: 0;
	font-size: 10px;
	color: #333;
}
.thumbnailsclearboth {
	clear: both;
}.aligncenter {text-align: center; margin: 10px 0 10px 0;}

.axsencallout {
	color: #333333;
	background-color: #222222;
	padding: 10px;
	margin-left: 350px;
	margin-right: 210px;
	margin-top: 8px;
	font-size: 14px;
	text-align:center;
}

