/* CSS Document */

body {
	margin:0;
	padding:0;
	background:url(images/bg.jpg) no-repeat top center #a10c0f;
	font-family:Arial, Helvetica, sans-serif;
	behavior: url(csshover.htc);
	}
	
.clear {
	clear:both;
	}
	
a {
	color:#a10b0f;
	}
	
a:hover {
	text-decoration:none;
	}
	
#container {
	width:936px;
	margin:10px auto 0 auto;
	background-color:#FFFFFF;
	border:1px solid #01305b;
	}
	
#header {
	float:left;
	width:936px;
	height:247px;
	background:url(images/bg_header.gif) no-repeat top;
	}
	
#logo_area {
	float:left;
	width:457px;
	height:234px;
	margin-top:13px;
	border-right:3px solid #b20838;
	}
	
#logo {
	float:left;
	width:305px;
	height:200px;
	margin:15px 0 0 65px;
	}
	
#flash {
	float:left;
	width:476px;
	height:234px;
	margin-top:13px;
	}
	
#nav {
	float:left;
	width:936px;
	height:69px;
	background:url(images/bg_nav.gif) repeat-x;
	}
	
#nav ul {
	margin:0;
	padding:6px 0 0 0;
	list-style:none;
	}
	
#nav li {
	float:left;
	padding:0;
	margin:0;
	text-align:center;
	position:relative;
	}

#nav li a {
	display:block;
	height:45px;
	padding-top:18px;
	color:#FFFFFF;
	font-size:18px;
	text-decoration:none;
	border-left:1px solid #01305b;
	border-right:1px solid #01305b;
	}

#nav li a:hover {
	background-color:#b20838;
	}

li#tab1 a {width:104px;}
li#tab2 a {width:144px;}
li#tab3 a {width:136px;}
li#tab4 a {width:116px;}
li#tab5 a {width:158px;}
li#tab6 a {width:115px;}
li#tab7 a {width:149px;}

#nav li:hover ul { display:block; }
#nav li ul { list-style:none; display:none; position:absolute; top:57px; left:0; z-index:100; }
#nav li ul li { text-align:left; float:none; }
#nav li ul li a { font-size:14px; text-decoration:none; height:20px; background-color:#b20838; padding:5px 32px; width:100px; }
#nav li a:hover, #nav li a.on { background-color:#002d57; }

#wrapper {
	float:left;
	width:900px;
	margin:30px 0 0 30px;
	display:inline;
	}

#content {	
	float:left;
	width:569px;
	}
	
#quote {
	float:left;
	width:569px;
	margin-bottom:20px;
	}
	
#copy {
	float:left;
	width:569px;
	font-size:13px;
	line-height:20px;
	color:#002d56;
	}
	
h1 {
	margin:0;
	padding:0;
	height:48px;
	}
	

#side {
	float:left;
	width:290px;
	margin-left:40px;
	display:inline;
	}
	
#emblems {
	float:left;
	width:250px;
	}

#emblems ul {
	margin:0;
	padding:0;
	list-style:none;
	}
	
#emblems li {
	float:left;
	padding:0;
	margin:0;
	}
	
#honoring {
	float:left;
	width:250px;
	margin-top:10px;
	text-align:center;
	}

#side_gallery {
	float:left;
	width:275px;
	height:175px;
	margin-top:20px;
	}
	
#side_tv {
	float:left;
	width:275px;
	height:181px;
	margin-top:20px;
	}
	
#footer {
	clear:both;
	float:left;
	width:936px;
	height:90px;
	margin-top:30px;
	display:inline;
	background-color:#054179;
	border-top:5px solid #3a8ee3;
	}
	
#footer div {
	float:left;
	margin:20px 0 0 30px;
	color:#FFFFFF;
	font-size:11px;
	}
	
#footer a {
	color:#FFFFFF;
	text-decoration:none;
	background:url(images/footer_star.gif) left no-repeat;
	padding:0 4px 0 12px;
	}
	
#footer a:hover {
	text-decoration:underline;
	}
	
	
/* Interior Styles */

#logo_int {
	float:left;
	width:193px;
	height:128px;
	margin:28px 0 0 46px;
	}
	
#header_int {
	float:left;
	width:936px;
	height:177px;
	background:url(images/bg_header.gif) no-repeat top;
	}
	
#header_pics {
	float:left;
	width:643px;
	height:143px;
	margin:14px 0 0 53px;
	}
	
#side_pic_int {
	float:left;
	width:250px;
	text-align:center;
	margin-top:20px;
	}

#side_tv_int {
	float:left;
	width:250px;
	text-align:center;
	margin-top:20px;
	}
	
/* CONTACT FORM */

.red {
	color:#FF0000;
	}

#contact-area {
	width: 400px;
}

#contact-area input, #contact-area textarea,  #contact-area select {
	padding: 5px;
	float:left;
	width: 250px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
}

#contact-area select {
	float:left;
	width: 150px;
	margin: 0px 100px 10px 0px;
	border: 1px solid #ccc;
}

#contact-area textarea {
	height: 70px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #FF0000;
}

#contact-area input.submit-button {
	width: 80px;
	margin-left:115px;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
}


/* Forum CSS */

iframe {
	width:569px;
	height:800px;
	border:none;
	}
