/*YAHOO! RESET*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
} 
table { 
	border-collapse:collapse; 
	border-spacing:0; 
} 
fieldset,img {  
	border:0; 
} 
address,caption,cite,code,dfn,th,var { 
	font-style:normal; 
	font-weight:normal; 
} 
ol,ul { 
	list-style:none; 
} 
caption,th { 
	text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
} 
q:before,q:after { 
	content:''; 
} 
abbr,acronym {
	border:0; 
}
/*---------- END RESET ----------*/


/*

+--------------------------------------------+
|     WOODLANDS CONFERENCING STYLE SHEET     |
+--------------------------------------------+
|      © WOODLANDS CONFERENCING 2008         |
+--------------------------------------------+

*/
/*-------------------------------------------+
|                                            |
|         MAIN STRUCTURE STYLES              |
|                                            |
+-------------------------------------------*/
body{
	font-size:62.5%;
	background:#26211F;
	color:#241D1B;
	font-family:Georgia, "Times New Roman", Time, serif;
}
#wrapper{
	width:759px;
	margin:0 auto;
}
/*
HEADER
------------------------------------------------------------------------------------------------------------------------*/
#header{
	height:13.4em;
	padding:0px 4px 0px 4px;
	background:#fff;
	width:743px;
	margin:0 auto;
}
#header h1{
	display:block;
	float:left;
	width: 31.7em;
	height: 12.5em;
	cursor:pointer;
	position: relative;
}
#header h1 a span {
	background: url(/woodlands/images/logo.jpg) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	cursor:pointer;
}
/*
TOP NAV
------------------------------------------------------------------------------------------------------------------------*/
ul#top-nav{
	float:right;
	margin-top:6em;
	background:#fff;
}
ul#top-nav li{
	float:left;
	font-size:1.7em;
}
ul#top-nav li a{
	color:#3C3330;
	text-decoration:none;
	font-variant:small-caps;
}
ul#top-nav li a:hover{
	text-decoration:underline;
}
/*
MAIN NAV
------------------------------------------------------------------------------------------------------------------------*/
ul#nav{
	clear:both;
	width:741px;
	height:5.5em;
/*	margin-left:0.9em;
*/	
	margin:0px 0px 14px 10px;
	padding:0px 9px 0px 9px;
	background:url(images/nav-bg.jpg) top left no-repeat;
	position:relative;
}
ul#nav li{
	float:left;
	width:11.8em;
	text-align:center;
	padding-top:2em;
}
ul#nav li a{
	color:#EEE9D5;
	display:block;
	text-decoration:none;
	font-size:1.7em;
}
ul#nav li a:hover{
	text-decoration:underline;
}
#nav li:hover *{
	display:block;
}
#nav li ul{
	display:none;
	position:absolute;
	padding-top:5px;
	margin-left:0px;
}
#nav li ul li{
	float:none!important;
}
#nav li ul li a{
	color:#EEE9D5;
	background:#504845;
	display:block;
	padding:0.5em;
	text-decoration:none;
	white-space:normal;
	margin:-0.56em 0!important;
}

