﻿@import url(layout.css);
body {
	color: #003e71;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	background-color: #7b9e36;
	background-color: #e0bfbb;
	background-color: #afb5d1;
	background-position: 0 0;
	background-repeat: repeat;
	text-align: center;
}
.logoblue {
	color:#003974;
	color:#003e71;
}
.logogreen {
	color:#68a745;
	color:#7b9e36;
}
.logored {
	color:#ba093e;
	color:#9e003b;
}
#container {
	width: 800px;
	text-align:left;
	margin: 0;
	margin: 0 auto;
	background-color: #fff;
	border:3px #7b9e36 ridge;
}
#headerarea {
	height:149px;
	background-image:url('../images/logo.jpg');background-position:0 0; background-repeat:no-repeat;
}
#masthead {
	text-align: center;
	vertical-align:top;
	width: 100%;
	height:110px;
	color: #003e71;
	overflow:hidden;
}
#navigation {
	/*background-color: #fff;*/
	width: 100%;
	text-align: center;
	overflow: hidden;
}
#page_content {
	position: relative;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7b9e36;
}
#column_l {
	position: relative;
	margin: 0 260px 0 0;
	padding: 0 2%;
	background-color: #fff;
	float: none;
	padding:15px 2%;
}
#centeredleftcolumn {
	margin: 0 0 0 0;
	padding:20px 5%;
}
#column_r {
	float: none;
	width: 250px;
	margin: 0;
	padding: 10px;
	background-color: #eee;
	position: absolute;
	right: 0px;
	top: 0px;
	border:thin #7b9e36 groove;
	border-right:0;
	border-top:0;
	font-size:small;
}
#footer {
	background-color: #dfcfbf;
	background-color: #fff;
	padding-bottom: 5px;
	border-top:1px #7b9e36 groove;
	font-size: small;
}
/* Styles for Masthead */
#masthead h2 {
	color:#003e71;
	padding: 0 100px 0 0px;
	font-size:28px;
}
#masthead h4 {
	padding: 0 00px 0 50px;
	word-spacing:25px;
	font-size:18px;
	line-height:18px;
}
#masthead img {
	float: left;
	margin: 0;
	padding: 0 0 0 50px;
}
#masthead p {
	font-size: large;
	text-align: center;
	color: #003e71;
	margin: 10px 10px 10px 0;
	padding: 0;
	font-weight:bold;
}
#masthead a:hover {
	background-color:#fff;
}

/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 80%;
	margin-left:150px;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #003e71;
	text-decoration: none;
	display: block;
	padding:5px 20px;
	border: 0px solid #ca7;
	/*background-color: #fff;*/
}
#navigation a:hover {
	color: #9e003b;
	text-decoration: none;
	border: 0px solid #ed9;
	background-color: #BBD685;
}
/* Styles for Content */
h1 {
	font-size: 20px;
	color: #003e71;
}
h2 {
	font-size: 18px;
	color: #003e71;
}
h3 {
	font-size: 16px;
	color: #003e71;
}
h4 {
	font-size: 14px;
	color: #003e71;
}
h5 {
	font-size: 12px;
	color: #9e003b;
}
h6 {
	font-size: 12px;
	color: #469;
}
/* Styles for Footer */
#footer p {
	text-align: center;
	color: #393939;
	color: #7b9e36;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color: #003e71;
	text-decoration: underline;
}
#footer a:hover {
	color: #9e003b;
	text-decoration: none;
	background-color: #7b9e36;
}
/* Styles for Links */
a {
	color: #003e71;
	text-decoration: underline;
}
a:hover {
	color: #9e003b;
	text-decoration: underline;
	background-color: #ccc;
	background-color: #BBD685;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
p.indentedpara {
	padding: 0px 12px;
}
#projects {
	padding-left:30px;;
}
#projects .h140 {
	height:140px;
}
#projects p {
	height:100%;
	margin-left:30px;
	margin-bottom:15px;
	border-bottom:0px #BBD685 none;
}
.projectimage {
	float:left;
	width:150px;
	margin-left:30px;
	margin-right:20px;
}
.displaynote {
	font-size:10px;color:#352474;
}
div.hidden { display: none; }
div.unhidden { display: block;}
.centertext {
	text-align:center;
}
table.contactform {
	width:100%;
}
td.formcol1 {
	width:25%;
	vertical-align:top;
}
td.formcol2 {
	width:75%;
	vertical-align:top;
}
input.inpbutton {
	width:75px;
	font-variant:small-caps;
}
input {
	width:80%;
}
textarea {
	width: 100%;
	height: 70px;
	font: normal normal normal 12px/14px Verdana;
}
#column_r ul {
	list-style: disc inside;
	margin-left:0px;
	padding-left:0px;
}
#column_r li {
}
li.lipadding {
	padding:3px 0px;
}
img.iwa {
	width:88px; height:31px; border:0; align:bottom;
}
img.linkimage {
	border:0px gray solid;
}
.redtext {
	color:red;
}
.cameo {
	visibility:hidden;font-size:1px;color:#fff;font-weight:100;
}
