/*********** site wide styles *********/

@import url("http://fonts.googleapis.com/css?family=Droid+Sans:regular,bold");

body
{
	margin: 0;
	padding: 0;
	font-family: 'Droid Sans', Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 2em;
	color: #666666;
/*	background-color: #eae9e7;*/
	background: #1E0D00 url(images/bg_body.jpg) center top repeat;
}

#centerme
{
	background: url(images/background.png) repeat-y center top;
	width: 1016px;
	height: auto;
	margin: 0 auto;
}

#wrapper
{
	width: 1000px;
	height: auto;
	margin: 0 auto;
}



#topBar{
	width: 1000px;
	height: 150px;
	margin: 0 auto;
	background: url(images/topBar.jpg) top center no-repeat;
}


/************** main navigation styles **************/
#mainNav{
	
	width: 1000px;
	height: auto;
	margin:-28px auto 0 auto;
	border-bottom: 1px solid #B6A79E;
	}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#maintab{
letter-spacing: .2em;
padding: 3px 0 0 50px ;
margin: 0;
font: bold 12px Georgia, "Times New Roman", Times, serif;
list-style-type: none;

}

#maintab li{
display: inline;
margin: 0;

}

#maintab li a{
	border-style: solid;
	text-decoration: none;
	padding: 8px;
	padding: 2px 7px 8px 7px !ie_only;
	margin-right: 3px;
	border-width: 1px 1px 0 1px;
	border-color: #B6A79E;                                                         
	background-color: #7c6d64;
	color: #B6A79E;
	outline: none;
}

#maintab li a:hover{
	color: white;
	}

#maintab li.selected a{ /*selected main tab style */                             
                                            
	background-color: #422000;
	border-bottom: 2px solid #422000;	
}

#maintab li.selected a:hover{color: white;}



#tabcontent{ /*2nd level content wrapper*/
	background-color: #422000;
	height: 30px;	
	width: 1000px;
	margin: 10px auto 0 auto ;
}

#tabcontent ul{
	margin: 0 auto;
	list-style-type: none;
	display: none;
	padding-left: 20px;
}

#tabcontent ul li{
display: inline;
}

#tabcontent ul.selected{ /*selected 2nd level content*/
	display: block;
}

#tabcontent ul li span {
	letter-spacing: .1em;
	font: 12px Verdana, Helvetica, Arial, sans-serif;
    color: #B6A79E;
	display: block;
	padding: 7px 4px;
	float: left;
	text-decoration: none;
	outline: none;
}

#tabcontent ul li a{
	letter-spacing: .1em;
	font: 12px Verdana, Helvetica, Arial, sans-serif;
    color: #B6A79E;
	display: block;
	padding: 8px;
	float: left;
	text-decoration: none;
	outline: none;
}

#tabcontent ul li a:hover{
/* 	background-color: #968473; */
	color: white;
}

.clearfix:after{ /*Clear floats hack: http://positioniseverything.net/easyclearing.html*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix{
display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/************** end main navigation styles **************/

/************** content styles **************/
	
#content{
	width: 920px;
	height: auto;
	margin: 30px auto 0 auto;
	
	}
	
#content ul{
	
	line-height: 1.3em;
	margin: 0;
	margin-left: 40px !ie_only;
	}
	
#content li{
	padding: 5px 40px 5px 0;
	list-style-type: square;
	}

#content a{
/*	letter-spacing: 0.1em;*/
	text-decoration: underline;
	color: #968473;
/*	font-size: 11px;*/
	}
	
#content a:hover{/*color:#422000;*/ text-decoration: none;}

#col1{
	width: 500px;
	height: auto;
	float:left;
	margin: 0;
}

#col1flash{
	width: 450px;
	height: 400px;
	float:left;
	margin-right: 50px;
	padding:4px;
	border: 2px solid #998675;
}

#col2{
	width: 400px;
	height: auto;
	float:left;
	margin: 0;
}

#col3{
	width: 890px;
	height: auto;
	margin: 20px auto 0 auto;
	clear:both;
	display:block;
}

#col5{
	width: 600px;
