body
{
	margin: 0;
	padding: 0;
	border: 0;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #868688;
	min-height: 100%;
	cursor: default;
}

p
{
	padding-top: 0;
	margin-top: 0;
}

a img
{
	border: 0;
}

a
{
	color: #0084B5;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

div#page_container
{
	width: 940px;
	margin: auto;
}

div#page_header
{
	height: 130px;
	background: url(../images/banner/sky.jpg) no-repeat;
	overflow: hidden;
}
div#page_headerimg
{
	margin: 20px 0 0 0px;
	padding: 0 0 0 60px;
	height: 87px;
	width: 170px;
	float: left;
}
div#page_menu
{
	margin: 90px 0 0 275px; 
}
div#button_bar
{
	background-color: #f3f3f3;
	border: 1px solid #e1e1e1;
	padding: 8px;
}
div.page_banner
{
	height: 209px;
	text-align: right;
	padding: 9px;
}
div#page_banner_home
{
	background: url(../images/banner/home.jpg) no-repeat;
}
div#page_banner_membership
{
	background: url(../images/banner/membership.jpg) no-repeat;
}
div#page_banner_sponsors
{
	background: url(../images/banner/sponsors.jpg) no-repeat;
}
div#page_banner_foundation
{
	background: url(../images/banner/foundation.jpg) no-repeat;
}
div#page_banner_about
{
	background: url(../images/banner/about.jpg) no-repeat;
}
div#page_banner_news
{
	background: url(../images/banner/news.jpg) no-repeat;
}
div#page_banner_consumer
{
	background: url(../images/banner/consumer.jpg) no-repeat;
}
div#page_banner_events
{
	background: url(../images/banner/events.jpg) no-repeat;
}
div#page_banner_members
{
	background: url(../images/banner/members.jpg) no-repeat;
}
div#page_banner_contact
{
	background: url(../images/banner/contact.jpg) no-repeat;
}

div#page_banner_admin
{
	height: 2px;
	padding: 0;
}

div#page_content
{
	padding: 5px 80px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}

td#page_left
{
	width: 180px;
	vertical-align: top;
}
td#page_left_main
{
	padding-left: 20px;
	vertical-align: top;
}
div#page_spacer
{
	clear:both;
}
div#page_footer
{
	color: #cccccc;
	border-top: 5px #7DBCDF solid;
	font-size: 9px;
	padding: 10px 80px;
	margin: 20px 0 0 0;
}

div#state_select
{
	height: 40px;
	padding: 0;
	margin: 0px 20px;
	z-index: 2;
}

div#state_select ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	border: 0;
	height: 40px;
	position: relative;
	overflow: hidden;
	z-index: 2;
}

div#state_select ul li
{
	float: left;
	padding: 0;
	margin: 0 4px;
	border: 1px solid #e3e3e3;
	background-color: #eeeeee;
	height: 38px;
}
div#state_select ul li.selected
{
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-bottom: 1px solid white;
	font-weight: bold;
	z-index: 2;
}
div#state_select ul li a
{
	padding: 10px 15px;
	display: block;
}
div#state_content
{
	margin: -1px 0 1px 0;
	border: 1px solid #dddddd;
	padding: 8px 8px 28px 8px;
	position: relative;
	z-index: 1;
}
div#state_content p
{
	padding: 20px 0 0 0;
}
div#gallery_select
{
	float: right;
	width: 220px;
	margin: 20px 0 0 0;
}

div#gallery_select ul li
{
	margin: 2px;
}
div#gallery_content
{
	width: 530px;
}

div#gallery_content ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

div#gallery_content ul li
{
	float: left;
	width: 106px;
	height: 80px;
	padding: 5px;
	border: 1px solid #eeeeee;
	margin: 5px;
	text-align: center;
}
div#gallery_content ul li img
{
	width: 106px;
	height: 80px;
}
div#gallery_clear
{
	clear: both;
}

table#gallery_admin
{
	border-left: 1px solid #eeeeee;
	margin: 4px 4px 4px 14px;
	padding: 4px;
}
table#gallery_admin td
{
	margin: 4px;
	padding: 4px;
}

div.internalbox
{
	border: 1px solid #dddddd;
	margin: 4px;
	padding: 8px;
	background-color: white;
}

.borderme
{
	border: 1px solid #eeeeee;
}
.borderme, .borderme_internal
{
	padding: 8px;
}

.greyboxme
{
	background-color: #f8f8f8;
	border: 1px solid #eeeeee;
}
.greyboxme h2, .borderme h2, .greyboxme_internal h2, .borderme_internal h2
{
	padding: 0;
	margin: 0 0 5px 0;
	font-size: 13px;
}
.greyboxme ul, .greyboxme_internal ul
{
	margin: 2px 2px 2px 5px;
	padding: 0 0 0 10px;
	list-style-image: url(../images/athoc/li.gif);
}

