@charset "UTF-8";

/* Ordize Print Style Sheet */

html,body {
    margin: 0px;
    padding: 0px;
    background: #FFF;
}

body {
    color: #666666;
    font-size: 75%;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
    line-height: 160%;
    text-align: center;
}

a img {
    border: none;
}

h1 {
    margin-top: 20px;
    margin-left: 10px;
    padding: 6px 0px 5px 10px;
    color: #333333;
    font-size: 140%;
    background: url(../Images/h1-background2.png) no-repeat left top;
}

div#contentLeft h1 {
    margin-left: 0px;
}

h2 {
    margin-top: 25px;
    margin-bottom: 10px;
    color: #333333;
    font-size: 120%;
}

.center {
    text-align: center;
}

div#container {
    text-align: left;
    width: 760px;
    height: 400px;
    margin: 0 auto;
    background: url(../Images/background.png) no-repeat center top;
}

div#header {
    height: 115px;
    width: 758px;
    margin: 0px;
    border-left: 1px solid #BCBCBC;
    border-right: 1px solid #BCBCBC;
    border-bottom: 1px solid #BCBCBC;
    background: url(../Images/ordize-header2.png) no-repeat center top;
}

#logo {
    float: left;
    margin: 20px 0px 0px 25px;
}

#logo a {
    border: none;
}

#mainnav {
    display: none;
}

#mainnav li {
    display: none;
}

#mainnav li a {
    display: none;
}

#mainnav li a:hover {
    display: none;
}

#subnav {
    display: none;
}

#subnav p {
    display: none;
}

div#content {
    float: left;
    width: 758px;
    margin-left: 1px;
    background: #EEEDED;
}

div#contentCenter {
    width: 600px;
    margin: 0px auto;
    text-align: left;
}

div#contentCenter2 {
    width: 680px;
    margin: 0px auto;
    text-align: left;
}

div#contentLeft {
    float: left;
    width: 400px;
    margin-left: 15px;
    text-align: left;
}

div#contentLeft p {
    font-size: 100%;
}

div#contentLeft a {
    padding: 0px 1px;
    color: #0000FF;
    text-decoration: none;
    border-bottom: 1px dotted #333;
}

div#contentLeft a:hover {
    color: #FFFFFF;
    background: #0066FF;
    border-bottom: none;
}

div#contentLeft ol {
    margin-right: 40px;
    line-height: 1.4em;
    font-size: 90%;
    color: #3B3B3B;
}

div#contentLeft li {
    margin-bottom: 10px;
}

div#contentLeft img {
    margin-right: 10px;
    border: none;
}

.note {
    padding: 0px 100px 20px 100px;
    line-height: 1.3em;
    font-size: 80%;
}

div#contentLeft2 {
    float: left;
    width: 330px;
    margin-left: 15px;
    text-align: left;
}

div#contentRight {
    float: right;
    width: 260px;
    margin: 0px 0px 0px 10px;
}

div#contentRight h1 {
    color: #213E97;
    margin-left: 0px;
}

div#contentRight p {
    padding: 0px 10px;
    line-height: 1.2em;
    font-size: 80%;
}

div#contentRight img {
    float: left;
}

div#contentRight2 {
    float: right;
    width: 370px;
    margin: 15px 0px 30px 10px;
}

div#contentRight2 img {
    border: 1px solid #BCBCBC;
}

.contact table {
    margin-top: 20px;
}

.contact tr td {
    text-align: left;
}

.signupButton {
    margin-left: 50px;
    margin-top: 25px;
}

ul.checklist {
    padding: 0px;
    margin-left: 10px;
    list-style: none;
}

div#contentRight ul.checklist p {
    margin: 10px 0px 12px 0px;
    color: #333333;
    font-size: 110%;
    font-weight: bold;
    background: url(../Images/checkmark.gif) no-repeat;
    padding: 4px 0px 2px 30px;
}

div#signup {
    width: 680px;
    padding: 20px 0px 20px 0px;
    text-align: center;
    border-top: 1px solid #BCBCBC;
    clear: both;
}