/*	height: 400px;*/
	float:left;
	margin-right: 50px;
	padding:4px;
/*	border: 2px solid #998675;*/
}

#col6{
	width: 250px;
/*	height: auto;*/
	float:left;
	margin: 0;
}

#col6 ul li {
	padding: 5px 10px 5px 0;
}

p.brown {
	background-color: #4B2500;
	border: 2px ridge #8E8E8E;
	padding: 20px;
	margin: 40px;
	color: #FFF;
}

table#radios {
	padding: 10px 0;
}

table#radios td {
	padding: 20px;
	border-right: 1px solid #000;
}

/*table#radios2 { width: 100%; }*/

table#radios2 td {
	padding: 20px;
	border-right: 1px dashed #CCC;
}

	table#radios2 td.last { border: 0; }
	table#radios2 td.only {
		border: 0;
/*		float: left;*/
	}

table.marginized, #addedmembers table {
	padding-left: 120px;
}

/*	#addedmembers div {
		background: #AAA;
		border: 1px solid #F00;
	}*/

#addedmembers h3 {
/*	margin-left: -120px;*/
}

form h2 {
	font-weight: normal;
	font-size: 13px;
}

form h3 {
	font-size: 12px;
}

p.small {
	font-size: 10px;
}

label.error {
/*	clear: both;*/
	color: #F00;
	padding-left: 10px;
}

#bigflash{
	width: 900px;
	height: auto;
	border: 2px solid #998675;
	padding: 4px;
	margin:0 auto;
	display:block;
	clear:both;
}

h1{
	background: url(images/headlineImgLeft.gif) left bottom no-repeat;
	/* letter-spacing: .1em; */
	color: #998675;
	font: 20px bold Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	padding-left: 30px;
	float:left;
	
}

.imgRight {
	margin: 12px 0 0 5px;
	margin: -2px 0 0 5px !ie_only;
	
	}


h2{
	letter-spacing: .05em;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	}
	

#fish{
	background: url(images/fish.png) top right no-repeat;
	width: 400px;
	min-height: 315px;
	margin-top:50px;
}

.caption{
	
	letter-spacing: 0.1em;
	padding: 20px 10px 0 220px;
	font: 12px/1.5em Georgia, "Times New Roman", Times, serif;
	color: white;
}

/************* accordian styles *************/
#accordion {
	margin:20px 0 0 0;
}

h3.toggler {
	cursor: pointer;
	border: 1px solid #968473;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #B6A79E;
	background: #422000;
	margin: 0 0 4px 0;
	padding: 3px 5px 1px 20px;
}

.element{
	background-color: #e7e1dc;
	padding:20px;

}

div.element h4 {
	margin:0;
	letter-spacing: .1em;
	font-size: 12px;
	font-weight: bold;
	padding-top:10px;
	}

div.element p{
	margin:0px;
	padding-bottom:20px;
	}
	
#col4{
	width:290px;
	float:left;
	display:inline;
	margin-left:10px;
}

/************* gallery page styles *************/
.thumb-link{
	padding: 4px;
	border:1px solid #968473;
}

.thumb-link:hover{border-color:#422000;}

#movie{
	margin:0 0 30px 40px;
/*
	padding: 5px 0 5px 5px;
	border:1px solid #968473;
*/
}



/************* footer styles *************/

#footer{
	width: 1016px;
	height: 134px;
	clear: both;
	margin: 0 auto;
/*	background: url(./backgroundImages/random.php) no-repeat bottom left;*/
	background: url(./backgroundImages/footer.png) no-repeat bottom left;
}
.phone{ float:left;
		margin:0 610px 0 50px;
		display:inline;
		color:#998675;
		}

#footernav{
	width:1000px;
	height: auto;
	margin: 0 auto;
	padding: 136px 0 30px 0;
	display:block;
	}
	
.home #footernav{ padding-top: 0; }

#footernav a{
	letter-spacing: 0.1em;
	text-decoration: none;
	color: #998675;
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	padding-right: 20px;	
	float:left;
	display: inline;
	outline: none;
}

