﻿@import url("layout.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	background-image: url("../images/watersparkling.jpg");
	background-repeat: repeat;
	background-attachment: scroll;
	background-color: #369;
}
#container {
	border-right: 2px solid #484848;
	border-bottom: 2px solid #484848;
	border-left: 2px solid #484848;
	background-color: #fff;
}
#masthead {
	text-align: center;
	background-color: #336699;
}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #fea;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 790px;
	padding: 5px 5px
	background-color: #fff;
}
html>body #column_l {
	width: 790px;
	padding: 5px 5px;  
	background-color: #fff;
	text-align: justify;
}
#content {
	background-color: #fff;
	margin-left: 5px;
	margin-right: 5px;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}

html>body #footer {
	text-align: center;
	padding-bottom: 0;
}

/* Masthead */
#masthead h1 {
	color: #8b0000;
	margin-right: 0.5em;
	margin-bottom: 0;
}
#masthead h3 {
	color: #000;
	margin-top: 0;
	margin-right: 1em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #8b0000;
	display: block;
	padding: 5px;
	border: 1px solid #fea;
	background-color: #fea;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fea;
	border: 1px solid #8b0000;
	background-color: #8b0000;
}
h1 {
	font-size: xx-large;
	color: #000080;
}
h2 {
	font-size: x-large;
	color: #000080;
}

h3 {
	font-size: large;
	color: #600;
}
h4 {
	font-size: medium;
	color: #000080;
}
h5 {
	font-size: x-small;
	color: #400;
}
h6 {
	font-size: xx-small;
	color: #300;
}
logo {
	text-align: center;
	border-width: 0;
}

.bp {
	font-size: medium;
	color: #0000FF;
}


/* Footer */
#footer p {
	font-size: x-small;
	color: #000;
}

/* Links */
a {
	color: #000080;
	text-decoration: none;
}
a:hover {
	color: #fa3;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}


p {
	padding-right: 10px;
	padding-left: 5px;
}

.paragraph {
	padding-right: 10px;
	padding-left: 5px;
}
.colm_l_img {
	padding: 2px;
}
.bdwd {
	text-align: right;
}

/* Drop Down Menu */
.chromestyle{
width: 100%;
font-weight: bold;
}

.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/menu/chromebg2.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: #494949;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
/*	border-right: 1px #336699 solid; /*THEME CHANGE HERE*/  */
}

.chromestyle ul li a:hover{
background: url("../images/menu/chromebg2-over.gif") center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v"; */
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position: absolute;
	top: 0;
	border: 1px #336699 solid; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px #336699 solid; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: black;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #EBF7FF;
}

/* Forms */

#form_container {
	padding-left: 50px;
}

label{
float: left;
width: 120px;
}

input, textarea{
width: 180px;
margin-bottom: 5px;
}

textarea{
width: 250px;
height: 150px;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
}

br{
clear: left;
}
