@charset "UTF-8";
/* CSS Document */

/*Color Palette */
.primary-1 { background-color: #7F9554 } 
.primary-2 { background-color: #596346 } 
.primary-3 { background-color: #384E0E } /*Main Content Div Text */
.primary-4 { background-color: #CCE2A3 }
.primary-5 { background-color: #D6E2C0 } 

.secondary-a-1 { background-color: #3B5866 } /*BG, Breadcrumbs and feature box border */
.secondary-a-2 { background-color: #313D43 } /* Flyout*/
.secondary-a-3 { background-color: #0A2735 }
.secondary-a-4 { background-color: #9CC2D5 } /*Main content Links */
.secondary-a-5 { background-color: #B6CBD5 } /*Navbar text*/

.secondary-b-1 { background-color: #A19253 } /*Navbar BG*/
.secondary-b-2 { background-color: #6A644B } /*Navbar Active*/
.secondary-b-3 { background-color: #54450F } /*Content Headers h1, h2, ... */
.secondary-b-4 { background-color: #E5D7A5 } 
.secondary-b-5 { background-color: #E5DEC2 } /*News / LeftNav*/

/* FULL PAGE / CONTAINER */

* {
	margin:0;
}
html,body {height:100%;}

body {
	background-color:#3B5866;
	padding:0;
	margin:0;
	font-family: Verdana, Geneva, sans-serif
}

#container{
	width:996px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -6em;
	background-color:#FFF;
}

/* HEADER */
#header{
	width:996px;
	height:275px;
}
#header a:link {
	text-decoration: none;
}
#header a:visited {
	text-decoration: none;
}
#header a:hover {
	text-decoration: none;
}
#header a:active {
	text-decoration: none;
}

/* NAVIGATION */
#navigation{
	height:38px;
	background-color: #734232; 


}

#navigation ul { 
	list-style-type:none;
	margin:0;
	padding:0;
	text-align: center; 
} 
#navigation li {  
	display: inline;
	float:left;
} 
#navigation ul li a { 
	display:block;
	text-decoration: none;
	width:166px; /*Width is 996, six buttons is 166px*/
	font-size:20px;
	color: #fcfefe; 
	background-color: #734232; 
	line-height:38px;
}  
#navigation ul li a:hover { 
	color: #fcfefe; 
	background-color: #3B5866; 
} 
#navigation ul li a.selected {
	color: #fcfefe; 
	background-color: #603729; 
}
#navigation li ul {
	display: none; 
	width: 10em; /* Width to help Opera out */
	background-color: #3B5866;
}
#navigation li:hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0; }
#navigation li:hover li {
	float: none; }
#navigation li:hover li a {
	background-color: #734232;
	color: #fcfefe; 
	border-left:2px solid #54450F;
	border-right:2px solid #54450F;
	border-bottom:2px solid #54450F;
	font-size:16px;
}	
#navigation li li a:hover {
	background-color: #3B5866; 
}


/* BREADCRUMBS */
#breadcrumbs{
	font-size:.8em;
	color:#000;
	margin:5px 20px;
}
#breadcrumbs a{
	color:#3B5866;
}

/* LEFTNAV */
#leftnav{
	margin:20px;
	margin-right:0;
	background-color:#E5DEC2;
	float:left;
	width:300px;
	min-height:500px;
	border:2px solid #3B5866;
}

/* RIGHT NEWS */
#news{
	margin:20px;
	margin-left:0;
	background-color:#E5DEC2;
	float:right;
	width:300px;
	min-height:500px;

}
#news * {
	margin:0 10px;
}
#news h2 {
	margin-top:10px;
	color:#54450F;
	text-align:center;
	text-decoration:underline;
	padding-bottom:20px;
}
#leftnav a{
	color:#54450F;
}
#leftnav a.selected{
	color:#54450F;
}

#leftnav h2 {
	margin-top:10px;
	color:#54450F;
	text-align:center;
	text-decoration:underline;
	padding-bottom:20px;
}
.event,.title {
	font-weight:bold;
	background-repeat: no-repeat;
	padding: 0 0 5px 35px; 
}

.event {
	background-image:url(../img/cal.png);
}
.title {
	background-image:url(../img/news.png);
}
.oneline{
	padding-top:11px !important;
}
.detail {
	font-size:.8em;
	padding: 5px 5px 10px 15px;
}
.detail a {
	color:#54450F;
	margin:0 !important;
	padding:0 !important;
}
	

/* MAIN CONTENT */
.content{
	float:left;
	margin:20px;
	color:#384E0E;
	margin:1.5em;
}
.featurepresent{
	width:62%;
}
.content a{
	color:#9CC2D5;	
}
.content ul {
	font-size: .8em;
	margin:15px 0;
}
.content p {
	margin: 10px 0;
	line-height:1.5em;
	font-size:1.25em; /*20px*/
}
.content h1{
	font-size:1.75em; /*28px*/
	color:#54450F;
	padding-bottom:10px;
}

/* FOOTER */
#footer, .push {
	height: 6em;
}
.push{
	clear:both;
}
#footer {
	width:750px;
	margin:0 auto;
	text-align:center;
	font-size:.5em
}
.reassurancenav {
	display:block;
	margin-bottom:5px;
}
.reassurancenav * {
	color:#000;
	font-size: 1.7em;
}