form#Users table {
    margin: 0px auto;
}

#Surveys table {
    width: 600px;
    margin: 0px auto;
    padding-top: 20px;
    border-collapse: collapse;
}

#Surveys table tr td {
    padding: 20px 20px 20px 0px;
    text-align: left;
    vertical-align: middle;
    border-top: 1px solid #BCBCBC;
}

#Surveys select {
    min-width: 180px;
}

#Form_Daycares_Find table {
    padding: 0px 20px 10px 20px;
    margin: 0px 0px 0px 20px;
    background: url(../Images/search-background.png) no-repeat top center;
}

#Form_Daycares_Find table tr td {
    padding: 10px 0px 5px 0px;
    text-align: left;
    vertical-align: middle;
}

#Form_Daycares_Find input, #Form_Daycares_Find select {
    margin-left: 20px;
    min-width: 180px;
}

form#Form_Daycares_Find table tr td input.submit {
    min-width: none;
    text-align: center;
}

#Users table, #Users input, #Users select {
    margin-left: 10px;
}

#Users table tr td {
    text-align: left;
    vertical-align: middle;
    padding: 5px 0px 5px 0px;
}

div#footer {
    float: left;
    width: 758px;
    height: 62px;
    margin: 0px 0px 0px 1px;
    padding: 4px 0px 0px 0px;
    text-align: center;
    border-top: 1px solid #BCBCBC;
}

div#footer p {
    margin: 10px 0px 0px 0px;
    font-size: 80%;
}

div#footer p a {
    padding: 0px 1px;
    color: #0000CC;
    text-decoration: none;
    border-bottom: 1px dotted #333;
}

div#footer a:hover {
    color: #FFFFFF;
    background: #0066FF;
    border-bottom: none;
}

#map
{
    width: 350px;
    height: 350px;
    border-left: 1px solid #A6A6A6;
    border-top: 1px solid #A6A6A6;
    border-right: 2px solid #7D7D7D;;
    border-bottom: 2px solid #7D7D7D;;
}

table.results
{
    width: 100%;
    border-collapse: collapse;
}

table.results td
{
    padding-left: 15px;
    padding-right: 15px;
}

table.results th
{
    color: white;
    background: #375bbd;
    text-align: center;
}

table.results td.dc a
{
    font-weight: bold;
}

table.results tr.alt
{
    background-color: #e4e4e4;
}

.dc, .rate
{
    font-size: 90%;
}

#surveyResults
{
    clear: both;
}

ol#surveyResults {
    margin-top: 30px;
    padding-left: 0px;
    list-style-position: inside;
}

ol#surveyResults li {
    padding: 10px 0px 0px 20px;
    background: url(../Images/details-background2.png) no-repeat top center;
}

#surveyResults ul
{
    margin: 1em 0em;
    padding-bottom: 30px;
    list-style: none;
    vertical-align: middle;
}

#surveyResults ul li
{
    margin: 0px;
    padding: 0px;
    list-style: none;
    vertical-align: middle;
}

#surveyResults li
{
    clear: left;
}

#surveyResults .label
{
    width: 10em;
}

#surveyResults .label,
#surveyResults .bar,
#surveyResults .value
{
    float: left;
}

#surveyResults .bar
{
    margin-right: 5px;
    background: url(../Images/bargraph.png) repeat-x center;
}

#back {
    margin-left: 15px;
}

a.newcomment
{
    display: none;
}

.comment
{
    padding: 5px 20px 5px 20px;
    border-top: 1px solid #BCBCBC;
    background-color: #FFFFE1;
}

.comment p
{
    margin-bottom: 0px;
}

q:before
{
    content: "“";
}

q:after
{
    content: "”";
}

.overall *
{
    line-height: 16px;
    vertical-align: middle;
}

div.pager
{
    text-align: center;
}

.reviewed {
    font-size: 140%;
    color: #009900;
    text-align: center;
}

#directions {
    text-align: center;
    margin-top: 5px;
}

div.alt
{
    background-color: #FDFDEC;
}
