/* CSS 2 sytle sheet for Sunrise Home Health */

body {
   background-color: #A9BDFB;
   font-family: arial, sans-serif;
   font-size: small;
   margin: 0px;
   padding: 0px;
}

div.center {
   text-align: center;
}

div.mainCenter {
   text-align: center;
   margin-left: auto;
   margin-right: auto;
   margin-top: 0px;
   margin-bottom: 0px;
   padding: 0px;
   width: 802px;
}


table.main {
   border-collapse: collapse;
   width:100%;
   margin-left: auto;
   margin-right: auto;
   margin-top: 0px;
   margin-bottom: 0px;
   padding: 0px;
   border-color: black;
   border-style: solid;
   border-width: 1px 1px 1px 1px;
}

td.top {
   height: 231px;
   background-color: white;
   background-image: url(newBanner.jpg);
   background-repeat: none;
   padding: 0px 0px 0px 0px;
   border: none;
   vertical-align: bottom;
   font-family: times roman, serif;
   font-size: 25px;
   font-weight: bold;
   color: black;
}

h1.slogan {
	font-size: 20px;
	background-color: #FCDFB5;
}

img.logo {
   margin: 0px;
   height: 231px;
}   

span.title {
   color: orange;
   font-family: serif;
   font-size: 35px;
}   

td.leftBar {
   width: 150px;
   background-color: white;
   background-image: url(leftArcBot.jpg);
   background-position: top left;
   background-repeat: no-repeat;
   padding: 0px;
   text-align: center;
   vertical-align: top;
   font-weight: bold;
}

td.menu {
	background-color: #FBD29D;
	background-image: url(menuFill.jpg);
	background-repeat: repeat-x;
	height: 32px;
	font-size: large;
	font-weight: bold;
	color: black;
}

td.textArea {
	 background-color: white;
   padding: 0px 0px 0px 0px;
   height: 100%;
   width: 95%;
   text-align: left;
   border-style: solid;
   border-width: 0px 0px 1px 0px;
   border-color: black;
}

table.innerTextArea {
   border-collapse: collapse;
   padding: 0px;
}

td.text {
   padding: 5px 5px 5px 10px;
   vertical-align: top;
}

td.photo {
   width: 200px;
   padding: 0px;
   vertical-align: top;
   text-align: right;
}
   

span.pageMenuItem {
   background-color: transparent;
   padding: 2px 2px 2px 0px;
   margin:0px 0px 5px 0px;
   border-top: solid 3px #FEEBD4;
   border-right: solid 3px #FB8E05;
   border-bottom: solid 3px #E3840C;
   border-left: solid 3px #FDE3C2;
}   

span.activePageMenuItem {
   background-color: #f8981d;
   padding: 2px 2px 2px 0px;
   margin:0px 0px 5px 0px;
   border-top: solid 3px #D37D11;
   border-right: solid 3px #FAB760;
   border-bottom: solid 3px #F9BA69;
   border-left: solid 3px #EF8806;
}

div.spacer {
   height: 30px;
}

div.credit {
   margin-left: auto;
   margin-right: auto;
   padding-top: 10px;
   padding-bottom: 40px;
   font-size: small;
}

span.regBox {
   float: right;
   width: 50%;
   border-style: solid;
   border-color: black;
   border-width: 1px;
   padding: 5px;
   text-align: left;
}


