/*=======================
CSS FILE
=======================*/

* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial, sans-serif;
	font-size: .8em;
	background: #1C1B1A;
}

p {
	margin: 1em 0;
}

a {
	color: #e5733f;
	text-decoration: none;
}

blockquote {
	margin: 1em 2em;
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

img {
	border: none;
}

.main {
	background: #f2f0e9;
}

.main a {
	color: #CD4B1C;
}

.wrap {
	position: relative;
	width: 900px;
	margin: 0 auto;
}

.padded {
	padding: 15px 0;
}

.notrel {
	position: static;
}

.loading {
	background: url(../images/ajax-loader.gif) no-repeat;
}

.error {
	color: red;
}

h1 {
	color: #1C1B1A;
}

li.clear {
	float: none !important;
	clear: both;
	list-style: none;
}

/*=======================
	Header
=======================*/
#header {
	background: #1C1B1A;
	padding: 10px 0;
}


.searchbar input, .searchbar textarea, .searchbar select {
	padding: 1px;
	font-family: Arial, sans-serif;
	font-size: 18px;
	border: none;
	background: #fff;
}

.searchbar a {
	color: #c1bfba;
}

#searchsubmit {
	border: none;
	background: #1f85b2;
	color: #fff;
	padding: 1px 5px;
}

#searchclear {
	border: none;
	background: #e17341;
	color: #fff;
	padding: 0px 7px 1px;
	cursor: pointer;
	height: 23px;
}

.loggedin {
	position: absolute;
	right: 0;
	top: -15px;
	text-align: right;
	color: #fff;
}

.loggedin p {
	padding: 8px 0 0 0;
}

p.blank {
	background: none;
}

.loggedin a {
	color: #C1BFBA;
	margin-left: 15px;
	text-decoration: underline;
}

/*=======================
	Front Page
=======================*/
.highlight {
	position: relative;
	height: 300px;
	background: #1F85B2;
}

.highlightpic, .highlightpic2 {
	position: absolute;
	top: -15px;
	left: 420px;
	left: 40px;
	background: url(../images/highlightpic.png) no-repeat;
	height: 351px;
	width: 351px;
}

#highlightpic {
	position: absolute;
	top: 19px;
	left: 19px;
	width: 300px;
	height: 300px;
}

.triple, .triple2 {
	position: absolute;
	width: 415px;
	height: 290px;
	left: 420px;
	top: 5px;
}

.highlightpic2 {
	left: 80px;
}

.triple2 {
	left: 480px;
	top: 40px;
}

.frontbottom {
	background: #f2f0e9;
}

.frontbottom a {
	color: #E5733F;
}

.frontbottom .section {
	float: left;
	margin: 50px 0 50px 30px;
	padding: 10px 30px;
	width: 200px;
	height: 150px;
	background: #fff;
}

.frontbottom h1 {
	font-size: 24px;
	color: #1C1B1A;
	margin: 10px;
	border-bottom: 1px solid #1C1B1A;
}

.frontbottom .myform {
	margin: 0 10px 10px;
}

p.first {
	margin-top: 0 !important;
}

/*=======================
	Coming Soon
=======================*/

.comingsoon {
	position: absolute;
	left: 80px;
	top: 40px;
}

.comingexp {
	float: right;
	width: 360px;
	padding: 20px;
	color: #f2f0e9;
	background: #1c1b1a;
	margin-right: 80px;
	min-height: 330px;
}

#recaptcha_widget_div {
	margin-top: 20px;
}

.comingexp h3 {
	color: #1f85b2;
}

.comingexp ul {
	margin: 20px;
}

.comingexp span {
	display: block;
	margin-bottom: 20px;
}
/*=======================
	Map Menu
=======================*/
#mapmenu, #mapmenu2 {
	height: 21px;
	background: #1F85B2;
	border-bottom: 10px solid #C1BFBA;
}

#mapmenu2 {
	border-bottom: 5px solid #1C1B1A;
}

