body{
	width:80%;
	margin-left:10%;
	font-family: Arial, Helvetica, sans-serif;
}
#sub A{
	cursor:pointer;
	margin-left:20px;
}

#header{
	background-image:url(headerjoshorst2.jpg);
	height:108px;
	margin-bottom:2em;
	}

#contactinfo A{
color:#000000;
	font-size:small;
}

#contactinfo {
	float:right;
	margin-right:2em;
	color: #000000;
	font-size:small;
	padding:5px;
}

#menu{
	width:15%;
	float:left;
	background-image:url(bgmenu.jpg);
	font-weight: lighter;
}

#menu A{
	color:#EDFAFE;
	display: block;
	padding:20px;
	line-height:1em;
}

#content{
	width:55%;
	float: left;
	margin-left:3em;
}

#picture{
	float:right;
	width:20%;
}
#picture IMG{
max-width:100%;}

.menu-hover { 
  background: #1F3F3F;
  cursor: pointer;
}
.menu-active{ 
  background: #1F3F3F;
  line-height:1em;
}
h1
{
font-family:Arial, Helvetica, sans-serif;
font-size:x-large;
color:#999999;
text-transform: uppercase;
}

h2
{
font-family:Arial, Helvetica, sans-serif;
font-size:x-large;
color:#333333;
}

p.small,a.small
{
font-family:Arial, Helvetica, sans-serif;
font-size:small;
color:#666666;
}

.title{
background-color:#BFDFDF;
display:block;
}

.clear {
	clear:both
}
.block {
	width:400px;
	margin:0 auto;
	text-align:left;
	font-family:arial;
	font-size:medium;
}
.element * {
	padding:5px; 
	margin:2px; 
	font-family:arial;
	font-size:medium;
	
}
.element .textarea {
	height:120px; 
	width:300px;
	padding-left:5px;
}
.element .hightlight {
	border:2px solid #9F1319;
	background:url(iconCaution.gif) no-repeat 2px
}
.element #submit {
	float:left;
	margin-right:10px;
}
.loading {
	float:right; 
	background:url(ajax-loader.gif) no-repeat 1px; 
	height:28px; 
	width:28px; 
	display:none;
}
.done {
	background:url(iconIdea.gif) no-repeat 2px; 
	padding-left:20px;
	font-family:arial;
	font-size:12px; 
	width:70%; 
	margin:20px auto; 
	display:none
}

