@charset "utf-8";
/* CSS Document */

body{
	background:url(images/background.png) #203658 repeat-x;	
	margin:0px;
	height:100%;
	font-family:arial,helvetica,sans-serif;
}


hr{
color:#5483b0;
width: 90%;
height: 1px;
}
/*Layout styles*/
#container{
	
	margin-left:auto;
	margin-right:auto;
	height:100%;
	width:957px;

}

.flash-component{
	overflow:hidden;	
}
#miniCalendar {
width: 90%;
	font-size:10px;
	font-family:arial, helvetica, sans-serif;
}

#miniCalendar a:visited{
	color:blue;
}
#layout-table{
	
}

#layout-table #left-shadow{
	background:url(images/left-shadow.png) repeat-y;
	/* need to add hack for ie6*/
	width:25px;
}

#layout-table #center{
	width:907px;
	background:url(images/right-panel-background.png)  repeat-y right;
	
}

#layout-table #right-shadow{
	background:url(images/right-shadow.png) repeat-y;
	/* need to add hack for ie6*/
	width:25px;
}


#top-menu{
	background:black;
	height:24px;
	width:100%;
	clear:both;
	
}


#top-menu .text{
text-align:right;
	color:white;
	font-weight:bold;
	font-size:11px;
	padding:5px;	
}

#top-menu .text a{
	text-decoration:none;
	color:white;
}

#top-menu .text a:hover{
	color:#F60;	
}

#centered {
	text-align:center;
}
/*end format */



#banner{
	height:200px;
	background:white;
}

#banner .left{
	float:left;
	
}

#banner .right{
	float:right;
	width:300px;
	height:200px;
	background:url(images/territory-proud.jpg) #6c5d50 no-repeat center ;
	
}

#navigation{
	float:left;
	background:url(images/nav-background.jpg) #091019 repeat-y;
 	width:100%;
	

}

#navigation .text-left{
	float:left;
	color:white;
	font-weight:normal;
	font-size:12px;	
	
}



#navigation .text-right{
	float:right;
	color:white;
	font-weight:normal;
	font-size:12px;
	padding:5px;
}


/* nav formatting */


#nav a {
	display: block;
	padding: 5px;
	color: #fff; 
	text-decoration:none;
	}

#nav li a:hover,
#nav li:hover,
#nav li.sfhover {
	text-decoration: none;
	background-color: #58abd7;
	color:#0E296B;
	}



#nav li ul { /* second-level lists */
	background-color: #003154;
	color:white;
	border:1px solid #CCC;
	}

#nav li li {

	}
#nav li li.first {
	margin-left: 0;
	}






#column-container{
	overflow:hidden;
	float:left;
	padding-bottom:10px;
		
}
#left-column{
	padding-bottom: 32767px;
	margin-bottom: -32767px;

	background:white;
	width:606px;
	
	float:left;
}



#left-column .content-tools{
	float:right;
	font-size:12px;
	margin:5px;
}

#left-column .content .search-form{
	padding:5px;
}



#left-column .content .search-result{
	border-bottom:1px dotted #999;
}

#left-column .content .search-pagination{
	text-align:left;
}

#left-column .content .login{
	float:left;	
}

#left-column .content dl dt, #left-column .content dl dd{
	text-align:right;	
	margin:5px;
}


#left-column .content-title{ 
background:#5483b0;
width:100%;
float:left;
clear:both;
}


#left-column .content-title h2{
	margin:0px;
	padding:5px;
	color:white;
	font-weight:bolder;
	font-size:14px;
	
}

#left-column .crumbs{
	padding:5px;
	background:black;
	font-size:10px;
	color:#999;
}

#left-column .crumbs a{
	text-decoration:none;
	color:#999;
}

#left-column .crumbs a:hover{
	color:#F60;	
}

#left-column .content{
	padding:10px;	
	font-size:12px; 
	float:left;
	clear:both;
	width:97%;
	
}


#left-column .content a:visited{
	color:blue;
}
#left-column .content-nostyle{
	
	font-size:12px; 
	float:left;
	clear:both;

	
}



#right-column{
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	
	border-left:1px solid #333;
	width:300px;
	float:right;
	
	
}


#right-column .content-title{
	background:url(images/portal-sub-item.jpg) no-repeat bottom;
	height:36px;
	width:100%;
	float:left;
	clear:both;
	
	
}

#right-column .content-title h2{
	color:white;
	font-size:14px;
	font-weight:bolder;	
	padding:5px;
	padding-top:9px;
	padding-left:7px;
	margin:0px;
}




#right-column .content{
	
	font-size:12px;
	color:white;
	padding:5px;
	float:left;
	clear:both;
	width:100%;

}


#right-column .content .rss{
	border-bottom:1px dashed white;
	padding:5px;
	margin-right:20px;
} 

#right-column .mini-calendars{
	float:left;
	clear:both;
	width:100%;
	text-align:center;
	
 	margin:25px;
}

#right-column .content ul{
	margin:5px;
	padding:0px;
	padding-left:30px;
	list-style:square;
	
}

#right-column .content dl{
	float:left;

	
}

#right-column .padder{
	padding:5px;	
}
#right-column .content dl dt,#right-column .content dl dd{
	text-align:right;
	margin:5px;
}

#right-column .content a{
	color:white;	
}

#right-column .content a:hover{
	color:#666;
}

#footer{
	
	background:black;
	width:100%;
	height:250px;

}



#right-column .subnav{


}




#footer{
	padding-top:5px;
	text-align:center;
	color:white;
	background:black;
	width:100%;
	height:250px;
	font-size:12px;

}

#footer a{
	color:white;
	text-decoration:none;
}

#footer a:hover{
	color:#999;
	
}

#adminStuff {
font-size:11px;


background-color:white;
width:100%;
}




#adminStuff .header {
padding:5px;
background-color: #5483b0;
color:white;
font-weight:bold;
}

#adminStuff td {
	
	padding:5px;
}

#adminStuff .pCell {
background-color: white;
}

#adminStuff .sCell {
background-color: #EAEAEA;
}



#menuAdmin {
font-size:11px;
border:1px solid #5483b0;
background-color:white;
width:100%;
}




#menuAdmin .header {
padding:5px;
background-color: #5483b0;
color:white;
font-weight:bold;
}

#menuAdmin td {
	
	padding:5px;
}

#menuAdmin .pCell {
background-color: white;
}

#menuAdmin .sCell {
background-color: #EAEAEA;
}
#newsPrev {
background : url(images/newsboard.gif) repeat-y center;
}
#miniNews {
float: left;
padding-right: 5px;
margin-top:3px;
}
.newsLeft {
margin-top: -6px;
width:48%;
float:left;
}
.newsRight {
margin-top: -6px;
width:48%;
float:right;
}


#sideMenu{
	
}

#sideMenu ul{
	margin:0;
	padding:0;
}

#sideMenu ul li{
	background:url(images/sub-menu-state2.jpg) repeat-x;
	 list-style:none;
	 margin:0;
	 
	
}

#sideMenu ul li:hover{
	background:url(images/sub-menu-state1.jpg) repeat-x;
}

#sideMenu ul li a{

		width:100%;
		display:block;
		padding:0.5em;
}

#sideMenu ul li a:link{
	color:white;
	text-decoration:none;
	text-decoration:none;
}

#sideMenu ul li a:visited{
	color:#CCC;
	text-decoration:none;
}

#sideMenu ul li a:hover{
	text-decoration:none;
		background:url(images/sub-menu-state1.jpg) repeat-x;
		
}

