﻿/* Global Styles */

body {
	margin:0px;
   font:12px arial;
	color:#333333;
	line-height:18px;
	}
    
td {
	font:11px arial;
	
	}
	
a {
	color: #990000;
	text-decoration:none;
	font:12px arial;
    font-weight:bold;
	}
	
a:hover {
	color: #990000;
	text-decoration:underline;
    font:12px arial;
    font-weight:bold;
	}
 
 h2 {
	color: #404040;
    
}
 h3 {
	color: #808080;
  
}

h4 {
	color: #9D7B7B;
  
}
    
h5 {
	color: #990000;
    font-size: 15.5pt;
    font-weight:normal;
}
	
/* ID Styles */

#eventscal td {
	font:11px arial;
	text-decoration:none;
    color: #604E4E;
    font-weight: bold;
	}

#navigation a {
	font:12px arial;
	text-decoration:none;
    color: #ffffff;
    font-weight:bold;
	}
    
    #navigation a:hover {
	font:12px arial;
	text-decoration:none;
    color: #D2C3A0;
    font-weight:bold;
	}

#navigationWhite a {
	font:11px arial;
	text-decoration:none;
    color: #7C3A3A;
   
	}
    
#navigationWhite a:hover {
	font:11px arial;
	text-decoration:none;
    color: #000000;
   
	}
    #navigationWhite td {
	border-bottom: 1px solid #dedede;
	}


#padding {
	padding:20px 5px 20px 5px;
	}
	
#calendar td {
	border: 1px solid rgb(0,51,153);
	}
	
#noborder td {
	border: 0px;
	}
	
#weekdays th {
	font:12px arial;
	color: #ffffff;
	font-weight:bold;
	border: 0px;
	padding:2px;
	}



/* Class Styles */

  .menu1 {
	font:12px arial;
	text-decoration:none;
    color: #D2C3A0;
    font-weight:bold;
	}

.tagline {
	font:14px times new roman;
	color: #ffffff;
	letter-spacing:.2em;
    font-weight:bold;
	}

.smallText {
	font:11px times new roman;
	color: #CC3300;
	line-height:18px;
	}

.pageHeader {
	font:30px times new roman;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:38px;
	}
	
.bodyText {
	font:12px arial;
	color:#333333;
	line-height:18px;
	}
	
	
.navText {
	font:10px arial;
	color: #333300;
	letter-spacing:.1em;
	}
    
/* Drop down menu stuff*/

.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #ffffff;
width: 100%;
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #990000;
padding: 4px 7px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}