html
{
	background-color: #ebebeb;
	border-top: 10px solid #555555;
	font: normal 12px "Trebuchet MS", Verdana, "Lucida Grande", Georgia, Sans-Serif;
}

/* about */

a { font-weight: bold; border-bottom: 1px dotted; }

a:link {
	color: #003366;
	text-decoration: none;
	border-bottom-color: #003366;
}

a:visited {
	color: #003366;
	text-decoration: none;
	border-bottom-color: #003366;
}

a:hover, a:active {
	color: #FF3300;
	border-bottom: 1px solid;
}

/* Html Elements */

h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 5px 0 10px; padding: 0; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
	font-weight: normal;
	border-bottom-width: 0;
}

h1 { font-size: 28px; }

h2 { font-size: 26px; }

h3 { font-size: 24px; }

h4 { font-size: 20px; }

h5 { font-size: 18px; }

h6 { font-size: 16px; }

ul, ol, blockquote, pre
{
	color: #555555;
	padding: 10px 15px;
	line-height: 1.8em;
}

ul
{
	list-style-type: circle;
}

blockquote, pre { background-color: #eeeeee; border: 1px solid #bbccdd; }

ins { text-decoration: none; color: #466b85; }

del { color: #555555; }

/* Structure */

body
{
	padding: 0;
	width: 850px;
	margin: 0 auto;
	background-repeat: repeat-y;
	background-position: top left;
	background-image: url(images/body_bg.png);
}

#container
{
	width: 700px;
	margin: 0 auto;
}

#header { float: left; width: 100%; clear: both; margin-top: 10px; }

#navigation { float: left; width: 100%; clear: both; }

#page-header { clear: both; position: relative; margin-bottom: 20px; }

#wrapper { text-align: center; }

#footer
{
	clear: both;
	color: #666666;
	padding: 20px 0 15px;
	text-align: center;
}

/* Header */

#header h1
{
	padding: 0;
	float: left;
	width: 100px;
	margin: 10px 0;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	border-right: 1px solid #999999;
}

#header h1 a:hover,
#header h1 a:active
{
	border-bottom-width: 0;
}

#header h2
{
	float: left;
	width: 365px;
	font-size: 12px;
	font-weight:bold;
	line-height: 5em;
	padding-left: 10px;
}

#header h3
{
	padding: 0;
	float: left;
	width: 220px;
	margin: 10px 0;
	letter-spacing: 0.1em;
}

#header #search
{
	float: right; 
}

#header #search input
{
	padding: 5px;
	border: 1px solid #999999;
	background-color: #f5f5f5;
}

#header #search input:hover
{
	background-color: #e5e5e5;
	border: 1px solid #777777;
}

/* Navigation */

#navigation ul
{
	padding: 0;
	width: 100%;
	float: left;
	margin: 0 0 10px;
	list-style-type: none;
	background-color: #009900;
}

#checked
{
	background-color: #003300;
}

#navigation li { float: left; }

#navigation a:link,
#navigation a:visited
{
	float: left;
	display: block;
	color: #eff8ff;
	padding: 5px 10px;
	border-bottom-width: 0;
}

#navigation a:hover,
#navigation a:active
{
	color: #ffffff;
	background-color: #003300;
}

body#bmission li#lmission a
{
	color: #eff8ff;
	background-color: #374462;
}

/* Page-Header */

#page-header ul
{
	bottom: -8px;
	right: 10px;
	margin: 0;
	padding: 0;
	float: left;
	position: absolute;
	list-style-type: none;
}

#page-header li { float: left; }

#page-header li a:link,
#page-header li a:visited
{
	float: left;
	display: block;
	margin: 0 10px;
	padding: 5px 20px;
	color: #ffffff;
	border-bottom-width: 0;
	background-image: url(images/menu.png);
	background-repeat: repeat-x;
}

#page-header li a:hover,
#page-header li a:active
{
	background-image: url(images/menu_hover.png);
}

/* Wrapper */

.col { width: 200px; float: left; margin: 0 15px; text-align: left; }

.col ul { margin: 0 0 0 15px; padding: 0; line-height: 1.5em;  }

.col li { padding-bottom: 10px; }

.col h3 { font-size: 13px; padding: 5px 10px; margin-top: 20px; }

#about h3 
{
	background-color: #003300;
}

#about h4 
{
	background-color: #009900;
	color:#FFFFFF;
}

#projects h3
{
	background-color: #003300;
}

#associates h3
{
	background-color: #009900;
}

#about a:hover, #about a:active {
	color: #FF3300;
	border-bottom-color: #003366;
}

#projects a:hover, #projects a:active {
	color: #FF3300;
	border-bottom-color: #003366;
} 

#associates a:hover, #associates a:active {
	color: #FF3300;
	border-bottom-color: #003366;
}

