/* STYLE SHEET */
h1 {
    font-weight:100;
    font-size:18px;    
}
body{
	position:relative;
	height:100%;
	background-color:#5f95ce;
	background-image:url(../images/background/bodybg.jpg);
	background-repeat: no-repeat;
	margin:0px;
}
#container {
	position:relative;
	width:960px;
	margin:auto;
	background-color:#f4deb1;
	background-image:url(../images/background/container-bg.jpg);
	background-repeat: no-repeat;
	padding-bottom:10px;
	
}
/* ***************************************************************************** */
/* TOP */
#top {
	position:relative;
	margin:0 auto;
	width:960px;
	height:70px;
	padding-top:10px;background-color:none;
}
#logo {
	position:relative;
	float:left;
	background-image:url(../images/background/logobg.gif);
	background-repeat: no-repeat;
	width:400px;
}
#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;
}
#contact-info {
	position:relative;
	float:right;
	color:#f4deb1;
	font-size:24px;
	padding-top:8px;
	line-height:26px;
	text-align:right;
}
.contact-top {
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

/* ***************************************************************************** */
/* HEADER */
#banner {
	position:relative;
	height:200px;
	margin-bottom:2px;
	}
#banner-left {
	position:relative;
	float:left;
	width:170px;
	padding-top:10px;
	padding-left:10px;
	text-align:left;	
	}
#banner-right {
	position:relative;
	float:left;
	width:600px;
	padding-top:40px;
	padding-left:10px;	
}
/* ***************************************************************************** */
/* MENU */
#navigation {
	position:relative;
	height:25px;
	z-index:10;
	margin-bottom:10px;
}
/* ***************************************************************************** */
/* TOP CONTENT*/
#top-content {
	position:relative;
	padding:0px 25px 10px 25px;
	margin-bottom:10px;
}
#top-content p {
	line-height:22px;
}
#left-column {
	position:relative;
	width:685px;
	float:left;
	padding-top:80px;
	text-align:justify;
	padding-right:20px; 
}
#right-column {
	position:relative;
	width:190px;
	float:right;
	padding-top:185px;
}
.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;
}
/* ***********************/
/* Contact */
#contact {
	position:relative;
	background-image:url(../images/background/contact-bg.jpg);
	background-repeat:no-repeat;
	width:190px;
	height:360px;
	padding-top:65px;
	color:#ffffff;
	font-size:11px;
}
#contact-form {
	position:relative;
	padding:5px;	
}
#disclaimer {
	position:relative;
	padding-top:6px;
	font-size:10px;
	color:#ffffff;
	line-height:12px;
	text-align:center;
}
input.contact-form {
	width:170px;
	height:14px;
	border:2px solid #f4deb1;
}
textarea.contact-form {
	width:170px;
	height:54px;
	border:2px solid #f4deb1;
}
.submit {
	width:98px;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	border:none;
	background-image:url(../images/btn-send.jpg);
	background-repeat:no-repeat;
	margin:0px;
	padding-bottom:5px;	
}
.error {
	color:#d2ff00;
	font-size:10px;
}
/* ***********************/
/* Testimonial */
#testimonial-top {
	position:relative;
	background-image:url(../images/background/testimonial-top.jpg);
	background-repeat:no-repeat;
	height:45px;
}
#testimonial-main {
	position:relative;
	background-image:url(../images/background/testimonial-main.jpg);
	background-repeat:no-repeat;	
	background-position:top;
	background-color:#8e7b60;
	color:#ffffff;
	font-size:11px;
	height:210px;
	text-align:justify;
}
#testimonial-content {
	padding:26px 10px 10px 10px;
}
#testimonial-bottom {
	position:relative;
	background-image:url(../images/background/box-bottom.jpg);
	background-repeat:no-repeat;
	height:35px;
	text-align:center;
}
#testimonial-comment {
	color:#FFFFFF;
}

#testimonial-quote {	
	text-align:left;
	color:#f5deb2;
/*	padding-right:10px;*/
	font-size:13px;
	font-weight:bold;
}
/* ***********************/
/* Smile Gallery */	
#gallery-top{
	position:relative;
	background-image:url(../images/background/smilegallerybg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:42px;
	background-color:#8e7b60;
	color:#ffffff;	
	margin-top:15px;	
}
#gallery-middle{
	background-color:#8e7b60;
}
#gallery-main {
	position:relative;
	background-color:#8e7b60;
	padding:10px;
}
#gallery-bottom {
	position:relative;
	background-image:url(../images/background/box-bottom.jpg);
	background-repeat:no-repeat;
	height:35px;
	text-align:center;
}