.greyboxme_container .tl
{
	background: url(../images/greyboxme/tl.png) top left no-repeat;
}
.greyboxme_container .tr
{
	background: url(../images/greyboxme/tr.png) top right no-repeat;
}
.greyboxme_container .bl
{
	background: url(../images/greyboxme/bl.png) bottom left no-repeat;
}
.greyboxme_container .br
{
	background: url(../images/greyboxme/br.png) bottom right no-repeat;
}
.greyboxme_container .t
{
	background: url(../images/greyboxme/t.png) top repeat-x;
}
.greyboxme_container .r
{
	background: url(../images/greyboxme/r.png) right repeat-y;
}
.greyboxme_container .l
{
	background: url(../images/greyboxme/l.png) left repeat-y;
}
.greyboxme_container .b
{
	background: url(../images/greyboxme/b.png) bottom repeat-x;
}
.greyboxme_container .c
{
	background: url(../images/greyboxme/c.png) repeat;
}
.greyboxme_container
{
	border: 0;
	margin: 0;
	padding: 0 0 10px 0;
}
div.greyboxme
{
	padding: 8px;
	margin: 4px;
}
div.greyboxme_internal
{
	margin: 0 10px;
	padding: 12px 0 6px 0 ;
}

.borderme_container .tl
{
	background: url(../images/borderme/tl.png) top left no-repeat;
}
.borderme_container .tr
{
	background: url(../images/borderme/tr.png) top right no-repeat;
}
.borderme_container .bl
{
	background: url(../images/borderme/bl.png) bottom left no-repeat;
}
.borderme_container .br
{
	background: url(../images/borderme/br.png) bottom right no-repeat;
}
.borderme_container .t
{
	background: url(../images/borderme/t.png) top repeat-x;
}
.borderme_container .r
{
	background: url(../images/borderme/r.png) right repeat-y;
}
.borderme_container .l
{
	background: url(../images/borderme/l.png) left repeat-y;
}
.borderme_container .b
{
	background: url(../images/borderme/b.png) bottom repeat-x;
}
.borderme_container
{
	background: url(../images/borderme/c.png) repeat;
}

table.items_table
{
	border-left: 20px solid white;
}
table.items_table td
{
	padding: 8px;
}
table.items_table h3
{
	margin: 0;
	padding: 5px 0;
}
h1, h2, h3, h4, h5, h6
{
	color:#0083c6;
}
h1
{
	font-size: 23px;
}
h2
{
	font-size: 18px;
}

.xxxx
{
	background-color: #dddddd;
}

div.news_item
{
	margin: 10px 0;
	padding: 0;
}

div#please_wait
{
	position: absolute;
	background: transparent url(../images/menu/50percent.png);
	top: 230px;
	width: 765px;
	text-align: center;
	font-size: 14px;
	padding: 160px 0;
}
form
{
	margin: 0;
	padding: 0;
}
div#home_loginbox
{
	margin: 0 0 10px 0;
}
div#home_loginbox input.passwd
{
	margin: 4px 0 8px 0;
}
div#home_whisperbox
{
	margin: 0;
}
div#home_sponsors
{
	overflow: hidden;
	position: relative;
	width: 568px;
	margin: 1px;
}
div#home_sponsors ul
{
	list-style: none;
	height: 60px;
	padding: 8px 0;
	margin: 0;
}
div#home_sponsors ul li
{
	float: left;
	padding: 0 5px;
	margin: 0;
}
div#scrollme
{
	width: 2000px;
	z-index: -1;
/*	position: relative;*/
}

div#contact_us
{
	float: right;
	width: 255px;
	padding: 0px;
}
div#contact_us textarea, div#contact_us input.txt
{
	width: 226px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div.contact_us_section
{
	padding: 6px 0;
}

/* */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
}

#nav a {
	display: block;
	padding: 8px;
	color: white;
}
#nav li a:hover
{
	text-decoration: underline;
	background: none;
}
#nav li ul li a:hover
{
	background-color: white;
	text-decoration: none;
}
#nav li { /* all list items */
	float: left;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: transparent url(../images/menu/50percent.png);
	left: -999em;
	/* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li
{
	float: none;
}
#nav li ul li a
{
	color: black;
	padding: 4px 8px;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* */

.sorted_table
{
	border: 1px solid #f6f6f6;
	border-collapse: collapse;
	margin: 4px 0;
}
.sorted_table td
{
	padding: 4px;
}
.d_r_1
{
	background-color: #fbfbfb;
}
.d_r_0
{
	background-color: #fefefe;
}
.nowrap
{
	white-space: nowrap;
}

/* LIGHTBOX */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0px;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0px;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}

#prevLink:hover, #prevLink:visited:hover { background: url(../images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}
