
body {
	background-color: #FFFFFF;
	margin: 33px 0px 15px 0px;
	padding: 0px;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #414042;
	text-align: center;
}
/* ###### SELECTORS FOR GENERIC HTML ELEMENTS OR MORE GENERAL STYLES */
/* Placed on top so they can be overriden below */
/* margin values and font sizes for headings, and margins on paragraphs
 * and lists are not consistent across browser platforms. To achieve a
 * consistent look we need to explicity set these values here.
 */
p, h1, h2, h3, h4, h5, h6
{
	margin-top: 0;
	margin-bottom: 14px;
	padding-top: 0;
	padding-bottom: 0;
}

img { border: none; }


/* #### END OF GENERIC HTML ELEMENT STYLES #### */
/*### HOME SPECIFIC STYLES BELOW ###*/

img.morearrow {
	vertical-align: middle;
	margin-left: 5px;
	white-space: nowrap;
}

img.btnmore {
	margin-bottom: 8px;
}

#hmcontainer {
	width: 906px;
	margin: 0px auto 0px auto;
	text-align: left;
	font-size: 12px;
	background-color: #FFFFFF;
	background-image: url(/images/middleshadow_bg.gif);
	background-repeat: repeat-y;
}

#midupper {
	height: 297px;
	margin: 0px 4px;
	position: relative;
}

#homemessage {
	float: left;
	width: 682px;
	height: 297px;
	margin: 0px;
	background-image: url(/images/home_midbgphoto.jpg);
	background-color: #b3d88b;
	background-repeat: no-repeat;
	background-position: top left;
	position: relative;
}

#messagecontent {
	font-family: Georgia, "Times New Roman", Times, serif;
	position: relative;
	top: 85px;
	left: 90px;
	width: 305px;
	line-height: 18px;
}

#homecareers {
	background-image: url(/images/home_careersbg.jpg);
	background-color: #b3d88b;
	background-repeat: no-repeat;
	background-position: top left;	
	width: 216px;
	height: 297px;
	float: left;
	margin: 0px;
	clear: right;
	position: relative;
}
#careerscontent {
	font-family: Georgia, "Times New Roman", Times, serif;
	position: relative;
	top: 40px;
	left: 59px;
	width: 130px;
	line-height: 15px;
}

p.hmintro {
	color: #414042;
	padding: 0;
	margin: 0 0 12px 0;
}

img#careerstitle {
	margin-bottom: 11px;
}

#midlower {
	margin: 0px 4px;
}

div.hmtext {
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#homenews {
	float: left;
	width: 322px;
	padding: 15px 15px 15px 19px;
	height: 101px;
	background-color: #84abc9;
	border-left: solid 31px #6388a9;
	overflow: hidden;
}

#newstitle {
	float: left;
	margin-right: 20px;
}

#homenews div#newscontent {
	float: left;
	width: 235px;
	color: #414042;
	font-size: 11px;
	line-height: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.hmnewsdate {
	color: #FFF;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

div#homeservices {
	float: left;
	vertical-align: top;
	width: 511px;
	height: 131px;
	color: #FFFFFF;
	background-color: #2a5079;
}

img#servphoto {
	float: left;
}


#servicescontent {
	color: #82b9db;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 350px;
	height: 107px;
	margin-top: 13px;
	margin-bottom: 11px;
	border-left: 1px solid #82b9db;
	float: left;
}
#servicescontent h2 {
	color: #FFF;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
	padding: 0;
	margin:  0 0 8px 0;
}
#servicescontent p {
	padding: 0;
	margin: 0;
	line-height: 15px;
}

/* services "tabbed content" styles */

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}
/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

/* Skin */

