﻿@import url(layout.css);
body {
	color: black;
	font-size: medium;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #d3d9d6;
	background-image: url('../images/brick006.jpg');
}
h1 {
	color: white;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color:#a9a9a9;
	padding: 7px;
}
h3 {
	font-size: large;
}
h4 {
	font-size: medium;
}
ul.medium {
	font-size: medium;
}
ul.large {
	font-size: large;
}
/* Make contact titles larger and underlined */
p.contacttitle {
	font-size: large;
	text-decoration: underline;
	margin-bottom: 0;
	margin-top: 10px;
}
p.center {
	text-align:center;
}
/* Modify margins on contacts */
p.contact {
	margin-top: 3px;
	margin-bottom: 10px;
}
/* Photos - add border */
img.border {
	border-style: solid;
	border-width: 1px;
}
/* Photos - float and add border */
img.floatright {
	float: right;
	vertical-align: top;
	border-style: solid;
	border-width: 1px;
}		
#container {
	background-color: #fff;
	width: 797px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
}
#masthead {
	text-align: right;
	background-color: #036;
	margin-left: 0px;
}
#column_l {
	width: 385px;
	margin: 0;
	padding: 0 15px;
	background-color: #fff;
}
#column_r {
	width: 192px;
	margin: 0;
	float: right;
	padding: 4px;
	background-color: #a9a9a9;
	position: relative;
}
#footer {
	width: 620px;
	text-align: center;
	background-color: #113962;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: small;
	color: #fff;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: small;
	margin: 7px;
}
/* Styles for Navigation */
.nav ul {
	font-size: large;
	text-align: center;
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
.nav li {
	height:auto;
	float: left;
	position: relative;
}
.nav a {
	background-color: #545454;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 6px;
	border: 1px solid #c9c9c9;
	position: relative;
}
.nav li:hover > a	{
	color: black;
	text-decoration: none;
	background-color: #a9a9a9;
}
.nav a:hover	{
	color: black;
	text-decoration: none;
	background-color: #a9a9a9;
}
ul.headersub1 a	{
	margin-top: 0px;
}
ul.headersub2 a	{
	margin-left: 0px;
}
ul.headersub1	{
	font-size: 16px;
	display: none;
	position: absolute;
	top:  35px;
	left: 0px;
}
ul.headersub2	{
	font-size: 15px;
	display: none;
	position: absolute;
	top:  24px;
	left: 125px;
}
.nav li:hover	ul.headersub1	{
	display: block;
}
.nav .headersub1 li:hover	ul.headersub2	{
	display: block;
}
.darrow	{
	font-size: 11pt;
	position: absolute;
	top: 7px;
	right: 4px;
}
.rarrow	{
	font-size: 11pt;
	position: absolute;
	top: 29px;
	right: 5px;
}


/* Styles for Footer */
#footer p {
	font-size: medium;
	line-height: 24px;
	color: #fff;
	margin: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
	font-size: medium;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}