/* CSS Document */
/* HTLF Symposium */
body
{
	background: #212122;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}


.tablehdbg { background: #eae3b9; }

b { color: #033c64; }

.small { font-size: 10px; }

.contactbot { text-align: right; }

ul.subnavs
{
list-style-type: none;
padding: 0;
margin: 0 0 30px 0;
}

ul.subnavs li
{
background-image: url(../images/bullet.gif);
background-repeat: no-repeat;
background-position: 0 0;
padding-left: 20px;
margin-bottom:5px;
}

/*****ul.li
{ 
background-image: 
url(../images/bullet.gif);
background-repeat: repeat-y
}******/



/*************************************************************
UNIVERSAL STYLES - LINKS, UNORDERED LISTS
************************************************************/

a:link, a:active, a:visited
{
	color: #058ee8;
	text-decoration: underline;
	font-weight: normal;
}

a:hover
{
	color: #045e9a;
	text-decoration: underline;
}

a:focus { outline: none; }

INPUT, textarea, select, checkbox, option
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border: 1px solid #8b959c;
	background-color: #c6d4dd;
}

.submit
{
	color: #ffffff;
	background-color: #1D7CAC;
	font-weight: bold;
	height: 23px;
	/*border: 3px double #C4DCE9;
border-top-color:#AFD9EE;
border-left-color:#AFD9EE;
border-right-color:#0A4C6E;
border-bottom-color:#0A4C6E;*/
}

/*************************************************************
TEXT
************************************************************/

.bodycopy
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
}

.contactinfo
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #90623a;
}

h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #212122;
	text-transform: uppercase;
	margin: 0 0 2px 0;
}

h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ab0535;
	text-transform: uppercase;
	margin: 0px;
}

h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #626261;
	text-transform: none; 
	margin: 0 0 10px 0;
}


.homeleft {width:485px; float:left; }
.homecopy{width:418px; margin-left:61px;}
.homeright { width:311px; float:right; margin: 0px 0px 0 0; }
.homemap {position:relative;  float:right; margin: 0px 0px 0 0 !important; margin: 0px -6px 0 0;}
.bottominfo { width:260px; position:relative; z-index:300; display:block; float:left; margin: 40px 0px 0 0;}

.chart
{
	text-align: left; width:840px;;
}
.chart th
{
	font-size: 12px;
	background:#e0e0e0;
	padding: 4px 0px 4px 0px;
	border-bottom: 4px solid #005084;
	text-align:center;
}
.chart td
{
	border-bottom: 1px solid #ccc;
	padding: 6px 8px;
}
.chart tbody tr:hover td
{
	color: #005084;border-bottom: 1px solid #666; 
}

.chart .odd
{
	background: #f1f1f1;
	
}




