/* General
---------------------------------*/
body {
	background-color: #fff;
	color: #000;
	font: .8em Verdana, Arial, Helvetica, sans-serif;
}
p,h1,h2,h3,h4,h5,h6{
	padding:0;
	margin:0 0 5px 0;
}
a {
	text-decoration: none;
	color: #000;
}


/* Header + Nav
---------------------------------*/
div#header{
	color: #444;
	border-bottom: medium solid;
	margin-top: 1.5em;
	margin-bottom: 2.5em;
}
ul#nav li{
	float: left;
	list-style-type:none;
	padding-right: 1.2em;
	margin-right: 1.2em;
	border-right: thin solid;
	white-space: nowrap;
}
ul#nav li span.access-key {
	font-size: 0.8em;
	color: #444;
}
ul#nav li a {
	font-weight: bold;
	border-bottom: 1px solid #444;
	text-decoration: underline;
}
ul#nav li a:hover {
	background-color: #ccc;
}
ul#nav li#lastnav {
	margin-right: 0;
	padding-right: 0;
	border-right-width: 0;
}


/* Content
---------------------------------*/

div#content {
	clear: both;
	padding: 4em 0;
}



#contact-form input, #contact-form select , #contact-form textarea  {
	display: block;
	margin-bottom: 15px;
	padding: 1px 2px;
	border: 1px solid;
	border-color: #858585 #DEDEDE #DEDEDE #858585;
	background-color: #eee;
	color: #000;
	font: 1em Arial, Helvetica, sans-serif;
}
#contact-form input:hover , #contact-form input:focus, #contact-form select:hover, #contact-form select:focus , #contact-form textarea:hover , #contact-form textarea:focus {
	background-color: #fff;
	border-color: #8E8E8E #D9D9D9 #D9D9D9 #8E8E8E;
}

#contact-form .buttons {
	display: inline;
	margin: 0 6px 0 0;
	border-bottom: 1px solid;
	border-color: #CCC #777 #777 #CCC;
	background-color: #D3D3D3;
	font-weight: bold;
}
#contact-form .buttons:hover , #contact-form .buttons:focus {
	background-color: #bbb;
	border-color: #CCC #777 #777 #CCC;
}

#contact-form #FormMailerSubject , #contact-form #FormMailerRedirect {
	display: none;
}




/* Footer
---------------------------------*/
div#copyright , a#godaddybanner {
	font-size: 0.7em;
	color: #444;
}
div#copyright a {
	border-bottom: thin solid;
}
div#copyright a:hover , a#godaddybanner:hover {
	font-weight: bold;
	color: #444;
	font-size: 0.7em;
}
div#copyright {
	border-bottom: medium solid;
	padding-bottom: .8em;
	margin-bottom: .8em;
}
a#godaddybanner {
	text-align:center;
	display: block;
}
a#godaddybanner img {
	margin: auto;
	margin-bottom: .5em;
	display: block;
	border-width: 0;
}
a#godaddybanner span {
	border-bottom: thin solid;
}



