@charset "UTF-8";
/* CSS Document */


body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}

a:link {
	color: #003a63;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003A63;
}
a:hover {
	text-decoration: underline;
	color: #003A63;
}
a:active {
	text-decoration: none;
	color: #003A63;
}


/* Layout --------------------------------------------------------------- */

.clear
{
	clear:both;
}

#col1, #col2
{
	width:250px;
	float:left;
}

#colorbar 
{
	background-color:#F3901D;
	height:5px;	
	border-top: solid 5px #FFD457;
	clear:both;
}

#content {
	clear:both;
	padding-left:10px;
}

#content.index {
	background-image:url(images/index_bg.gif);
}

#content #text
{
	width:650px;
	margin-top:20px;
	margin-right:40px;
	margin-left:30px;
	margin-bottom:30px;
	float:left;

}

#content #sidebar_image
{
	float:left;
	margin-top:20px;
	margin-right:20px;
}

#flashheader
{
	position:absolute;
	left:250px;
	top:25px;
	z-index:10;
}

#footer {
	background-color:#003A63;
	font-size:0.8em;
	padding:10px;
	text-align:right;
	clear:both;
	color:#fff;
}

#footer a
{
	color:#fff;
}

#header {
	
}

#maincolumn {
	float:left;
}

#maincolumn p 
{
	margin-left:20px;
	margin-right:20px;
}

.mapframe
{
	border:solid 1px #003a63;
}

#more_news {
	clear:both;
	margin-top:15px;
	margin-right:15px;
	margin-bottom:15px;
	border-top:solid 1px #666;
}

#search_form
{
	position:absolute;
	top: 150px;
	left: 666px;
	padding:0;
	margin:0;
}

.search_result
{
	border-bottom:solid 1px #666;
	margin-bottom:20px;
}

#sidecolumn {
	width:145px;
	padding:15px;
	float:left;
	background-color:#ffffff;
	font-size:0.8em;
	border-left: solid 1px #003A63;
	border-right: solid 1px #003A63;
	border-bottom: solid 1px #003A63;
}

#site {
	position:relative;
	width:844px;
	text-align:left;
	background-color: #FFFFFF;
	border-left: solid 7px #B9C9D4;
	border-bottom: solid 7px #B9C9D4;
	border-right: solid 7px #B9C9D4;
}

#sitemap li.primary {

	margin-top:15px;
	font-weight:bold;

}

#sitemap li.primary ul{

	font-weight:normal;

}



/* Text styles ------------------------------------------------------------ */

h1
{
	padding:0;
	margin:0;
	color:#003A63;
	font-size:18px;
	margin-bottom:12px;
}

h2 {
	padding:0;
	margin:0;
	font-size:16px;
	margin-bottom:10px;
}

h3 {
	padding:0;
	margin:0;
	font-size:14px;
}

.intro
{
	font-weight:bold;
}

.bioheader
{
	font-size:14px;
	font-weight:bold;
	color:#003A63;
	margin-top:15px;
	border-bottom:solid 1px #666;
}


/* News styles ------------------------------------------------------------ */

.newsdate {
	color:#666666;
	display:block;
	font-size:12px;
}

.newsDiv 
{
	margin-bottom:15px;
	border-bottom: solid 2px #666;
}

.newsDiv .title
{
	font-weight:bold;
	font-size:14px;	
}


.newsDiv .date
{
	color:#666666;
}


.newsDiv p
{
	
}

#sidecolumn .newsLink 
{
	margin-bottom:5px;
}

#sidecolumn .newsLink .title
{
	font-size:1.4em;
}



/* Drop Down Menus -------------------------------------------------------- */


#nav 
{
	position:absolute;
	top:150px;
	left:-15px;
}

#nav, #nav ul, #nav img {
	padding: 0px;
	margin: 0px;
	list-style: none;
	z-index:99;
}

#nav a {
	display: block;
	text-decoration: none;
	/*padding: 0;*/
	margin: 0;
}

#nav li.primary {
	float: left;
	display:block;
}

#nav li ul {
	position: absolute;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

ul.drop {
	background-color:#003a63;
	/*background-image: url(images/dropdownBG.gif);*/
	background-repeat: repeat;
	width: 200px;
	border: 1px solid #ffffff;
}

ul.drop li {
	margin: 0;
	float:none;
	display:block;
	border-bottom: 1px solid #ffffff;
}

ul.drop li a {
	padding: 5px;
	color:#FFFFFF;
	background-color:none;
}

ul.drop li a:hover {
	color:#FFFFFF;
	background-color:#084e7f;
}

/* Expanding DIVs --------------------------------------------------- */



.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	font-size:14px;
	font-weight:bold;
	color:#003A63;
	border-bottom:solid 1px #666;
	
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}

.dhtmlgoodies_question .diplomate {
	font-size: 12px;
	font-weight:normal;
}

.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;	
	position:relative;
}
