body {
   font-family:arial;
   font-size:10px;
   background:#6290aa;
}

a {
   color:#E95E27;
}
a:hover {
   color:#ff7e4b;
}
input.submitbutton {
   background:url('../gfx/button.png') repeat-x;
   border:1px solid #adcfe5;
   border-width:1px 0 0 1px;
   color:white;
   padding:6px 6px 5px;
   font-size:11px;
   font-weight:bold;
   font-family:arial;
}
.formfield label,
.formfield input,
.formfield select {
   font-size:12px;
}
a.button {
   background:url('../gfx/button.png') repeat-x;
   border:1px solid #adcfe5;
   border-width:1px 0 0 1px;
   color:white;
   padding:5px 12px 6px;
   font-size:11px;
   font-weight:bold;
	display:inline-block;
	text-decoration:none;
}

.cornerimage {
   border:1px solid #a4b7c2;
   position:relative;
}
.cornerimage .imagecorner {
   position:absolute;
}

.cornerimage .imagecorner_tl {
   top:-1px;
   left:-1px;
}
.cornerimage .imagecorner_tr {
   top:-1px;
   right:-1px;
}
.cornerimage .imagecorner_bl {
   bottom:-1px;
   left:-1px;
}
.cornerimage .imagecorner_br {
   bottom:-1px;
   right:-1px;
}

.header_wrapper {
   background:url('../gfx/mainmenu_wrapper.png') repeat-x 0 100% #6290aa;
   height:113px;
   color:white;
   font-size:1.2em;
   position:relative;
   z-index:2;
}
.header {
   width:1002px;
   margin:0 auto;
   position:relative;
   z-index:2;
   height:61px;
}

.logo_main {
   position:absolute;
   top:2px;
   left:-2px;
}
.logo_main img {
   display:block;
}

.topnav {
   position:absolute;
   top:10px;
   right:3.8em;
}
.topnav a {
   color:white;
   text-decoration:none;
   margin:0 6px;
}
.topnav a:hover {
   text-decoration:underline;
}
.topnav_homeicon {
   margin-bottom: -2px;
}

.textsizer {
   position:absolute;
   top:7px;
   right:0;
}
.textsizer a {
   color:white;
   text-decoration:none;
}
.textsizer a:hover {
   text-decoration:underline;
}
.textsizer .textzoom_in {
   font-size:1.3em;
}

.menubar_wrapper {
   background:url('../gfx/mainmenu.png') no-repeat 50% 0;
   position:relative;
   z-index:1;
}
.mainmenu, .mainmenu li {
   margin:0;
   padding:0;
   list-style:none;
}
.menubar {
   height:48px;
   width:1002px;
   margin:0 auto;
   font-size:12px;
}
.mainmenu {
   float:left;
}
.mainmenu li {
   float:left;
   margin-top:2px;
   border-left:1px solid #9ec3d7;
   position:relative;
}
.mainmenu li.last {
   border-right:1px solid #9ec3d7;
}
.mainmenu li a {
   display:block;
   padding:8px 10px;
   text-transform:uppercase;
   text-decoration:none;
   color:white;
   width:166px;
   height:30px;

   text-shadow: rgba(0,0,0,0.7) 1px 1px 1px;
}
.mainmenu li a:hover {
   background:url('../gfx/mainmenu_hover_orange.png') no-repeat;
}
.mainmenu li.active a {
   background:url('../gfx/mainmenu_active.png') no-repeat;
}
.mainmenu li .mainmenu_arrow {
   position:absolute;
   right: 8px;
   top: 20px;
}

.submenu {
   position:absolute;
   top:48px;
   background:white;
   border: solid #e95e27;
   border-width:3px 0px;
   width:100%;
   display:none;
}
.submenu_content {
   width:1000px;
   margin:0 auto;
   padding:20px 0;
   color:#6290aa;
   overflow:hidden;
}
.submenu_linklist {
   float:left;
   width:250px;
}
.submenu_linklist h3 {
   margin:0 0 10px 0;
   font-size:1.4em;
}
.submenu_linklist ul,
.submenu_linklist li {
   margin:0;
   padding:0;
   list-style:none;
}
.submenu_linklist li {
   border:0;
   margin:0;
   float:none;
}

.submenu_linklist ul a {
   color:#6290aa;
   display:block;
   padding:3px 3px 3px 12px;
   text-decoration:none;
   background:url('../gfx/linkblock_item.png') no-repeat 0 50% !important;
   height:auto;
   text-transform:none;
   text-shadow:none;
}

.submenu_linklist ul a:hover {
   color:black;
   background:url('../gfx/linkblock_item_hover.png') no-repeat 0 50% !important;
}

