/* General Formatting */
body {
	background-color: #F4F4F6;	
	font-family: arial;
	color: #383737;
}

td {
	font-size: 11px;
	font-family: verdana; 
}

p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	font-family: verdana; 
}

ul {
	margin-left: 22px;
	list-style-type: square;
	margin-top: 10px;
}

li {
	margin-bottom: 0px;
}

a, a:link, a:active, a:visited {
	color: #0000ff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

input {
	font-size: 11px;
	font-family: verdana;
}

select {
	font-size: 10px;	
	font-family: verdana;
}

textarea {
	font-size: 11px;
	font-family: verdana;
}

/* Footer & Powered Formatting*/
#footer p {
       margin: 0px;
       padding: 0px;
       margin-top: 3px;
}

#footer a, #footer a:active, #footer a:visited {
       font-size: 11px;
       color: #8e8d8d;
       text-decoration: none;
}

#footer a:hover {
       color: #000;
}

#powered {
	font-size: 11px;	
}	


/* Main Table Formatting */
#main {
	width: 760px;
	background-color: #FFFFFF;		
}

.header {
	height: 100px;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 2px;
	border-top: none;
	border-bottom: none;
	background-color: #503C57;

}

#menu {
	border-top: solid 2px #fff; 
	border-bottom: solid 2px #fff;
	height: 23px;
	background-color: #8d6889;
	clear: both;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */

.content {	
	height: 100%;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 2px;
	border-top: none;
	border-bottom: none;
	vertical-align: top;
}

.content-splash {	
	height: 100%;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 2px;
	border-top: none;
	border-bottom: none;
	border-right: none;
	vertical-align: top;
}

#content td{
	vertical-align: top;
}

.side {
	text-align: center;
	height: 100%;	
	width: 105px;
}

.side img{
	margin-top: 7px;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	vertical-align: top;
}

#background{
	background-color: #D7C9D6;
	background-image: url('../images/layout/background.jpg');
	background-repeat: no-repeat;
}


/* Backgrounds & Arrows */
#purple-lines {
	height: 100%;
	width: 100%;
	background-image: url('../images/layout/purple-lines.gif');
}

#grey-lines {	
	height:100%;
	width: 100%;
	background-color: #bdc1c0;	
}

#grey-bg {	
	height:100%;
	width: 100%;
	background-color: #bdc1c0;
	vertical-align: top;
}

#dark-bg {
	background-color: #A58BA0;	
}

#light-bg {
	background-color: #E3DBE2;
	margin1-top: -5px;
	height: 100%;
}

#arrow {
	background-image: url('../images/layout/arrow-small.gif');
	margin-left: -5px;
	width: 21px;
	height: 22px;
	align: right;
}

/* Padding & Containers */


#gen-pad {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

#white-pad {
	padding-top: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
	padding-right: 25px;
}

#sponsor-pad {
	padding-top: 15px;
}

#sponsor-pad img {
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 1px;
}

#splash {
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 15px;
	
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 8px;
	padding-left: 8px
}

.indent {
	margin: 2px 0px 0px 15px;
}

/* Text Formatting */
#heading {
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 3px;
	color: #4F3C56;
	
}

#heading a{
	font-size: 18px;
	text-decoration: underline;
	font-weight: normal;
	margin-bottom: -3px;
	color: #ae6ca1;

}

#heading a:hover{
	color: #FFFFFF;
}
	
#sub-heading {
	font-family: verdana;
	font-size: 12px;
	color1: #000000;
	font-weight: bold;
	margin-bottom: 3px;
}

#heading-search {
	font-family: arial;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 3px;
	color: #000000;
}

#heading-state {
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

#heading-homecare {
	font-family: arial;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	color: #FFFFFF;
	padding-top: 10px;	
}

/* Splash Pages Formatting */

#s-name {
	font-family: verdana;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 10px;
	color: #503C57;
	letter-spacing: 1px;
}

#s-heading {
	font-size: 16px;
}

#s-sub-heading {
	font-size: 14px;
}

#s-small-heading {
	font-size: 12px;
}



#s_images img {
	float: right;
	margin: 6px;
	clear: right; 
}



/* Java Menu CSS Formatting */
.outText, a.outText ,a:link.outText, a:visited.outText, a:active.outText, a:focus.outText {
 	color: #FFFFFF;
 	font: 11px Arial, sans-serif; 	
 	text-decoration: none;
 	text-align: center; 
 	padding-top: 4px; 
 	padding-left: 10px;
	padding-right: 10px;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 2px;
	border-left: none;
	border-right: none;
}

