/* RUSTIC CREEK RANCH  -----  GLOBAL */

* {margin: 0; padding: 0;}

body {
	font-size: 12px;
	background-color: #abaa5d;
	color: #502d19;
	min-width: 1000px;
	font-family: Optima, Calibri, "Lucida Sans Unicode", Tahoma, Arial, Helvetica, sans-serif;
}

hr {display: none;}


a {overflow: hidden; text-decoration: none; outline: none;}

img {
	border: none;
}

h1 {font-size:200%;	font-weight:bold;}

h2 {
	font-size:150%;
	font-weight:bold;
	display: block;
	border-bottom: 1px dotted #502d19;
	margin-bottom:20px;
	color: #d41245;
}

h3 {font-size:120%; font-weight:bold;}

h4 {font-size:110%; font-weight:bold;}

h5 {font-size:110%; font-weight:bold;}

h6 {font-size:100%;; font-weight:bold;}

ul, li {list-style: none;}

a, a:link, a:visited {
	color: #502d19;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #d41245;
}

.link1 a:link, .link1 a:visited {
	color: #502d19;
	padding: 1px 2px;
	text-decoration: underline;
	white-space: nowrap;
}

.link1 a:hover {
	position: relative;
	top: -1px;
	left: -1px;
	color: #d41245;
	background-color: #abaa5d;
	border-bottom: 1px solid #502d19;
	border-right: 1px solid #502d19;
	text-decoration: none;
}

.link2 a:link, .link2 a:visited {
	color: #502d19;
	padding: 1px 2px;
	text-decoration: none;
	white-space: nowrap;
}

.link2 a:hover {
	position: relative;
	top: -1px;
	left: -1px;
	color: #d41245;
	background-color: #abaa5d;
	border-bottom: 1px solid #502d19;
	border-right: 1px solid #502d19;
	text-decoration: none;
}

.link3 a:link, .link3 a:visited {
	color: #502d19;
	padding: 1px 2px;
	text-decoration: none;
	white-space: nowrap;
}

.link3 a:hover {
	position: relative;
	top: -1px;
	left: -1px;
	color: #d41245;
	background-color: #b3a68d;
	border-bottom: 1px solid #502d19;
	border-right: 1px solid #502d19;
	text-decoration: none;
}

.reservenow a, .reservenow a:link, .reservenow a:visited {
	position: relative;
	top: -2px;
	left: -2px;
	color: #fdfdfd;
	background-color: #d41245;
	border-bottom: 2px solid #a9996e;
	border-right: 2px solid #a9996e;
	text-decoration: none;
	white-space: nowrap;
	width: 110px;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 105%;
}

.reservenow a:hover {
	position: relative;
	top: -2px;
	left: -2px;
	color: #d41245;
	background-color: #fdfdfd;
	border-bottom: 2px solid #a9996e;
	border-right: 2px solid #a9996e;
	text-decoration: none;
}
/* OONTAINER BOX  
---------------------------------------------------------------------
*/

#bkgdTop {
	background-image: url(../_img/layout/bkgdTop.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 1000px;
	margin: 0;
	padding: 0;
}

#container {
	width: 1000px;
	margin: 20px auto;
	background-image: url(../_img/layout/bkgdCtr.jpg);
	background-repeat: repeat-y;
}

#bkgdBtm {
	background: url(../_img/layout/bkgdBtm.jpg) no-repeat;
	height: 134px;
	width: 1000px;
}

#wrapper {
	width: 870px;
	margin: 0 auto;
	position: relative;
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

/* HEADER BOX  
---------------------------------------------------------------------
*/

#header {
	position: relative;
	width: 870px;
	padding: 20px 20px 0 20px;
	margin: 0 auto;
}

#leftCol {
	float:left;
	text-align: left;
	width: 210px;
	margin: 20px 0 0 0;
	color: #502d19;
	position: relative;
	font-size: 110%;
	font-weight: bold;
}

.email {
	margin: 10px 0;
}

#rcr {
	background: url(../_img/layout/rustic_creek_ranch_footerLogo.gif) transparent no-repeat 0 0;
	float: left;
	width: 210px;
	height: 35px;
	padding: 0;
	margin: 0;
}

#branding {
	width: 325px;
	height: 123px;
	float: left;
	background: url(../_img/layout/rustic_creek_ranch_logo.gif) no-repeat;
	display: block;
	margin: 0 40px 0 70px;
}

#branding a, #branding a:hover {
	width: 325px;
	height: 123px;
}

#branding h1 {
	text-indent: -9999px;
	width: 325px;
	height: 123px;
}

#rightCol {
	float:right;
	text-align: right;
	width: 210px;
	margin: 20px 0 0 0;
	position: relative;
}

#topMenu {
	position: relative;
	color: #512d18;
	width: 210px;

}
#topMenu ul {
	float: right;
	width: 100%;
	display: block;
}

