@charset "utf-8";

html, body, #container, #header, #mainContent, #footer, p, h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}
body {
	font: 11px verdana, Arial, Helvetica, sans-serif;
	color: #4f564d;
	/*background-image: url(/Resources/images/body_bg.jpg);
	background-position: top;
	background-repeat:repeat;*/
	background-color: #2b2b2b;
}
#container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../images/page_bg.jpg);
	background-repeat:repeat-y;
	background-position:top left;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */	
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
} 
#header { 
	background: url(../images/tributetoasoldier_top.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:1000px;
	height:147px;
	margin:0;
	padding:0;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#navigation {
	position:relative;
	top: -26px;
	padding: 5px 0px 0px 5px;
	height: 21px; /* 26 - padding*/	
	font-size:small;
	font-weight:normal;
	text-align:left;
}
#navigation #customNavigation {
	position:absolute;
	width:302px;
	right: 0px;	
	top:23px;
	padding: 20px 0px 20px 45px;
	text-align: center;
	background: url(../images/sidebar_logo.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	height:106px;
	/*background: #EBEBEB;*/
}
#navigation #customNavigation h2 {
	text-align: center;
	font-weight: normal;
	font-size: 15px;
}
#navigation #customNavigation h3, #navigation #customNavigation h4 {
	margin: 0px;
	text-align: center;
	font-weight: normal;
	font-size: 11px;
}
#navigation ul {
	list-style-position: outside;
	list-style-type: none;
	vertical-align: middle;
	/*padding: 8px;*/
}
#navigation ul li {
	position: relative;
	float: left;
	padding: 0 7px;
	background-color: #9a8050;
	border-left:1px solid white;
}
#navigation ul li:first-child, #navigation ul li ul li {
	border-left: none;
}
#navigation ul li, #navigation ul li a {
	color: #ffffff;
	font-weight:normal;
	font-size: 13px;
	text-decoration: none;
}
#navigation ul li a:hover {
	color: #4D544C;
}
#navigation ul li ul {
	position: absolute;
	top: 16px;
	width: 10em;
	left: -999em;
	/*left: -9em;*/
	margin: 0px;
	padding: 0px;
	
	/*background-color: #A98E3D;*/
	z-index: 99;
}
#navigation ul li:hover {
	cursor:pointer;
	background-color:#CDCFCA;
	color: #4D544C;
}
#navigation ul li:hover ul {
	left: 0px;
}
#navigation ul li ul li {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#mainContent { 
	
	width:620px;
	margin: 0px 0px 0px 30px;
	padding:0px 0px 0px 30px;
	height:100%;
	min-height: 720px;
	
}
#mainContent #sidebar1{
	float: right;
	width:240px; 
	padding: 0px 0px 20px 5px;
	margin: -5px 0px 0px 10px;
	height:100%;
}

#mainContent #sidebar1 h3 {
	font-size: 12px;
	color:#2c5b46;	
}
#mainContent h1 { 
	margin:0;
	padding:0;
	font-size: 16px;
	color:#9A8050;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}
#mainContent h2{ 
	margin:0;
	padding:0;
	font-size: 14px;
	color:#9A8050;
	font-weight:bold;
	
}
#footer {
	background-image: url(../images/footer.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height:42px;
}
#footer p {
	margin: 0;
	padding: 20px 0px 0px 20px;	
	font-family: arial, helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-align:center;
}


#footer a {
	color: #CDCFCC;
	text-decoration: none;
}
#footer a:active {
	color: #CDCFCC;
}
#footer a:hover {
	color: #DEE1DA;
}

A {
	color: #9A8050;
	font-weight:bold;
	text-decoration: underline;
}
A:active {
	color: #9A8050;
	font-weight: bold;
	text-decoration: underline;
}
A:hover {
	color: #66635A;
	font-weight: bold;
	text-decoration: underline;
}
.img {
	border: 1px #464B44 solid;
	padding: 2px 2px 2px 2px;
	margin: 0px 0px 0px 5px;
}