.overText, a:hover.overText, a:link.overText, a:visited.overText, a:active.overText, a:focus.overText{
 	color: #000000;
 	font: 11px Arial, sans-serif; 	
 	text-decoration: none;
 	text-align: center; 	
 	padding-top: 4px;
 	padding-left: 10px;
	padding-right: 10px;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 2px;
	border-left: none;
	border-right: none;
 	}

.outTextSub, a.outTextSub a:link.outTextSub, a:visited.outTextSub, a:active.outTextSub, a:focus.outTextSub {
 	color: #FFFFFF;
 	font: 11px Arial, sans-serif; 	
 	text-decoration: none; 	
 	padding-left: 17px;
 	padding-top: 4px;
 	border-style: solid;
	border-color: #FFFFFF;
	border-width: 1px;	
}

.overTextSub, a:hover.overTextSub, a:link.overTextSub, a:visited.overTextSub, a:active.overTextSub, a:focus.overTextSub{
 	color: #000000;
 	font: 11px Arial, sans-serif; 	
 	text-decoration: none;
 	padding-left: 17px;
 	padding-top: 4px;
 	border-style: solid;
	border-color: #FFFFFF;
	border-width: 1px;
}

.seperator {
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 2px;
	border-left: none;
	border-right: none;
}

/* Search Results Styles */
#results {
	width: 500px;
}

#r-error {
	color: #BE1212;
	font-weight: bold;
}

#results .logo {
	width: 160px;
	text-align: center;
	vertical-align: center;
}

#results .logo img{
	margin-bottom: 0px;
}

#results a {
	font-weight: normal;
	color: #FFFFFF;
}

#results .details {
	width: 340px;
}

/* #results .details a {
	background-color: #AF80AD;
	padding: 2px 10px 2px 10px;
	height: 16px;
}*/

/* Error Messages */
#error {
	text-align: center;
	padding-top: 3px;
	padding-bottom: 8px;
}
.success, .warning, .error {
	border: 1px solid;
	margin: 0px auto;
	padding:8px 5px 8px 40px;
	background-repeat: no-repeat;
	background-position: 10px center;
	width: 320px;
	margin-top: 5px;
	display: block;
	text-align: left;
}
.success {
	color: #4F8A10;
	background-color: #ddf0bd;
	background-image: url(../images/layout/sucess_icon.png);
}
.warning {
	color: #9F6000;
	background-color: #fbedb2;
	background-image: url(../images/layout/warning_icon.png);
}
.error {
	color: #D8000C;
	background-color: #ffbdbd;
	background-image: url(../images/layout/error_icon.png);
}

#r-red {
	color: #BE1212;
	font-weight: bold;
	padding: 4px;
}

#r-box {
	background-color: #AF80AD;
	padding: 2px;
	width: 160px;
	text-align: center;
	cursor: pointer;
}

#r-box-vt {
	background-color: #e5c703;
	padding: 2px;
	width: 160px;
	text-align: center;
	cursor: pointer;
}

#r-box-video {
	background-color: #005595;
	padding: 4px;
	width: 160px;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	color:#FFFFFF;
}


#r-name {
	font-size: 14px;
	font-weight: bold;	
	margin-bottom: 5px;
}

#r-name a {
	background-color: #FFFFFF;
	color: #0000EE;
	font-weight: bold;
}

#r-name a:visited {
	color: #875BAE;
}

#r-type {
	font-size: 11px;
	font-weight: bold;	
	margin-bottom: 5px;
}

#r-address {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
}

#r-details {
	font-family: verdana;
	font-size: 12px;
	color: #000000;	
}

#r-heading {
	font-weight: bold;	
}

#r-vac {
	color: #B90030;
}

/* Vacancy Count Styles */
#results .count a {	background-color: #FFFFFF;
	padding: 0px;
	height: 0px;
}

/******** State Page Layout ********/
div#state_top {
	height: 170px;
	width: 546px;
	background-color: #6d4e68;
	border-bottom: solid 2px #fff;
}

div#state_top img {
	float: left;
	margin-left: 0px;!
	margin-left: -3;
	
}	

div#state_banner img {
	float: center;
	vertical-align: center;
	margin-left: 10px;!
	margin-left: 11;
	margin-top: 25px;
	
}	

p.state_top_text {
	float: right;
	text-align: left;
	width: 268px;
	margin-top: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 15.5px;
	font-family: arial;
	line-height: 20px;
}

div#state_bottom {
	width: 546px;
	height: 350px;
	clear: both;
	background-image: url('../images/layout/state_bottom_bg.gif');
}

div#state_bottom_text {
	float: left;
	width: 245px;
	margin-left: 5px;
	margin-top: 20px;
}

