/* Global Styles */

body {
	margin:0px;
	background: url(../images/background.gif) repeat center ;
	}
	
td {
	color:#003300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	}
	
/*a {
{text-decoration: none}
	color: #993300;
	
	}*/
a:link { /*Defines the style for normal unvisited links.*/
text-decoration: none
	/*color: #993300;*/
	}
a:visited { /*Defines the style for visited links.*/
text-decoration: none
/*	color: #993300;*/
	}
a:active {
text-decoration: none
	/*color: #993300;*/
	}

a:hover {
text-decoration: underline; color: red;

	}
	.outline{
  outline:3px dotted #ffffff;
  padding:2px;
  background:#336600;
  
}
.imageout{
/*outline:0px dotted #ffffff;
  padding:0px;
  background:#ffffff;*/
  
}
}
/* ID Styles */

#menulink {
	color: #FFFFFF;
	}
	
#menulink a:hover {
	color: #FFFFFF;
	}
#menu {
background: url(../images/left_side_rp.jpg) repeat center;
}
#navigation td {
	border-bottom: 1px solid #F4FFE4;
	}
	
#navigation a {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #D5EDB3;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 20px;
	}
	
#navigation a:hover {
	background: #99CC66;
	color:#993300;
	}
	
#logo 	{
	font:24px Arial, Helvetica, sans-serif;
	color: #5C743D;
	letter-spacing:.2em;
	line-height:30px;
	}

#tagline 	{	
	font:11px Arial, Helvetica, sans-serif;
	color: #993300;
	letter-spacing:.4em;
	line-height:18px;
	}

#monthformat {
	border-bottom: 1px dashed #5C743D;
	}
	
#footerformat {
	font:9px Arial, Helvetica, sans-serif;
	color: #993300;
	letter-spacing:.2em;
	}
			
#dateformat {
	font:11px Arial, Helvetica, sans-serif;
	color: #993300;
	letter-spacing:.2em;
	}
	
#dateformat a {
	font:11px Arial, Helvetica, sans-serif;
	color: #993300;
	font-weight:bold;
	letter-spacing:.1em;
	text-decoration:none;
	}
	
#dateformat a:hover {
	color: #F4FFE4;
	letter-spacing:.1em;
	}
	
/* Class Styles */
	
.bodyText {
	
	
	font-family: Trebuchet MS;
	font-size: 13px;
	color: #003300;
	text-align: justify;
/*	line-height:12px;
	margin-top:10px;
	font-style: normal;
	
	letter-spacing: normal;
	word-spacing: normal;*/
	}
	
.pageName{
	font: 18px bolder sans-serif;
	color: #CC0000;
	line-height:26px;
	letter-spacing: normal;
	}
	
.subHeader {
	font: 15px Trebuchet MS;
	color: #CC0000;
	line-height:22px;
	letter-spacing:normal;
	}

.quote {
	font: 20px Arial, Helvetica, sans-serif;
	color: #759DA1;
	line-height:30px;
	}
	
.smallText {
	font: 10px Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 22px;
	}
	
.navText {
	font: 11px Arial, Helvetica, sans-serif;
	color:#009900;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	}
.tableHeader {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color:#006633;
/*	line-height:16px;
	/*letter-spacing:.1em;
	text-decoration: none;*/
	}
.tableContent {
	font: 11px Georgia, "Times New Roman", Times, serif;
	color:#006633;
/*	line-height:16px;
	/*letter-spacing:.1em;
	text-decoration: none;*/
	}
	/*New Menu*/
.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid gray;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: white;
width: 205px;
}

.anylinkcss a{
color: black;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid gray;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #F8FBBD;
color: black;
}

/*Menu Styling Begin */
.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 #BBB;
width: 100%;

/*background: url(images/chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
background: #5C743D;
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: #FFFFFF;
color: #E2FEEA;
/*color: #494949;*/
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #ADED7C; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{
/*background: url(images/chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
background: #99CC66;
color:#993300;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*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 #ADED7C; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 9px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 115px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border: 1px solid #ADED7C; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #EAFADC;
}

/*Menu Styling End */

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
/*cursor: hand;
cursor: pointer;*/
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
	position: absolute;
	visibility: hidden;
	border: 1px solid black;
	padding: 5px;
	z-index: 5;
}

/*New Menu*/
.arrowlistmenu{
width: 180px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 11px Georgia, Verdana, serif;
color: white;
background: black url(../images/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 12px; /*header text is indented 10px*/
/*cursor: hand;*/
cursor: pointer;
}

.arrowlistmenu a:hover{ /*hover background color*/
background-image: url(../images/titlebar-active.png);
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(../images/titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 3px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(../images/arrow.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}
/* End New Menu */
.breadCrumb p {
}