#footer a:hover{
	color: #968473;
	}


#mainNav {
	position: relative;
}

a#weather {
	width: 100px;
	height: 25px;
	background: url(./images/sun.png) no-repeat top left;
	position: absolute;
	top: -24px;
	right: 24px;
	padding-top: 25px;
	text-transform: lowercase;
	text-align: center;
	text-decoration: none;
	color: #422000;
}
	a#weather:hover {
		text-decoration: underline;
	}

.wowwxLink11 {
		display: none !important;
}

td a img {
/*	border: 1px solid red !important;*/
/*	margin-top: -25px !important;*/
}

#wx_module_5261 > div {
	height: 320px !important;
}

table > tbody > tr > td > img {
	display: none;
}

table.wowfill {
	height: 290px !important;
}

div.minilogo {
	background: url(../images/minilogo.png) no-repeat left 10px;
/*	padding: 0 10px;*/
	padding-left: 35px;
	border-top: 1px dashed #CCC;
	padding-top: 10px;
}

div.minilogo h4 {
	margin-top: 0;
	font-style: italic;
}

div.minilogo img {
	float: right;
	padding-left: 10px;
}

div.minilogo p {
	
}

h2.section {
	border-top: 1px dashed #CCC;
	margin-top: 20px;
}

table p,
label {
	font-size: 13px;
	margin-bottom: 0.5em;
}

blockquote {
/*	margin: 0;*/
	padding: 20px 0;
}

strong.town {
/*	display: inline-block;*/
/*	margin-top: -20px;*/
/*	padding-right: 10px;*/
/*	text-align: center;*/
}


form h2 {
/*	padding-left: 30px;*/
	font-weight: bold;
}

#radios2 input {
	margin: 0 auto;
	display: block;
}

small {
	font-style: italic;
	color: #999;
	text-align: right;
	display: block;
	padding: 10px 0;
	font-size: 0.9em;
}

/*td { border: 1px solid red; }*/


.home #content {
	width: auto;
	margin: 0;
}

.home #image {
	width: 1000px;
	height: auto;
	margin: 0;
	position: relative;
}

.home #image #call {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1000px;
	height: ;
	background: url(images/bg_opaque.png) top left repeat;
	color: #FFF;
	font-size: 15px;
	
}



.home #image #call p {
/*	color: ;*/
	width: 830px;
	padding-left: 10px;
	line-height: 1.4em;
	margin: 10px 0;
	float: left;
}

.home #image #call a {
	background: url(images/btn_apptmt.png) top left repeat;
	text-indent: -10000px;
	overflow: hidden;
	display: block;
	width: 142px;
	height: 41px;
	float: right;
	margin-right: 10px;
	margin-top: 12px;
}
/*	.home #image #call a:hover { background-position: 0 -39px; }*/

.home #columns {
	padding: 10px 0;
	background: url("./backgroundImages/footer.png") center bottom no-repeat;
}
	.home #columns:after {
		display: block;
		clear: both;
		visibility: hidden;
		height: 0;
		content: '';
	}

.home #footer {
	height: 0;
}

.home #columns .column,
.home #columns #col1,
.home #columns #col2,
.home #columns #col3 {
	width: 282px;
	height: 144px;
	padding: 0 20px;
	border-right: 1px solid #3F111F;
	float: left;
	clear: none;
	margin: 0;
}
.home #columns #col3 { border: none; }

.home #columns .column h3 {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
}

.home #columns .column p {
	line-height: 1.4em;
}

a.rsvp {
	background: url(images/bg_rsvp.png) top left repeat;
	text-indent: -10000px;
	overflow: hidden;
	display: block;
	width: 119px;
	height: 41px;
}
	a.rsvp:hover { background-position: 0 -41px; }

input.rsvp {
	background: url(images/bg_confirm.png) top left repeat;
	text-indent: -10000px;
	overflow: hidden;
	display: block;
	width: 119px;
	height: 41px;
	border: 0;
	cursor: pointer;
}
	input.rsvp:hover { background-position: 0 -41px; }

table td { font-size: 13px; }



