html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {margin: 0;padding: 0;border: 0;}
td { text-align: left;}
body {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; background-color: #FFF; color: #000; text-align: left;}
/*li {list-style-type: square;}*/
a:link, a:visited {color: #03C;}
#pagewrapper {width: 1080px; background:url(../images09/09page_bg.jpg) no-repeat; background-color: #F2F2F2;  margin: 0; text-align:left; margin-left:auto; margin-right:auto; text-align: center;}


/*  HEADER */
#header {width: 960px; height:70px;  margin-top: 0; margin-bottom: 0; text-align:left; margin-left:auto; margin-right:auto; text-align: center;}

/*  AUX NAV */
#auxnav {width: 960px; height: 33px; background:url(../images09/09auxnavbg.jpg) no-repeat; padding: 0px 0px 0px 0px; margin-top: 0; margin-bottom: 0; text-align:left; margin-left:auto; margin-right:auto; text-align: center;}
#auxnav p {text-align: left; font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; font-size: 11px; padding: 10px 0px 0px 10px; margin: 0px 0px 0px 0px; color: #999;}
a.auxnav:Link, a.auxnav:Visited, a.auxnav:Hover {font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; font-size: 11px; font-weight: normal; color: #999; text-decoration: none; padding: 5px 5px 0px 5px !important; margin: 5px 0px 0px 0px;  text-align: left;}
a.auxnav:Hover {font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; font-size: 11px; font-weight: normal; color: #0066cc; text-decoration: none; padding: 5px 5px 0px 5px; margin: 5px 0px 0px 0px;  text-align: left;}

/*  MAIN NAV */
#mainnav {width: 960px; height: 39px; background:url(../images09/09mainnavbg.jpg) no-repeat;}


/* MAIN MENU ITEMS */
#nav  li {
    position: relative;
  	width: auto;				
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border:0px;
	float:left; /* this makes the list go horizontal vs vertical*/
	list-style-type: none;
	z-index: 1000;
  }
  
#nav a {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	text-decoration: none; 
	display: block; 
	color: #FFF; 
	font-weight: bold;
	padding: 10px 0px 5px 0px; /* Position of main menu items, Home, About, Membership, etc.   */
	z-index: 1000;
}

/* ROLLOVER FOR THE MAIN NAV ITEMS I.E. HOME, MEMBERSHIP, ABOUT, PROGRAMS, ETC*/
#nav a:hover {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	height: 20px; /*Added 10/20*/
	text-decoration: none; 
	color: #FFF;
	background-color: #012391; 
	z-index: 1000;
}
#nav li p {
	border:0px; 
	/*background:url(../images09/09menudivider.gif) no-repeat;*/
	font-size : 12px;
	text-decoration:none; 
	color: #FFF;
	width: 5px;
	margin: 0px 0px 0px 0px; 
	padding: 0px 10px 2px 10px; 
	font-weight: normal; 
	z-index: 1000;
}

/*DROPDOWN BOX*/
#nav li ul {
	display: none;
	top: auto;left: auto; 
	width: 200px; /*My addition*/
	border-width: 5px;
	border-style: solid;
	border-color: #007bc8 #007bc8 #007bc8 #007bc8;
}  

/*ADDED 10/27 TRYING TO CORRECT ROLLOVER POSITIONING OF DROPDOWN MENU*/
#nav li ul:hover, #nav li ul.over {
	display: none;
	top: auto;left: auto; 
	width: 200px; /*My addition*/
	border-width: 5px;
	border-style: solid;
	border-color: #007bc8 #007bc8 #007bc8 #007bc8;
	position: relative; top: 35px;
} /*ADDED 10/27 TRYING TO CORRECT ROLLOVER POSITIONING OF DROPDOWN MENU*/


#nav li:hover ul, #nav li.over ul{
	visibility: visible; 
	display: block; 
	position:absolute; 
	z-index:1; 
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px; 
}

/*MY ADDITION */
#nav li li {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; 
	/*display: block; */
	width: 200px; /* WIDTH OF THE DROPDOWN BOX */
	background-color: #FFF; /* background color within dropdown */
	font-size : 11px;
	padding: 0px 0px 0px 0px; 
	/*padding: 2px 0px 2px 0px; */
	margin: 0px 0px 0px 0px; 
}