#topMenu li {
	list-style: none;
	display: inline;
	color: #512d18;
	margin: 0;
	padding: 0 5px;
	background: transparent url(../_img/layout/menuTopSeparator.gif) no-repeat 0 0;
	font-weight: bold;
	font-size: 105%;
}

#topMenu li a, #topMenu li a:visited {
	text-decoration: underline;
}

#topMenu li a:hover {
	color: #d41245;
	text-decoration: none;
}

#topMenu li.firstNav {background: none;}

a.reservations{
	background: transparent url(../_img/layout/reservationBtn.png) no-repeat 0 0;
	display: block;
	float: right;
	height: 37px; /* Height of button background height */
	width:136px;
}

a.reservations span{
	display: none;
}

a.reservations:hover{ /* Hover state CSS */
	background-position: 0 -40px;
}

.reserwrapper{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 136px;
	float: right;
	margin-top: 10px;
}


/* MAIN IMAGE BOX  
---------------------------------------------------------------------
*/

#mainImage {
	height:460px;
	width:870px;
	position: relative;
	margin: 0;
	padding:0;
	text-align: center;
	background: transparent;
}

#googlemap {
	height:450px;
	width:500px;
	margin: 19px auto 15px auto;
	border: 1px solid #502d19;
}

#flashcontent {
	height: 460px;
	width: 870px;
	margin:0;
	padding:0;
	position: relative;
}

#navigation {
	z-index: 100;
	width:870px;
	text-align: center;
	position: relative;
	margin-top: -23px;
}

#navigation ul {
	float: left;
	width: 100%;
	height: 32px;
}

#navigation li {
	list-style: none;
	width:100px;
	line-height: 1em;
	font-size: 110%;
	display: inline;
	color: #c9ba96;
	margin: 0;
	padding: 0 12px;
	background: transparent url(../_img/layout/navSeparator.gif) no-repeat 0 0;
	font-weight: bold;
}

#navigation li.firstNav {background: none;}

#navigation li a {
	color: #c9ba96;
	text-decoration:none;
}

#navigation li a:hover {
	color: #E5D5AC;
	text-decoration: none;
	cursor: hand;
}

/* SIDEBAR BOX  
---------------------------------------------------------------------
*/

#sidebar{
	width: 280px;
	position: relative;
	float: left;
	padding-top: 20px;
}

/* BLAKCBOARD BOX  
---------------------------------------------------------------------
*/

#blackboardTop {
	background: url(../_img/layout/bkboardTop.png) no-repeat;
	width: 258px;
	height: 24px;
}

#blackboardCtr {
	background: url(../_img/layout/bkboardCtr.png) repeat-y;
	width: 258px;

}

#blackboardBtm {
	background: url(../_img/layout/bkboardBtm.png) no-repeat;
	width: 258px;
	height: 33px;

}

/* HAPPENINGS BOX  
---------------------------------------------------------------------
*/

#happenings{
	width: 258px;
	margin: 0 0 0 10px;
	padding: 0;
	display: block;
}

.happeningsTitle {
	position: relative;
	width: 200px;
	text-align: left;
	margin: 0 auto;
	color: #a7d59e;
	padding: 0 0 10px 0;
	font-weight: bold;
}
.happeningsInfo {
	position: relative;
	width: 200px;
	text-align: left;
	font-size: 110%;
	padding: 0;
	margin: 0 auto;
	color: #d3c5a5;
	font-family: "Times New Roman", Times, serif;
	line-height: 1.2em;
}

.happeningsRead {
	position: relative;
	width: 194px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #a7d59e;
	border-bottom: 1px dotted #9a9f71;
	padding: 2px 0;
	margin: 10px 35px 10px 31px;
}

.happeningsRead a,.happeningsRead a:visited {
	color: #a7d59e;
	text-decoration:none;
}

.happeningsRead a:hover {
	text-decoration:underline;
	background: none;
}

.happeningsTitle a img, .happeningsTitle a:link img {border:0;}

.happeningsTitle a:hover img {
	border:0;
	position: relative;
	top: 1px;
	left: 1px;
	background-color: transparent;
}



/* SECTION MENU BOX  
---------------------------------------------------------------------
*/

#menu {
	width: 241px;
	margin: 23px auto 20px auto;
	padding: 0;
	color: #512D18;
}

#menuTop {
	background: url(../_img/layout/menuTop.png) no-repeat;
	width: 241px;
	height: 99px;
}

#menuCtr {
	background: url(../_img/layout/menuCtr.png) repeat-y;
	width: 241px;
}

#menuBtm {
	background: url(../_img/layout/menuBtm.png) no-repeat;
	width: 241px;
	height: 12px;
}

#menu {
	width: 241px;
	margin: 23px auto 20px auto;
	padding: 0;
	color: #512D18;
}