a#servlink1 {
	width: 37px;
	background-image: url(/images/serv_rehab.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
a#servlink2 {
	width: 54px;
	background-image: url(/images/serv_staffing.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
a#servlink3 {
	width: 70px;
	background-image: url(/images/serv_consulting.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
a#servlink4 {
	width: 61px;
	background-image: url(/images/serv_pharmacy.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

a#servlink1:hover {
	width: 37px;
	background-image: url(/images/serv_rehab_over.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
a#servlink2:hover {
	width: 54px;
	background-image: url(/images/serv_staffing_over.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
a#servlink3:hover {
	width: 70px;
	background-image: url(/images/serv_consulting_over.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
a#servlink4:hover {
	width: 61px;
	background-image: url(/images/serv_pharmacy_over.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.tabs-selected a#servlink1 {
	width: 37px;
	background-image: url(/images/serv_rehab_over.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.tabs-selected a#servlink2 {
	width: 54px;
	background-image: url(/images/serv_staffing_over.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.tabs-selected a#servlink3 {
	width: 70px;
	background-image: url(/images/serv_consulting_over.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.tabs-selected a#servlink4 {
	width: 61px;
	background-image: url(/images/serv_pharmacy_over.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0;
		width: 350px;
    border-bottom: 1px solid #82b9db;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}

.tabs-nav li#first {
	border-left: none;
}

.tabs-nav li {
    float: left;
    margin: 0;
    border-left: 1px solid #82b9db;
}

.tabs-nav a, .tabs-nav a span {
    display: block;
}
.tabs-nav a {
    position: relative;
		min-width: 37px;
    z-index: 2;
    padding-left: 0;
    color: #82b9db !important;
		font-family: Arial, "MS Trebuchet", sans-serif;
    font-size: 11px !important;
    line-height: 22px;
		padding: 0 15px;
		text-transform: uppercase;
    text-align: center;
    text-decoration: none !important;
    white-space: nowrap; /* required in IE 6 */    
}
.tabs-nav .tabs-selected a {
    color: #FFF !important;
		height: 22px; /* IE 6 treats height as min-height */
    min-height: 22px;
    min-width: 37px;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
     outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 100% -100px;
}
.tabs-nav a span {
		text-indent: -19999px;
}
/**>.tabs-nav a span { /* hide from IE 6 
    width: auto;
    height: auto;
}*/

.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    background-position: 0 -50px;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}

.tabs-container {
		padding: 15px 10px 0px 15px;
		width: 325px;
    background: #2a5079; /* declare background color for container to avoid distorted fonts in IE while fading */
}

#hm-footer {
	height: 30px;
	padding-top: 25px;
	text-align: center;
	background-image: url(/images/home_footershadow.gif);
	background-position: top center;
	background-repeat: no-repeat;
	width: 906px;
	background-color: #ffffff;
}
/*### END OF HOME SPECIFIC STYLES ###*/

/*### HEADER AND FOOTER STYLES  ###*/
#masthead {
	height: 72px;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
}
#logo {
	width: 199px;
	float: left;
	text-align: right;
	height: 72px;
}

#topnavigation {
	float: left;
	width: 707px;
	text-align: center;
}

ul#topnavlinks {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 707px;
	height: 57px;
	position: relative;
	top: 15px;
	background-image: url(../images/nav/topnav_background.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

ul#topnavlinks li {
	float: left;
	display: inline;
	margin: 0;
	padding: 0px 0px 0px 14px;
	background-repeat: no-repeat;
	background-position: top left;
	height: 57px; /* height is consistant across links*/
}

ul#topnavlinks li#home {
	padding-left: 30px;
}

ul#topnavlinks li a {
	display: block;
	margin: 0;
}

ul#topnavlinks img {
	border: none;
}

/* FOOTER STYLES */

#footer {
	height: 30px;
	padding-top: 40px;
	text-align: center;
	background-image: url(/images/footer_shadow.gif);
	background-position: top center;
	background-repeat: no-repeat;
	width: 906px;
	background-color: #ffffff;
}

ul#hm-footerinfo {
	list-style: none;
	width: 530px;
	margin: 0px auto;
	padding: 0px;
}

ul#hm-footerinfo a:link,
ul#hm-footerinfo a:visited {
	color: #CCCCCC;
	color:#666767;
	text-decoration: none;
}

ul#hm-footerinfo a:hover,
ul#hm-footerinfo a:active {
	color: #CCCCCC;
	color:#777878;
	text-decoration: underline;
}

