﻿@import url(layout.css);
body {
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image: url('../images/dev_bckg.jpg');
}
#container {
	background-color: #FFFFFF;
	width: 920px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
	border-style: double;
	border-width: thin 1px 0 1px;
	border-top-color: #008080;
	border-right-color: #008080;
	border-bottom-color: inherit;
	border-left-color: #008080;
}
#masthead {
	text-align: right;
	background-color: white;
	width: 920px;
	border-top-style: none;
}
#column_l {
	width: 650px;
	margin: 0;
	padding: 0 15px;
	background-color: #fff;
	visibility: visible;
	top: 0px;
	left: 20px;
	
}
#column_r {
	width: 192px;
	margin: 0;
	float: right;
	padding: 4px;
	background-color: white;
	position: relative;
}
#footer {
	border-width: thin;
	width: 920px;
	text-align: center;
	background-color: #008080;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	font-weight: bold;
	position: relative;
}
/* Styles for Masthead */
#masthead img { 
	border-width: 0px;
	float: left; 
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
/* Styles for Footer */
#footer  p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
	height: 15px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: teal;
	text-decoration: underline;
		font-weight: bold;
}
a:hover {
	color: #009999;
	text-decoration: underline;
	
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
a:active {
	
}
a:link {
	
}
.email {
	font-weight: bold;
	text-decoration: underline;
	font-style: italic;
	color: #008080;
}
/* Navigation */

#navigation{
	width:100%;
	background-color: #009999;
	overflow: hidden;
	text-align: center;
	border:none;
	margin:0px;
	padding:0px;
	}
#navigation ul{
	list-style:none;
	margin:0;
	padding-left:10px;
	
}
#navigation li{
	float:left;
	padding:0px;
}
#navigation li a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: bold;
	width:120px;
	COLOR: white;
	border: 1px solid #c9c9c9;
	display:block;
	font-weight:normal;
	margin:0px;
	padding:5px;
	text-align:center;
	text-decoration:none;
}
#navigation li a:hover, .menu ul li:hover a{
	
	color:teal;
	text-decoration:none;
	border: 1px solid #a9a9a9;
	background-color:white;
}
#navigation li ul{
	background:#009999;
	display:none;
	height:auto;
	padding:0px;
	margin:0px;
	border:0px;
	position:absolute;
	width:110px;
	z-index:200;
	/*top:1em;
	/*left:0;*/
}
#navigation li:hover ul{
	display:block;
}
#navigation li li {
	
	display:block;
	float:none;
	margin:0px;
	padding:0px;
	width:110px;
}
#navigation li:hover li a{
	background: #009999;
		
}
#navigation li ul a{
	border-bottom:0px solid #a9a9a9;
	display:block;
	font-size:13px;
	font-style:normal;
	margin:0px;
	text-align:left;
	width:120px;
}
#navigation li ul a:hover, .menu li ul li:hover a{
	background:white;
	border-bottom:1px solid black;
	color:teal;
	width:120px;
	text-decoration:none;
}
#navigation p{
	clear:left;
}	