/********************
/* Smile Reminder Profiles Stylesheet
/* Copyright (c) Communitect Inc. 2008. All rights reserved.
/********************

/* ///////// General Styles ///////// */

html {
    height: 100%;
    margin-bottom: 1px;
}

body,
pre {
    color: #000;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.6em;
    margin: 0;
    padding: 0;
}
body {
    background-color: #173553;
}

a,
a:link {
    color: #4472a1;
    text-decoration: none;
    border: 1px solid #4472a1;
    border-width: 0 0 1px 0;
    padding: 3px 0 2px 0;
}
a:hover {
    color: #5a94cf;
    border: 1px solid #5a94cf;
    border-width: 0 0 1px 0;
    /*  background-color: #cfd8dd;*/
}
a:visited {
    border: 1px dotted #4472a1;
    border-width: 0 0 1px 0;
}

img,
img a,
a img,
a.img {
    border: none;
}

h1 {
    line-height: 1.1em;
    font-size: 4em;
    margin: 0;
    color: #000;
    text-decoration: none;
    font-weight: normal;
    font-family: "Gill Sans", Helvetica, Arial, san-sarif;
}
h1.small {
    padding-top: 10px;
    font-size: 2.2em;
}
/*h1 a:hover {
color: #493d25;
background-color: transparent;
}*/

h2 {
    line-height: 1.1em;
    font-size: 2.3em;
    margin: 0;
    padding: 0 0 15px 0;
    color: #173553;
    text-decoration: none;
    font-weight: normal;
    font-family: "Gill Sans", Helvetica, Arial, san-sarif;
}

h3 {
    line-height: 1.1em;
    font-size: 1.5em;
    margin: 0;
    color: #173553;
    border: 1px solid #173553;
    border-width: 0 0 1px 0;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
    font-family: "Gill Sans", Helvetica, Arial, san-sarif;
}
h3 a,
h3 a:link,
h3 a:hover,
h3 a:visited {
    color: #173553;
    border: none;
}

h4 {
    line-height: 1.1em;
    font-size: 2em;
    margin: 0;
    color: #5b95d0;
    text-decoration: none;
    font-weight: normal;
    font-family: "Gill Sans", Helvetica, Arial, san-sarif;
}

hr {
    height: 1px;
    margin: 0 0 4em 0;
    text-align: center;
    border-color: #cfd8dd;
    border-width: 0;
    border-style: dotted;
}

hr:after {
    color: #cfd8dd;
    content: "<!--   -->";
    font-family: Monaco, "Courier New", Courier, sarif;
    letter-spacing: 1em;
}

blockquote {
    margin: 1em 0;
    color: #b8c0c4;
    border-left: 1px solid #4c6677;
    margin-left: 1em;
    padding-left: 1em;
}

/* ///////// Layout Styles ///////// */

#black-line {
    background-color: #000;
    height: 8px;
    width: 100%;
}

#slider {
    /*	display: none;*/
    background-color: #000;
    /*	height: 100px;*/
    width: 700px;
    padding: 0;
    margin: 0 auto;
}

#appt-request {
    padding: 15px 25px 15px 25px;
    margin: 0 auto;
    border: 0px dotted gray;
}

#request-form {
    padding: 10px 0;
    margin: 0 auto;
}

#request-form th,
#request-form td {
    color: #ddd;
    text-align: left;
    height: 25px;
    padding: 0 15px 0 0;
    font-weight: normal;
    vertical-align: top;
}

#thanks {
    color: #fff;
    font-size: 4.5em;
    font-family: "Gill Sans", Helvetica, Arial, san-sarif;
    text-align: center;
    padding: 70px 0 0 0;
}
#will-contact {
    color: #fff;
    font-size: 1em;
    text-align: center;
    padding: 10px 0 80px 0;
}

#body-container {
    background: #173553 url('body_back.jpg') repeat-x top left;
    width: 100%;
    clear: both;
}

#content-container {
    padding: 0;
    margin: 0 auto;
    width: 700px;
}

#header {
    background: #fff url('header_back.jpg') repeat-x top left;
    height: 104px;
    margin: 0;
    /*	width: !00%;*/
    border: 0px dotted gray;
    clear: both;
}

#logo {
    float: left;
    margin: 12px 0 0 25px;;
    vertical-align: top;
    border: 0px dotted gray;
}

#tagline {
    font-family: "Gill Sans", Helvetica, Arial, san-sarif;
    font-size: 1.5em;
    font-style: italic;
}

#request {
    float: right;
    margin: 0 25px 0 0;
    border: 0px dotted gray;
}

#video-header {
    color: #eee;
    font-family: "Gill Sans", Helvetica, Arial, san-sarif;
    font-size: 1.5em;
    background: transparent url('video_header_back.jpg') repeat-x top left;
    height: 24px;
    padding: 5px 25px;
    border: 0px dotted gray;
}

#location {
    padding: 15px 25px;
    border-bottom: 1px solid #3c5e80;
    /*	border: 0px dotted gray;*/
}

#address {
    font-weight: bold;
    padding: 0 0 15px 0;
}

#details {
    padding: 0;
    margin: 0;
    border: 0px dotted gray;
}