/*LINKS WITHIN DROPDOWN BOX*/
#nav ul li a {
	background-color: #FFF;
	color: #1268bb;
	text-align: left;
	height: 30px; /*ADDITION 10/27*/
	margin: 5px 0px 0px 10px;
	padding: 0px 0px 0px 0px; /*ADDITION 10/27*/
}

/*HOVER LINKS WITHIN DROPDOWN BOX*/
#nav ul li a:hover {
	background-color: #FFF;
	color: #008448;
	text-align: left;
	height: 30px; /*ADDITION 10/27*/
	margin: 5px 0px 0px 10px;
	padding: 0px 0px 0px 0px;	/*ADDITION 10/27*/
	/*position: relative; top: 7px;*/  /* POSITIONING THE HOVER - OCT 27  */
}

/* MAIN MENU ITEMS */







/* MAIN BUTTONS */
#menubuttons {
	width: 300px;
	float: right;
	position:relative; top:4px; left:-16px;
	padding: 0px 0px 0px 0px;
	text-align: right;
}


/* TINYSLIDESHOW */
#slideshow {list-style:none; color:#fff;}
#slideshow span {display:none;}

#wrapper {width:960px; margin:0px auto; padding: 0px 0px 0px 0px; display:none;}
#wrapper * {margin:0; padding:0}

#fullsize {position:relative; top:4px; left:4px; width:631px; height:284px; margin: 0px 0px 0px 0px; padding:0px; }

#information {position:absolute; bottom:0; left:0; width:195px; height:0; background:#448fda; color:#fff; overflow:hidden; z-index:200; opacity:.8; filter:alpha(opacity=80); text-align: left;}
#information h3 {font-family: Arial, Helvetica, sans-serif; font-size:20px; line-height:24px; font-weight: normal; color: #FFF; padding:20px 10px 10px 12px;}
#information p {font-family: Arial, Helvetica, sans-serif; font-size:12px; line-height:16px; color: #FFF; padding:0px 10px 8px 12px; }
#information a {font-family: Arial, Helvetica, sans-serif; font-size:12px; line-height:16px; color: #FFF; padding:0px 0px 0px 0px; }

#image {width:631px;}
#image img {position:absolute; bottom: 0; right: 0; z-index:25; width:auto;}

.imgnav {position:absolute; width:25%; height:306px; cursor:pointer; z-index:150;}
#imgprev {left:0; background:url(../images09/left.gif) left center no-repeat;}
#imgnext {right:0; background:url(../images09/right.gif) right center no-repeat;}

#imglink {position:absolute; height:306px; width:100%; z-index:100; opacity:.2; filter:alpha(opacity=20);}
.linkhover {background:url(../images09/link.gif) center center no-repeat;}

#thumbnails {width:631px; margin-left:4px; margin-top:8px;}

#slideleft {float:left; width:15px; height:66px; background:url(../images09/scroll-left.gif) center center no-repeat; background-color:#afafaf; }
#slideleft:hover {background-color:#333;}
#slideright {float:right; width:15px; height:66px; background:url(../images09/scroll-right.gif) center center no-repeat; background-color:#afafaf;}
#slideright:hover {background-color:#333;}

#slidearea {float:left; position:relative; width:601px; margin-left:0px; height:66px; overflow:hidden;}
#slider {position:absolute; left:0; height:66px;}
#slider img {cursor:pointer; padding:0px;}
/* TINYSLIDESHOW */

/*  FEATUREAREA */
#featurearea {width: 960px; height: 381px; position:relative; background:url(../images09/_09featurebg.jpg) no-repeat; margin: 9px 0px 0px 0px;}
#featuremain {width: 639px; height: 362px; position:absolute; top:8px; left:8px; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; background-color: #DDD; border: solid 1px #cccccc;}

/*  FEATURERIGHT */
#featureright {width:303px; height:381px;  float:right; border-left: 1px solid #eaeaea;}
#featureright H1 {font-family: Arial, Helvetica, sans-serif; font-size: 18px; padding: 0px 0px 2px 0px; margin: 10px 10px 0px 9px; font-weight: bold; color: #076abf; text-align: left; }
#featureright a {font-family: Arial, Helvetica, sans-serif; font-size: 12px;  padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; font-weight: normal; color: #0066cc; text-align: left; text-decoration: none;}


