/***********************************************/
/* pub.css - 02/07/2006                        */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Verdana,Arial,sans-serif;
	color: #000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: beige url("images/bg_grad.jpg") fixed;
}

/******* hyperlink and anchor tag styles *******/

a.moreinfo { text-decoration: none; }
a.moreinfo:hover { text-decoration: underline overline; background: beige; }

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 16pt verdana,Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 15pt verdana,Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

#guide h2{
 font: bold 16pt verdana,Arial,sans-serif;
 color: #069;
 margin: 0px;
 padding: 0px;
}

#guide-sub h2{
 font: bold 16pt verdana,Arial,sans-serif;
 color: white;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 14pt verdana,Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 12pt verdana,Arial,sans-serif;
 color: #333333;
font-weight: 600;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 10pt verdana,Arial,sans-serif;
 color: #333;
 font-weight: 600;
 margin: 0px;
 padding: 0px;
}

h6{
 font: 9pt verdana,Arial,sans-serif;
 color: #333;
 font-weight: 600;
 margin: 0px;
 padding: 0px;
}

/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

.speak {
	font-family: Verdana,Arial,sans-serif;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em verdana,Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: verdana,Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container {
	width: 750px;
	background-color: #ffffff;
	}

#pagecell1{
	position: absolute;
	top: 112px;
	left: 2%;
	right: 2%;
	width: 95.6%; 
	background-color: #ffffff;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

/* #masthead{
	position: absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	width:95.6%;
} */

#pageNav{
	float: left;
	width:143px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}

#content{
	padding: 0px 10px 0px 15px;
/*	margin:0px 0px 0px 140px; */
	background: white;
	border-left: 1px solid #ccd2d2;
}

#guide-top {
	border: black 1px solid; 
	background-color: beige; 
/*		background-color: rgb(238,245,255); */
	padding-left: 1.0em;
	padding-right: 1.0em;
}

#guide {
	border: black 1px solid; 
	background-color: beige; 
	padding-left: 3.0em;
}

#guide-sub {
	border: black 1px solid; 
	background-color: navy; 
	color: white; 
	padding-left: 5.0em;
}
/***********************************************/
/* Component Divs                              */
/***********************************************/
#abstracts {
	padding: 0px 0px 10px 0px;
	font-size: 12px;
	font-family: Verdana,arial,sans-serif;
	color: #000;
	height: 320px;
	vertical-align: top;
}

#agenda {
	padding: 0px 0px 10px 10px;
	font-size: 80%;
/*	height: 320px; */
}

#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	background: white;
	border-bottom:1px solid #ccd2d2;
}

#pageName p { margin: 0;}

#pageName h2{
	font: bold 175% verdana,Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

/************* breadCrumb styles ***************/

.breadCrumb{
	padding: 0;
	margin-top: 0;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
}

.breadCrumb a{
	color: #AAAAAA;
}

.breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}

/************** feature styles *****************/

#feature {
	padding: 0px 0px 10px 0px;
/*	font-size: 80%; */
	height: 390px;
/*	text-align: justify;*/
	margin-right: 1.5em;
}

#feature table {
	font-size: 10pt;
}

.sm-text {font-family: verdana, arial; font-size: 10px; color: black; }
.bylaws { text-align: justify; font-size: 10pt; }
.intro { font-size: 11pt; line-height: 20px; }
p { font-size: 10pt; }

html>body #feature {height: auto;}

#feature h3, #abstracts h3, #agenda h3 {
	font: bold 175% Verdana,Arial,sans-serif;
	color: #000000;
	padding: 20px 0px 5px 0px;
}

#feature ul li, ol li {
	font-family: Verdana,arial,sans-serif;
	font-size: 10pt;
	color: #000;
	padding: 0px 15px 4px 0px;
	list-style-position: outside;
} 
/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 60%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a {
	font-size: 12px;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url("images/bg_nav.jpg");
	font-weight: bold;
	padding: 3px 0px 3px 10px;
/*	color: #21536A; */
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

#sectionLinks a.devforum { text-decoration: none; background: #369; color: white; }
#sectionLinks a.devforum:hover { text-decoration: none; background: #369; color: yellow; }

/*#tbsites option { font-size: 6px  !important; font-family: arial; color: red;} */
.hotbsites { font-size: 11px  !important; font-family: arial; color: black;}

div#subs a { color: red; font-size: 8pt; }
div#subs div { text-indent: 8px; list-style-type: none; margin: 0; }

dl#subs a { color: red; font-size: 8pt; }
#subs dt, dl { margin: 0 0 0 5px; padding: 0px }

/* Sidebar information box layout */
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto; /* center for now */
	width: 15em; /* ems so it will grow */
	background: url(../images/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(../images/sbhead-right.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(../images/sbhead-left.gif) no-repeat top left;
	margin: 0;
	padding: 20px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 12px; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(../images/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
	font-size: 9pt; 
}
.widthlessbox {
	margin: 0 25%; /* NO WIDTH! Opens up a world of possibilities! */
	background: url(../images/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.sidebox-idx {
	margin: 0 auto; /* center for now */
	width: 19em; /* ems so it will grow */
	background: url(../images/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead-idx {
	background: url(../images/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead-idx h2 {
	background: url(../images/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 20px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 12px; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
dt { padding-bottom: 1.0em; }
dl#boxbody a:link, dl#boxbody a:visited, dl#boxbody2 a:link, dl#boxbody2 a:visited { color: #009; }
dl#boxbody a, dl#boxbody2 a { text-decoration: none; font-size: 11px;}
dl#boxbody a:hover, dl#boxbody2 a:hover { text-decoration: underline overline; color: #b05010; background-color: #e5e5e5; }
dl#boxbody2 { font-size: 11px;}

.mapText{
	padding: 0;
	margin-top: 0;
	font: 10pt Verdana,sans-serif;
	color: #000000;
}
/********************* end **********************/
