/* @group General Styles */

body {
	text-align: center;
	margin: 0 0 20px;
	font: 85%/145% "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #fee528 url(../images/body-bg-grad.jpg) repeat-x 0 0;
}

b, strong, .bold {
	font-weight: bold;
}

em, .italic {
	font-style: italic;
}

p.quote {
	font-style: italic;
	padding: 0.5em 1.0em;
	margin: 0.5em 2.0em 1.0em;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
}

p.tight {
	margin: 0;
	padding: 0;
}

.underline {
	text-decoration: underline;
}

a, a:visited {
	color: #243061;
	text-decoration: none;
	border-bottom: 1px solid #243061;
}

a:hover, a:active {
	color: #f01f1e;
	border-bottom: 1px solid #f01f1e;
	text-decoration: none;
}

a.red, a.red:visited {
	color: #f01f1e;
	text-decoration: none;
	border-bottom: 1px solid #f01f1e;
}

a.red:hover, a.red:active {
	color: #243061;
	text-decoration: none;
	border-bottom: 1px solid #243061;
}
img {
	
}

.image-left {
	float: left;
	margin: 5px 25px 5px 0;
}

.image-right {
	float: right;
	margin: 5px 0 5px 25px;
}

.highlightBox {
	background-color: #ffffff;
	border: 1px solid red;
	font-size: 1.4em;
	line-height: 1.3em;
	margin: 0 auto;
	padding: 0.75em;
	text-align: center;
	width: 70%;
}

.content-block {
	position: relative;
	padding: 0px;
	margin: 0px;
	margin-top: 30px;
}

.floatRight {
	float: right;
	text-align: right;
	margin: 0px;
	margin-left: 30px;
}

.floatLeft {
	float: left;
	margin: 0px;
	margin-right: 30px;
}

.map {
	border: 2px solid #D92D09;
}

.map a, .map a:link, .map a:visited, .map a:hover, .map a:active {
	border: none;
	text-decoration: none;
}

.noborder, .noborder:visited, .noborder:hover, .noborder:active, .noborder img {
	border: none;
	outline: none;
}

.noborder a, .noborder a:link, .noborder a:visited, .noborder a:hover, .noborder a:active , .noborder a img {
	border: none;
	text-decoration: none;
	outline: none;
}

/* @end */

/* @group Layout */

#container {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	font-size: 1.0em;
	text-align: left;
	background: #FEE528 url(../images/content-bg.jpg) repeat-y center top;
}

.clearer {
	clear: both;
}

#pageHeader {
	position: relative;
	display: block;
	width: 100%;
	height: 286px;
	background: url(../images/header.jpg) no-repeat;
	margin: 0;
	padding: 0;
}

#pageHeader img {
	position: absolute;
	right: 0px;
	top: 0px;
}

#pageHeader h1 {
	display: none;
	position: absolute;
	top: 42px;
	left: 30px;
	z-index: 3;
	font-size: 2.7em;
}

#pageHeader h2 {
	display: none;
	position: absolute;
	top: 87px;
	left: 30px;
	z-index: 3;
	font-weight: normal;
	font-size: 1.3em;
}

#contentContainer {
	position: relative;
	margin: 0 24px;
	padding: 0;
}

#contentContainer #content {
	min-height: 500px;
	position: relative;
	padding: 0 30px 20px;
	margin: 0;
	margin-left: 188px;
	
	width: 712px;
}

#content #googleMap {
	width: 100%;
	height: 500px;
	text-align: left;
	line-height: 1.3em;
	margin: 0 auto;
	padding: 0;
	border: 2px solid #232f5f;
}

	.gmnoprint p {
		padding: 0;
		margin: 0;
	}

	.gmnoprint p.gpsCoord {
		margin-top: 1.0em;
		padding: 0;
		padding-left: 25px;

		font-size: 0.95em;
		line-height: 1.3em;
		text-indent: -10px;
	}

#content #canyonLakeBuilders {
	display: none;
}

#sidebarContainer {
	position: absolute;
	left: 0;
	top: 0;
	width: 180px;
	padding: 0px;
	margin: 0px;
	font-size: 1.0em;
}

#sidebarContainer hr {
	margin: 10px;
	padding: 0px;
}

#sidebarContainer #sidebar {
	position: relative;
	width: 100%;
	padding: 0px;
	margin-top: 1.25em;
}

#sidebarContainer .sideHeader,
#sidebarContainer h1,
#sidebarContainer h2,
#sidebarContainer h3,
#sidebarContainer h4 {
	font-weight: bolder;
	line-height: 1.1em;
}