#details th,
#details td {
    padding: 0 10px 0 0;
    margin: 0;
    text-align: left;
    vertical-align: top;
}

#details tr {
    padding: 0;
    margin: 0;
}

#map-container {
    display: block;
    float: right;
}

#map {
    border: 1px solid #3c5e80;
    margin: 0 0 15px 0;
    width: 300px;
    height: 250px;
}

#networking {
    padding: 10px 0 0 0;
    /*	font-size: .5em;*/
    text-align: center;
    /*	border: 1px dotted gray;*/
    clear: both;
}
#networking a {
    /*	font-size: .8em;*/
}
#networking img {
    border: none;
    vertical-align: bottom;
    /*	padding-right: 3px;*/
}

#bottom-container {
    background: #a3aeba url('bottom_back.jpg') repeat-y top left;
    border-top: 1px solid #eee;
    margin: 0px auto;
    padding: 0;
    width: 700px;
    /*	border: 1px dotted white;*/
}

#testimonials {
    /*	display: block;*/
    float: left;
    padding: 15px 25px;
    width: 380px;
    /*	height: 100%;*/
    /*	border: 1px dotted gray;*/
}

#review-footer {
    padding: 15px 0 0 0;
}

#prev {
  float: left;
}

#next {
  float: right;
}

#sidebar {
    /*display: block;
    float: right;
    position: relative;*/
    float: left;
    margin: 0;
    padding: 15px 25px;
    /*	height: 100%;*/
    height: 1%;
    width: 220px;
    /*	border-left: 1px solid #3c5e80;*/
    /*	background-color: #a3aeba;*/
}

#copyright-container {
    background-color: #3b4b5b;
    height: 34px;
    width: 100%;
}

#sr-copyright {
    color: #bbb;
    background: #3b4b5b url('copywrite_back.jpg') repeat-x top left;
    margin: 0 auto;
    width: 650px;
    border: 0px dotted gray;	
    font-family: "Gill Sans", Helvetica, Arial, san-sarif;
    font-size: 1.2em;
    height: 20px;
    padding: 7px 25px;
}

#privacy {
    float: right;
}
#privacy a{
    color: #bbb;
    border: 1px solid #bbb;
    border-width: 0 0 1px 0;
}

#footer {
    text-align: center;
    padding: 20px 0;
}

/* ////////// Video Section /////////*/

#video-content
#frame,
#frame div.nav-button {
    height: 244px;	
}
#scroller,
.video { 
    height: 210px;
}

#video-content {
    background: transparent url('video_content_back.jpg') no-repeat top left;
    border: 0px dotted gray;
}

#frame {
    overflow: hidden;
    margin: 0 auto;
    width: 450px;
    position: relative;
    border: 0px dotted white;
}

#scroller {
    width: 390px;
    margin: 0 auto;
    /*	background-color: #000;*/
    overflow: hidden;
    border: 0px dotted white;
}

#scroller-content {
    width: 5250px;
}

#video-pos {
    height: 20px;
    text-align: center;
    /*	border: 1px dotted white;*/
}

.video {
    width: 350px;
    /*	background-color: #000;*/
    vertical-align: middle;
    text-align: center;
    margin: 15px 20px;
    float: left;
    
}

#left-button {
    left: 0;
}

#right-button {
    right: 0;
}

#frame div.nav-button {
    position: absolute;
    top: 40%;
    border: 0px dotted white;
}

/*#video-pos,*/
#video-pos {
    margin: 0 auto;
    padding: 4px 0 0 0;
    /*	border: 1px dotted white;*/
}

#video-pos ul {
    background: transparent url('pos_back.png') no-repeat top left;
    width: 126px;
    height: 21px;
    text-align: center;
    list-style: none;
    margin: 0 auto;
    padding: 0 0 0 14px;
    /*	border: 1px dotted white;*/
    /*	clear: both;*/
}

#video-pos ul li {
    width: 20px;
    float: left;
    /*	border: 1px dotted white;*/
    /*	text-indent: -9999px;*/
}
#video-pos ul li.active,
#video-pos ul li.active a {
    color: #fff;
    border: none;
}
#video-pos ul li.inactive,
#video-pos ul li.inactive a {
    color: #888;
    border: none;
}

/* ///////// Class Styles ///////// */

.gradient {
    background: #fff url('content_back.jpg') repeat-x top left;
}

.button {
    /*	vertical-align: middle;*/
    text-align: center;
    padding: 0 0 15px 0;
    /*	height: 75px;*/
    border: 0px dotted gray;
}

.hreview {
    padding: 15px 0 0 0;
}
.hreview th,
.hreview td {
    text-align: left;
}

.hreview td.star {
    text-align: right;
}

.date {
    /*	color: #426e88;*/
    color: #90989c;
    margin: 0 0 10px 0;
}

.snippets {
    font-family: Monaco, "Courier New", Courier, sarif;
    font-size: .8em;
    letter-spacing: .3em;
    margin: 0 0 2em 0;
    text-align: center;
    color: #4c6677;
}

.snip {
    margin: 0 0 3em 0;
}

.snip p {
    margin-left: 1em;
}

.right {
    float: right;
    margin: 0 -20px 0 0;
}

.reviewer,
.dtreviewed {
  font-style: italic;
}