/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: url(metal.png);
	text-align:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:medium;
	color: #CCCCCC;
	background-repeat:repeat;
}

#flashHolderHead {
position:relative;
width:497px;
height: 280px;
z-index: 999;
margin-top: -438px;
margin-left:57px;
padding-bottom: 200px;}

h1 { 
	font:Georgia, "Times New Roman", Times, serif; 
	text-align:center;
	margin:0;
	font-style: normal;
	padding-top:.1em;
	font-size:large;
	color: #FFFFFF;

}

h2 {
	font:Georgia, "Times New Roman", Times, serif; 
	margin:0;
	font-size: large;
	font-weight:bolder;
	color:#660000;
	text-align:left;
}
h3 {
	font:Georgia, "Times New Roman", Times, serif; 
	margin:0;
	font-size: large;
	font-weight:bolder;
	color:#660000;
	text-align:center;
}


p { 
	line-height:1.5; 
	margin:0 0 1em;
	text-align:left;
}
.style5{
font:Georgia, "Times New Roman", Times, serif; 
	margin:0;
	font-size: medium;
	font-weight:bolder;
	color: #000000;
	text-align:left;
	}

.style6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	text-align:left;
	font-size:medium;
	}

.style7 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 20px;
	font-size: small;
	text-align: left;
}
.style8 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 4px;
	font-size: small;
	color: #CCCCCC;
	text-align:center;
	}
.style9 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #FFFFFF;
	text-align:left;
	margin-left:20px;
	margin-right:20px;
	padding-left:20px;
	padding-right:20px;
	}
	.style10 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #000000;
	text-align:left;
	margin-left:20px;
	margin-right:20px;
	padding-left:20px;
	padding-right:20px;
	}
	
	div#style11 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #000000;
	text-align:left;
	width:720px;
	margin-left:70px;
	
	}
	
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: Medium;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	line-height: normal;
	text-decoration: none;
	text-align: left;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	text-align: left;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #660000;
	text-decoration: none;
	text-align: left;
}
a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #990000;
	text-decoration: none;
	text-align: left;
}
a.footer:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	line-height: normal;
	text-decoration: none;
	text-align: left;
}
a.footer:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	text-align: left;
}
a.footer:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #660000;
	text-decoration: none;
	text-align: left;
}
a.footer:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #990000;
	text-decoration: none;
	text-align: left;
}
a.nav:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: normal;
	text-decoration: underline;
	text-align: left;
}
a.nav:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
	text-align: left;
}
a.nav:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: Medium;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #990000;
	text-decoration: underline;
	text-align: left;
}
a.nav:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: Medium;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #990000;
	text-decoration: underline;
	text-align: left;
}
a img {border: none; } 


.dropcap {
	float:left;
	color:#800000;
	font-size:55px;
	line-height:40px;
	padding-top:4px;
	padding-right:2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	/*text-indent:0px;*/
	}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:900px;
	background: #000000;
	border-right: double #660000;
	border-left: double #660000 ;
	border-bottom: double #660000 ;
	text-align: center;
	padding-bottom:50px;
	/*border-top:thick #660000 ;*/
	
	height:100%; !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	
	/*z-index: 1;
*/}
div#header {
	/*padding:1em;*/
	width: 100%;
	text-align:center;
	background:center;	
	/*z-index: 2;*/
}
div#header p {
	font-style:italic;
	font-size:1.1em;
	margin:0;
	}
div#white_content {
	padding:0em 0em 5em; /*bottom padding for footer */
	font:Georgia, "Times New Roman", Times, serif;
	position: relative;
	text-align:center;
	width:925px;
	background-color: #999999;
	height:700px;

	
	/*z-index: 3;	*/
	}
	div#photo_content {
	padding:0em 0em 5em; /*bottom padding for footer */
	font:Georgia, "Times New Roman", Times, serif;
	position: relative;
	text-align:left;
	width:0;
	background-color: #999999;
	height:200px;/*length of content container*/
	/*z-index: 3;	*/
	
	}
div#content {
	padding:0em 0em 5em; /*bottom padding for footer */
	font:Georgia, "Times New Roman", Times, serif;
	position: absolute;
	left: 9px;
	text-align:left;
	width:875px;
	margin-left: auto;
	margin-right: auto;
	color: #000000;
	height: 685px;
	}

/*this whole layout depends on this footer for positioning, background none*/
div#footer {
	position: absolute;
	width:100%;
	bottom:; /* stick to bottom */
	border-bottom:0;
	left: 0px;
	height:45px;
	padding-top:45px;
}
div#footer p {
	padding:0em;
	margin:0;
	}