#sidebarContainer .sideHeader,
#sidebarContainer h1 {
	font-size: 1.2em;
	line-height: 1.3em;
	text-align: center;
	padding: 0.5em 0;
	margin: 0;
}

#sidebarContainer h1 {
	font-style: italic;
	font-variant: normal !important;
	line-height: 1.2em;
	text-transform: capitalize;
}

#sidebarContainer h2 {
	font-size: 0.9em;
}

#sidebarContainer h3 {
	font-size: 0.7em;
}

#sidebarContainer h4 {
	font-size: 0.5em;
}

#sidebar p.sidebarHeader {
	display: none;
}

#sidebar #freeWiFi {
	text-align: center;
	margin-top: 1.5em;
	padding-bottom: 0.75em;	
}

#sidebar .box {
	background-color: #eaeaea;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	
	padding: 10px;
	margin-bottom: 0.5em;
	font: small-caps 1.0em/1.1em Arial, Helvetica, Geneva, sans-serif;

}

	#sidebar .box .sideHeader {
		font-size: 1.4em;
		padding: 0 0 0.25em;
	}
	
	#sidebar h1.box {
		font-weight: bold;
		font-style: italic;
		font-variant: normal !important;
		line-height: 1.2em;
		text-transform: capitalize;
	}

	#sidebar .box #FormButton_Subscribe {
		margin-top: 0.75em;
		color: white;
		background-color: #1f2a58;
	}

#sidebar #affiliations {
	padding: 1.0em 0;
	text-align: center;
}

	#affiliations img {
		margin: 0.5em 0;
	}

#builders {
	padding-top: 0;
	padding-bottom: 0.5em;
	text-align: center;
}

#sidebar p.separator {
	border-bottom: 1px solid black;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	margin: 0;
	padding: 0;
}

#sidebar #weather {
	width: 150px;
	height: 340px;
	
	text-align: center;

	padding-bottom: 1.25em;
	margin: 0 auto;
}

#sidebar #creditCards {
	font-weight: bold;
	text-align: center;
	
	padding: 1.0em 0;
}

#sidebar #petFriendly {
	text-align: center;
	
	padding: 1.0em 0 0;
}

#footer {
	position: relative;
	width: auto;
	float: none;
	clear: both;
	z-index: 10;

	font-size: 90%;
	text-align: right;

	padding: 0;
	margin: 0;
		margin-bottom: -10px;
		margin-left: 180px;
}

#footer p {
	margin: 0px;
	padding: 10px 30px 0;
	line-height: 1.3em;
	text-align: right;
	border-top: 1px solid #919191;
}

#footer p.footerLinks {
	position: relative;
	display: block;
	float: left;

	line-height: 1.5em;
	text-align: left;
	
	padding-left: 25px;
}

#pageBottom {
	position: relative;
	clear: both;
	width: 100%;
	height: 57px;
	background: url(../images/footer-bg.jpg) no-repeat center top;
}

/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	position: relative;
	z-index: 4;
	display: none;
}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0 30px;
}

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {
	
}

#breadcrumbcontainer a:hover {
	
}

/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	position: relative;
	border-bottom: 5px solid #e8e8e8;
	font-size: 1.2em;
	color: black;
	text-transform: uppercase;
	padding: 0;
	padding-bottom: 0.25em;
	margin: 0;
	margin-top: 0.25em;
}

#navcontainer .current, #navcontainer .currentAncestor {
	font-weight: bold;
}

#navcontainer li.current {
	background: url(../images/menu-current.gif) no-repeat left center;
}

/* Parent - Level 0 */

#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navcontainer li {
	height: 2.0em;
	line-height: 2.0em;
	padding: 0;
	margin: 0;
	width: 100%;
}

#navcontainer a {
	display: block;
	height: 100%;
	text-decoration: none;
	border: 0;
	color: #0924b0;
	padding: 0;
		padding-left: 24px;
	margin: 0;
}

#navcontainer a:hover, #navcontainer a:active {
	color: #f01f1e;
	text-decoration: none;
	border: 0;
}

#navcontainer a.current:hover {
	color: #0924af;
}

/* @end */

/* @group Global Classes */

blockquote, .standout {
	margin: 0;
	font: italic 1.2em/1.5 Georgia, "Times New Roman", Times, serif;
}

p {
	padding-top: 0;
	padding-bottom: 1.0em;
}

h1, h2, h3, h4, h5, h6 {
	padding-top: 0.25em;
}