.menuTitle {
	position: relative;
	width: 180px;
	text-align: left;
	margin: 0 auto;
	padding: 20px 0 0 0;
	font-weight: bold;
}

.menuItems {
	position: relative;
	width: 180px;
	text-align: left;
	padding: 10px 0;
	margin: 0 auto;
}

.menuItems h5 {
	margin: 5px 0 3px 0;
}

.menuItems ul {
	padding: 0 20px 0 0;
	margin-bottom: 10px;
}

.menuItems li {
	list-style-type: none;
	display: block;
	padding: 3px 0 4px 0;
	margin: 0;
}

.menuItems li a, .menuItems li a:visited {text-decoration:none;}

.menuItems li a:hover {text-decoration: underline;}

.borderbottom {	border-bottom: 1px dotted #502d19;}



/* CONTENT BOX  
---------------------------------------------------------------------
*/

#content {
	margin: 0;
	float: right;
	width: 580px;
	position: relative;
	padding-top: 20px;
}

.sanSerif {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	line-height: 1.5em;
}
.bullet {
	list-style-position: inside;
	list-style-type: square;
}
.bold {
	font-weight: bold;
}
.red {
	font-size: 130%;
	font-weight: bold;
	color: #d41245;
}

.redSmall {
	font-size: 90%;
	font-weight: bold;
	color: #d41245;
}
small {
	font-size: 90%;
}

.list ul {
	padding: 10px 20px;
	font-size:120%;
	font-style: italic;

}

.list li {
	list-style-type: square;
}
#frames {
	float: right;
	margin: 0;
	padding: 0;
	width: 580px;
	font-size: 80%;
	font-family: Optima, Calibri, "Lucida Sans Unicode", Tahoma, Arial, Helvetica, sans-serif;
}

.yogi a:link, .yogi a:visited {
	padding: 1px 2px;
	white-space: nowrap;
}

.yogi a:hover {
	position: relative;
	top: 1px;
	left: 1px;
	border: 0;
	background-color: transparent;
}


#content .frameText {
	width: 150px;
	display: block;
	padding-top: 128px;
	text-align: center;
}

#content .frame1 {
	width:172px;
	height:174px;
	background: url(../_img/index/frame1.png) no-repeat;
	float:right;
	margin: 0 12px 0 0;
	text-align: center;
	paddding: 2px;
}

#content .frame2 {
	width:172px;
	height:174px;
	background: url(../_img/index/frame2.png) no-repeat;
	float:right;
	margin: 0 12px 0 0;
	text-align: center;
	paddding: 2px;
	}

#content .frame3 {
	width:172px;
	height:174px;
	background: url(../_img/index/frame3.png) no-repeat;
	float:right;
	margin: 0 12px 0 0;
	text-align: center;
	paddding: 2px;
}

.feature{
	width: 540px;
	line-height: 1.8em;
	float: right;
	margin: 15px 10px 0 0;

}
.feature p {
	margin-top: 10px;
	font-size: 110%;
}

.redSpacer {
	height: 20px;
	width: 100%;
	position: relative;
	float: left;
	border-top: 1px dotted #d41245;
}

.box {
	width: 49%;
	position: relative;
	float: left;
	line-height: 1.5em;
	padding: 10px 0;
}

.floatLeft {
	float: left;
	margin: 0 15px 15px 0;
}

#content .accomodations {
	float: left;
	margin: 10px 0 20px 0;
	padding: 0;
	border-bottom: 1px dotted #502d19;
	width: 540px;
}

#content .cottages {
	width:300px;
	float:left;
	margin: 0 15px 0 0;
	text-align: center;
	background-color: transparent;
	paddding: 2px;
	
}

#content .cottages a img, #content .cottages a:link img {
	border:0;
}
#content .cottages a:hover img {
	border:0;
	position: relative;
	top: 1px;
	left: 1px;
	background-color: transparent;

}




/* FOOTER BOX
---------------------------------------------------------------------
*/

#footer {
	width: 870px;
	margin: 40px auto 0 auto;
	background: #c3c38d;
	padding: 20px 0;
	clear: both;

}

#sitemap {
	float: right;
	width: 570px;
	text-align: left;
	margin: 0;
	position: relative;
	padding: 0 10px;
	border-left: 1px dotted #502d19;
}

.sitemapCol1 {
	width: 80px;
	float: right;
	margin-right: 15px;
}

.sitemapCol1 h5, .sitemapCol h5 a, .sitemapCol h5 a:visited {margin:10px 0; text-decoration:none;}
.sitemapCol1 h5 a:hover {text-decoration:none;}


.sitemapCol {
	width: 135px;
	float: right;
	margin-right: 15px;
}

.sitemapCol h5, .sitemapCol h5 a, .sitemapCol h5 a:visited {
	margin-top: 10px;
	text-decoration:none;
}

