/* Home CSS Document */

* {
	margin: 0px;
	padding: 0px;
	}

#datetime, #breadcrumbs, #subnav {
	display: none;
	}

#contentwrapper	{
	width: 750px;
	height: 230px;
	background: url(../images/design/home/videowelcome.gif) no-repeat;
	float: left;
	margin-right: 0px;
	}

#video {
	background: none;
	float: left;
	display: inline;
	width: 370px;
	height: 200px;
	padding: 10px 0px 0px 20px;
	}
	
#flash {
	margin-left: 272px;
	display: inline;
	position: absolute;
	}

#content {
	width: 300px;
	float: right;
	padding: 50px 20px 0 0;
	display: inline;
	clear: none;
	}

#content p {
	font-size: 90%;
	line-height: 150%;
	}

h1 {
	color: #FFCC00;
	margin: 0 0 7px 0;
	}

#header {
	height: 200px;
	}

#forcer {
	display: none;
	}

ul#mainMenu {
	background: url(../images/design/home/menuback.gif) repeat-x;
	padding-left: 10px;
	margin: 0px;
	width: 740px;
	}

#toplinks {
	float: left;
	background: #232323;
	padding: 5px 5px 0px 5px;
	width: 210px;
	margin: 10px;
	display: inline;
	}
#toplinks img {
	width: 210px;
	height: 50px;
	padding-bottom: 5px;
	border: 0px;
	}
	
#latest {
	background: #232323 url(../images/design/home/headers.gif) no-repeat;
	float: left;
	width: 495px;
	padding: 40px 5px 0px 5px;
	margin-top: 10px;
	}
	
#latestnews {
	width: 290px;
	text-align: center;
	float: left;
	}

#latestnews p {
	padding: 5px;
	margin: 0px;
	}

#latestnews li {
	list-style: none;
	}

#latestnews a:link, #latestnews a:visited {color: #CCCCCC;}

#latestnews h2 {
	background: #910000 url(../images/design/home/news_header.gif) no-repeat;
	padding: 3px 30px 3px 20px;
	margin: 0px;
	line-height: 120%;
	}

.newsfooter {
	background: url(../images/design/home/news_footer.gif) bottom;
	text-align: left;
	margin-bottom: 5px;
	}
.newsfooter p {
	font-size: 90%;
	}

.readmore {
	text-align: right;
	font-size: 80%;
	}
.readmore a {
	text-decoration: none;
	} 

#recentphotos {
	float: left;
	width: 180px;
	padding: 0px 10px;
	}

#recentphotos li {
	list-style: none;
	padding: 0px 10px;
	}

#recentphotos img {
	width: 150px;
	height: 150px;
	margin-bottom: 5px;
	border: 10px solid #666666;
	}	
#recentphotos p {
	text-align: right;
	margin: 0px;
	padding: 3px 0px;
	font-size: 90%;
	}

#recentphotos a:link, #recentphotos a:visited {color: #CCCCCC;}