h1 {
	font-size: 1.9em;
	line-height: 1.2em;
	margin: 0 0 0.5em;
}

h2 {
	font-size: 1.3em;
	line-height: 1.2em;
	color: #222d5b;
}

h3 {


/*	font: 1.6em Georgia, "Times New Roman", Times, serif; */
	font: 1.2em;
	margin: 0 0 5px;
}

h4 {


/*	font: italic normal 1.4em Georgia, "Times New Roman", Times, serif;*/
	font: italic normal 1.4em;
	margin: 0 0 5px;
}

.imageStyle {
	
}

.center {
	text-align: center;
	margin: 0 auto;
}

.small {
	font-size: 85%;
	line-height: 1.3em;
}

.xsmall {
	font-size: 0.70em;
}

.large {
	font-size: 1.3em;
}

.blockLeft {
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 48%;
}

.blockLeft h2, .blockRight h2 {
	padding: 1.5em 0 1.0em;
}

.blockRight {
	float: right;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 48%;
}

.attractionImage {
	margin: 0.5em 0;
	padding: 0;
	position: relative;
	text-align: center;
	width: 100%;
}

.attractionImage img {
	margin: 0;
	padding: 0;
	text-align: center;
}

.attractionImage p {
	font-style: italic;
	margin: 0;
	padding: 0;
	padding-bottom: 1.5em;
	text-align: center;
}

/* Main content area unordered list styles */

#content ul {
	margin: 0;
	padding: 0;
	padding-bottom: 0.5em;
}

#content li {
	line-height: 1.25em;
	margin: 0;
	margin-left: 1.75em;
	padding: 0;
	padding-bottom: 1.0em;
}

#content ul.texas {
	position: relative;
	list-style-type: none;
}

#content ul.texas li {
	margin-left: 0.5em;
	padding: 2px 0 1.0em 30px;
	background: transparent url(../images/texas-bullet.gif) no-repeat 0 top;
}

hr {
	margin: 0px 10px 1.0em;
}

/* Sidebar area unordered list styles */

#sidebarContainer #sidebar ul {
	line-height: 1.2em;
}

#sidebarContainer #sidebar li {
	
}

/* Table Styles */

table {
	font-size: 1em;
	padding: 0px;
	margin: auto;
}

tr {
	vertical-align: middle;
}

/* @end */

/* @group Blog */

/* @group Archive Page */

.blog-archive-background {
	
}

.blog-entry-summary {
	margin-bottom: 10px;
}

.blog-archive-headings-wrapper {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid;
}

.blog-archive-entries-wrapper {
	
}

.blog-archive-entries-wrapper .blog-entry {
	
}

.blog-archive-month {
	letter-spacing: -1px;
	font: 2.2em Georgia, "Times New Roman", Times, serif;
	margin: 0 0 5px;
}

.blog-archive-link {
	
}

.blog-archive-link a:link, .blog-archive-link a:visited {
	
}

/* @end */

/* @group Tag Cloud */

ul.blog-tag-cloud {
	margin: 0 0 10px;
	padding: 0;
	text-align: justify;
}

ul.blog-tag-cloud li {
	display: inline;
	padding-right: 5px;
}

.blog-tag-size-1 {
	font-size: 0.8em;
}

.blog-tag-size-2 {
	font-size: 0.85em;
}

.blog-tag-size-3 {
	font-size: 0.9em;
}

.blog-tag-size-4 {
	font-size: 0.95em;
}

.blog-tag-size-5 {
	font-size: 1em;
}

.blog-tag-size-6 {
	font-size: 1.05em;
}

.blog-tag-size-7 {
	font-size: 1.1em;
}

.blog-tag-size-8 {
	font-size: 1.15em;
}

.blog-tag-size-9 {
	font-size: 1.2em;
}

.blog-tag-size-10 {
	font-size: 1.25em;
}

.blog-tag-size-11 {
	font-size: 1.3em;
}

.blog-tag-size-12 {
	font-size: 1.35em;
}

.blog-tag-size-13 {
	font-size: 1.4em;
}

.blog-tag-size-14 {
	font-size: 1.45em;
}

.blog-tag-size-15 {
	font-size: 1.5em;
}

.blog-tag-size-16 {
	font-size: 1.55em;
}

.blog-tag-size-17 {
	font-size: 1.6em;
}

.blog-tag-size-18 {
	font-size: 1.65em;
}

.blog-tag-size-19 {
	font-size: 1.7em;
}

