/* CSS Document */

body {
	background:#660000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	margin:0;
	padding:0;
	
	scrollbar-3d-light-color: #763a32;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #3c0d07;
	scollbar-dark-shadow-color: #330000;
	scrollbar-face-color: #660000;
	scrolbar-highlight-color: #763a32;
	scrollbar-shadow-color: #330000;

	}
	
/* header tag for page header */
.redbig {
	color:#cc0000;
	font-weight:bold;
	font-size:13px;
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:14px;
	}
	
 
/* header tag for in-page titles */
.red {
	color:#cc0000;
	font-weight:bold;
	font-size:11px;
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:14px;
	}
.whitebig {
	color:#FFFFFF;
	font-weight:bold;
	font-size:13px;
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:14px;
	}
.white {
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:14px;
	}
	
	
/* main container - everything else goes into this single container */

#allcontainer {
	margin:0px auto;
	text-align:center;
	padding:20px 0 0 0;
	}
	
/* separate backgrounds, as home and rest of site have differing background pictures */
.homebkg {
	margin:0 auto;
	padding:0;
	text-align:left;
	width:922px;
	height:600px;
	background:url(images/home-bkg.gif) no-repeat;
	}
a, a:visited {
	color:#FFFFFF;
	}
a:hover {
	color:#FF0000;
	}
#redlink a, a:visited {
	color:#cc0000;
	font-weight:bold;
	}
#redlink a:hover {
	color:#FFFFFF;
	font-weight:bold;
	}	

/* background for rest of site */
.sitebkg {
	margin:0 auto;
	padding:0;
	text-align:left;	
	width:922px;
	
	background: #330000 url(images/header-img.gif) no-repeat;
	}

/* white-texted paragraphs on home page */	
.paragraphs {
	width:500px;
	margin:0;
	line-height:19px;
	padding:0 0 0 225px;
	font-size:12px;
	}
	
.titlesall {
	width:500px;
	margin:0;
	line-height:19px;
	padding:0 0 0 180px;
	}
	
#paragraphsall {
	width:90%;
	margin:0;
	line-height:17px;
	padding:0 40px 25px 35px;
	float:right;
	font-size:12px;
	}
.smalltext {
	font-size:11px;
	}

/* scrolling box for photos */
#photos {
	width:275px;
	height:400px;
	margin: 0 15px 0 0;
	padding: 5px 0 5px 5px;
	float:right;
	overflow:auto;
	}
	
#text {
	float:left;
	width: 370px;
	height:auto;
	padding-top: 100px;
	}

	
	/*container for home page links */
.homelinks {
	width:800px;
	margin:33px 0 0 0;
	padding:0;
	}
.homelinks a, a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}
.homelinks a:hover {
	color:#ffcc00;
	text-decoration:none;
	}
	
#photogallery {
	width:auto;
	clear:both;
}
	
.clear {
	clear:both;
	}
	
/* menu css code - top menu every page - removed definitions april 09 due to widening of the site and this becoming unnecessary */
.spacer {

	}
#navcontainer {
	float:right;
	margin: 40px 10px 0 0;
	padding:0;
	height: 20px;
	width:auto;
	}

#navcontainer ul{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	}

#navcontainer ul li{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	}

#navcontainer ul li a{
	font-size:15px;
	width: 115px;
	height: 18px;
	padding: 0;
	margin: 0;
	color: #ff0000;
	text-decoration: none;
	display: block;
	text-align: center;
	}

#navcontainer ul li a:hover{
	color: #FFFFFF;
	}

/* nav for bottom pages, all pages but homepage */

#bottomnav {
	clear:both;
	background: url(images/footer-img.gif) bottom left no-repeat;
	padding:0;
	height: 40px;
	width:922px;

	
	}

#bottomnav ul{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	}

#bottomnav ul li{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	}

#bottomnav ul li a{
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
	width: 110px;
	height: 27px;
	padding: 3px 0 5px 0;
	margin: 0;
	color: #ff0000;
	text-decoration: none;
	display: block;
	text-align: center;
	border-right: 1px solid #660000;
	}

#bottomnav ul li a:hover{
	color: #FFFFFF;
	}
#bottomnav ul li.padded a {
	padding:10px 0 0 0;
	}
#bottomnav ul li.noborder a {
	border:0;
	}	