.quicksearch {
   float:left;
   width:225px;
   border:1px solid #6f97b1;
   margin:11px 0 0 26px;
}
.quicksearch .ff_qsinput {
   float:left;
   width:159px;
   margin:0;
}
.quicksearch .ff_qsinput label {
   color:#666;
   padding: 5px;
   width: 149px;
}
.quicksearch .ff_qsinput input {
   width:145px;
   padding:7px;
   padding-bottom:8px;
   border:0;
}
.quicksearch .submitbutton {
   width:66px !important;
   margin:0;
}

.page_wrapper {
   background:white;
}
.page {
   width:1002px;
   margin:0 auto;
   font-size:1.2em;
   padding:13px 0 28px 0;
   overflow:hidden;
}

.breadcrumbs {
   border-bottom:1px solid #b4c4cd;
   padding-top:5px;
   padding-bottom:15px;
   margin-bottom:10px;
   font-family:verdana;
   font-size:0.9em;
   color:#666;
}
.breadcrumbs .bc_label {
   font-weight:bold;
}
.breadcrumbs a {
   color:#666;
   text-decoration:none;
}
.breadcrumbs a.bc_current {
   color:#e18765;
}
.breadcrumbs a:hover {
   text-decoration:underline;
}

.sidemenu,
.sidemenu ul,
.sidemenu li {
   margin:0;
   padding:0;
   list-style:none;
}
.sidemenu {
   float:left;
   width:214px;
   margin-right:40px;
   min-height:100px;
}
.sidemenu_item {
   border-bottom:1px solid #e9e3e0;
   padding: 8px 0 !important;
}
.sidemenu_item > a {
   text-decoration:none;
   color:#6290aa;
   font-size:1.2em;
}
.sidemenu > .active > a {
   color:#2f9edc;
}
.sidemenu_item > a:hover {
   color:#309edd;
}
.sidemenu .last {
   border:0;
}
.sidemenu_children {
   margin-top:5px !important;
}
.sidemenu_children > .active {
   font-weight:bold;
}
.sidemenu_subitem a {
   padding:2px 0 2px 20px;
   display:block;
   background:url('../gfx/linkblock_item.png') no-repeat 0 50%;
   color:black;
   text-decoration:none;
}
.sidemenu_subitem a:hover {
   text-decoration:underline;
}

.linkblocks {
   overflow:hidden;
   clear:both;
}
.linkblock {
   float:left;
   width:211px;
   min-height:141px;
   margin-right:15px;
   position:relative;
   border:1px solid #a4b7c2;
   border-width:0 1px;
   padding:15px 13px;
}
.linkblock ul, .linkblock li {
   margin:0;
   padding:0;
   list-style:none;
}

.lb_even {
   clear:both;
}
.lb_last {
   margin:0;
}
.lb_top, .lb_bottom {
   position:absolute;
   left:-1px;
}
.lb_top {
   top:0;
}
.lb_bottom {
   bottom:0;
}

.lb_hover {
   border-color:#f6bfa9;
}

.linkblock h2 {
   margin:0;
   color:#6290aa;
   font-size:1.4em;
}
.linkblock h2 a{
   margin:0;
   color:#6290aa;
   text-decoration:none;
}
.linkblock ul {
   margin-top:0.6em;
}
.linkblock ul a {
   display:block;
   padding:3px 3px 3px 25px;
   color:black;
   text-decoration:none;
   background:url('../gfx/linkblock_item.png') no-repeat 0 50%;
}
.linkblock ul a:hover {
   text-decoration:underline;
   background:url('../gfx/linkblock_item_hover.png') no-repeat 0 50%;
}

.content {
   width:476px;
   float:left;
   margin-right:34px;
}
.text {
   line-height:1.5;
}
.text h1 {
   font-size:1.8em;
   color:#e95e27;
   margin:0 0 1em 0;
}
.text h2 {
   margin:0;
   font-size:1.4em;
   color:#567f97;
}
.text h3 {
   margin:0;
   font-size:1.2em;
}
.text h4 {
   font-size:1em;
   margin:0;
}
.text p {
   margin:0 0 1em 0;
}

.content_visual {

}
.content_visual_wrapper {
   width:100%;
   overflow:hidden;
}
.content_visual img {
   display:block;
}

/* /// */
.sidebar {
   float:left;
   width:238px;
}

.sideblock {
   margin-bottom:1em;
}
.sideblock h2 {
   font-weight:normal;
   color:#d34d1a;
   font-size:16px;
   margin:0 0 0.5em 0;
   border-bottom:1px solid #dee5e9;
   padding:5px 0;
}

