/* CSS Document */


body{
behaviour:url("csshover.htc");
}

html, body, #container
{
	background-color:#FFFFFF;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}


html>body, html>body #container
{height: auto; /*this undoes the IE hack, hiding it from IE using the child selector*/  }

h1{
font-size:2em;
color:#FFFFFF;
padding:0px;
margin:0px;
}

h2{
font-size:1.3em;
color:#FFFFFF;
padding:0px;
margin:0px;
font-weight:bold;
}

p{
font-size:1.2em;
color:#FFFFFF;
background-color:inherit;
padding:0px;
margin:0px;
}

a:link {color:#FFFFFF; background-color:inherit;}
a:visited {color:#FFFFFF; background-color:inherit;}
a:hover {color:#FFFFFF; background-color:inherit;}
a:active {color:#FFFFFF; background-color:inherit;}


.content ul{
color:#FFFFFF;
background-color:inherit;
padding: 0px 0px 0px 20px;
margin:10px;
}

.content li{
color:#FFFFFF;
background-color:inherit;
padding: 5px 0px 5px 0px;
font-size:1.2em;
}



#container{
	position: relative;
	margin: 0px auto;
	margin-top:20px;
	width: 800px;
	background-color:#999999;
	padding:0px;
}


#header{	
	height:42px;
	background-color:#BFBFBF;
	position: relative;
	padding:0px;
	z-index:1000;
}

#h1div{
clear: right;
padding: 50px 0px 15px 50px;
}


.page{
padding: 0px 0px 0px 50px;
margin-bottom:30px;
position:relative;
}

.content{
margin: 0px 350px 0px 0px; 
position:relative;
}

.photobox{
width:300px;
float:right;
margin-right:20px;
}

.photobox .widetop{
margin-bottom:10px;
}

.photobox .bottomleft{
margin-right:10px;
}

.photobox .tallleft{
float:left;
margin-right:10px;
}

.photobox .righttop{
margin-bottom:10px;
}

.photobox .right{
float:right;
margin-left:10px;
}

#header img{
	position:relative;
	left: 7px;
	top: 5px;
	display: block;
	height:34px;
	float:left;
}

#map{
clear:both;
}

#footer{
background-color:#BFBFBF;
position: relative;
padding:5px;
}

.footertext{
font-size:0.9em;
color:#333333;
background-color:inherit;
text-align:center;
line-height:140%;

}

/* menu navigation styling */

		* { margin: 0; padding: 0; }		
		
		#nav { 
			text-align: center;
			position:absolute;
			right:0px;
			bottom:0px;
			font-size:1em;
		
		}

		#nav ul { 
			margin: 0 auto;
			list-style: none;
			float:right;
		}
		
		
		#nav li { 
			float: left;
			position: relative;
			width: 10em;
			background-color:#BFBFBF;
			}
		
		#nav a { 
			padding:5px 0px 5px 0px;
			display: block;
			width: 10em;
			color:#333333;	text-decoration:none;
		} 
		
		#nav a:hover { 
			background-color: #FFF;
			color:#FF0000;
		}

		#nav li ul { 
			display: block;
			position: absolute; 
			width: 10em; 
			left: -999em;
			background-color: #FFF;
			color:#666666;
		} 
		
		#nav li:hover ul, #nav li.sfhover ul {
		left: 0px;
		}
		
		#nav li li {  display: block }

/*form details*/

#details{
width:500px;
margin-top:40px;
}

.option{
width:100px;
float:right;
text-align:center;
}

.disclaimer{
font-size:1em;
line-height:1.3em;
padding:0px;
margin-left:150px;
}

.left{
float:left;
width:150px;
}

.boxwidth{
width:200px;
}


.formclearing{
height: 1%;
margin: 0px 0px 10px 0px;
padding: 0;
clear: both;
}



.feedbackpage{
padding: 0px 50px 0px 50px;
margin-bottom:30px;
position:relative;
font-family:Arial, Helvetica, sans-serif;
font-size:1.2em;
color:#FFFFFF;
}

.boxwidth{
width:210px;
}

.picfloat{
margin:20px 0px 20px 0px;
text-align:center;
}

.clearing {
height: 1%;
margin: 0px 0px 30px 0px;
padding: 0;
clear: both; }


/* Intro Styling */

#homepagetop{
text-align:center;
position:relative;
}

#homepagebuttons{
position:relative;
margin:0 auto;
margin-top:20px;
margin-bottom:30px;
height:61px;
width:570px;
}

.tagline{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:2.7em;
}

#intrologo img{
margin-top:50px;
}


#rssintrologo{
float:right;
position:absolute;
top:10px;
right:20px;
}

#tour{
margin-right:20px;
float:left;
height:61px;
width:100px;
position:relative;

}

#support, #tour, #arrow {
height:71px;
float:left;
width:130px;
position:relative;
}

#arrow{
float:right;
width:88px;
}


#support img, #tour img, #arrow img{
float:left;
}

#arrow img{
float:right;
}

#support .text, #tour .text, #arrow .text {
position:absolute;
bottom: 0px;
left:0px;
font-size:1.5em;
margin-top:10px;
}

#flashmovies{
height:103px;
width:576px;
margin:0 auto;
margin-top:15px;
}

#flashcontent1, #flashcontent2, #flashcontent3, #flashcontent4{
width:138px;
height:103px;
float:left;
margin:0px 3px 0px 3px;
padding:0px;
}


#sitemap{list-style:none;}

#sitemap ul{list-style:none; }

#sitemap ul li{font-size:1em;}

#sitemap ul li ul{}

#sitemap li .heading{font-weight:bold; font-size:1.3em;}