.blog-tag-size-20 {
	font-size: 1.75em;
}

/* @end */

.blog-entry {
	padding-bottom: 40px;
}

.blog-entry-title a {
	letter-spacing: -1px;
	margin-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

.blog-entry-date {
	margin-bottom: 15px;
	font: italic 1.1em Georgia, "Times New Roman", Times, serif;
}

.blog-read-more {
	display: block;
	padding-top: 10px;
	font-style: italic;
}

.blog-entry-body {
	
}

.blog-entry-comments {
	border-top: 1px solid;
	margin-top: 10px;
	padding: 10px 0;
	font-size: 0.9em;
}

p.blog-entry-tags {
	padding-left: 20px;
	background-position: left 3px;
	background-repeat: no-repeat;
}

/*styles the category link in the main entry */

.blog-entry-category {
	
}

.blog-entry-category a:link,
.blog-entry-category a:visited {
	padding-left: 20px;
	margin-right: 5px;
	background-repeat: no-repeat;
	background-position: left center;
	font-style: normal;
}

#blog-archives br,
#blog-categories br,
#blog-rss-feeds br {
	display: none;
}

#blog-archives a,
#blog-categories a,
#blog-rss-feeds a {
	text-decoration: none;
}

/* styles the archives in the blog sidebar */

#blog-archives {
	margin-bottom: 10px;
	line-height: 1.7;
}

.blog-archive-link-enabled {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	display: block;
}

.blog-archive-link-disabled {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	display: block;
}

/* Styles the blog categories in the blog sidebar */

#blog-categories {
	margin-bottom: 10px;
	line-height: 1.7;
}

.blog-category-link-enabled {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	display: block;
}

.blog-category-link-disabled {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	display: block;
}

/* Styles the blog RSS feeds in the blog sidebar */

#blog-rss-feeds {
	margin-bottom: 10px;
	line-height: 1.7;
}

.blog-rss-link {
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/rss_icon.gif);
	padding-left: 20px;
	display: block;
}

.blog-comments-rss-link {
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/rss_icon.gif);
	padding-left: 20px;
	display: block;
}

/* @end */

/* @group File Sharing */

.filesharing-description {
	
}

.filesharing-item {
	padding-bottom: 15px;
}

.filesharing-item-title a:link {
	letter-spacing: -1px;
	margin-bottom: 5px;
	font: 1.5em Georgia, "Times New Roman", Times, serif;
}

.filesharing-item-title a:hover {
	
}

.filesharing-item-title a:visited {
	
}

.filesharing-item-description {
	
}

/* @end */

/* @group Photo Album */



/* @group Index Page (Thumbnail view) */

.album-title {
	border-color: #666666;
	border-bottom: 1px dotted;
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: 6px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: center;
}

.album-description {
	font-size: 1.0em;
	font-weight: normal;
	letter-spacing: 0;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: center;
}

.album-description h1 {
	text-align: center;
}

#contentWrapper #content div.contentSpacer div.album-description 
div.album-description p {
	font-size: 0.85em;
	font-weight: normal;
}

.album-wrapper {
	display: block;
	width: 98%;
	margin: 0px auto;
	padding: 0;
		padding-left: 1.5em;
	position: relative;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 20px;
	margin-right: 15px;
}

.thumbnail-frame {
	position: relative;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
}

.thumbnail-frame:hover {
	border: none;
	text-decoration: none;
}

.thumbnail-frame a:link, .thumbnail-frame a:visited {
	border: none;
	text-decoration: none;
}

.thumbnail-frame a:hover, .thumbnail-frame a:active {
	border: none;
	text-decoration: none;
	background: none;
}

.thumbnail-frame img {
	margin: auto;
	border: 3px solid #222d5b;
}

.thumbnail-frame img:hover {
	border-color: #f01f1e;
}

.thumbnail-caption {
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 1%;
	display: block;
	color: #663300;
}

/* @end */

/* @group Single Page (Photo view) */

.photo-background {
	margin: 0;
}

.photo-navigation {
	font-size: 1.6em;
	background: transparent;
	height: 6em;
	margin-bottom: 50px;
}

.photo-links {
	background: #ffffff;
	font-weight: bold;
	padding: 10px;
	position: relative;
	top: 7px;
}

.photo-navigation a:link, .photo-navigation a:visited {
	border: none;
}

.photo-navigation a:hover {
	color: black;
}

.photo-frame {
	background: #ffffff;
	padding: 10px;
}

