/* General
---------------------------------*/
body {
	background-color: #fff;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
p,h1,h2,h3,h4,h5,h6{
	padding:0;
	margin:0 0 .2em 0;
}
h1 {
	font-size:medium;
}
h2{
	font-size:small;
}
h3 {
	font-size:x-small;
}
a {
	color: #000;
}
a:active {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}

/* Header + Nav
---------------------------------*/

.top_image{
	background-image: url(images/Mobile_Layout_6_Top.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #c0af9d;
	height: 55px;
	width: 100%;
	margin-bottom: 10px;
}
div#header{
	color: #444;
	border-bottom: medium solid;
	margin-top: 1em;
	margin-bottom: 1em;
}
ul#nav {
	padding:0;
	margin:0;
}
ul#nav li span.access-key {
	font-size: smaller;
	color: #444;
}
ul#nav li a {
	font-weight: bold;
}
ul#nav li a:visited{
}
ul#nav li a:active {
	background-color: #ccc;
}
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: 1em 0 1em;
}
#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: medium 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: xx-small;
	color: #444;
}
div#copyright a {

}
div#copyright a:hover , a#godaddybanner:hover {
	color: #444;
	font-size: xx-small;
}
div#copyright {
	border-bottom: medium solid;
	padding-bottom: .8em;
	margin-bottom: .8em;
}
.bottom_image {
	background-image: url(images/Mobile_Layout_6_Bottom.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #999999;
	height: 30px;
	width: 100%;
	margin-bottom: 10px;
}
a#godaddybanner {
	text-align:center;
	display: block;
}
a#godaddybanner img {
	margin: auto;
	margin-bottom: .5em;
	display: block;
	border-width: 0;
}
a#godaddybanner span {

}