span.rpnum {
	position: absolute;
	right: 20px;
	top: -10px;
}

/*=======================
	Big Window
=======================*/
.bigwindow_container {
	position: relative;
	width: 685px;
}

.bigwindow {
	float: left;
	width: 685px;
	min-height: 437px;
}

ul.viewmenu {
	list-style: none;
	width: 900px;
	margin: 0 auto;
}

ul.viewmenu li {
	float: left;
	margin-right: 5px;
}

ul.viewmenu a {
	color: #cd4b1c;
}

ul.viewmenu a.current {
	background: #EFEFEF;
}

/*=======================
	Members
=======================*/
label.small {
	font-size: .9em;
	width: 130px !important;
}

.subright {
	float: right;
}

.hidden {
	display: none;
}

#sortlist {
	list-style: none;
}

.sortme {
	float: left;
	height: 80px;
	width: 80px;
	margin:5px;
	cursor: move;
}

#completedimages {
	font-size: 200%;
}

.col1 {
	float: left;
	width: 350px;
	margin-bottom: 20px;
}

.col2 {
	float: left;
	width: 300px;
	margin-bottom: 20px;
}

.col3 {
	float: left;
	width: 240px;
	margin-bottom: 20px;
}

.membermenu {
	background: #1C1B1A;
}

.membermenulist {
	width: 900px;
	margin: 0 auto;
	list-style: none;
}

.membermenulist li {
	float: left;
}

.membermenulist a {
	display: block;
	color: #fff;
	padding: 5px 10px 10px;
}

.membermenulist a.current {
	background: #f2f0e9;
	color: #1C1B1A;
}

/*=======================
	Steps
=======================*/
.steps {
	margin-left: -1px;
	padding: 5px 0;
	border: 1px solid #999;
	border-top: none;
}

.steps a {
	color: #999;
	padding: 5px 0 5px;
	padding-right: 25px;
	margin-left: 10px;
	background: url(../images/step.gif) right no-repeat;
}

/*=======================
	List View
=======================*/
.listcontainer {
	margin: 0;
}

.listitem {
	position: relative;
	border-bottom: 1px solid #1C1B1A;
	color: #1C1B1A;
	margin: 10px 0;
	width: 900px;
}

.listfirstleft {
	float: left;
	width: 150px;
	margin: 0 10px 20px 90px;
}

.listsecondleft {
	float: left;
	width: 180px;
	margin-left: 10px;
	margin-bottom: 20px;
}

.listthirdleft {
	float: left;
	width: 150px;
	margin-left: 10px;
	margin-bottom: 20px;
}

.listphone {
	font-weight: bold;
	font-size: 160%;
}

.listaddress {
	margin-top: 10px;
}

.moreinfo {
	position: relative;
	padding: 20px;
	border-top: 1px solid #fff;
	display: none;
}

.listsec {
	float: left;
	margin-left: 20px;
	width: 150px;
}
/*=======================
	Right
=======================*/
#insideside {
}

#insideside1 {
	width: 200px;
	float: left;
}

#insideside2 {
	float: left;
	display: none;
}

#insideside2 h3 {
	color: #1c1b1a;
}

#insideside2 th {
	text-align: left;
	color: #1c1b1a;
	font-weight: normal;
}

.rightsec {
	margin-bottom: 20px;
	margin-left: 60px;
	float: left;
}

.morenotes {
	clear: left;
	height: 230px;
	width: 600px;
	margin-left: 20px;
}

.right, .right2 {
	position: relative;
	width: 200px;
	float: right;
	color: #fff;
	background: #C1BFBA;
	height: 447px;
	padding-top: 15px;
	z-index: 102;
}

.right2 {
}

.default {
	padding: 20px;
	font-size: 120%;
	margin-top: 70px;
}

.right p {
	margin: 5px 0;
}

.right a {
	color: #8CFB59;
}