.photo-title {
	color: #ffffff;
	margin: 0px;
	font-weight: normal;
	padding: 20px 20px 0px 40px;
	letter-spacing: 6px;
	font-size: 1.8em;
}

.photo-caption {
	color: #ffffff;
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 20px auto;
	padding: 0px 20%;
	text-align: center;
}

/* @end */

/* @end */

/* @group Quicktime Page */

.movie-description {
	
}

/* @end */

/* @group Quicktime Album */

/* @group Index Page (Movie Thumbnail view) */

.movie-page-title {
	letter-spacing: -1px;
	margin-bottom: 5px;
	font: 2.2em Georgia, "Times New Roman", Times, serif;
}

.movie-page-description {
	margin-bottom: 15px;
}

.movie-thumbnail-frame {
	width: 134px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.movie-thumbnail-frame:hover {
	
}

.movie-thumbnail-frame img {
	padding: 1px;
	border: 3px solid;
	margin-bottom: 5px;
}

.movie-thumbnail-caption {
	color: #b3b3b3;
}

/* @end */

/* @group Single Page (Movie View) */

.movie-background {
	margin: 5px;
}

.movie-title {
	letter-spacing: -1px;
	font: 2.2em Georgia, "Times New Roman", Times, serif;
	margin: 10px 0 5px;
}

.movie-frame {
	padding: 1px;
}

/* @end */

/* @end */

/* @group Contact Form */

form {
	margin: 0;
}

.message-text {
	font-weight: bold;
	font-style: italic;
}

.required-text {
	
}

.form-input-field {
	background: #f4f4f4;
	font-size: 1em;
	width: 98%;
}

.form-input-button {
	font-size: 1.3em;
}

/* @end */

/* @group Rates */

.rateTable {
	background-color: #1f2a58;
	font-size: 1.2em;
	margin: 0 auto 2em;
	text-align: center;
	width: 90%;
	line-height: 1.4em;
	vertical-align: middle;
}

.rateTable tr {
	background-color: white;
	height: 3em;
}

.rateTable .dkBlue {
	color: #fff;
	font-size: 1.3em;
	line-height: 1.2em;
	background-color: #1f2a58;
}

.rateTable .borderWhite {
	border-left: 1px solid white;
	border-right: 1px solid white;
}

.rateTable .medBlue {
	background-color: #98baea;
	color: white;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.rateTable .ltBlue {
	background-color: #D3E3F9;
}

.rateTable p {
	margin: 10px 0px 0px 10px;
}

.rateTable ul {
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

.rateTable .notes {
	font-size: 0.9em;
}

/* @end */

/* @group Tables */

#resTable, #contactTable {
	border: 2px solid #0D2746;
	margin: 0 auto 2.0em;
}

#resTable tr, #contactTable tr {
	background-color: #f2faff;
	vertical-align: middle;
}

#resTable td, #contactTable td {
	padding: 0.25em;
}

	#resTable td.topRow, #contactTable td.topRow {
		padding-top: 1.0em;
	}
	
	#resTable td.bottomRow, #contactTable td.bottomRow {
		padding-bottom: 1.0em;
	}

input.text, textarea, select {
	background-color: white;
	padding: 3px 5px;
	margin-right: 0.5em;
	border: 1px solid #0F1F49;
	max-width: 448px;
}

.dark_blue {
	font-weight: bold;
	color: #ffffff;
	background-color: #0D2746;
}

label {
	text-align: right;
	padding-left: 10px;
	padding-right: 5px;
}

.alignTop {
	vertical-align: top;
}

.small {
	font-size: 85%;
}

input#submit, input#reset {
	font-size: 1.3em;
}
/* @end */

/* @group Testimonials */



.testimonial {
	background: #ffffff;
	border: 3px solid #e8e8e8;
	margin: 0 auto 1.5em;
	padding: 20px 30px;
	width: 75%;
}

	.testimonial img {
		border: 2px solid #7f7f7f;
		margin-right: 0.5em;
	}
	
	.testimonial p {
		margin-top: 1.5em;
	}

.credit {
	font-size: 1.0em;
	margin: 0px;
		margin-top: 1em;
	padding: 0px;
		padding-right: 1.5em;
	text-align: right;
}

	.credit p {
		margin: 0px;
		padding: 0px;
		color: #7f7f7f;
		line-height: 1.4em;
		font-size: 1.0em;
	}
	
	.credit p.custName {
		color: #254c85;
		font-style: normal;
		font-size: 1.1em;
		font-weight: bold;
}

/* @end */