ul#hm-footerinfo li {
	
	font-size: 10px;
	line-height: 20px;
	display: inline;
	padding: 0px 8px;
	text-transform: uppercase;
	color: #CCCCCC;
	color:#666767;
	border-right: solid 1px #CCCCCC;
}

ul#footerinfo {
	list-style: none;
	width: 530px;
	margin: auto auto;
	padding: 0px;
	color:#666767;
}

ul#footerinfo a:link,
ul#footerinfo a:visited {
	color: #CCCCCC;
	color:#666767;
	text-decoration: none;
}

ul#footerinfo a:hover,
ul#footerinfo a:active {
	color: #CCCCCC;
	color:#777878;
	text-decoration: underline;
}

ul#footerinfo li {
	font-size: 10px;
	line-height: 20px;
	display: inline;
	padding: 0px 8px;
	text-transform: uppercase;
	color: #CCCCCC;
	color:#666767;
	border-right: solid 1px #CCCCCC;
}

div #footerlogin {
	float: left;
	color: #CCCCCC;
	font-size: 10px;
	padding: 0px 7px;
	text-transform: uppercase;
	width: 320px;
	margin-top: auto;
}
div#footerlogin input {
	border: solid 1px #CCCCCC;
	margin-left: 7px;
	color: #CCCCCC;
	text-transform: none;
}
div#footerlogin input.uname {
	font-size: 10px;
	width: 105px;
}
div#footerlogin input.pword {
	font-size: 10px;
	width: 80px;
}
div#footerlogin input.btn {
	font-size: 10px;
	width: 65px;
	border: none;
	font-weight: bold;
	color: #CCCCCC;
	background-color: #FFFFFF;
}

/*####### SUB PAGE TEMPLATE STYLE SELECTORS #######*/
.clear {
	clear: both;
	height: 0;
	margin: 0;
	font-size: 1px;
	line-height: 0px;
}
.hide {
	display: none !important;
}

#subpage-wrapper {
	width: 906px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#wrapper1 {
	float: left;
	background-image: url(/images/leftcolumn_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
}
#wrapper2 {
	float: right; /* Needed for IE 7 */
	background-image: url(/images/rightcolumn_bg.gif);
	background-repeat: repeat-y;
	background-position: right;
}

.outer {
	margin-left: 199px;    /*** Critical left col width value ***/
	margin-right: 190px;    /*** Critical right col width value ***/
}

.float-wrap {
	float: left;
	width: 100%;
}

.center {
	float: right;
	width: 100%;
}

.left {
	position: relative;
	float: left;
	width: 199px;    /*** Critical left col width value ***/
	margin-left: -199px;    /*** Critical left col width value ***/ /*** Critical left divider dimension value ***/
}

.right {
	position: relative;
	float: right;
	width: 190px;    /*** Critical right col width value ***/
	margin-right: -190px;    /*** Critical right col width value ***/ /*** Critical right divider dimension value ***/
	text-align: left;
}

.navigation-left {
	padding-left: 35px;
}
.sidebar-right {
	padding-right: 4px;
}


/* LEFT-HAND VERTICAL NAV */
ul.lhnav {
	margin: 18px 0px 0px 0px;
	padding: 0px;
	width: 164px;
	text-align: left;
	border-top: dotted 1px #496989;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
}
ul.lhnav li {
	list-style: none;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	background-color: #84abc9;
}
ul.lhnav a {
	display: block;
	text-decoration: none !important;
	text-transform: uppercase;
	font-size: 11px;
	padding: 5px 10px 5px 16px;
	border-bottom: dotted 1px #496989;
}
ul.lhnav a:link, ul.lhnav a:visited {
	color: #4a647f;
}
ul.lhnav a:hover, ul.lhnav a:active {
	color: #000000;
}

ul.lhnav li.active span, ul.lhnav li.active a {
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	color: #FFFFFF !important;
	background-color: #2a5079 !important;
	padding: 5px 10px 5px 16px;
	border-bottom: dotted 1px #496989;
}

ul.lhnav ul.lhsubnav, ul.lhnav li.active ul.lhsubnav {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	background-color: #84abc9;
	border-bottom: dotted 1px #496989;
}

ul.lhnav ul.lhsubnav li {
	border: none;
	background-color: #84abc9;
}