#date_container{
	text-align:right;
	color:#900000;
	padding-right:40px;
	padding-top:1px;
	font-size: medium;
	
	}
#right_content {
	FLOAT: right;
	POSITION: relative;
	HEIGHT: auto;
	width: 600px;
	margin:1em;
	font-size: small;
	FONT-FAMILY: sans-serif;
	padding-right:.5em;
	overflow: visible;
	z-index: 5555;
	clear:left;
	text-align:left;
	}
	#photo_content {
	FLOAT:left;
	POSITION: relative;
	HEIGHT:350px;
	width: 700px;
	margin:1em;
	font-size: small;
	FONT-FAMILY: sans-serif;
	padding-right:0.5em;
	z-index:0;
	text-align:left;
	}
#left_content {
	WIDTH: 180px;
	CURSOR: pointer;
	POSITION: absolute;
	HEIGHT: auto;
	margin-left:2em;
	z-index: 5556;
	clear:left;
	text-align:left;
	}	
#bottom_content {
	width: 100%;
	FONT-FAMILY: sans-serif;
	text-align: center;
	font-weight: normal;
	position:absolute;
	left:2px;
	top:520px;
	margin: 0 auto;
	height:auto;
	/*z-index: 6;*/
	bottom:40px;
	
}
#vision {
 background:#769b0b;
 text-align:center;

 
}
/*this is for the index only*/
#index_scroll
{
	position:absolute;
	left:10px;
	top:0px;
	width:880px;
	height:500px;
	background-image: url(background.index.gif);
	overflow:auto;
	background-repeat:no-repeat;
	scrollbar-face-color :#660000;
	scrollbar-highlight-color :#ccc;
	scrollbar-3dlight-color : #000000;
	scrollbar-shadow-color : #000000;
	scrollbar-darkshadow-color : #000000;
	scrollbar-track-color : #000000;
	scrollbar-arrow-color : #000000;

}


#noscroll
{
	position:absolute;
	left:9px;
	top:170px;
	width:865px;
	height:370px;
	background-image: url(background.content.gif);
	overflow:auto;
	background-color:#000000;
	background-repeat:no-repeat;
	text-align:left;
	scrollbar-face-color : #660000;
	scrollbar-highlight-color :#ccc;
	scrollbar-3dlight-color : #000000;
	scrollbar-shadow-color : #000000;
	scrollbar-darkshadow-color : #000000;
	scrollbar-track-color : #000000;
	scrollbar-arrow-color : #000000;
}
/*this is the photo page only*/
#index_scroll4
{
	position:absolute;
	left:9px;
	top:170px;
	width:865px;
	height:350px;
	background-image: url(background.content.photo.gif);
	overflow:auto;
	background-repeat:no-repeat;
	text-align:center;
	scrollbar-face-color : #660000;
	scrollbar-highlight-color :#ccc;
	scrollbar-3dlight-color : #000000;
	scrollbar-shadow-color : #000000;
	scrollbar-darkshadow-color : #000000;
	scrollbar-track-color : #000000;
	scrollbar-arrow-color : #000000;
	z-index: 999999;

}
#colleft
{	width:500px;
	position:absolute;
	left:50px;
	bottom:0;
 	border-top:none;
	top: 25px;
 }
 #colright
 {width:200px;
 height:200px;
	position:absolute;
	left:600px;
	bottom:0;
 	border-top:none;
	top: 25px;
	}
#sponright
 {width:300px;
 height:300px;
	position:absolute;
	left:500px;
	bottom:0;
 	border-top:none;
	top: 25px;
	}	
 
#sponleft
 {
 width:300px;
	position:absolute;
	left:100px;
	bottom:0;
 	border-top:none;
	top: 25px;
	}
	
	#conright
 {
 width:170px;
	position:absolute;
	left:550px;
	bottom:0;
 	border-top:none;
	top: 160px;
	}
	
	#concenter
 {
 width:170px;
	position:absolute;
	left:330px;
	bottom:0;
 	border-top:none;
	top: 160px;
	}
	
	#conleft
 {
 width:170px;
	position:absolute;
	left:100px;
	bottom:0;
 	border-top:none;
	top: 160px;
	}
	
	#contopleft
 {
 width:255px;
	position:absolute;
	left:50px;
	bottom:0;
 	border-top:none;
	top: 25px;
	}
	
	#contopright
 {
 width:480px;
	position:absolute;
	left:325px;
	bottom:0;
 	border-top:none;
	top: 25px;
	}

		
