/*** Styling for SunriseRidgeRetreat ***/


/*** clears browser defaults ***/

* {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: Georgia, Arial;
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}


/*** end clear ***/

body { 
margin: 0;
padding: 0; 
font-family: Georgia, Arial, sans-serif;
background-color: #F6D695;
}



h1 {
	font-family: Georgia, Times New Roman,Times, Serif;
	text-transform: uppercase;  
   text-align: left;
   font-weight: bold;
	font-style: normal; 
	font-size: 1.1em;
	color: #875E3C;
	padding-left: 10px;
   padding-bottom: 10px;
   padding-top: 5px;  
}

h2 {
	font-family: Georgia, Times New Roman,Times, Serif;
	text-transform: uppercase;  font-weight: bold;
	font-style: normal; 
	font-size: 10pt;
	color: #875E3C;
        padding-bottom: 10px;
        padding-left: 10px;
}

h3 {
	font-family: Georgia, Times New Roman,Times, Serif;
	text-transform: uppercase;  font-weight: bold;
	font-style: italic; 
	font-size: 13pt;
	color: #875E3C;
}

h4 {
	font-family: Georgia, Times New Roman,Times, Serif;
	text-transform: uppercase;  font-weight: bold;
	font-style: italic; 
	font-size: 12pt;
	color: #875E3C;
}
td {
	font-family: Georgia, Times New Roman,Times, Serif;
	font-size: 10pt;
	color: #000000;
}

p {
	font-family: Georgia, Times New Roman,Times, Serif;
	font-size: 10pt;
	color: #000000;
   margin-bottom: 10px; 
   
}

.intro:first-letter {
font-weight: normal;
font-size: 2.0em;
color:#875E3C;
font-family: Georgia, Times, Arial;
}

li {
	font-family: Georgia, Times New Roman,Times, Serif;
	font-size: 10pt;
	color: #000000;
}

blockquote {
	font-family: Georgia, Times New Roman,Times, Serif;
	font-size: 10pt;
	color: #000000;
}

a:link {
	color: #4682B4;
	text-decoration: none;
	}

a:visited {
	color: #4682B4;
	text-decoration: none;
	}

a:hover {
	color: #92AE7B;
	text-decoration: none;
	}

a:active {
	color: #4682B4;
	text-decoration: none;
	}


#navCrumbs {
margin-left: 10px;
position: relative;
display: inline;
}

#testimonials {
margin-top: 40px;
}

.date {
font-weight: bold;
line-height: 0px;
margin-top: 10px;
}

#wrapper {
width: 960px;
margin: 0 auto;
margin-top: 10px;
border: 1px solid #875e3c;
background: #F2F5CA;
}




#header {
background: #875E3C;
width: 960px;
height: 150px;
border: none;
position: relative;

}


#pageHeading {
height: 25px;
background: #875E3C;
width: 960px;
position: relative;
padding-bottom: 2px;
}

.pageTitle {
color: #DCBA7F;
text-align: right;
font-family: Georgia, Times, New Roman;
font-size: 18px;
font-weight: bold;
font-style: italic;
margin: 0px 25px 0px 0px;
padding-top: 2px;
}

#contentContainer {
margin: 0 auto;
width: 910px;
border: 1px solid #000;
background: #F2F5CA;
clear: both;
}

#content {
margin: 0 auto;
width: 908px;
padding-bottom:5px;
}

#content p {
padding: 0px 10px 0px 10px;
text-align: left;
}

.content {
margin-left: 40px;
margin-bottom: 20px;
font-family: Tahoma;
}

#content a {
font-weight: normal;
font-size: 1.3em;
}


.content li{
margin-left: 40px;
line-height: 1.5em;
font-family: Tahoma, Arial;
font-size: 0.9em;
}

#table4 img{
margin: 0 auto;
padding-left: 5px;
padding-top: 15px;
}


#table5 td{
padding-top:7px;
padding-left: 3px;
}