.right h1 {
	padding: 0 0 0;
	font-weight: normal;
	font-size: 150%;
	line-height:110%;
	letter-spacing:-.5px;
	padding-bottom: 10px;
	color: #3A310E;
	border-bottom: 1px solid #3A310E;
}

.right .section {
	margin-bottom: 5px;
	background: #CD4B1C;
	padding: 0 15px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.right .section h1 {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.sideaddress {
	margin: 70px 10px 5px;
}

.sidephone {
	margin: 0 10px 20px;
	font-weight: bold;
	font-size: 170%;
}

.sidetable {
	width: 180px;
	margin: 5px 10px 10px;
}

.sticky, .sticky2 {
	position: absolute;
	height: 83px;
	width: 83px;
	background: url(../images/sticky.gif) no-repeat;
	left: -6px;
	top: -6px;
	z-index: 101;
}

.sticky2 {
	background: url(../images/sticky2.gif) no-repeat;
}

.sticky_bot, .sticky2_bot {
	position: absolute;
	width: 28px;
	height: 24px;
	right: 0;
	bottom: 0;
	background: url(../images/sticky_bot.gif) no-repeat;
	z-index: 200;
}

.sticky2_bot {
	background: url(../images/sticky2_bot.gif) no-repeat;
}

.sidefav {
	position: absolute;
	top: 10px;
	right: 10px;
}

.sideemail {
	position: absolute;
	right: 65px;
	top: 10px;
}

.sidenotes {
	margin: 10px;
	width: 180px;
	height: 100px;
}

.sidenotes h3 {
	font-size: 1em;
	font-weight: normal;
	color: #1C1B1A;
	padding-bottom: 2px;
	border-bottom: 1px solid #3A310E;
	margin-bottom: -.5em;
}

#morebutton {
	position: absolute;
	width: 47px;
	height: 41px;
	bottom: 0px;
	left: -10px;
	background: url(../images/morebut.png) no-repeat;
	z-index: 110;
	cursor: pointer;
}

#morebutton:hover {
	background: url(../images/morebut2.png) no-repeat;
}

.more {
	background: url(../images/morebut3.png) no-repeat !important;
}

.more:hover {
	background: url(../images/morebut4.png) no-repeat !important;
}

/*=======================
	Map
=======================*/
#map {
	width: 685px;
	height: 437px;
	z-index: 100;
	margin-top: 10px;
}

#contact, #contact2 {
	position: absolute;	
	width: 685px;
	height: 437px;
	z-index: 500;
	background: #fff;
	top: 10px;
	left: 0;
	display: none;
}

#contact2 {
	z-index: 500;
	width: 910px;
	left: -6px;
	border: 2px solid #1f85b2;
}

#contactpropnum {
	position: absolute;
	top: 20px;
	right: 20px;
	font-weight: bold;
	font-size: 18px;
}

#contactloading {
	display: none;
	background: url(../images/ajax-loader-3.gif) no-repeat;
	width: 54px;
	height: 55px;
}

#insidecontact {
	margin: 20px;
	width: 645px;
	height: 397px;
}

#contact_close {
	position: absolute;
	top: -11px;
	left: -11px;
	width: 24px;
	height: 24px;
	cursor: pointer;
	background: url(../images/close.png) no-repeat;
}

.stickypic {
	margin: 15px 0 10px 2px;
	text-align: center;
}

.mapfav {
	position: absolute;
	top: -25px;
	left: -30px;
}

#continuebutton, #cancelbutton {
	position: absolute;
	display: block;
	z-index: 200;
	top: 30px;
	right: 10px;
	background: #e5733f;
	color: #fff;
	padding: 5px 0;
	text-align: center;
	width: 195px;
}

#cancelbutton {
	top: 0;
	background: #1C1B1A;
}

#adsearch {
	position: absolute;
	width: 100%;
	height: 0;
	left: 0;
	top: 89px;
	padding-top:10px;
	background: #1C1B1A;
	z-index: 250;
	display: none;
}