ul.lhnav ul.lhsubnav li a {
	display: block;
	border: none;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 11px;
	background-color: #84abc9 !important;
	padding: 3px 10px 3px 22px;
}
ul.lhnav ul.lhsubnav li a:link, ul.lhnav ul.lhsubnav li a:visited {
	color: #4a647f !important;
}
ul.lhnav ul.lhsubnav li a:hover, ul.lhnav ul.lhsubnav li a:active {
	color: #000000 !important;
}
ul.lhnav li.active ul.lhsubnav li.active span {
	font-size: 11px;
	text-decoration: none;
	display: block;
	text-transform: capitalize;
	border: none;
	color: #000 !important;
	font-weight: normal;
	padding: 3px 10px 3px 22px;
	font-size: 11px;
	background-color: #84abc9 !important;
}

ul.lhsubnav li.active ul.lhsubnav {
	margin: 0px;
	padding: 0px 0px 5px 15px;
	border-bottom: none;
}

/*END OF LH NAV*/



/* CONTENT AREA STYLES */

#headline {
	width: 427px;
	border-left: solid 10px #102b50;
	border-right: solid 10px #1f454c;
	padding: 25px 30px 25px 40px;
	background-color: #2a5079;
}


#headline h1.pghead {
	color: #FFFFFF;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}
#headline span.subhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #82b9db;
	font-size: 14px;
	line-height: 20px;
}

#pageintro {
	width: 432px;
	border-left: solid 10px #5f838b;
	border-right: solid 10px #b6d584;
	padding: 23px 25px 23px 40px;
	background-color: #f5f5d1;
	color: #414042	;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	overflow: visible;
}

#pageintro a:link, #pageintro a:visited {
	color: #704725;
	text-decoration: underline;
}
#pageintro a:hover, #pageintro a:active {
	color: #000000;
	text-decoration: underline;
}

#pagecontent {
	width: 432px;
	border-left: solid 10px #6388a9;
	border-right: solid 10px #bedda1;
	padding: 25px 25px 25px 40px;
	color: #414042;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

.normaltext {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #414042;
	font-weight: normal;
	font-style: normal;
}

#pageintro a:link, #pageintro a:visited {
	color: #414042;
	text-decoration: underline;
}
#pageintro a:hover, #pageintro a:active {
	color: #000000;
	text-decoration: underline;
}

h1
{
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #afb21c;
	margin-bottom: 10px;
	font-weight: normal;
}
h1 a:link, h1 a:visited {
	color: #afb21c;
	text-decoration: none;
}
h1 a:hover, h1 a:active {
	color: #414042;
	text-decoration: underline;
}

h2
{
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #afb21c;
	font-weight: normal;
	margin-bottom: 8px;
}

h3
{
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #afb21c;
	font-weight: normal;
	margin-bottom: 5px;
}
h4, h5, h6
{
	font-size: 11px;
	margin-bottom: 0px;
}

/* SOME LINK STYLES */

a:link, a:visited
{
	color: #da7127;
	text-decoration: underline;
}
a:hover, active
{
	color: #000000;
	text-decoration: underline;
}

a.fancylink {
	display: inline;
	text-decoration: none !important;
	padding: 2px 20px 2px 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-transform: uppercase;
}

