﻿body 
{
    margin: 0;
    padding: 70px 0 10em 0;
    font-size: 62.7%;
    color: #224;
    text-align: center;
    font-family: Verdana, Sans-Serif;
    background: #000 url(../images/bg_body.gif) repeat center center;
}
h1, h2, h3, h4, h5, h6 
{ 
    color: #224; 
    font-family: Times New Roman, Serif;
    font-weight: normal;
    border-bottom: 1px solid #606677;
    padding: 0 0 0 2px;
    margin: .5em 0 .25em 0;
    position: relative; 
    left: -10px; top: 0;
    z-index: 50;
}
h1 { font-size: 325%; }	
h2 { font-size: 275%; }
h3 { font-size: 200%; margin-top: 1.25em; border-color: #b0b6b7; }
h4 { font-size: 150%; margin-top: 1.25em; border-color: #c0c6c7; }
h5 { font-size: 125%; margin-top: 1.25em; border-color: #c0c6c7; }
h6 { font-size: 100%; margin-top: 1.25em; border-color: #c0c6c7; }	
		
tfoot, thead	
{	
	font-size: 100%;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}	
		
th	
{	
	vertical-align: baseline;
	font-size: 1em;
	font-weight: bold;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}	
a { color: #226; text-decoration: underline; }	
a:link { color: #226; text-decoration: underline; }	
a:visited { color: #335; text-decoration: underline; }	
a:active { color: #66a; text-decoration: underline; }
a:hover { color: #448; text-decoration: underline; }
a.newWin
{
    padding-right: 10px;
    background: url(../images/icon_newwin.gif) no-repeat right center;
}

p
{
    margin: 5px 0 15px 0;
    line-height: 1.5em;
}

blockquote, code
{
	font-family: "Times New Roman", Times, Serif;
	font-size: 1.2em;
	color: #696969;
	margin: 15px 20px 20px 30px;
	padding: 0;
	font-style: italic;
}
pre, code 
{
	font-family: "Courier New", monospace;
	font-style: normal; 
}	

ul { margin: 10px 0 25px 0; }
li { margin-left: 35px; margin-bottom: 5px; }
ul li { list-style-type: disc; }	
ul li li { list-style-type:	square; }	
ul li li li { list-style-type: circle; }	
ol li { list-style-type: decimal; }	
ol ol li { list-style-type: lower-alpha; }	
ol ol ol li { list-style-type: lower-roman; }	

/******End General Rules************************************************/

#Page
{
    margin: 0 auto;
    width: 750px;
    background: #f4f0dd url(../images/bg_content.gif) no-repeat left 50px;
    text-align: left;
    position: relative;
}

#Header
{
    height: 35px;
    background-color: #224;
    border-bottom: 5px solid #606677;
    color: #f4f0dd;
    position: relative;
}

#Nav
{
    float: left;
    width: 130px;
    font-size: 240%;
    font-family: Times New Roman, Times, Serif;
    margin: 35px 0 25px 0;
    padding: 15px 15px 50px 25px; 
}
    #Nav ul
    {
        margin: 0; padding: 0;
        list-style: none;
    }
    #Nav li
    {
        margin: .5em 0;
        padding: 0;
        list-style: none;
    } 
    #Nav a, #Nav a:visited { text-decoration: none; }
    #Nav a:hover { text-decoration: underline; }

#Content
{
    padding: 25px 30px 50px 200px;
    font-size: 120%;
}
#Content img.StockPhoto
{
    float: right;
    clear: right; 
    border: 3px double #226;
    margin: 5px 10px 1px 10px;
    position: relative;
    z-index: 100;
}
.Clear { clear: both; }

#Footer
{
    clear: both;
    background-color: #224;
    border-top: 5px solid #606677;
    padding: .85em 0;
    text-align: center;
    color: #f4f0dd;
    font-size: 140%;
    font-family: Times New Roman, Serif;
}
    #Footer span.Item { margin: 0 8px; }
    #Footer a, #Footer a:hover, #Footer a:visited { color: #abc; }
    
#Copyright
{
    position: absolute;
    left: 0; bottom: -4em;
    color: #606677;
    text-align: center;
    width: 750px;
}
    #Copyright span { margin: 0; }
    #Copyright a, #Copyright a:hover, #Copyright a:visited { color: #606677; background: none; padding: 0; }

/*****Image Replacement*****************************/
.IR
{
    position: relative; 
    margin: 0px; 
    padding: 0px; /* hide overflow:hidden from IE5/Mac */ 
    /* \*/ 
    overflow: hidden; /* */
} 
.IR span
{
    display: block; 
    position: absolute; 
    top: 0px; left: 0px; 
    z-index: 1; /*for Opera 5 and 6*/
} 
#Header h1,
#Header h1 span
{
    height: 21px; width: 601px;
    color: #f4f0dd;
    border: none;
    margin: 0; padding: 0;
    letter-spacing: -1000px;
    position: absolute;
    top: 7px; left: 120px;
}
#Header h1 a { padding: 5px 0; }
#Header h1 span
{ 
    background: url(../images/header_name.gif) no-repeat center center;
    position: static;
} 

.Logo, .Logo span
{
    height:90px; 
    width:111px; 
    background-image: url(../images/header_logo.gif); 
    position: absolute; 
    top: -22px; left: 25px;
} 

/*****End Image Replacement*****************************/

#Content #Home #Intro
{
    width: 260px;
    float: left;
    clear: none;
    margin-bottom: 35px;
}
#Content #Home #RecentNews
{
    float: right;
    clear: none;
    width: 225px;
    margin-bottom: 35px;
}

#Newsletter 
{
    padding: 35px 50px 50px 50px;
    font-size: 120%;
}

#Newsletter #Back
{
    position: absolute;
    top: 50px; left: 150px;
    font-weight: bold;
}
#Newsletter #Back a { font-weight: normal; }
#Newsletter #Date
{
    margin: 0 10px 3px 0;
    font-weight: bold;
    text-align: left;
}
#Newsletter #Date .Month
{
    background-color: #335;
    color: #F4F0DD;
    padding: 0 5px;
    display: block;
    font-size: 140%;
    text-transform: uppercase;
    font-family: Times New Roman, Serif;
    border-top: 3px solid #606677;
}
#Newsletter #Date .Day
{
    color: #404657;
    padding: 0;
    margin: 0;
    display: block;
    font-size: 250%;
    
}
#Newsletter #Date .Year
{
    background-color: #335;
    color: #F4F0DD;
    padding: 0 5px;
    display: block;
    font-size: 140%;
    font-family: Times New Roman, Serif;
    border-bottom: 3px solid #606677;
}
#Newsletter #Date .Full
{
    font-weight: normal;
    font-style: italic;
}
#Newsletter #Text { margin: 15px; clear: both; }

#Map
{
    width: 500px;
    height: 350px;
    margin: 15px 0 50px 0;
    border: 3px double #226;
}

/****RSS icons*******************************************/

#Newsletters { position: relative; }
.Feed
{
    padding: 2px 0 2px 20px;
    margin-bottom: 15px;
    background: url(../images/icon_rss.gif) no-repeat left center;
    display: block;
    float: left;
    z-index: 500;
}
#RecentNews ul { clear: both; }
#Newsletters .Feed
{
    position: absolute;
    top: -2.75em; right: 20px;
}

/****End RSS icons***************************************/

/*****ToolTips*****************************************/
/* Fading Tooltips By Dustin Diaz*/
#toolTip 
{
	position: absolute;
	z-index: 1000;
	width: 250px;
	background: #FFFBEA;
	border: 3px double #114;
	text-align: left;
	padding: 2px 4px;
	min-height: 1em;
	overflow: hidden;
}
#toolTip p 
{
	margin: 0;
	padding: 0;
	color: #113;
	font-size: 11px;
}
#toolTip #tipDesc 
{
	display: block;
	margin-bottom: 2px;
	color: #113;
	font-style: normal;
	font-weight: bold;
}
#toolTip #tipAccess { font-weight: normal; font-size: .75em; }
#toolTip #tipAddr { color: #113; font-size: .75em; }

/*****End ToolTips*************************************/