@charset "utf-8";

/* ------------------------------
HTML Redefine Tags
------------------------------ */

/* commented backslash hack \*/
html, body{height:99.9%;}
/* end hack */
html,body {margin:0;padding:0}

#container{min-height:99.9%;background:#fff; height:auto;}
* html #container{height:99.9%;}/* ie6 and under*/


body{font-family:Arial, Helvetica, sans-serif; font-size:12px; padding:0;  background:#000;}

input, form, textarea
h1, h2, h3, h4, h5, h6{margin:0; padding:0;}
h1{font-size:18px;}
h2{font-size:14px; color:#999999;}
h3{font-size:13px; }
p {
	font-size:12px;	
}
img {
	border:none;	
}
a {
	text-decoration:none;
}
a:link, a:visited{color:#0033CC; outline: none;}
a:hover{text-decoration:none;}

/* ------------------------------
PAGE STRUCTURE
------------------------------ */

/* #container has an absolute width (1000 pixel) */


#container{position:relative; width:1000px; margin:0 auto; border: solid 1px #94231c;  }

#background-scene {
	width:100%;
	top:0;
	left:0;
	position:absolute;
}

#banner {
	background:url(images/troop45mainbanner.gif) top left no-repeat;
	display:block;
	height:120px;
	width:650px;
	
}
#logo {
	display:block;
	position:absolute;
	top:-10px;
	left:2px;
	height:131px;
	width:140px;
	background:url(images/troop45logo1.png) no-repeat;
	z-index:1;
}
#topbar{
	z-index:10;
	width:auto; 
	display:block;
	
	height:120px;
}
#topbar img {
	float:left;
}
#topbar h1{
	width:100%;
	height:120px;
	margin:0;
	padding:0;

	text-indent:-9999px;
}
div#navbar { 
	width: 100%;
	margin: 0 auto;
	padding: 0;	
	z-index: 10;
	height:26px;
}
ul#nav { 
	z-index: 10;	
	list-style-type: none;
	width: 100%;
	margin: 0 1px;
	padding: 0;
	text-decoration:none;
}
li.navlinks { 
	background:url(images/navbarhoverColor.jpg) 0 0 repeat-x;
	height:24px;
	width: 125px;
	float: left;
	margin-left: -2px;
	z-index: 10;
	border: 1px solid #000; 
}
li.navlinks p {
	background-color: #fff;
	font-size:18px;
	z-index: 10;
	text-align: center;
	padding: 1px 0px 5px 0px;
	margin: 0 0;
}
li.navlinks a { 
	display: block; 
	height:100%;
	width:100%;
	overflow:hidden;
	background:url(images/navbarColor.jpg) 0 0 repeat-x;
	color:#fff;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	z-index: 10;
	text-decoration: none;
	
}
li.navlinks a:hover {
	background-image:none;	
	color: #fff;	
}
#main{
	width:auto; 
	 height:auto;
	display:block;
	background:url(images/contentbackground.png) repeat-x;	
	
}
#column_left{
	background:url(images/backpixel.png) repeat-x repeat-y;
	margin-left: 5px;
	width:200px; 
	height: auto;
	margin-right:5px; 
	float:left;
}
#column_right{
	margin-right: 100px;
	width:650px;  
	float:left;
	height: auto;
}



#footdiv {
	margin:0 auto;
	height:auto;
	width:100%;
}

#footer a {
	
	text-decoration:underline;	
	color:#fff;
	margin-left: 850px;
}
#footer a:hover {
	color:#000;	
}
#footer span {
	font-size:11px;
	border-top:solid 3px #282828;
	display:inline-block;
	position:absolute;
	bottom:0;
	color:#fff;
	background:#94231c;
	height:20px;
	width:995px;
	padding:5px 0 10px 5px;
	
}
.spacer {
	display: block;
	top:40px;
	margin-bottom:40px;
}
