/* Gonstead Clinic of Chiropractic CSS */
body    {
    background-color: #5ea73f;
}
table#envelope  {
    background-color: #FFFFFF;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    border: 0px;
    padding: 0px;
}
#gradientBackground {
    position: absolute; top: 0px; left: 0px;
    background-image: url(images/sitebackground.png);
    background-position: top left;
    background-attachment: scroll;
    background-repeat: repeat-x;
    height: 400px;
    width: 100%;
    z-index: 1;
}
#siteContent {
    z-index: 3;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    text-align: left;
}
table#contentNoBG  {
    background-color: #FFFFFF;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    border: 0px;
    padding: 0px;
}
table#contentGreenBackPainBG  {
    background-color: #FFFFFF;
    background-image: url(images/contentTableBackground.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    border: 0px;
    padding: 0px;
}
table#contentColorBackPainBG  {
    background-color: #FFFFFF;
    background-image: url(images/backPainColor.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    border: 0px;
    padding: 0px;
}
table#contentSpine1BG  {
    background-color: #FFFFFF;
    background-image: url(images/spine1.png);
    background-position: top left;
    background-repeat: no-repeat;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    border: 0px;
    padding: 0px;
}
table#contentSpine2BG  {
    background-color: #FFFFFF;
    background-image: url(images/spine2.png);
    background-position: top left;
    background-repeat: no-repeat;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    border: 0px;
    padding: 0px;
}
table#contentSpine3BG  {
    background-color: #FFFFFF;
    background-image: url(images/SpineGreenCroppedLight.png);
    background-position: top center;
    background-repeat: no-repeat;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    border: 0px;
    padding: 0px;
}
tr#content {
   height: 400px;
}
td#contentL {
    width: 600px;
    font-family: verdana, arial, sans-serif;
    font-size: 14px;
    text-align: left;
    padding: 4px;
    vertical-align: top;
}
h1 {
    font-family: verdana, arial, sans-serif;
    font-size: 18px;
    text-align:center;
    padding: 4px;
    vertical-align: top;
}
td#contentR {
    width: 200px;
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    border-left: thin;
    border-left-style: solid;
    border-left-color: #003300;
    padding: 4px 15px;
    text-align: left;
    vertical-align: top;
}
sup {
    font-family: verdana, arial, sans-serif;
    font-size: 9px;
    color: #CC0000;
}
.text11 {
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
}
.text10 {
    font-family: verdana, arial, sans-serif;
    font-size: 10px;
    text-align: left;
}
.text9 {
    font-family: verdana, arial, sans-serif;
    font-size: 9px;
}
.footer {
    font-family: verdana, arial, sans-serif;
    font-size: 9px;
    color: #000000;
    text-align: center; }
a.footer:link {
    color: #0000FF;
    text-decoration: none; }
a.footer:visited {
    color: #0000FF;
    text-decoration: none; }
a.footer:hover {
    color: #0000FF;
    text-decoration: underline; }
a.rp:hover {
    color: red;
    font-weight: bold;
    text-decoration: none; }
a.footer:active {
    color: #0000FF;
    text-decoration: none; }
a.rp:active {
    color: red;
    text-decoration: none; }

/*Menu Credits: CSSplay */
/*URL: http://www.cssplay.co.uk/menus/pro_one */
.menu1 {padding:0 0 0 32px; margin:0; list-style:none; height:35px; background:#fff url(images/button1.gif); position:relative; border:1px solid #000; border-width:0 1px; border-bottom:1px solid #444;}
.menu1 li {float:left;}
.menu1 li a {display:block; float:left; height:35px; line-height:35px; color:#aaa; text-decoration:none; font-size:11px; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 8px; cursor:pointer;}
.menu1 li a b {float:left; display:block; padding:0 16px 0 8px;}
.menu1 li.current a {color:#fff; background:url(images/button3.gif);}
.menu1 li.current a b {background:url(images/button3.gif) no-repeat right top;}
.menu1 li a:hover {color:#fff; background:#000 url(images/button2.gif);}
.menu1 li a:hover b {background:url(images/button2.gif) no-repeat right top;}
.menu1 li.current a:hover {color:#fff; background:#000 url(images/button3.gif); cursor:default;}
.menu1 li.current a:hover b {background:url(images/button3.gif) no-repeat right top;}
/* End Pro_One menu */

/* ================================================================
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout3.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any
way to fit your requirements.
=================================================================== */

.menu {
z-index:1000;
font-size:90%;
float:right;
margin:0 0 25px 0; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
width:200px;
}
/* hack for IE5.5 */
* html .menu ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
.menu li {
position:relative;
background:#5ea73f;
height:26px;
}

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a, .menu a:visited {
display:block;
text-decoration:none;
height:25px;
line-height:25px;
width:199px;
color:#000;
text-indent:5px;
border:1px solid #fff;
border-width:0 1px 1px 0;
}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {background:#d4d8bd; width:200px; w\idth:199px;}
/* style the link hover */
* html .menu a:hover {color:#fff; background:#949e7c;}

.menu :hover > a{
color:#fff;
background:#949e7c;
}

/* hide the sub levels and give them a position absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:0;
left:-200px;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {
visibility:visible;
}
/* End Right Menu w/Left Flyout */