/* 
========================================================================================
Customizeable CSS Color Scheme - Change the color code between the colon and semi-colon
to apply a new color to that particular section.

example: background:<color code to change>; 
  (make sure to leave the colon, semi-colon, and each color code must be preceded by #)

You will find a brief description of what each color represents and the default color
used next to each color code.
========================================================================================
*/
body {	
    background: #CEBB8A; /* Background Color - Light Brown (#CEBB8A) Default */      
    color: #000000; /* Regular Text Color - Black (#000000) Default */          
}
#wrapper {    
    border: 1px solid #5E2612; /* White Content Area Border - Brown (#5E2612) Default */ 
}
#header {
	/* To replace the header image on your site, replace header.jpg below with the name of 
       the image file you uploaded to your portal. The image size should be 701px x 160px.
       If you need help changing this image, please let me know.*/
	background: transparent url(/Portals/14/header.jpg);
}
#slogan h2 {
	color: #5E2612; /* Header Image Text - Brown (#5E2612) Default */       
}
.main_dnnmenu_bar {	
	background-color: #5E2612; /* Menu Bar Background - Brown (#5E2612) Default */			
}
.menu {		
	background-color: #5E2612; /* This color should match the .main_dnnmenu_bar above */				
}
.main_dnnmenu_rootitem {	
	color: #000000;	/* Regular Menu Item Text - Black (#000000) Default*/
	background: #CEBB8A; /* Regular Menu Item Background - Light Brown (#CEBB8A) Default */	
	border-left: 1px solid #5E2612; /* This color should match the .main_dnnmenu_bar above */
	border-right: 1px solid #5E2612; /* This color should match the .main_dnnmenu_bar above */				
}
.main_dnnmenu_rootitem_hover {  
	color: #FFFFFF;	/* Hover Menu Item Text - White (#FFFFFF) Default*/
	background: #5E2612; /* Hover Menu Item Background - Brown (#5E2612) Default */	
}
.main_dnnmenu_rootitem_selected {
	color: #000000; /* Selected Menu Item Text - Black (#000000) Default*/		
	background: #FFFFFF; /* Selected Menu Item Background - White (#FFFFFF) Default */			
}
.main_dnnmenu_submenu {
	border-left: 1px solid #5E2612; /* This color should match the .main_dnnmenu_bar above */
	border-right: 1px solid #5E2612; /* This color should match the .main_dnnmenu_bar above */
	border-bottom: 1px solid #5E2612; /* This color should match the .main_dnnmenu_bar above */
}
.main_dnnmenu_submenu td {
	color: #000000;	/* This color should match the .main_dnnmenu_rootitem above */
	background-color: #CEBB8A; /* This color should match the .main_dnnmenu_rootitem above */	
}
.main_dnnmenu_itemhover td {  
	color: #FFFFFF;	/* This color should match the ..main_dnnmenu_rootitem_hover above */
	background: #5E2612; /* This color should match the .main_dnnmenu_rootitem_hover above */	
}
.main_dnnmenu_itemselected td {
    color: #FFFFFF;	/* This color should match the .main_dnnmenu_rootitem_selected above */
    background: #5E2612; /* This color should match the .main_dnnmenu_rootitem_selected above */	
}
#content h2 {    
    color: #5E2612; /* Title Text - Brown (#5E2612) Default */
}
#hours h3 {
	background-color: #5E2612; /* Hours Title Background - Brown (#5E2612) Default */
	color: #FFFFFF; /* Hours Title Text - White (#FFFFFF) Default  */	
}
#hours div.block {	
	border: solid 1px #5E2612; /* Hours Border - Brown (#5E2612) Default */
}
a,a:link,a:visited,a:active {    
    color: #0000FF; /* Regular Hyperlink Color - Blue (#0000FF) Default */  
}
a:hover {    
    color: #CC0000; /* Hover Hyperlink Color - Red (#CC0000) Default */
}
hr {
	color: #5E2612; /* This color should match the .main_dnnmenu_bar above */
}
/*
========================================================================================
End of Color Scheme
========================================================================================
*/
/**************************************************************************************/
/* 
========================================================================================
Advanced CSS Settings - Do NOT modify anything below unless
you are familiar with CSS markup
========================================================================================
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;   
    text-align: center; 
	margin: 0 auto; 	               
}
a,a:link,a:visited,a:active {
    text-decoration: none;    
}
a:hover {
    text-decoration: underline;    
}
#wrapper {
    margin: 10px auto;
    width: 990px;
    background: #FFFFFF;
    padding: 10px 10px 10px 11px;       
}
#logo {
    padding: 25px 0 0 0;
    width: 300px; 
    height: 160px;  
    background: #FFFFFF;
    float: left;
}
#header { 	 
    height: 160px;
    margin: 0 0 20px 0;    
}
#slogan {
	float: left;
	margin: 0 0 0 0;		
}
#slogan h2 
{		
    font-weight: bold;
    font-size: 16pt;
    width: 650px;
    text-align: center;    
}
#content {	
    padding: 0 10px 0 10px;
}
#content h2 {
    font-size: 18px;
    font-weight: bold;    
}
#hours {	
	width: 100%;	 
	float: none;
}
#hours h2 {	
    text-align: center;
}
#hours h3 {
	font-size: 14px;
	padding: 2px 0px 2px 5px;
}
#hours dd, #hours dt {
	display: inline;
}
#hours dt {
	font-weight: bold;
	color: #333333;
}
#hours p.notes, #hours td {
	font-size: 12px;
}
#hours div.block {
	float: left;
	width: 310px;
	padding: 5px 5px;
	margin: 0px 2px;	
}
.main_dnnmenu_bar {	
	cursor: pointer;
	font: bold 115% Arial, Helvetica, sans-serif;	
	text-transform: uppercase;			
}
.main_dnnmenu_rootitem {	
	font: bold 115% Arial, Helvetica, sans-serif;	
	padding: 1px 10px 0px 10px;
	text-align: center; 
	vertical-align: middle;								
}
.main_dnnmenu_rootitem_hover {  	
	font: bold 115% Arial, Helvetica, sans-serif;	
	padding: 1px 10px 0px 10px;
	text-align: center;	
	vertical-align: middle;			
}
.main_dnnmenu_rootitem_selected {		
	font: bold 115% Arial, Helvetica, sans-serif;
	padding: 1px 10px 0px 10px;
	text-align: center;	
	vertical-align: middle;			
}
.main_dnnmenu_submenu td {	
    z-index: 1000;
	font-size: 11px; 	
	text-align: left;	
	line-height: 2em;
	padding: 0px 2px 0px 2px;
	margin: 0px;	
}
.main_dnnmenu_itemhover td { 	
	z-index: 1000;
	font-size: 11px; 	
	text-align: left;	
	line-height: 2em;
	padding: 0px 2px 0px 2px;
	margin: 0px;
}
.main_dnnmenu_itemselected td {    
	z-index: 1000;
	font-size: 11px; 	
	text-align: left;	
	line-height: 2em;
	padding: 0px 2px 0px 2px;
	margin: 0px;
}