#adsearch .myform label {
	color: #c1bfba !important;
	width: 120px !important;
	font-size: 1em;
	font-weight: bold;
}

#adsearch .myform input, #adsearch .myform select, #adsearch .myform textarea, #adsearch .myform label{
	width: 150px;
}

#adsearch .myform h3 {
	color: #1f85b2 !important;
}

#adwrap {
	display: none;
}

.leftcol {
	float: left;
	width: 280px;
}

.rightcol {
	float: left;
	width: 280px;
	margin-left: 20px;
}
/*=======================
FORUM
=======================*/
.forum {
	margin-bottom: 20px;
}

.h1holder {
	position: relative;
	margin-bottom: 10px;
}

.forum h1 {
	background: url(../images/forum-icon.png) no-repeat;
	padding: 7px 0 0 0;
	font-weight: normal;
	font-size: 24px;
	letter-spacing:-1px;
}

span.posts, span.topics {
	display: block;
	position: absolute;
	width: 50px;
	text-align: right;
	right: 0;
	bottom: 5px;
}

span.topics {
	right: 93px;
}

.forumlist {
	margin: 15px 0 0;
}

.forumitem {
	padding: 8px 0;
	border-bottom: 1px dashed #3a310e;
	margin-top: 2px;
}

.forumitem a {
	display: block;
	float: left;
}

.forum a.plain {
	display: inline;
	float: none;
	margin: 0;
}

.forumitem .right {
	display: block;
	width: 50px;
	text-align: right;
}

.forum_subcatlist {
	
}


#topicth a {
	display: block;
	width: 100px;
	height: 30px;
	background: url(../images/addtopic.png) no-repeat;
	position: absolute;
	left: 400px;
	top: 5px;
}

#topicth a:hover {
	background: url(../images/addtopic2.png) no-repeat;
}

.threadhead {
	font-weight: normal;
	font-size: 200%;
	line-height:110%;
	letter-spacing:-.5px;
	padding: 0 15px 30px;
	margin-bottom: 10px;
}

.postarea {
	position: relative;
	width: 650px;
}

.postareatop {
	height: 15px;
	width: 650px;
	background: url(../images/postarea-top2.gif) no-repeat;

}

.postareabot {
	height: 15px;
	width: 650px;
	background: url(../images/postarea-bot2.gif) no-repeat;

}

.postbody {
	width: 650px;
}

.postbody a {
	margin: 0;
}

.postperson {
	float: left;
	width: 120px;
	margin-left: 15px;
}

.postperson p {
	float: right;
}


.posttext, .posttext2 {
	float: left;
	margin-left: 15px;
	margin-bottom: 5px;
	width: 450px;
	padding: 10px;
	background: #fff;
}

.insidepost {
	width: 386px;
	padding: 0 15px 15px;
	margin-top: 5px;
	min-height: 50px;
}

.posttextbot {
	height: 15px;
	width: 650px;
	margin-left: 23px;
	margin-top: -1em;
}

.posttext2 {
	background: #fff;
}

.posttext2 .insidepost {


}

.posttext2 .posttextbot {
	background: #fff;
}

.forumcomment {
	padding-top: 20px;
	border-top: 1px dashed #3a310e;

}

.floatright {
	float: right;
	margin: 0 45px;
}

.floatleft {
	float:left;
	margin: 0 45px;
}

/*=======================
	Footer
=======================*/
#footer, #footer2 {
	color: #f2f0e9;
}

#footer a, #footer2 a {
	color: #1F85B2;
}

#footer, #footer2 {
	padding: 10px 0;
}

#footer2 {
	border-top: 10px solid #C1BFBA;
}

/**************************************************************

	Validate
	v 0.5

**************************************************************/

.myform {
	padding: 5px;
}

.myform p {
	margin-bottom: 1em;
	margin-top: 1em;
}

.myform label {
	float: left;
	clear: left;
	width: 100px;
	color: #1C1B1A;
}