/* about.html */

.col2 { width: 670px; float: left; margin: 0 15px; text-align: left; }

.col2 ul { margin: 0 0 0 15px; padding: 0; line-height: 1.5em;  }

.col2 li { padding-bottom: 10px; }

.col2 h3 { font-size: 16px; text-align:right; padding: 5px 10px; margin-top: 10px; }

.col2 h4 { font-size: 12px; text-align:left; padding: 5px 10px; margin-top: 20px; }

/* associates.html */
.leftimg img {
	float:left;
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
	padding: 4px;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* projects.html */
.rightimg img {
	float:right;
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
	padding: 4px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.clear {
	display:block;
	height:1px;
	font-size:1px;
	clear:both;
}


.ul {text-decoration:underline; }

.mission {
font-size:14px;
font-weight:bold; 
color:#333333; 
}
			
/* Separator Line */
.line { margin: 5px 0 5px 0; padding: 10px 5px 5px 0; background: #FFFFFF url(images/dot.gif) repeat-x bottom left; color: #808080; text-align: right; }

/* Footer */

#footer a:link { color: #5588aa; border-bottom-color: #5588aa; }

#footer a:visited {
	color: #000066;
	border-bottom-color: #000066;
} 

#footer a:hover, #footer a:active { color: #336699; border-bottom-color: #336699; }

#footer p { margin: 5px 0; }

/* Left Menu */

#rightcontents {
	float: right;
	width: 515px;
	padding: 0 0px 0 0;
}

#leftmenu {
	float: left;
	width: 170px;
	margin: 0;
	padding: 0;
	margin-top: 10px;
}

#leftmenu a {
	display: block;
	background: #009900 url(images/arrow.gif) no-repeat center left;
	color: #FFFFFF;
	font-size:12px;
	font-weight:bold;
	padding: 5px 0 5px 19px;
	margin: 0 0 1px 0;
	text-decoration: none;
	border-style: none;
}

#leftmenu a:hover {
	color: #FFFFFF;
	background: #003300 url(images/arrow2.gif) no-repeat center left;
}

#rightcontents h3 
{
	background-color: #003300;
}

#rightcontents h4 
{
	background-color: #009900;
	color:#FFFFFF;
}

#rightcontents a:hover, #rightcontents a:active {
	color: #FF3300;
	border-bottom-color: #003366;
}

.col3 { float: left; margin: 0 0px; text-align: left; }

.col3 ul { margin: 0 0 0 15px; padding: 0; line-height: 1.5em;  }

.col3 li { padding-bottom: 10px; }

.col3 h3 { font-size: 16px; text-align:right; padding: 5px 10px; margin-top: 10px; }

.col3 h4 { font-size: 12px; text-align:left; padding: 5px 10px; margin-top: 20px; }

/* Left Menu Associates*/

#rightcontents_associates {
	float: right;
	width: 545px;
	padding: 0 0px 0 0;
}

#leftmenu_associates {
	float: left;
	width: 140px;
	margin: 0;
	padding: 0;
	margin-top: 10px;
}

#leftmenu_associates a {
	display: block;
	background: #009900 url(images/arrow.gif) no-repeat center left;
	color: #FFFFFF;
	font-size:12px;
	font-weight:bold;
	padding: 5px 0 5px 19px;
	margin: 0 0 1px 0;
	text-decoration: none;
	border-style: none;
}

#leftmenu_associates a:hover {
	color: #FFFFFF;
	background: #003300 url(images/arrow2.gif) no-repeat center left;
}

#rightcontents_associates h3 
{
	background-color: #003300;
}

#rightcontents_associates h4 
{
	background-color: #009900;
	color:#FFFFFF;
}

#rightcontents_associates a:hover, #rightcontents_associates a:active {
	color: #FF3300;
	border-bottom-color: #003366;
}

/* floating message */

.pop .message{
display:none;
position:absolute;
text-decoration:none;
margin:2;
padding:2;
}

.pop A:hover{
position:relative;
text-decoration:none;
margin:0;
padding:0;
}

.pop A:hover .message{
	display:block;
	top:30px;
	left:30px;
	white-space:nowrap;
	font-size:85%;
	text-decoration:none;
	border:1px #009900;
	color:#003300;
	background-color:#009900;
	margin:2;
	padding:2;
}

pre{
font-size:100%;
line-height:100%;
margin:0;
padding:0 2 0 2;
}
