
body
{
    background: url('/images/bg_tile2.gif');
    margin: 0px; padding: 0px;
}

div#wrapper {background: transparent url(../images/bg_tile_full.gif) repeat-x scroll; padding: 10px;}

body, td, div {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 10pt;
}

div#page
{
    width: 758px;
    margin-left: auto;
    margin-right: auto;
}

td
{
    vertical-align: top;
}

#header-imagemap {display: block}

#header
{
    width: 758px;
    height: 82px;
    background: url('/images/banner.gif');
}

#header_image
{
    width: 754px;
    height: 117px;
    background: url('/images/sunrise.jpg');
    border: 2px solid #332A26;

}
#header_image img {display: block;}

#body_content {
    border-right: 2px solid #332A26;
    border-left:  2px solid #332A26;
    background: #F4EAC6 url('/images/watermark.gif') no-repeat 446px 100%;
}

.page_wrap {
    padding: 2em;
}

table#main_content {width: 100%;}

td#text {
    width: 68.8%;
    background: url('/images/left_side_shadow.gif') left top  no-repeat;
    padding: 20px 25px;
}


td#left_side {
    width: 31.2%;
    background: #6b8e64;
    border: 4px solid #fff;
    padding: 0;
}

div.ls_top {
    padding: 0 0;
    border-bottom: 4px solid #fff;
    background: url('/images/nav_top_gradient.gif') repeat-x;
}
div.ls_middle {
    padding: 12px 8px;
    background: #465d41;
    border-bottom: 4px solid #fff;
}

div.ls_bottom {
    padding: 12px 8px;
}


a:link, a:active, a:visited {
    color: #006310;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #fff;
}

/* styles for the Home Page link */
#left_side .home_link {
    padding: 12px 0 0 0;
}
#left_side .home_link a {
    text-decoration: none;
    display: block;
    padding: 4px 0 4px 17px;
    font: bold 14px Arial;
    color: #fff;
}
#left_side .home_link a:hover {
    background: #425a3d;
}

/* top level nav styles */
.nav {
    list-style: none;
    margin: 0;
    padding: 4px 0 8px 0;
}
/* top level currently selected nav item */
.nav li strong {
    display: block;
    margin: 0;
    padding: 4px 0 4px 17px;
    font: bold 14px Arial;
    color: #fff;
    background: #425a3d;
}
/* top level nav styles */
.nav li {
    padding: 4px 0;
}
.nav li a {
    display: block;
    text-decoration: none;
    margin: 0;
    padding: 4px 0 4px 17px;
    font: bold 14px Arial;
    color: #fff;
}

/* hover effect for all nav links */
.nav li a:hover {
    background: #425a3d;
}
/* for IE 6 */
.nav li a:visited {color: #fff;}
.nav ul li a:visited {color: #ffffcb;}

/* 2nd level styles */
.nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.nav ul li {
    margin: 0;
    padding: 4px 0;
    color: #ffffcb;
}
/* 2nd level link styles */
.nav ul li a {
    margin: 0;
    padding: 1px 0 1px 17px;
    font: 12px Arial;
    color: #ffffcb;
}
/* 2nd level currently selected nav item */
.nav ul li strong {
    display: block;
    margin: 0;
    padding: 1px 0 1px 17px;
    font: 12px Arial;
    color: #ffffcb;
    background: #425a3d;
}

#footer
{
    width: 758px;
    height: 23px;
    background: url('/images/footer.gif') no-repeat;
}

h1
{
     color: #332A26;
     font-size: 14pt;
}

h2
{
     color: #666;
     font-size: 11pt;
}

/* new header */
div#header-bg {background: transparent url(../images/bg_banner.gif) no-repeat scroll; height: 82px;}
div#header-bg div#header-links {padding-top: 62px; padding-left: 155px; font-size: 14px}
div#header-bg div#header-links a {color: #333; text-decoration: none; float: left; margin-right: 50px}
div#header-bg div#header-links a:hover {color: #006310}

div#header-bg div.subheader {padding-top: 58px; padding-left: 250px; font: italic 18px Georgia, serif, Times; color: #333333;}

/* contact form */
table.contact_form {
    margin: 15px 0;
}
table.contact_form th {
    padding-bottom: 10px;
    text-align: left;
    color: #333;
}
table.contact_form td {
    padding: 0 15px 10px 0;
}
table.contact_form input {
    width: 200px;
}
table.contact_form .submit_button {
    width: 90px;
    margin-left: 60px;
    float: right;
}
table.contact_form textarea {
    width: 200px;
    height: 94px;
    font: 12px Arial;
}
table.contact_form div.error {
    font: 10px Arial;
    color: #ff0000;
    margin: 0 0 0 5px;
}
table.contact_form .required {
    color: #ff0000;
}
p.contact_form_message {
    font: bold 14px Arial;
    color: #465D41;
    margin: 15px 0 0 0;
}
p.contact_form_message_error {
    font: bold 14px Arial;
    color: #FF0000;
    margin: 15px 0 0 0;
}

/* request appointment form */
table.appointment_form {
    margin: 15px 0;
}
table.appointment_form th {
    padding-bottom: 10px;
    text-align: left;
    color: #333;
}
table.appointment_form td {
    padding: 0 15px 10px 0;
}
table.appointment_form input {
    width: 220px;
}
table.appointment_form table.radio_group td {
    margin: 0;
    padding: 0 15px 5px 0;
}
table.appointment_form table.radio_group input {
    width: 10px;
    margin: 0;
}
table.appointment_form div.error {
    font: 10px Arial;
    color: #ff0000;
    margin: 0 0 0 5px;
}
table.appointment_form .required {
    color: #ff0000;
}
table.appointment_form .submit_button {
    width: 90px;
    margin-left: 60px;
    float: right;
}