#table5 img{
border: 1px solid #000;
}

table {
margin:0 auto;
}



#bottomNav {
margin: 0 auto;
text-align: center;
padding-top: 10px;
padding-bottom: 10px;
clear: both;
}

.picture_right {
	border: 1px solid #475766;
	padding-left: 5px;
	float: right;
}
.pictures {
	border: 1px solid #475766;
}


#footer {
width: 960px;
position: relative;
}

.floatL {
float: left;
padding: 5px 0px 20px 10px;
}

.floatR {
float: right;
padding: 5px 10px 20px 0px;
}


.fr {
float:right;
padding: 5px 0 0 5px;
}


a.scw {
font-family: Helvetica, Arial; 
color: #AE4A7E;
font-size: 0.9em;
}

a:hover.scw {
font-family: Helvetica, Arial;
color: #AE4A7E;
font-size: 0.9em;
text-decoration: underline;
}


/*** Main menu settings ***/
#centeredmenu {
	clear:both;
	float:left;
	margin:0;
	padding:0;
	width:100%;
	font-family:Georgia, Arial, sans-serif; /* Menu font */    
	font-size:100%; /* Menu text size */
	z-index:1000; /* This makes the dropdown menus appear above the page content below */
	position:relative;
    background-color: #F2F5CA;
}

/* Top menu items */
#centeredmenu ul {
	margin:0;
	padding:0;
	list-style:none;
	float:right;
	position:relative;
	right:50%;
}
#centeredmenu ul li {
	margin:0 0 0 5px;
	padding:0;
	float:left;
	position:relative;
	left:50%;
	top:0px;

}
#centeredmenu ul li a {
	display:block;
	margin:0;
	padding: 0.5em 0.5em 0.5em;
	font-size:1.4em;
	line-height:1em;
	text-decoration:none;
	color:#CAB08C;
	font-weight:normal;
	
}

#centeredmenu ul li.active a {
	color:#d8b983;

}
#centeredmenu ul li a:hover {
	background:#B46A7B; /* Top menu items background colour */
	color:#fff;
	
}
#centeredmenu ul li:hover a,
#centeredmenu ul li.hover a { /* This line is required for IE 6 and below */
	background:#F6D695; /* Top menu items background colour */
	color:#fff;
	
}

/* Submenu items */
#centeredmenu ul ul {
	display:none; /* Sub menus are hiden by default */
	position:absolute;
	top:2.8em;
	left:0;
	right:auto; /*resets the right:50% on the parent ul */
	width:12em; /* width of the drop-down menus */
}
#centeredmenu ul ul li {
	left:auto;  /*resets the left:50% on the parent li */
	margin:0; /* Reset the 1px margin from the top menu */
	clear:left;
	width:100%;
}
#centeredmenu ul ul li a,
#centeredmenu ul li.active li a,
#centeredmenu ul li:hover ul li a,
#centeredmenu ul li.hover ul li a { /* This line is required for IE 6 and below */
	font-size:1.0em;
	font-weight:normal; /* resets the bold set for the top level menu items */
	background:#eee;
	color:#444;
	line-height:1.4em; /* overwrite line-height value from top menu */
	border-bottom:1px solid #ddd; /* sub menu item horizontal lines */
}
#centeredmenu ul ul li a:hover,
#centeredmenu ul li.active ul li a:hover,
#centeredmenu ul li:hover ul li a:hover,
#centeredmenu ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
	background:#F6D695; /* Sub menu items background colour */
	color:#fff;
}

/* Flip the last submenu so it stays within the page */
#centeredmenu ul ul.last {
	left:auto; /* reset left:0; value */
	right:0; /* Set right value instead */
}

/* Make the sub menus appear on hover */
#centeredmenu ul li:hover ul,
#centeredmenu ul li.hover ul { /* This line is required for IE 6 and below */
	display:block; /* Show the sub menus */
}

