/* CSS Document */

body {
	padding: 5px;
	background-color:#62170B;
	color: #222;
	text-align: center;
    font-size: .85em;
font-family:Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color:#162552; 
	text-align:left; 
font-family:Arial, Helvetica, sans-serif;
}
	
h1 {
	font-size:2em;
}
		
p {
	text-align:left;
}

div#container {
	width:750px !important; 
	width /**/:760px;
    margin: 0 auto;
	padding:5px;
	text-align:left;
	background-color:#62170B;
}

div#header {
	background-image:url(../images/08Sep2009_header.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:119px;
	text-align:center;
}

div#content {
	float:left;
	padding:10px 7px 15px 13px;
	margin:5px 10px 5px 10px;
	/* style it */
	background-color: #DFDDD5;
font-family:Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 18px;
	text-align:left;
	width:380px;
}

*html div#content {
	width:391px;
}

div#rssFeed {
	float:right;
	width:150px;
	padding:10px 10px;
	margin:5px 10px 10px 0px;
	background-color: #DFDDD5;
	/* style it */
	font-size: 13px;
	text-align: left;
}
*html div#rssFeed {
	width:130px;
}

div#leftNav {
	float:left;
	padding:10px 0px;
	margin:5px 0px 10px 10px;
	background-color: #DFDDD5;
	width:140px;
}
*html div#leftNav {
	margin:5px 0px 10px 5px;
	width:145px;
}

div#footer {
	clear:both;
	width:710px;
	background-color: #DFDDD5;
	padding:0px 10px;
	margin:0px 10px;
font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#footer img {
	position:relative; 
	border:none;
	margin-top:-45px;
	margin-right:10px;
}

/* style the feed only */
#rssFeed .rss_item, #feed .rss_date {

}

#rssFeed LI {
	margin-bottom: 12px;

}
/* end feed styles */

/*************css menu**************/

#nav a {
	text-decoration: none;
	padding-left:15px;
	display:block;
	/*border-bottom:1px solid white;*/
	margin-right:5px;
}

* html #nav a {
	margin-right:0px;
}

#nav {
	padding-right:-10px;
	padding-left:12px;
}

ul#nav {
	margin: 0;
	padding: 0;
	width: 140px; /* Width of Menu Items */
	font-size: 100%;
	background-color:none;
}

ul#nav ul {
	margin: 0;
	padding: 0;
	width: 140px; /* Width of Menu Items */
	background: #d2d0c9;
	border:1px #162552 solid;
}

*html ul#nav ul {
	margin-left:5px;
}

*html ul#nav ul ul {
	margin-left:0px;
}


ul#nav li {
	position: relative;
	list-style: none;
	z-index:4;
	padding: 5px 0px;
	border-top:1px #DFDDD5 solid;
	border-bottom:1px #DFDDD5 solid;

}
ul#nav li ul li, ul#nav li ul li ul li, ul#nav li ul li ul li ul li {
	border:none;
	background-color:#DFDDD5;
	border-bottom:1px #162552 solid;
	background-image:none;
}
*html ul#nav li {
	padding:0px;
}

ul#nav li a {
	display: block;
	text-decoration: none;
	color:#162552; /* dark blue color*/
	line-height: 15px;
font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image:url(../images/arrow.png);
	background-position:125px 3px;
	background-repeat:no-repeat;
}

*html ul#nav li a {
	background-position:130px 7px;
}

ul#nav ul li a, ul#nav ul ul li a, ul#nav ul ul ul li a {
	background-image:none;
}

*html ul#nav li a {
	border-top:1px #DFDDD5 solid;
	border-bottom:1px #DFDDD5 solid;
	padding-top:5px;
	padding-bottom:5px;
	width:130px;
}

/* Fix IE. Hide from IE Mac \*/
* html ul#nav li { float: left; height: 1%; }
* html ul#nav li a { height: 1%; }
/* End */

ul#nav ul {
	position: absolute;
	display: none;
	left: 140px; /* Set 1px less than menu width */
	top: -1px;
	z-index:2;
}

ul#nav li ul li a { padding: 1px 5px; } /* Sub Menu Styles */

ul#nav li:hover ul ul,
ul#nav li:hover ul ul ul,
ul#nav li.over ul ul,
ul#nav li.over ul ul ul { display:none; } /* Hide sub-menus initially */

ul#nav li:hover ul,
ul#nav li li:hover ul,
ul#nav li li li:hover ul,
ul#nav li.over ul,
ul#nav li li.over ul,
ul#nav li li li.over ul { display:block; } /* The magic */

ul#nav li:hover,
ul#nav li.over { 
	color:#63170b;
	background-color:#d2d0c9;
	border-top:1px #162552 solid;
	border-bottom:1px #162552 solid;
}

ul#nav ul li:hover,
ul#nav ul li.over, ul#nav ul ul li:hover,
ul#nav ul ul li.over { 
	color:#63170b;
	background-color:#d2d0c9;
	border-top:none;
}


ul#nav li a:hover {
	color:#63170b;
	background-color:#d2d0c9;	
}

/**html ul#nav li a:hover {
	color:#63170b;
	background-color:#d2d0c9;
	border-top:1px #162552 solid;
	border-bottom:1px #162552 solid;
}*/

.clear {
	clear:both;
}
/************* end css menu**************/