.frontbottom .myform input,.frontbottom .myform textarea,.frontbottom .myform select {
	border: 1px solid #EFEFEF;
	background: #fff;
	font-family: Lucida Grande, Arial;
	font-size: 14px;
}

.myform input, .myform textarea, .myform select {
	border: 1px solid #EFEFEF;
	background: #fff;
	font-family: Lucida Grande, Arial;
	font-size: 14px;
}

.bigwindow .myform input,.bigwindow .myform textarea,.bigwindow .myform select {
	border: 1px solid #fff;
	background: #fff;
	font-family: Lucida Grande, Arial;
	font-size: 14px;
}

.myform textarea {
	width: 300px;
}

.myform .red {
	border: 1px solid red !important;
}

.myform label.red {
	border: none;
	color: red;
}


.myform .customRed {
	border: none;
	color: red;
}

.myform #submit, .submit, #submit {
	margin-left: 100px;
	background: #E5733F;
	color: #fff !important;
	padding: 3px;
	border: none;
	font-size: .9em;
}

#validationMessage {
	padding: 5px;
	/*background-color: #eee;*/
	border: 1px solid red;
	margin-bottom: 10px;
	color: red;
	font-weight: bold;
	display: none;
}

.myform .errorMessage {
	color: red;
	margin-left: 10px;
	font-size: 0.8em;
}

.noerror .errorMessage {
	display: none !important;
}

.myform h3 {
	padding: 0 0 0;
	font-weight: normal;
	font-size: 150%;
	line-height:110%;
	letter-spacing:-.5px;
	color: #1C1B1A;
	font-weight: bold;
	margin: 0 0 10px;
	width: 300px;
}

.forumcomment .myform label {
	width: 145px;
}

.forumcomment .myform #submit {
	margin-left: 145px;
}

.forumcomment .myform .errorMessage {
	display: none;
}

.forumcomment .myform textarea, .h1holder .myform textarea, .forumcomment .myform input, .h1holder .myform input {
	border: 1px solid #fff;
	background: #fff;
	font-family: Lucida Grande, Arial;
	font-size: 14px;
}

.editform label {
	font-size: 105%;
}

.editform textarea, .editform select, .editform input {
	font-size: 105%;
	padding: 0;
	font-family: Arial, sans-serif;
}

.editform p {
	margin: 0 0 5px;
}

.editform h3 {
	color: #1f85b2;
	border-bottom: 1px solid #1f85b2;
}

.editform #submit {
	float: right;
}

h3.topspace {
	margin-top: 20px;
}

.col1 h3 {
	width: 270px;
}

.col2 h3 {
	width: 245px;
}

.col3 h3 {
	width: 245px;
}

#insidecontact .myform {
	padding: 0;
}

#insidecontact h3, #insidecontact .myform h3 {
	padding: 0 0 0;
	font-weight: normal;
	font-size: 150%;
	line-height:110%;
	letter-spacing:-.5px;
	color: #c1bfba;
	font-weight: bold;
	margin: 10px 0 10px;
	width: auto;
}

#insidecontact .myform input, #insidecontact .myform textarea {
	border: 1px solid #c1bfba;
	background: #c1bfba;
	color: #fff;
}

#insidecontact .myform #submit {
	background: #E5733F;
	border: none;
}

.dithered {
	color: #c1bfba;
}
.EmailListing {
	background:transparent url(../images/email-listing.gif) no-repeat scroll 0;
	bottom:0;
	cursor:pointer;
	height:45px;
	left:130px;
	position:absolute;
	width:66px;
	z-index:110;
}

.ReportProblem {
	background:transparent url(../images/rep_problem.gif) no-repeat scroll 0;
	bottom:0;
	cursor:pointer;
	height:45px;
	left:44px;
	position:absolute;
	width:82px;
	z-index:110;
}

.graytxt12233 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px!important;
	color: #CCCCCC;
	text-decoration: none;
	font-weight: normal;
	padding:0;
	margin:0;
}