/**************************************
    HTML Styles
**************************************/ 

body, a, p, ul, ol, li, td, h1, h2, h3, h4, h5, h6, dl, dt, dd
{
	color: #fff;
	font-family: Lucida Sans Unicode, Lucida Grande, Arial, sans-serif;
}


a, a:link, a:visited
{
	color: #99C2E4;
	text-decoration: underline;
}
a:hover, a:link:hover, a:visited:hover, a:active
{
	color: #fff;
	text-decoration: underline;
}


p, li, label, legend
{
    font-size: 12px;
	line-height: 18px;
}
#topcontent p
{
	width: 400px;
	height: 180px;
  margin: 0;
	padding: 0px 0px 10px 30px;
	line-height: 24px;
	text-align: center;
}



h1
{
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #6B8197;
	font-weight: normal;
	font-style: italic;
	padding: 40px 0 0 0;
	left: -20px;
	margin: 0;
	line-height: 90%;
}
#topcontent h1
{
	padding: 60px 0px 0px 20px;
}
h5
{
	font-size: 13px;
	color: #99C2E4;
	margin: 30px 0px -6px 0px;
	left: -10px;
	padding: 0px;
	position: relative;
}
h6
{
	font-size: 13px;
	color: #99C2E4;
	margin: 30px 0px -6px 20px;
	padding: 0px;
}


#mapContainer {
}
#map {
	border: 2px solid #aaa;
}
#map h3 {
	color: #333;
	font-size: 14px;
	margin: 0px;
}
#map p {
	font-size: 12px;
	color: #333;
	margin: 10px 0px;
	font-weight: normal;
}


dl, dt, dd
{
	font-size: 12px;
	line-height: 18px;
}

table.data {
border-collapse: collapse;
border-spacing: 0;
width: 100%;
font-size: 12px;
}
table.data thead th{
color: #fff;
font-weight: bold;
border-bottom: 1px solid #999;
}
table.data tbody td{
font-weight: normal;
border-bottom: 1px solid #333;
text-align: center;
}
table.data tbody th{
font-weight: normal;
border-bottom: 1px solid #333;
text-align: left;
}


/**************************************
    IDs and Class Style
**************************************/ 


#footer p
{
	text-align: center;
	color: #996;
	font-size: 12px;
	line-height: 14px;
	margin: 8px 0px 0px 0px;
}
#footer a, #footer a:link, #footer a:visited
{
	color: #996;
	text-decoration: underline;
}
#footer a:hover, #footer a:link:hover, #footer a:visited:hover, #footer a:active
{
	color: #fff;
	text-decoration: underline;
}
#footer p span
{
    font-size: 18px;
    font-family: Georgia, "Times New Roman", Times, serif;
}



/**************************************
	Profile & Section Photos
**************************************/ 

.profilephoto {
  display: block;
  width: 300px;
  height: 300px;
  position: relative;
  float: right;
  top: -300px;
  margin: 0 0 -300px;
}
.profile01 
{
	background: transparent url(../_graphics/profile_01.png) no-repeat bottom right;
}
* html .profile01 { /* IE6-specific styles: */
	background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../_graphics/profile_01.png', sizingMethod='scale');
}
.profile03
{
	background: url(../_graphics/profile_03.png) no-repeat bottom right;
}
* html .profile03 { /* IE6-specific styles: */
	background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../_graphics/profile_03.png', sizingMethod='scale');
}
.resources
{
	background: url(../_graphics/sectionphoto_resources.png) repeat-y top;
}
* html .resources { /* IE6-specific styles: */
	background-image: none;
}


/**************************************
	Navigation
**************************************/ 


#nav a, #nav a:link, #nav a:visited
{
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #99CCFF;
	text-decoration: none;
}
#nav a:hover, #nav a:link:hover, #nav a:visited:hover, #nav a.active
{
	color: #fff;
}

#subnav a, #subnav a:link, #subnav a:visited
{
	text-align: center;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}
#subnav a:link:hover, #subnav a:visited:hover, #subnav a.active
{
	text-decoration: underline;
}


/******************************************
	Form Content Styles
******************************************/


fieldset li span
{
	color: #9CF;
	font-size: 12px;
}
fieldset li.error span
{
	color: #c00;
}
input, textarea
{
	color: #333;
}
textarea
{
	width: 300px;
}
label
{
	font-weight: bold;
	text-align: right;
}

