* {
	padding:0;
	margin:0;
}

body {
	background-color: #333;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}

A {
	text-decoration: underline;
	font-weight: bold;
}

A:link {
	color: #FC0;
	text-decoration: none;
}
A:visited { color: #FC0; text-decoration: none; }
A:hover { color: #FC0; text-decoration: underline; }

.thumbnailscontainer {
	width: 590px;
	margin-left: 165px;
}

.thumbnails {
	float: left;
	padding: 10px 5px 15px 5px;
	margin: 0;
	font-size: 10px;
	color: #333;
}

.thumbnailssplash {
	float: left;
	width: 380;
	margin: 0;
	font-size: 10px;
	color: #333;
}

.thumbnailsclearboth { clear: both; }

#headertopspacer {
	background: #333 url(images/top-header.gif) no-repeat;
	width: 780px;
	height: 23px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}

#headerbackground {
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-color: #333;
	width: 780px;
	height: 210px;
	padding: 0px;
	margin: auto;
}

#header {
	background-image: url(images/top-background.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 210px;
	margin: auto;
}

#headercontent {
	height: 210px;
	margin: 0;
	padding: 0;
}

#header h1 {
	font-size: 36px;
	color: #fff;
	text-align: left;
	padding-left: 30px; 
	letter-spacing: -2px;
	padding-top: 20px;
	font-weight: normal;	
}

.headertag {
	text-transform: uppercase;
	color: #CCC;
	font-size: 26px;
}

#splashbackground {
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-color: #333;
	width: 780px;
	height: 297px;
	padding: 0px;
	margin: auto;
}

#splash {
	background-image: url(images/splash-background.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 297px;
	margin: auto;
}

#splash h1 {
	font-size: 36px;
	color: #fff;
	text-align: left;
	padding-left: 30px; 
	letter-spacing: -2px;
	padding-top: 20px;
	font-weight: normal;	
}


#splash p {
	font-size: 12px;
	color: #fff;
	text-align: left;
	padding-left: 30px; 
	padding-top: 40px;
	font-weight: normal;
	text-transform:uppercase;
}

#main {
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-color: #333;
	color: #fff;
	width: 780px;
	padding: 0 0 10px 0;
	margin: auto;
	font-size: 13px;
}

#main ul{
	list-style: square outside;
	padding-left: 200px;
	padding-right: 35px;
	padding-top: 8px;
	font-weight: normal;	
	text-align: left;
	line-height: 1.4em;
}

p {
	padding: 8px 35px 0 175px;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	line-height: 1.4em;	
}

h2 {
	font-size: 24px;
	text-align: left;
	padding-left: 165px;
	padding-right: 35px;
	padding-top: 2px;
	margin: 0px;
	letter-spacing: -1px;
	font-weight: normal;
}

h3 {
	font-size: 19px;
	font-weight: normal;
	text-align: left;
	padding-left: 165px;
	padding-right: 35px;
	padding-top: 8px;
	margin: 0px;
	letter-spacing: 0px;
}

h4 {
	padding-left: 175px;
	padding-right: 35px;
	padding-top: 8px;
	font-size: 13px;
	color: #fff;
	margin: 0px;
	text-align: left;
	font-weight: bold;
	text-transform: none;
}

#footer {
	background: url(images/bot-footer.gif) #333 no-repeat;
	width: 780px;
	height: 36px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}

#splashcontent {
	width: 780px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}

#splashcontent p {
	font-size: 16px;
	color: #fff;
	text-align: left;
	padding-left: 60px; 
	font-weight: normal;
}

#splashcontent ul{
	list-style: square outside;
	padding-left: 84px;
	padding-top: 8px;
	font-weight: normal;	
	text-align: left;
	line-height: 1.4em;
	color: #fff;
	font-size: 24px;	
}


#footer p {
	font-size: 10px;
	color: #fff;
	text-align: center;
	padding-top: 15px;	
}

#footer a:link { color: #fff; } 
#footer a:visited { color: #fff; }
#footer a:hover { color: #fff; text-decoration: underline; }

#nav {
	width: 150px;
	padding: 0;
	margin: 0;
	float: left;
	clear: none;
}

#nav ul{
	padding : 8px 0 0 28px;
	margin : 0;
	font-size: 12px;
	color: #fff;
	text-align: left;
	list-style: none;
	line-height: 1.5em;
	font-weight:bold;
}

#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;}

.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;	
}

.aligncenter {text-align: center; margin: 10px 0 10px 0;}

form { margin-left: 165px; width: 480px;}

input, textarea, select { font: 12px Arial, 'Lucida Grande', sans-serif; padding: 2px; }
/**td { color: #333; font-size: 12px; line-height: 1.4em; list-style-type: square; margin: 0; padding: 4px 0 4px 10px; text-align: left; }**/

.center {
	text-align: center;
}
.axsencallout {
	color: #333;
	background-color: #CCC;
	padding: 5px;
	margin-left: 230px;
	margin-right: 80px;
	margin-top: 8px;
}
