@charset "utf-8";
/* Mainstreet Hobbs
   Main Style Sheet
   By Ad-Venture Marketing*/


body {
	background-color:#a53d2c;
	margin:0,0,0,0;
	margin-bottom:20px;
	color:#000000;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
}

p, b, i, ol, span {
	font-family:Tahoma, Geneva, sans-serif;
	color:#000000;
	font-weight:normal;
	font-size:14px;
}

h1, h2, h3 {
	font-family:"Times New Roman", Times, serif;
	color:#000000;
	font-style:normal;
	font-weight:600;
}

td {
	padding-bottom:5px;
	vertical-align:top;
}

td.title {
	padding-bottom:15px;
}


ol {
	margin-left:40px;
}

li.top {
	margin-top:15px;
}

a:link {
	color:#2d8a68;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	text-decoration:underline;
}




a:hover {
	color:#2d8a68;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	text-decoration:none;
}

a:visited {
	color:#1d5349;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	text-decoration:none;
}



a:active {
	color:#1d5349;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	text-decoration:underline;
}


label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
}

input {
	margin-top:3px;
	background-color:#c1a374;
	border-style:solid;
	border-bottom-color:#1d5349;
	border-top-width:0px;
	border-left-width:0px;
	border-right-width:0px;
}



/*Divs*/

#hdrtop {
	width:1020px;	
	position:relative;
	margin-top:0px;
	left:50%;
	margin-left:-510px;
	display:block;
}
	
#hdrbtm {
	width:1020px;
	position:relative;
	margin-top:100px;
	left:50%;
	margin-left:-510px;
	display:block;
}

.content {
	background-image:url(../images/mnbtm.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
	background-color:#c1a374;
	width:1020px;
	height:auto;
	position:absolute;
	left:50%;
	margin-left:-510px;
	margin:0,0,0,0;	
	padding:0,0,0,0;
	padding-bottom:40px;
}

.gridctr {
	position:relative;
	left:50%;
	margin-left:-480px;
}

.box {
	background-color:#b58f53;
	border-style:solid;
	border-width:2px;
	border-color:#000000;
	padding:5px;
}


.slide {
	margin-top:130px;
	width:1020px;
	position:absolute;
	left:50%;
	margin-left:-510px;
}

img.floatright {
	float:right;
	border-color:#000000;
	border-style:solid;
	border-width:2px;
	margin-left:10px;
	margin-bottom:10px;
}

img.floatleft {
	float:left;
	border-color:#000000;
	border-style:solid;
	border-width:2px;
	margin-right:10px;
	margin-bottom: 10px;
}


img.bordered {
	border-color:#000000;
	border-style:solid;
	border-width:2px;
	margin-right:10px;
	margin-bottom: 10px;
}

img.preview {
	margin-left:0px;
	margin-right:20px;
	margin-bottom:0px;
	border-color:#000000;
}

.footer {
	position:absolute;
	width:1000px;
	left:50%;
	margin-left:-500px;
	font-size:9px;
	text-align:center;
}