p.state_heading {
	font-size: 13px;
	font-weight: bold;
	font-family: arial;
	margin-top: 10px;
	margin-bottom: 3px;
}

/****** State Page Menu Styles  *******/
div#state_nav_wrapper {
	float: right;
	width: 260px;
	margin-top: 50px;
	margin-right: 8px;
}
#state_nav {
  padding:0; 
  margin:0; 
  list-style-type:none; 
  overflow:hidden; 
  float: right;
}
#state_nav li a {
  display:block; 
  height:29px;
  width:253px; 
  text-decoration:none; 
  background-repeat: no-repeat;
  margin-bottom: 70px;
}

#state_nav li a.accom {
	background-image: url('../images/buttons/state_accommodation.gif');
}

#state_nav li a.accom:hover {
	background-image: url('../images/buttons/state_accommodation_over.gif');
}

#state_nav li a.homecare {
	background-image: url('../images/buttons/state_homecare.gif');
}

#state_nav li a.homecare:hover {
	background-image: url('../images/buttons/state_homecare_over.gif');
}

#state_nav li a.sbs {
	background-image: url('../images/buttons/state_5step.gif');
}

#state_nav li a.sbs:hover {
	background-image: url('../images/buttons/state_5step_over.gif');
}

/****** Homecare State Menu Styles  *******/
div#homecare_nav_wrapper {
	float: right;
	width: 260px;
	margin-top: 60px;
	margin-right: 8px;
}


#homecare_nav {
  padding:0; 
  margin:0; 
  list-style-type:none; 
  overflow:hidden; 
  float: right;
  }

#homecare_nav li a {
  display:block; 
  height:29px;
  width:252px; 
  text-decoration:none; 
  background-repeat: no-repeat;
  
}

#homecare_nav li a.homecare {
	margin-bottom: 70px;
	background-image: url('../images/buttons/homecare_homecare.gif');
}

#homecare_nav li a.homecare:hover {
	background-image: url('../images/buttons/homecare_homecare_over.gif');
}

#homecare_nav li a.aids {
	background-image: url('../images/buttons/homecare_aids.gif');
}

#homecare_nav li a.aids:hover {
	background-image: url('../images/buttons/homecare_aids_over.gif');
}


        .banner_link {
               height: 160px; 
               width: 80px;
        }

        .section_link:hover {
               cursor: hand;
        }

        .section_link a:hover {
               text-decoration: none;
        }
        
        /* CMS Menu Styles*/

/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

#menu_vert {
   margin-left: 1px;
   margin-right: 1px;
}

/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb { clear: both; }
#menuwrapper { 
   /* Fix for Opera 8 */ 
   /*   overflow: hidden;  */ 
   background-color: #8d6889;
   width: 100%;
}

/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li { 
   width: 180px; 
}

/* Unless you know what you do, do not touch this */ 
#primary-nav {
   list-style: none; 
   margin: 0px;
   margin-left: 3px;
   padding: 0px;
}

#primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
}

#primary-nav ul { 
   position: absolute; 
   top: auto; 
   display: none;
}
#primary-nav ul ul { 
   margin-top: 1px;
   margin-left: -1px;
   left: 100%; 
   top: 0px; 
}
	
#primary-nav li { 
   margin-left: -1px;
   float: left; 
}
#primary-nav li li { 
   margin-left: 0px;
   margin-top: -1px;
   float: none; 
   position: relative; 
   text-align: left;
}

/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   display: block; 
   margin: 0px; 
   padding: 5px 28px; 
   text-decoration: none; 
   color: #fff;
}

#primary-nav a:hover { 
   color: #000;
}
#primary-nav li li a { 
   border: 1px solid #FFF;
   padding: 6px 10px; 
}	
#primary-nav li, #primary-nav li.menuparent { 
   background-color: #8d6889; 
}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 
   background-color: #d5bed3; 
}


/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav ul li.menuparent, 
#primary-nav ul li.menuparent:hover, 
#primary-nav ul li.menuparenth { 
/* arrow for menuparents */
   background-position: center right; 
   background-repeat: no-repeat; 
}


/* Styling the apperance of menu items on hover */

#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
   background-color: #c0adbe; 
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

/* 
just add 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul ul ul,
for fourth level 
*/
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
   display: none; 
}

/* add 
#primary-nav ul ul ul li:hover ul, 
#primary-nav ul ul ul li.menuparenth ul,
for fourth level
*/
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
   display: block; 
}


/* IE Hacks */
#primary-nav li li { 
   float: left; 
   clear: both; 
}
#primary-nav li li a { 
   height: 1%; 
}