a.fancylink:link, a.fancylink:visited  {
	background-color: #da7127;
	background-image: url(/images/fancylink_arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: #f4d5bf !important;
}
a.fancylink:hover, a.fancylink:active  {
	background-color: #da7127;
	background-image: url(/images/fancylink_arrow_over.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: #FFFFFF !important;
}

span.fancylink a {
	display: inline;
	text-decoration: none !important;
	padding: 2px 20px 2px 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-transform: uppercase;
}

span.fancylink a:link, span.fancylink a:visited  {
	background-color: #da7127;
	background-image: url(/images/fancylink_arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: #f4d5bf !important;
}
span.fancylink a:hover, span.fancylink a:active  {
	background-color: #da7127;
	background-image: url(/images/fancylink_arrow_over.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: #FFFFFF !important;
}

/* END SOME LINK STYLES */

td, th
{
	vertical-align: top;
}

hr {
	color: #FFFFFF;
	background-color: #FFFFFF;
	border-bottom: dotted 1px #000000;
	border-top: none;
	border-left: none;
	border-right: none;
	height: 1px;
	width: 99%;
}

form {
	padding: 0px;
	margin: 0px;
}

div.blockquote {
	padding: 15px 30px;
	margin: 0px;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
}

.clearit {
	clear: both;
}

.greenserif {
	color: #afb21c;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.footnote {
	font-style: italic;
	color: #767676;
}

p.formmessage {
	background-color:#C0DCED;
	padding: 10px;
	color: #000000;
	border-left: solid 8px #82B9DB;
}
p.errors, div.errors  {
	background-color: #FFF;
	color: #000000;
	font-weight: normal;
	text-align: left;
	padding: 10px;
	margin-bottom: 20px;
	border: solid 2px #D5652F;
	border-left: solid 8px #D5652F;
}

.introheadine {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	line-height: 16px;
	font-size: 14px;
	font-weight: bold;
}

.newsdate {
	font-size: 11px;
	color: #666;
}

.smaller {
	font-size: 11px;
}

#pagecontent ul {
 padding: 0 0 12px 25px;
 margin: 0px;
}
#pagecontent ul li {
 	padding: 0 0 5px 0;
	font-size: 11px;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
  list-style: url(/images/std_bullet.gif);
}


table#currentnewslist td {
	vertical-align: top;
	padding-bottom: 10px;
}

table#currentnewslist td.date {
	padding-right: 25px;
}

table.archivetable td {
	padding-top: 5px;
}

table.newsarchivelist {
	margin-left: 15px;
	margin-bottom: 10px;
}
table.newsarchivelist td {
	padding-bottom: 5px;
}
table.newsarchivelist td.archdate {
	padding-right: 25px;
}

#contactusform {
	width: 420px;
}

#contactusform td {
	padding: 0px 0px 5px 0px;
	vertical-align: top;
}

#contactusform label {
	color: #afb21c;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#contactusform td.fldlabel {
	width: 125px;
	padding-right: 8px;
	text-align: right;
}

#contactusform input.formfld {
	width: 275px;
}
#contactusform textarea {
	width: 275px;
}

#contactusform input.formbtn {
	display: inline;
	padding: 2px 20px 2px 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-transform: uppercase;
	background-color: #da7127;
	background-image: url(/images/fancylink_arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: #f4d5bf !important;
	border: none;
}
#contactusform input.formbtn:hover {
	background-color: #da7127;
	background-image: url(/images/fancylink_arrow_over.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: #FFFFFF !important;
}
	

#contactthanks td {
	vertical-align: top;
	padding-bottom: 5px;
}
#contactthanks td.label {
	font-weight: bold;
	padding-right: 8px;
}

.floatright {
	margin: 0px 0px 10px 10px;
	float: right;
}
.floatleft {
	margin: 0px 10px 10px 0px;
	float: left;
}

table.classlist {
	border: solid 1px #ccc;
	width: 430px !important;
}

table.classlist td{
	font-size: 10px;
	text-align: top;
	padding: 3px 3px 5px 3px;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	background-color: #FFF;
}

table.classlist tr.listaltrow td {
	background-color: #EEEEEE; 
}

table.classlist th {
	font-size: 10px;
	text-align: top;
	padding: 3px;
	text-align: left;
	border-bottom: solid 2px #ccc;
	border-right: solid 1px #ccc;
}

table ul {
 padding: 0 0 15px 15px !important;
 margin: 0px;
}
table ul li {
 	padding: 0 0 3px 0;
	font-size: 11px;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	list-style: square outside;
}

table#locationslist td ul {
 padding: 0 0 5px 25px;
 margin: 0px;
}
table#locationslist ul li {
 	padding: 0 0 5px 0;
	font-size: 11px;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
  list-style: url(/images/std_bullet.gif);
}

div#locationsmap {
	position: relative;
	width: 186px;
	margin: 0;
	padding: 0;
}
#stories-imgs {
	width: 507px;
	border-left: solid 10px #6388A9;
	padding: 0px;
}