#featureright ul {  
list-style: none; /*--Takes out the default bullets--*/  
padding: 0;  
text-align: left;
color: #686868;  
margin: 0px 10px 0px 15px;
}  
#featureright li {  
padding: 2px 5px 2px 15px; /*--Adds padding around each item--*/  
margin: 0;  
background: url(../images09/09bullet.gif) no-repeat left center; /*--Adds a bullet icon as a background image--*/  
}


#homecontentarea {width: 960px; height: 150px; background-color: #FFF; margin: 10px 0px 0px 0px;}

/* HOMECONTENT TOP & BOTTOM*/
#homecontenttop {width:960px; height:5px; background-image:url(../images09/09homecontentop_bg.jpg); background-repeat:no-repeat; text-align:left; margin-left:auto; margin-right:auto; margin-top: 10px; margin-bottom: 0px; text-align: center;}
#homecontentbtm {width:960px; height:5px; background-image:url(../images09/09homecontentbtm_bg.jpg); background-repeat:no-repeat; text-align:left; margin-left:auto; margin-right:auto; margin-top: 0px; text-align: center;}

/* HOMECONTENT */
#homecontent {width:958px; height:200px; background-color:#FFF; text-align:left; margin-left:auto; margin-right:auto; margin-top: 0px; margin-bottom: 0px; padding: 0px 0px 0px 0px; text-align: center; border-left: 1px solid #d1d1d1; border-right: 1px solid #d1d1d1;}
#homecontent H1 {font-family: Arial, Helvetica, sans-serif; font-size: 18px; padding: 0px 0px 2px 0px; margin: 10px 10px 0px 10px; font-weight: bold; color: #0066cc; text-align: left;}
#homecontent p {font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height:18px; padding: 0px 0px 0px 0px; margin: 0px 10px 10px 10px; font-weight: normal; color: #666; text-align: left;}
#homecontent a {font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height:18px; padding: 0px 0px 0px 0px; margin: 0px 10px 10px 0px; font-weight: normal; color: #0066cc; text-align: left;}

.homecontent-td235 {width:235px; border-left: 1px solid #d1d1d1;}

#footerarea {width: 960px; margin: 10px 0px 0px 0px; border-top: 1px solid #d1d1d1; border-bottom: 1px solid #d1d1d1; text-align:left; margin-left:auto; margin-right:auto;}
#footerarea H1 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; padding: 0px 0px 0px 0px; margin: 0px 10px 0px 10px; font-weight: bold; color: #666; text-align: left;}
#footerarea p {font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height:18px; padding: 0px 0px 0px 0px; margin: 0px 10px 0px 10px; font-weight: normal; color: #666; text-align: left;}
#footerarea a {font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height:18px; padding: 0px 0px 0px 0px; margin: 0px 10px 10px 0px; font-weight: normal; color: #666; text-align: left; text-decoration: none;}
#footerarea ul {list-style: none; margin: 0 5px 0px 10px;  }
#footerarea li {font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height:16px; color: #666; padding: 2px 5px 2px 15px; /*--Adds padding around each item--*/  
margin: 0;  text-align: left; background: url(../images09/09bullet-footer.gif) no-repeat left center;}

table#footertable{ width: 960px; padding: 0px 0px 0px 0px; margin: 10px 0px 10px 0px;}
.footer-td140 {width:140px; border-left: 1px solid #fff;}
.footer-td142 {width:142px; border-left: 1px solid #fff;}
.footer-td162 {width:162px; border-left: 1px solid #fff; border-right: 1px solid #fff;}
.footer-td167 {width:167px; border-left: 1px solid #fff;}
.footer-td175 {width:175px; border-left: 1px solid #fff;}
.footer-td174 {width:174px;}

#copyrightarea {width: 960px; height: 80px;  margin: 10px 0px 0px 0px; text-align:left; margin-left:auto; margin-right:auto; }
#copyrightarea p {font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height:18px; padding: 0px 0px 0px 0px; margin: 0px 10px 10px 12px; font-weight: normal; color: #666; text-align: left;}


	

