@charset "UTF-8";
body  {
	font: 90% Georgia, "Times New Roman", Times, serif;
	line-height:1.45em;
	background: #670c0c;
	background-image:url(images/page_bg.png);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container { 
	width: 860px;
	background: #fffee8;
	background-image:url(images/content_bg.png);
	background-repeat:no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #314876;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #container p {
	padding: 0 20px 0 15px;
}
.twoColFixLtHdr #container a:link {
	font-weight: bolder;
	text-decoration: none;
	color: #710D0D;
}
.twoColFixLtHdr #container a:visited {
	font-weight: bolder;
	text-decoration: none;
	color: #710D0D;
}
.twoColFixLtHdr #container a:active {
	font-weight: bolder;
	text-decoration: none;
	color: #670c0c;
}
.twoColFixLtHdr #container a:hover {
	font-weight: bolder;
	text-decoration: underline;
	color: #710D0D;
}
.twoColFixLtHdr #header { 
	height: 80px;
	border-bottom: 6px double #314876;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px 0px 15px 0px;
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #header #top_nav a {
	color: #ffffff;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 420px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	text-align: center;
	padding: 0px 10px 15px 20px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color: #fffee8;
	background:#314876; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}.twoColFixLtHdr #container #header p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #710D0D;
	margin:0px;
}
.header_nav {
	color: #710D0D;
	text-decoration: none;
}
.twoColFixLtHdr #container #header img {
	margin-top: 12px;
	margin-bottom: 0px;
}
.twoColFixLtHdr #container #mainContent img {
	margin:0px 6px 0px -12px;
	
}
div#top_nav {
	background: #314876;
	color: #eeeff8;
	position: relative;
	height: 20px;
	width: 180px;
	top: 0px;
	float:right;
	font-size:9px;
	font-weight:bolder;
	letter-spacing:2px;
	text-transform:uppercase;
	text-align:center;
	margin-right:-10px;
}
div#sidebar {
	width: 190px;
	border-top: 6px solid #314876;
	border-right: 2px solid #314876;
	border-bottom: 3px solid #314876;
	border-left: 2px solid #314876;
	margin: 0px 10px 10px 15px;
	padding: 0px;
	float: right;
	line-height: .7em;
}
div#sidebar h4 {
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	border-bottom: 3px solid #314876;
	text-align: center;
	letter-spacing: .2em;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bolder;
	background-color: #314876;
}
div#sidebar p {
	margin: 8px 0px 4px 5px;
	padding: 0px 0px 0px 0px;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: top left;
	min-height: 15px;
}

/*MENU STYLES ADAPTED FROM PURE CSS DROPDOWNS ARTICLE HERE: http://www.tjkdesign.com/articles/dropdown/1.asp AND HERE: http://meyerweb.com/eric/css/edge/menus/demo.html*/
div.primary_nav {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 10px;
	font-weight: bolder;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-left: 20px;
	}
div#header div.primary_nav a{
	margin: 0px 1em 0px 1em;
	text-align: center;
	display: block; /*THIS IS WHAT MAKES THE CSS DROP DOWNS WORK WITH IE*/
	}
div#header div.primary_nav a:link{
	color: #710D0D;
	text-decoration: none;
	}
div#header div.primary_nav a:visited{
	color: #710D0D;
	text-decoration: none;
	}
div#header div.primary_nav a:hover{
	color: #6E0808;
	text-decoration: none;
	}
#primary_nav,#primary_nav ul {
	padding: 0px;
	margin: 0px;
	}
#primary_nav li ul a {
	margin: 0px 1em 0px 1em;
	}
#primary_nav li {
	float: left;
	width: 170px;
	position: relative;
	list-style-type: none;
	}
#primary_nav li ul {
	visibility: hidden;
	position: absolute;
	}
#primary_nav li:hover > ul {
	visibility: visible;
	background-color: #FFFEE8;
	opacity: .9;
	filter: alpha(opacity=90);
	border: 2px solid #314876;
	border-top: none;
	}

