@charset "utf-8";
/* CSS Document */

/* defaults - body html img */

* {
        margin: 0;
        padding: 0;
  }

html {
    height:100%
}

body {
        font: 14px Arial, Helvetica, sans-serif;
        background: #E2E9E5;
        color:#333333;
        height:100%;
     }

img {
    border:none;
}


/* hide link */
.hide {
	visibility:hidden;
}
/* Link for logo */
#homeLink {
    position:absolute;
    width:215px;
    height:45px;
}

/* clear for floats */
.clear{
    clear:both;
}


/* main template css */

#wrapper {
    position:relative;
    margin:0 auto;
    width:770px;
}

#header {
    position:relative;
    width:100%;
    height:58px;
    padding-left:10px;
}
#header .logo {
    position:absolute;
    width:215px;
    height:45px;
    left:10px;
    top:15px;
}
#header .number {
   position:absolute;
   color:#F80018;
   font-weight:bold;
   font-size:30px;
   right:0px;
   top:15px;
}


#mainContent {
    
    margin:0 auto;
    width:753px;
}

#mainContent .textArea{
    position:relative;
    float:left;
    background:url(../images/mainContent.gif);
    height:301px;
    width:573px;
}
#mainContent .placeHolder {
    margin-top:130px;
    font-size:12px;
    width:565px;
    text-align:justify;
}
#mainContent h1 {
    font-size:14px;
    color:#F34D91;
}
#mainContent img{
    margin:5px;
}
#mainContent .toothAche{
    position:absolute;
    right:3px;
    float:right;
    background:url(../images/toothGuy.gif);
    height:312px;
    width:150px;
}
#mainContent .policy {
    font-size:12px;
    margin:5px;
}
#mainContent .policy p{
    margin-bottom:10px;
}
#bottomText {
    position:absolute;
    bottom:0px;
    left:5px;
}
#bottomText .crossNav{
    width:100%;
    list-style:none;
}

#bottomText .crossNav li{
     float:left;
     text-align:center;
}
#bottomText li.btn {
    display:block;
    width:170px;
    padding:2px;
    line-height:350%;
}
#bottomText .btn a {
    display:block;
    color:#333333;
    font-size:12px;
    text-decoration:none;
}

#bottomText .btn a:hover {
    background:url(../images/btn.gif) 0 0 no-repeat;
    color:#FFFFFF;
}
#bottomText li.bar{
    padding:5px;
    font-size:30px;
    color:#E9EFF8;
}




#bottomContent {
    margin-top:15px;
    width:753px;
}

#bottomLeftArea {
    float:left;
    position:relative;
    background:url(../images/bottomLeft.gif);
    height:211px;
    width:472px;
}

#bottomRightArea {
    float:right;
    background:url(../images/bottomRight.gif);
    height:202px;
    width:262px;
    margin-top:8px;
}

#bottomRightArea #testimonial{
    position:relative;
    margin:0 auto;
    height:130px;
    margin-top:60px;
    margin-left:17px;
    width:90%;
    font-size:12px;
    text-align:justify;
}

#author {
    position:absolute;
    bottom:10px;
    right:0px;
}



/* rss feed css */
#rssFeed {
    position:absolute;
    width: 220px;
    top:45px;
    right:10px;
}
#rssFeed a {
    text-align:left;
    font-size:12px;
    color:#FF5F06;
    text-decoration:none;
}
#rssFeed a:hover {
    text-decoration:underline;
}
#rssFeed .feedDate {
    font-size:10px;
    text-align:left;
    margin-top:3px;
    margin-left:2px;
    margin-bottom:8px;
}

#sideNav {
    position:absolute;
    width: 210px;
    top:70px;
    left:10px;
}
#sideNav li{
    list-style:none;
    font-weight:bold;
    display:block;
}
#sideNav li.reg {
    background:url(../images/sideNav.png) 0 -32px;
    height:29px;
    width:199px;

}

#sideNav li.sel {
    color:#F34D91;
    background:url(../images/sideNav.png) 0 -3px;
    height:29px;
    width:199px;

}

#sideNav li.reg a{
    display:block;
        padding-left:10px;
    padding-top:5px;
    height:24px;
    color:#FF5F07;
    text-decoration:none;
}
#sideNav li.sel a{
    display:block;
    padding-left:10px;
    padding-top:5px;
    height:24px;
    color:#F34D91;
    text-decoration:none;
}
#sideNav li a:hover {
    color:#F34D91;
    background:url(../images/sideNav.png) 0 -3px;
    height:24px;
}




#footer {
    margin:0 auto;
    width:875px;
    text-align:center;
    margin-top:10px;
}
#footer ul {
	text-align:center
}
#footer li {
    list-style:none;
    float:left;
    padding:3px;
    color:#FA1D76;
    font-size:10px;
}
#footer li a {
    color:#FA1D76;
    font-size:10px;
}
#footer li a:hover {
    text-decoration:none;
}

#footer .copyright {
    color:#999999;
    font-size:12px;
}
#footer .copyright a{
    color:#999999;
    font-size:12px;
}
#footer .copyright a:hover{
    color:#006699;
    font-size:12px;
}


#mainContent .textAreaTop{
    position:relative;
    float:left;
    background:url(../images/mainContent.gif) 0px 0px no-repeat;
    height:130px;
    width:573px;
}
#mainContent .textAreaTile{
    float:left;
    background:url(../images/mainContent2.gif) 0px -135px repeat-y;
    width:573px;
}
#mainContent .textAreaBot{
    position:relative;
    float:left;
    background:url(../images/mainContent.gif) 0px -251px no-repeat;
    height:50px;
    width:573px;
}