*
{
padding: 0;
margin: 0;
}

html, body
{
background: #FFFFFF;
font-family: "Century Gothic", Arial;
}



#wrap
{
	position: relative;
	width: 1100px;
	margin: 0 auto;
	height: auto !important;
	height: 100%; /* IE6 treats this as min-height */
	min-height: 100%;
	margin-top: 50px;
}

#header
{
width: 1000px;
}

#content
{
float: left;
margin-top: 70px;
margin-left: 50px;
font-size: 14px;
}

#menu
{
margin-top: 85px;
width: 150px;
float: left;
}

#contactinfo
{
float: left;
margin-top: -40px;
margin-left: 75px;
}

ul
{
font-size: 15px;
list-style: none;
}

#subnav
{
margin-top: 50px;
}


a:link, a:visited
{
color: #000000;
}

a:hover, a:active
{
font-weight: bold;
}

a
{
text-decoration: none;
}

p.desc
{
float: right;
margin-right: 10px;
}

#content img
{
margin-right: 10px;
margin-bottom: 10px;
}

img
{
border: 1px solid #555;
}


a.title
{
font-size: 20px;
}

a.title:hover
{
font-weight: normal;
}

a.title span
{
font-size: 20px;
color: #993503;
}

a.imagenav
{
font-size: 25px;
}

li.subhead a:link, li.subhead a:visited
{
color: #000;
}

.focusField{
border:solid 2px #000;
background:#fff;
color:#000;
}

.idleField{
background:#fff;
color: #6F6F6F;
border: solid 2px #DFDFDF;
}

input
{
width: 300px;
padding: 10px;
margin-bottom: 10px;
margin-top: 10px;
font-family: "Century Gothic", arial;

}

textarea
{
width: 300px;
margin-top: 10px;
margin-bottom: 10px;
padding: 10px;
font-family: "Century Gothic", arial;
font-size: 13px;
}

#contactform
{
width: 300px;
float: left;
}

input#submit
{
width: 320px;
color: #6F6F6F;
background: #fff;
border: 2px solid #DFDFDF;
margin-top: 10px;
margin-bottom: 10px;
}

input#submit:hover
{
width: 320px;
background: #fff;
color: #000;
border: 2px solid #000;
margin-bottom: 10px;
}

#enter
{
width: 200px;
position: absolute;
margin-left: -100px;
left: 50%;
bottom: 150px;
background: #fff;
filter: alpha(opacity=65);
  -moz-opacity: 0.65;
  opacity: 0.65;
font-size: 25px;
text-align: center;
padding: 10px;
}

#enter a:link, #enter a:visited
{
color: #000;
}

#enter a:hover, #enter a:active
{
color: #993503
}
