/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
div#timedate  /* places current date on top right hand corner of page */
{
	z-index: 3;
	width:200px;
	color:#ffffff;
    position:absolute;
    left:765px;
    top:2px;
	text-align:right;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
body{
	margin: 0; /* zeroes the margins on the body */
	padding: 0; /* zeroes the padding on the body ~ Opera carries a default padding and requires this zeroing */
	border: 0; /* zeroes off any existing border */
	text-align: center; /* Hack to center the wrapper in IE5.x pc */
	min-width: 990px; /* Prevents the body becoming narrower than our wrapper div - keeps the content from disappearing off the left edge with Gecko browsers */
	
}

a:link, a:visited  {
	color: #0033CC;
	text-decoration: none;
		font-size: 16px;
		font-weight: bolder;
		line-height: 125%;
}

a:hover {
	text-decoration: underline;
	font-size: 16px;
	font-weight: bolder;
	line-height:125%;
	
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 240%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
	list-style-type: square;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;	
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial, Helvetica, sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#mainDiv { /* main web page container */
	width: 990px;/*sets the width for IE5.x's broken box model*/
	w\idth: 990px; /* sets the width of the wrapper for compliant browsers*/
	margin: 5px auto; /* sets a border to all 4 sides */
	position: relative; /* important to position it relatively */
	text-align: left; /* Realigns the text to the left after the IE hack in the body rule */
	top: -5px;
	border: 1px solid #000;
	
}

#siteHeader{
	margin: 0;
	padding: 0px 0px;
	width: 100%;
}

#content{
  float:right;
	width: 590px;
	margin: 0;
	padding: 0 5px 0 10px;
    font-family: Arial, Helvetica, sans-serif;
	color: #000000;
    background-color: #FFFFFF;	
	font-size: 12px;
	line-height: 1.166;		
}

/* for wide pages with no NAV bar like MAP pages */
#contentwide{
	width: 750px;
	margin: 0;
	padding: 0 10px 0 10px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.166;		
}

/* for INDEX/HOME page only */
#contentindex{
  float:right;
	width: 595px;
	margin: 0;
	padding: 0;
    background-color: #F5F4EC;	
}

/* for text positioning and font attributes on text block starting - we are your online guide - on front page */
#online-guide {
	position:absolute;
	width:748px;
	height:78px;
	z-index:4;
	left: 236px;
	top: 543px;
	font-size: 16px;
}

/* for text positioning and font attributes on text blocks on interior pages */
#inner-content {
	position:absolute;
	width:748px;
	height:256px;
	z-index:4;
	left: 233px;
	top: 488px;
	font-size: 16px;
}

/* for positioning of 728 x 90 google ad banner  - on front page */
#bannerfront {
	position:absolute;
	width:768px;
	height:90px;
	z-index:3;
	left: 233px;
	top: 345px;
}
/* for positioning of main picture  - on front page */
#frontmainpic {
	position:absolute;
	width:670px;
	height:229px;
	z-index:1;
	left: 218px;
	top: 83px;
}
/* for positioning left menu   */
#menu_left {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 11px;
	top: 107px;
	
}
/* for positioning and attributes for site title header on front page   */ 
#sitename {
	position:absolute;
	width:668px;
	height:29px;
	z-index:1;
	left: 311px;
	top: 51px;
	font-size: xx-large;
	font-variant: small-caps;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

/*************** #pageHeader styles **************/

#pageHeader{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
padding: 0;
white-space: nowrap;
}
/* 'nowrap' prevents any TEXT LINKS from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	padding: 0px 0px 0px 0px; 
}


/************* #secondaryNav styles *************/

#secondaryNav{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
    margin: 0; /* zeroes the margins on the body */
    padding: 0; /* zeroes the padding on the body ~ Opera carries a default padding and requires this zeroing */
    border: 0; /* zeroes off any existing border */
}

p.siteNotice {
    padding: 0px 10px;
}
            /* Client Contact Info */
table.siteClient{
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 20px;
    margin: 0; /* zeroes the margins on the body */
    padding: 0; /* zeroes the padding on the body ~ Opera carries a default padding and requires this zeroing */
    border: 0; /* zeroes off any existing border */
}

/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

/*********** Navigation styles ***********/

div.navBar{
    min-width: 175px; /* Prevents the container DIV from becoming narrower than our wrapper div - keeps the content from disappearing off the left edge with Gecko browsers */
    max-width: 175px;
}
td.mainlinks{
	color:#FFFFFF;
	line-height:120%;
	text-decoration: none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
}

a.mainlink:link, a.mainlink:visited{
	color:#FFFFFF;
	line-height:120%;
	text-decoration: none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
a.mainlink:hover{
    color:#FFFCDF;
	line-height:120%;
	text-decoration: underline;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	
    padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
a.mainlink:active{
    color: #FFFF99;
    line-height:120%;
    text-decoration: none;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
	
    padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;}

div.navLink{
    position: relative;
	z-index: 1;
    min-width: 990px; /* Prevents the container DIV from becoming narrower than our wrapper div - keeps the content from disappearing off the left edge with Gecko browsers */
	height: 32px;
    margin: 0; /* zeroes the margins on the body */
    padding: 0; /* zeroes the padding on the body ~ Opera carries a default padding and requires this zeroing */
    border: 0; /* zeroes off any existing border */
	text-align: center;	
    background-image: url(../images/button.jpg);
	background-repeat: no-repeat;
	background-position: center center;		
}

a.navText1 {
    position: relative;
	z-index: 2;
	top: 12px;
    min-width: 125px; /* Prevents the body becoming narrower than our wrapper div - keeps the content from disappearing off the left edge with Gecko browsers */	
    margin: 0; /* zeroes the margins on the body */
    padding: 0; /* zeroes the padding on the body ~ Opera carries a default padding and requires this zeroing */
    border: 0; /* zeroes off any existing border */
}
a.navText2 {
    position: relative;
	z-index: 2;	
	top: 6px;
    margin: 0; /* zeroes the margins on the body */
    padding: 0; /* zeroes the padding on the body ~ Opera carries a default padding and requires this zeroing */
    border: 0; /* zeroes off any existing border */
}

a.navText1:link, a.navText1:visited{
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;
	font-weight: normal;
	color: #F16022;
}

a.navText1:hover, a.navText1:active{
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;
	font-weight: normal;
	color: #1C67A8;
	text-decoration: none;
}

a.navText2:link, a.navText2:visited{
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;
	font-weight: normal;
	color: #F16022;
}

a.navText2:hover, a.navText2:active{
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;
	font-weight: normal;
	color: #1C67A8;
	text-decoration: none;
}
p {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
a.footer2:link{
	COLOR:#333333;
	TEXT-DECORATION: none;
	FONT-SIZE: 11px;
	FONT-FAMILY: "Times New Roman", Times, serif;
}

a.footer2:visited{
	
	COLOR:#FFFFFF;
	TEXT-DECORATION: none;
	FONT-SIZE: 11px;
	FONT-FAMILY: "Times New Roman", Times, serif;
}

a.footer2:hover{
	COLOR:#333333;
	FONT-SIZE: 11px;
	FONT-FAMILY: "Times New Roman", Times, serif;
	text-decoration: underline;
}

a.footer2:active{
	
	COLOR:#FF0000;
	FONT-SIZE: 11px;
	FONT-FAMILY: "Times New Roman", Times, serif;
}