.sitemapCol h5 a:hover {text-decoration:none;}

.sitemapCol ul {
	margin: 0 0 10px 0;
}

.sitemapCol li {
	list-style-type: none;
	display: block;
	padding: 2px 0;
	margin: 0;
}

.sitemapCol li a, sitemapCol li a:link, sitemapCol li a:visited {text-decoration:none;}

.sitemapCol li a:hover {text-decoration:none;}

#address {
	background: url(../_img/layout/rustic_creek_ranch_footerLogo.gif) transparent no-repeat 0 0;
	float: left;
	width: 190px;
	padding-left: 20px;
	margin: 5px 0 0 20px;
}

.address {
	padding-top: 40px;
}

.address p {
	height: 20px;
	font-weight: bold;
	font-size: 110%;
}

.address a, .address a:link, .address a:visited {}

.address a:hover {}

#credits {
	float: left;
	margin-top: 20px;
	font-size: 100%;
	font-weight: normal;
}

#credits p {
	padding: 3px 0;
}
#credits a, #credits a:link, #credits a:visited {
	font-size: 100%;
	font-weight: bold;
	color: #D41245;
	padding: 3px;
	text-decoration: underline;
}

#credits a:hover {
	color: #A7D59E;
	background-color: #D41245;
	text-decoration: none;
	padding: 3px;
}

#legal {
	margin: 0 auto;
	text-align: center;
	padding-top: 20px;
	font-size: 90%;
}

/* STRUCTURAL DIVS
---------------------------------------------------------------------
*/

.clearfix:after {/*  clearfix rules make it possible to clear floated elements without additional structural markup.  */
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

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


/* FORM
---------------------------------------------------------------------
*/
fieldset {
    border: none;
    padding: 0;
    }

fieldset ul {
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0 !important;
    }
    
fieldset ul li {
	margin: 0;
	padding: 2px 0;
    }
    
fieldset input  {
	font-weight: normal;
	border: 1px solid #b3a68d;
	padding: 3px 3px 3px 0;
	margin: 2px 0;
	color: #502d19;
	background-color: #e5d5ac;
}

fieldset input:hover {
	border: 1px solid #d41245;
}
	
fieldset input.full { width: 98%; }

fieldset label.full {
    float: left;
}


/* TUBULAR DATA
---------------------------------------------------------------------
*/


.tableClass table {
	padding: 0;
	margin:  0 0 20px 0;
	border-collapse: collapse;
	width:100%;
	line-height: 1.3em;
}

.tableClass table thead th {
	padding: 3px 10px;
	text-align: left;
	font-weight: bold;
	color: #c9ba96;
	background: #837b68;
	border-bottom: 1px solid #3c2619;
}

.tableClass table tbody, .tableClass table thead {border-left: 1px solid #d2c5a8; border-right: 1px solid #d2c5a8;}

.tableClass table tbody {border-bottom: 1px solid #d2c5a8;}
                      
.tableClass table tbody td, .tableClass table tbody th {
	padding: 3px 10px;
	text-align: left;
	vertical-align: top;
}

.tableClass table tbody tr {
	background: #d3c5a5;
}

.tableClass table tbody tr.odd {background: #E5D5AC;}

.tableClass table tbody  tr:hover {
	background: #d3d1c2;
	border-bottom: 1px solid #3c2619;
}

.tableClass table tfoot td, .tableClass table tfoot th, .tableClass table tfoot tr {
	text-align: right;
	font-size: 90%;
	padding: 5px;
	float: left;
}

/* IMAGE DIVS
---------------------------------------------------------------------
*/

.imgRt {
	float: right;
	border: 1px solid #502d19;
	padding: 1px;
	margin: 0 10px 10px 10px;
}

.imgLt {
	float: left;
	border: 1px solid #502d19;
	padding: 1px;
	margin: 0 10px 10px 10px;
}

/* PHOTOGALLERY DIVS
---------------------------------------------------------------------
*/

#content .photo {
	float: left;
	margin: 0;
	padding: 0;
	width: 528px;
}

#content .thumb {
	width:160px;
	float:left;
	margin: 0 12px 15px 0;
	background-color: transparent;
	paddding: 2px;
	
}

#content .thumb a img, #content .thumb a:link img {border:0;}

#content .thumb a:hover img {
	border:0;
	position: relative;
	top: 1px;
	left: 1px;
	background-color: transparent;
}
.smalltext {
	font-size: 80%;
}

/* FACEBOOK & TWITTER DIVS
---------------------------------------------------------------------
*/

.center {
	margin: 10px 0;
	padding: 0;
	width: 100%;
	text-align:center;
}

.half {
	width:49%;
	height:50px;
	background-color: transparent;
	paddding: 2px;
	margin: 10px 0;
	text-align: center;
	paddding: 2px;
	display: block;
	float: left;
}