.sideblock_contact {
   color:#7a7a7a;

   /* styles to place this block higher than other blocks so that the catselector doesn't fall underneath elements*/
   z-index:1;
   position:relative;
}
.sideblock_contact h4 {
   font-size:1em;
   margin:0.5em 0;
   color:#545454;
}
.sideblock_contact form {
}
.sideblock_contact .ff_questioncategory {
   overflow:visible;
   height:27px;

   z-index:1;
   position:relative;
}
.sideblock_contact .ff_questioncategory label {
   width:124px;
   margin-top:6px;
}
.sideblock_contact .ff_questioncategory select {
   width:112px;
}
.sideblock_contact .ff_question textarea {
   width:236px;
   height:50px;
   font-size:1em;
   color:#7a7a7a;
   border:1px solid #c3cdd8;
}
.sideblock_contact .ff_wide {
}
.sideblock_contact .ff_wide label,
.sideblock_contact .ff_wide input {
   width:230px;
   padding:5px 3px;
   top:0;
}
.sideblock_contact .ff_wide input {
   border:1px solid #c3cdd8;
}
.sideblock_contact .submitbutton {
   width:72px !important;
   padding:4px 0;
}

.sideblock_text ul,
.sideblock_text li {
   margin:0;
   padding:0;
   list-style:none;
}

.sideblock_text ul a {
   text-decoration:none;
   color:#8c8c8c;
   display:block;
   background:url('../gfx/bullet_block.png') no-repeat 0 50%;
   padding:2px 0 2px 13px;
}
.sideblock_text ul a:hover {
   text-decoration:underline;
}

.sideblock_testimonial {
   position:relative;
}
.sideblock_testimonial h2 {
   background:url('../gfx/testimonial_top.png') no-repeat;
   margin:0;
   padding:8px 0 6px 11px;
}
.sideblock_testimonial .sb_testim_content {
   line-height:1.5;
   border:1px solid #f2a384;
   border-width:0px 1px;
   padding:10px;
}
.sideblock_testimonial .sb_testim_image {
   float:right;
   margin:0 0 10px 10px;
}
.sideblock_testimonial .sb_testim_content p {
   margin: 0 0 1em 0;
}
.sideblock_testimonial .graphic_bottom {
   position:absolute;
   bottom:0;
   left:0;
}

.sideblock_video .sb_video_text {
   padding:15px 0 0 0;
}

.sideblock_homebuts {
   margin-top:29px;
   overflow:hidden; /* IE7 messes up the layout because of something. forcing hasLayout "fixes" it. */
}
.sideblock_homebuts .homebut {
   margin-bottom:10px;
   font-size:16px;
   color:white;
}
.sideblock_homebuts .homebut a {
   display:block;
   padding:16px 0 14px 48px;
   color:white;
   text-decoration:none;
}
.sideblock_homebuts .homebut_directcare {
   background:url('../gfx/homebut_directcare.png') no-repeat;
}
.sideblock_homebuts .homebut_member {
   background:url('../gfx/homebut_member.png') no-repeat;
}
.sideblock_homebuts .homebut_movie {
   background:url('../gfx/homebut_movie.png') no-repeat;
}
.sideblock_homebuts .homebut_empty {
   background:url('../gfx/homebut_empty.png') no-repeat;
}
.sideblock_homebuts .homebut_empty a {
   padding-left:13px;
}

/* FOOTER */

.footerblocks_wrapper {
   background:url('../gfx/footer_shadow.png') repeat-x #567f97;
   border-bottom:1px solid #759db4;
}
.footerblocks {
   color:white;
   padding:15px 0;
   width:1002px;
   margin:0 auto;
   overflow:hidden;
}
.footerblock {
   float:left;
   width:313px;
   padding:0 10px;
   font-size:0.9em;
}
.fb_mid {
   border:1px solid #7496aa;
   border-width:0 1px;
}
.footerblock h3 {
   margin:0;
   font-size:2em;
   font-weight:normal;
   text-shadow: rgba(0,0,0,0.6) 1px 1px 1px;
}
.footerblock a {
   color:white;
}
.footerblock p {
   margin:1em 0;
}

.footerblock ul,
.footerblock ol {
   margin:1em 0;
   padding:0;
}
.footerblock li {
   background:no-repeat url('../gfx/linkblock_item.png') 0 50%;
   padding:2px 0 2px 13px;
   margin:0;
   list-style:none;
}
.fb_last {
   border:none;
}
.fb_content {
   font-size:1.2em;
}
.fb_more {
   float:right;
   color:#b6c8d2;
   font-size:1.3em;
}
.fb_more a {
   color:#b6c8d2;
}

.footer {
   width:1002px;
   margin:0 auto;
   color:white;
   font-size:1.2em;
   overflow:hidden;
   padding:5px 0 40px 0;
}
.footer_byline {
   float:left;
}
.footer_nav {
   float:right;
}
.footer_nav a {
   color:white;
   margin:0 10px;
   text-decoration:none;
}
.footer_nav a:hover {
   text-decoration:underline;
}
