/* CSS Document */

body {background: white;}

img {border: 0px;}				/* removes image boarders in ie and firefox */


img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

/* simple viewer */

html {
	height: 100%;
	overflow: hidden;
	
	}
	
#flashcontent {
	border-top: solid black 2px;
	height: 500px;
	
	
	}
	
	/* end hide */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	}

/* simple viewer */

#siteframe { 
	
	width: 900px;
	height: 660px;
	
	margin-left:20px;
	
	border-top: solid white 2px;}

#header {
	
	width:900px;
	height:302px;
	
	}
#headtext {
	width: 400px;
	height: 100px;
	float: left;
	border: solid black 1px;}
	
#navhold {
	float: right;
	height: 300px;
	width: 150px;
	
	}


#navcontainer { 
	width: 152px; 
	float:right; 
	margin-top: 0px;
}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 90%;
background-color: #EEE;
border-bottom: 1px solid #FFF;
}

#navcontainer a:link
{
color: #999;
text-decoration: none;
}

#navcontainer a:visited
{
color: #999;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #000000;
color: #111111;
}
		
/*------- end nav ---*/


#contframe {
	width:890px;
	height: 500px;
	border-top: solid black 2px;
	background: #999999;
	padding-left: 10px;
	
	}

#footer {
	
	width: 900px;
	height: 50px;
	margin-left:20px;
	border-top: solid black 2px;
}

#footertextr { 
	width: 300px;
	height: 40px;
	text-align: right;
	position: relative;
	top: 10px;
	right: 20px;
	float: right;
	}

#footertextl { 
	width: 500px;
	height: 40px;
	text-align: left;
	position: relative;
	top: 10px;
	left:20px;
	float: left;
	}
	
#leftcont {
	width:440px;
	height: 500px;
	float: left;
}

#leftcont2 {
	background: white;
	width: auto;
	height:500px;
	float: left;
	text-align: Center;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	padding: 0
}
#leftcont3 {
	
	width: 390px;
	height:346px;
	float: left;
	text-align: left;	
}
#rightcont {
	width: 390px;
	height:346px;
	float: right;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	
}
#mapcontainer {
	width: 390px;
	height:346px;
	float: right;
}
#map { 
	width: 300px;
	height: 300px;
	margin-left: 10%;
	margin-right: auto;	
	margin-top: 0px;
	
}
#pic {
	overflow: hidden;
	width: 400px;
	height: 346px;
	float: right
	
}

#pic2 {
	background: url(images/light2.gif);
	width: 398px;
	height: 346px;
	float: left;
}
#pic3 {
	background: url(images/light3.gif);
	width: 398px;
	height: 346px;
	float: left;
}
#pic4 {
	background: url(images/light4.gif);
	width: 398px;
	height: 346px;
	float: left;
}
#mb {
	width: 160px;
	height: 160px;
	float:left;
	border-color: black;
	border-style: solid;
	border-width: 2px;
	font-size:90%;
	text-align: left;
}

p {  font-family: Arial;
	color: black;}

.style2 {font-family: Arial; 	font-size:10px; 	color: black;}
.style3 {font-family: Arial;	font-size: 50px;	color: black;}

H1 {  	font-family: 	Arial; color: Black; 	font-size: 50px;}
H2 { 	font-family: 	Arial; color: black; 	font-size: 15px;}



a:link { color: #000; font-family: Arial;text-decoration: none;}
a:visited {color: #000; font-family: Arial;text-decoration: none;} 
a:hover { color: #666666;  font-family: Arial;text-decoration: none;} 


a.two:link 		{color: #999999; 	font-family: Arial;	text-decoration: none; line-height: 25px}
a.two:visited 	{color: #999999; 	font-family: Arial;	text-decoration: none; line-height: 25px} 
a.two:hover 	{color: black;  	font-family: Arial;	text-decoration: underline; line-height: 25px} 

a.three:link 	{color: black; 		text-decoration: none; 	font-size: 30px; line-height: 25px}
a.three:visited {color: black; 		text-decoration: none;	font-size: 30px; line-height: 25px}
a.three:hover 	{color: #999999;  	text-decoration: none;	font-size: 30px; line-height: 25px} 


