/* STYLE SHEET */
body{
	position:relative;
	height:100%;
	background-image:url(../images/background/blue-bg.png);
	background-repeat:repeat-x;
	background-color:#063e60;
	margin:0px;
}
#container {
	position:relative;
	width:960px;
	margin:auto;
	background-color:#f4deb1;
	background-image:url(../images/background/sub-container-bg.jpg);
	background-repeat: no-repeat;
	padding-bottom:10px;
	
}
/* ***************************************************************************** */
/* TOP */
#top {
	position:relative;
	margin:0 auto;
	width:960px;
	height:88px;		/* 74 - Pre Live Chat */
	padding-top:10px;
}
#logo {
	position:relative;
	float:left;
	background-image:url(../images/background/logobg2.gif);
	background-position:right;
	background-repeat: no-repeat;
	width:390px;		/* 400 - Pre Live Chat */
}
#logo-left {
	position:relative;
	float:left;
	width:122px;
}
#logo-right {
	position:relative;
	float:right;
	color:#ffffff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	padding-top:10px;
	padding-right:8px;
}

.logo-display {
	display:block;
	text-indent:-1000em;
	background:url(../images/ryd-logo2.gif);
	width:125px;
	height:63px;
}

#live_chat {
	position:absolute;
	top:10px;
	right:0px;
}

#contact-info {
	position:absolute;
	color:#FFF;
	font-size:24px;
	padding-top:0px;
	line-height:26px;
	text-align:right;
	top:8px;
	right:160px;
}
.contact-top {
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

/* ***************************************************************************** */
/* HEADER */
#banner {
	position:relative;
	height:170px;
	margin-bottom:2px;
	}
/* ***************************************************************************** */
/* MENU */
#navigation {
	position:relative;
	height:25px;
	z-index:10;
	margin-bottom:50px;
	margin-left:190px;
}
/* ***************************************************************************** */
/* TOP CONTENT*/
#top-content {
	position:relative;
	padding:0px 25px 10px 25px;
	margin-bottom:10px;
}
#top-content p {
	line-height:22px;
}

.featured-top {
	position:relative;
	height:12px;
	background-image:url(../images/background/bg-top.gif);
	background-repeat:no-repeat;
	
}
.featured-bottom {
	position:relative;
	height:12px;
	background-image:url(../images/background/bg-bottom.gif);
	background-repeat:no-repeat;
	margin-bottom:10px;
}
/* ***********************/
/* Video*/
#video {
	position:relative;
	margin-right:10px;
	margin-top:40px;
}

/* ***********************/
/* Testimonial */
#testimonial {
	position:relative;
	background-image:url(../images/background/testimonial-bg.jpg);
	height:382px;
	color:#ffffff;
}
#testimonial-content {
	padding:140px 10px 10px 10px;
}

#gallery {
	position:relative;
	background-image:url(../images/background/gallery-bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#8e7b60;
	color:#ffffff;	
	height:236px;
	margin-top:15px;	
}
#ad {
	position:relative;
	margin-top:15px;
}
#stories {
	position:relative;
	background-image:url(../images/background/stories-bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:220px;
	color:#ffffff;
	font-size:11px;
	padding:40px 10px 5px;
}
/* ***************************************************************************** */
/* LOWER CONTENT*/
#lower-content  {
	position:relative;
	padding:0px 55px 10px 55px;
}
#lower-content-container {
	position:relative;
	height:222px;
	background-image:url(../images/background/lowerbg.gif);
	background-repeat:no-repeat;
	color:#ead4a9;
	font-size:11px;
	padding:15px;
	line-height:14px;
}
#lower-content-container a:link, #lower-content-container a:hover, #lower-content-container a:visited {
	color:#ead4a9;
}
.services {
	position:relative;
	float:left;
	margin:0 15px;
}
.locations {
	position:relative;
	float:left;
	margin:0 15px;
}
/* ***************************************************************************** */
/* GALLERY */
table.image-gallery{
	width:100%;
	border-spacing:0px;
}
table.image-gallery tr th{
	background-color:#8e7b60;
	text-align:left;
	padding:4px;
	font-weight:normal;
	color:#f4deb1;
}
table.image-gallery tr td{
	padding:4px;
}

img.gallery-thumb{
	margin-right:5px;
	margin-bottom:5px;
}

/* ***************************************************************************** */
/* FOOTER */
#footer {
	position:relative;
	margin:0 auto;
	width:960px;
	font-size:11px;
	color:#ffffff;
	padding:10px 0px;
}
#footer-left {
	position:relative;
	float:left;
}
#footer a:link,
#footer a:visited,
#footer a:hover {
	color:#ffffff;
	text-decoration:underline;
}	
#footer-right{
	position:relative;
	float:right;
	text-align:right;
}
#plujo {
	position:relative;
	color:#ffffff;
}
#plujo a:link,
#plujo a:visited{
	color:#ffffff;
	text-decoration:none;
	}
#plujo a:hover {
	color:#ffffff;
	text-decoration:underline;
}
/* ***************************************************************************** */
/* GLOBAL */

.clear-column {
	clear:both;
}
:focus {
	outline:none;
}

h1 {
    font-weight:100;
    font-size:18px;  
	margin:2px 0px;
	width:500px;
}

h3 {
	font-weight:normal;
	margin:2px 0px;
}
h2 {font-weight:normal;}

ul,ol{ 
	margin-left:20px;
}
ul li, 
ol li{
	margin-bottom:8px;
}
form {
	margin:0px;
	padding:0px;
}
.title{
	font-size:14px;
	color:#f4deb1;
	margin-bottom:10px;
	
}