/*
BANNER
------------------------------------------------------------------------------------------------------------------------*/
#banner{
	clear:both;
	text-align: center;
	padding: 0em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/*
PAGE
------------------------------------------------------------------------------------------------------------------------*/
#page{
	clear:both;
	background:url(images/content-bg.jpg) top left repeat-y;
}
/*
CONTENT
------------------------------------------------------------------------------------------------------------------------*/
#content{
	float:left;
	width:43em;
	margin-left:3.5em;
	padding-right:2em;
	background:#D8D0AD;
}
/*
SUB-CONTENT
------------------------------------------------------------------------------------------------------------------------*/
#sub-content{
	float:right;
	width:22em;
	margin-right:3em;
	background:#D8D0AD;
}
/*
FOOTER
------------------------------------------------------------------------------------------------------------------------*/
#footer{
	clear:both;
	height:5em;
	padding-top:4em;
	background:url(images/footer-bg.jpg) top left no-repeat;
}
#footer p{
	font-size:1.2em;
	line-height:1.5em;
	color:#8A7F66;
	text-align:center;
}
#footer p a{
	color:#D8D0AD;
}
#footer p a:hover{
	text-decoration:none;
}
/*-------------------------------------------+
|                                            |
|                FONT STYLES                 |
|                                            |
+-------------------------------------------*/
/*
HEADINGS
------------------------------------------------------------------------------------------------------------------------*/
#content h1{
	color:#DF4400;
	font-size:1.9em;
	line-height:0.94736842105263157894736842105263em;
	margin-bottom:0.94736842105263157894736842105263em;
}
h2{
	color:#DF4400;
	font-size:1.7em;
	line-height:1.0588235294117647058823529411765em;
	margin-bottom:1.0588235294117647058823529411765em;
}
h2 a{
	color:#DF4400;
}
h2 a:hover{
	text-decoration:none;
}
h3{
	color:#DF4400;
	font-size:1.5em;
	line-height:1.2em;
	margin-bottom:1.2em;
	font-variant:small-caps;
	letter-spacing:0.11em;
}
h3 a{
	color:#DF4400;
	font-variant:normal;
}
h3 a:hover{
	text-decoration:none;
}
/*
PARAGRAPHS
------------------------------------------------------------------------------------------------------------------------*/
#content p{
	font-size:1.2em;
	line-height:1.5em;
	margin-bottom:1.8em;
}
#sub-content p{
	font-size:1.2em;
	line-height:1.5em;
	margin-bottom:1.8em;
}
/*
LINKS
------------------------------------------------------------------------------------------------------------------------*/
#content p a, #sub-content p a{
	color:#DF4400;
}
#content p a:hover, #sub-content p a:hover{
	text-decoration:none;
}
/*
FANCY BITS
------------------------------------------------------------------------------------------------------------------------*/
#content p strong em{
	color:#DF4400;
	font-variant:small-caps;
	font-weight:normal;
	font-style:normal;
}
.amp{
	font-family:Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-style:italic;
	font-weight:normal;
	line-height:inherit;
	font-size:1em;
}
.upper{
	font-variant:small-caps;
}
/*-------------------------------------------+
|                                            |
|               IMAGE STYLES                 |
|                                            |
+-------------------------------------------*/
img{
	margin-bottom:1.8em;
}
.left-img{
	float:left;
	border:5px solid #fff;
	margin:5px 10px 5px 0;
}
.right-img{
	float:right;
	border:5px solid #fff;
	margin:5px 0 5px 10px;
}
.suite-thumb{
	float:left;
	margin-left:2.75em;
}
a .suite-thumb{
	float:left;
	margin-left:1.75em;
	border:0.5em solid #333;
}
a:hover .suite-thumb{
	border:0.5em solid #DF4400;
}
/*-------------------------------------------+
|                                            |
|                LIST STYLES                 |
|                                            |
+-------------------------------------------*/
#content ul{
	margin-left:1.2em;
	margin-bottom:1.8em;
	list-style:url(images/bullet.gif) outside;
}
#content ul li{
	font-size:1.2em;
	line-height:1.5em;
}
#content ul li a{
	color:#DF4400;
}
#content ul li a:hover{
	text-decoration:none;
}
#content ul li strong{
	font-variant:small-caps;
	color:#DF4400;
	font-weight:normal;
}
ul.features{
	margin-left:1.2em;
	margin-bottom:1.8em;
	list-style-position:outside;
	list-style-image: url(images/bullet.gif);
}
ul.features li{
	font-size:1.2em;
	line-height:1.5em;
}
ul.features li strong{
	font-variant:small-caps;
	color:#DF4400;
	font-weight:normal;
}
ul#sitemap-list{
	margin-left:1.2em;
	margin-bottom:1.8em;
	list-style:square outside;
}
ul#sitemap-list li{
	font-size:1.2em;
	line-height:1.5em;
}
ul#sitemap-list li a{
	color:#DF4400;
}
ul#sitemap-list li a:hover{
	text-decoration:none;
}
ul#sitemap-list li ul{
	margin-left:1.2em;
	list-style:circle outside;
}
ul#sitemap-list li ul li{
	font-size:1em;
}
ul#sitemap-list li ul li a{
	color:#DF4400;
}
ul#sitemap-list li ul li a:hover{
	text-decoration:none;
}
ul.linkslist{
	font-variant:small-caps;
	width:200px;
	float:left;
}
ul.linkslist li a{
	padding:0.5em;
	display:block;
	text-decoration:none!important;
}
ul.linkslist li a span{
	color:#241D1B;
	font-variant:normal;
	clear:both!important;
	display:block;
	font-size:0.83333333333333333333333333333333em;
}
ul.linkslist li a:hover{
	text-decoration:underline!important;
}
ul.linkslist li a:hover span{
	text-decoration:underline!important;
}
/*-------------------------------------------+
|                                            |
|                MISC STYLES                 |
|                                            |
+-------------------------------------------*/
/*
CONTACT FORM
------------------------------------------------------------------------------------------------------------------------*/
fieldset{
	border:1px solid #241D1B;
	background:#E0D8B4;
	padding:1em;
	margin-bottom:1.8em;
	width:40.5em;
}
legend{
	font-size:1.8em;
	color:#241D1B;
}
label{
	font-size:1.2em;
	display:block;
	width:12em;
}
#name, #email, #phone, #code, #company_name, #attendees, #days, #date, #timefrom, #timeto, #other-req{
	width:22em;
	border:1px solid #241D1B;
	padding:0.2em;
}
#address, #comments{
	width:22.6em;
	border:1px solid #241D1B;
	padding:0.2em;
}
button{
	font-family:Georgia, "Times New Roman", Time, serif;
	border:1px solid #241D1B;
	padding:0.2em;
	cursor:pointer;
}
/*-------------------------------------------+
|                                            |
|               TABLE STYLES                 |
|      NOT FOR SRUCTURE -- DON'T WORRY       |
|                                            |
+-------------------------------------------*/
table{
	width:100%;
	margin-bottom:1.8em;
}/*
th{
	font-size:1.5em;
	line-height:1.2em;
	margin-bottom:1.2em;
	font-weight:bold;
	padding:0.33333333333333333333333333333333em;
}*/
th h3{
	margin-bottom:0.5em;
}
td{
	font-size:1.2em;
	line-height:1.5em;
	margin-bottom:1.5em;
	padding:0.41666666666666666666666666666667em;
}
.title{
	font-weight:bold;
	font-variant:small-caps;
	background:url(images/vert-break.gif) 100% 0% repeat-y;
}
.odd{
	background:#E0D8B4;
}


/* Controls footer links on all sites*/
.clear {
	clear: both;
	}

#ponderosapark {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
	width: 868px;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
}
#ponderosapark img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#parklist  {
}

#parklist li
{
display: inline;
list-style-type: none;
padding-right: 12px;
}
.parkrule {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #006633;
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 30px;
}
#ponderosapark .parktitle {
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #006633;
	text-align: left;
	margin-right: 30px;
	margin-left: 30px;
}
