/* Design by http://www.textweaver.com */

*{border:0;margin:0;padding:0;background:transparent;} 

body
{
font-family: trebuchet ms, verdana, arial, tahoma;
font-size: 80%; color: #000000;
background-color: #ffffff;
line-height: 120%;
margin-top: 0px;
background: #ffffff url('images/bg.gif') top center repeat-x;
}

#border
{
border: 0px ;
width: 770px;
background: #FFFFFF url('images/backround2.gif') no-repeat;
margin: 0 auto;
}

#header
{
height: 193px;
width:743px;
margin-left: -1px;
background-image:url('images/header.jpg');
}

* html #header { margin-left: 0; }

#header_inner
{
height: 81px;
width:743px;
padding-bottom: 14px;
margin-left: -1px;
background: #ffffff url('images/header_inner.gif') no-repeat;
}

* html #header_inner { margin-left: 0; }

#content
{
padding: 0.5em 1em;
max-width: 740px;
background-color: #FFFFFF;
}

* html #content {height:1%}
* > html #content {height:auto}

#container
{
width: 742px;
margin: 0px auto;
background-color: #ffffff;
border: 0px solid #09289f;
}

.splitright {
background: #ffffff url('images/menu.gif') top center no-repeat;
width: 50%;
float: right;
overflow: hidden;
text-align: center;
}

.splitleft {
background: #ffffff;
margin:auto;
width: 50%;
float: left;
overflow: hidden;
text-align: justify;
padding-top: 20px;
}

#introduction{
	float:right;
	width:300px;
	padding:10px;
	margin: 20px 20px 20px 0px;
	background: url(images/menu.gif) no-repeat;
	text-align:center;
	line-height:1.5em;
	color:#000000;
	letter-spacing:0px;
}

#introduction ul, #introduction li {
text-align:center;
	list-style: none;
	margin: 0;
	padding: 0;
}

#introduction a {
	border-bottom: none;
	color:#000000;
}

#introduction h3{
	text-align: center;
	position:static;
}

#introduction a:link, a:visited{
	color:#000000;
	text-decoration:underline;
}

#introduction a:hover, a:active{
	color:#09289f;
}

#bios{
	padding:10px;
}

/* ~~~~~~~~~ contact ~~~~~~~~~ */
#blue_box
{
	margin-top:20px;
	padding:10px;
	background-color: #dce3f0;
	text-align: center;
}

#contact a:link, a:visited {
	color:#09289f;
	text-decoration:underline;
	}

/* ~~~~~~~~~ footer ~~~~~~~~~ */
#footer
{
	text-align: center;
	height: 30px;
	background-color: #dce3f0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 50px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	clear: both;
	
}


#footer a:link, a:visited{
	color:#09289f;
}

#footer a:hover, a:active{
	color:#000;
}




a:active,
a:visited,
a:link { color: #09289f; text-decoration: underline; }
a:hover { color: #999999; text-decoration: none; }

/* ~~~~~~~~~ Headings ~~~~~~~~~ */    
h1
{
font-size: 120%;
padding-top:10px;
padding-bottom:10px;
color: #09289f;
}

h3{
	color:#09289f;
	font-family:geneva,arial,sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	word-spacing:4px;
	letter-spacing:3px;
	font-size:1em;
	font-weight:bold;
	padding:0 2px;
	margin:0;
}

/****MENU CSS******/

#chromemenu{
	padding-left:1px;
}



.chromestyle{
width: 739px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
background: url(images/chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #000;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(images/chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #eef2f9;
}

/***********end menu *********/


/*~~~~~~~~~~~styles~~~~~~~~~~~~~~~*/

.floatleft {
float: left;
margin: 0 10px 10px 0;
}

.smalltxt {
font-size: 9px;
text-align:center;
}