/* ***********************/
/* Smile Report Gallery */	
#gallery-report-top{
	position:relative;
	background-image:url(../images/background/smilereportbg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:42px;
	background-color:#8e7b60;
	color:#ffffff;		
	margin-top:15px;
}
#gallery-report-middle{
	background-color:#8e7b60;
}
#gallery-report-main {
	position:relative;
	background-color:#8e7b60;
	padding:10px;
}
#gallery-report-bottom {
	position:relative;
	background-image:url(../images/background/box-bottom.jpg);
	background-repeat:no-repeat;
	height:35px;
	text-align:center;
	margin-bottom:15px;
}

/* ***********************/
/* Smile Survey */
#survey-top {
	position:relative;
	background-image:url(../images/background/survey-top.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:42px;
	margin-top:10px;
}
#survey-main {
	position:relative;
	background-color:#8e7b60;
	padding:0px 10px;
	color:#f4ddb1;
	margin:0px;
}
#survey-main p{
	color:#f4ddb1;
	font-size:11px;
	line-height:normal;
	margin:0px;
	padding:0px;
}
#survey-bottom {
	position:relative;
	background-image:url(../images/background/box-bottom.jpg);
	background-repeat:no-repeat;
	height:35px;
	text-align:center;
}

/* ***********************/
/* Stories */
#stories-top {
	position:relative;
	background-image:url(../images/background/stories-bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:42px;
	margin-top:10px;
}
#stories-main {
	position:relative;
	background-color:#8e7b60;
	padding:0px 10px;
	color:#f4ddb1;
}
#stories-main p{
	color:#f4ddb1;
	font-size:11px;
	line-height:normal;
}
#stories-bottom {
	position:relative;
	background-image:url(../images/background/box-bottom2.jpg);
	
	background-repeat:no-repeat;
	height:20px;
	text-align:center;
}


/* ***********************/
/* RSS */
#rss-top {
	position:relative;
	background-image:url(../images/background/rss-top.jpg); /* */
	background-repeat:no-repeat;
	background-position:top;
	height:85px; /* 15 */
    margin-top:10px;
}
#rss-main {
	position:relative;
	background-color:#8e7b60;
	padding:10px 10px;
	color:#f4ddb1;
}
#rss-main p{
	color:#f4ddb1;
	font-size:11px;
	line-height:normal;
}
#rss-bottom {
	position:relative;
    top: -15px;
	background-image:url(../images/background/box-bottom2.jpg);
	
	background-repeat:no-repeat;
	height:20px;
	text-align:center;
}
   
.rss_box {
    margin-top: -12px;
    padding:3px 0px;
    background-color: white;
    color: #4682B4;
    font-size: 12px;
    width: 164px;
    position: relative;
    left: 3px;
 }
 
.rss_title {
	color:#ffffff;
	font-size:12px;
	text-align:center;
}
 
#rss-main ul,ol{ 
	list-style-position: outside; 
	margin-left: 0px; 
	padding-left: 20px;
	vertical-align: middle;
	font-size:11px;
	line-height:18px;
}
#rss-main ul li, 
#rss-main ol li{
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

/* ***************************************************************************** */
/* WIDGET BLOG */
#wblog-main {
	position:relative;
	width:190px;
}
#wblog-bottom {
	position:relative;
	background-image:url(../images/background/box-bottom2.jpg);
	
	background-repeat:no-repeat;
	height:20px;
	text-align:center;
}


/* ***************************************************************************** */
/* LOWER CONTENT*/
#lower-content  {
	position:relative;
	padding:0px 55px 10px 55px;
}
#lower-content-top {
	width:850px;
	height:9px;
	background-image:url(../images/background/lowerbg-top.gif);
	background-repeat:no-repeat;
}

#lower-content-container {
	position:relative;
	/* height:222px; */
	background-image:url(../images/background/lowerbg-middle.gif);
	background-repeat:repeat-y;
	color:#ead4a9;
	font-size:11px;
	padding:5px;
	line-height:14px;
}

#lower-content-bottom {
	width:850px;
	height:26px;
	background-image:url(../images/background/lowerbg-bottom.gif);
	background-repeat:no-repeat;
}

#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:#d9e3d1;
	text-align:left;
	padding:4px;
	font-weight:normal;
}
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;
}

.footer-content-link {
	border-bottom:1px solid;
	height:25px;
}

.footer-content-link a{
	position:relative;
	top:3px;
	cursor:pointer;
	font-size:15px;
	/* border-right:1px solid;	 */
	padding:5px 5px 5px 10px;
}
/*
.footer-content-link a:hover {
	position:relative;
	top:3px;
	text-decoration:underline;
	background-color:#ead4a9;
	color:#000000;	
}
*/
#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;
}
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;
	
}
