@charset "utf-8";
/* CSS Document */

body {
font-family:Arial, Helvetica, sans-serif;
font-size:small;
margin:0px;
background:none;
}
/******font styles******/
p {
font-size:100%;
}
/***heading styles***/
h1 {
margin-bottom:-10px;
font-size:140%;
}
h2 {
font-size:100%;
font-weight:bold;
}
h3 {
text-align:left;
font-size:100%;
font-weight:bold;
margin-top:0px;
}
/*styles for job postings pdf page*/
h3.closed {
	text-align:center;
	color:#039;
	font-style:italic;
}
/******list styles******/
/*style for list items*/
li {
list-style-type:disc;
line-height:140%;}
/*styles for list items in #sideNav and on practiceList.cfm*/
#sideNav li, .practiceList li {
list-style-type: none;
}
/******table styles******/
th {
text-align:right;
font-weight:bold;
line-height:130%;
padding-bottom:5px;
}
td {
font-size:100%;
padding-bottom:10px;
}
td p {
margin-left:0px;
margin-top:0px;
}
table#provider th{
text-align:left;
}
/*adds border to careers table th*/
table#careers th {
border: #999999 1px solid;
color:#066;
}
/*adds border and padding to careers table td*/
table#careers td {
border: #999999 1px solid;
padding:5px 5px 5px 5px;
}
/******div styles******/
/*holds all page content*/
#wrap {
margin:0px auto;
width:100%;
}
/***holds top banner with logo, tagline and navigation***/
#banner {
display:none;
}
/*holds logo in banner*/
#logo {
float:left;
width:45%;
}
/***holds photo and text areas***/
#content {
float:left;
width:100%;
border:none;
background:none;
}
/*holds text area on pages with no sidebar*/
#contentNOSidebar {
float:left;
width:100%;
border:none;
background:none;
}
/*holds top photo*/
#photo {
display:none;
}

/*holds top photo*/
#photo2 {
display:none;
}

/***sidebar navigation styles***/
#sideNav {
display:none;
}

/*holds page text*/
#text {
float:left;
background:#FFFFFF;
padding-top:10px;
width:80%;
}

/*holds page text on pages without side navigation*/
#textNOSidebar {
padding-top:10px;
width:90%;
}
#pgTitleScreen {
display:none;
}
#pgTitlePrint {
width:100%;
font-size:120%;
text-align:center;
color:#039;
font-style:italic;
}
#pgDatePrint {
width:100%;
font-size:140%;
text-align:center;
color:#039;
font-style:italic;
}
#pgLogoPrint {
width:90%;
text-align:right;
}
#hidePrint {
display:none;
}
#employStatement {
display:none;
}

/*holds boilerplate info at bottom of page*/
#footer {
	clear: both;
	position:relative;
	margin-top:10px;
	padding-bottom:10px;
	width:100%;
	text-align:center;
}
#footer p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	}
/***provider box styles***/
/*box div contains all content in dark green providers box*/
#box {
	margin: 10px auto 0px 30px;
	width:340px;
	background:#006666;
	}
/*adds rounded edge to bottom of box*/
#box .last {
	background: url(images/box_bottom.gif) no-repeat right bottom;
	padding-bottom:20px;
	}
#box h1, #box h2, #box h3, #box p {
	padding-left: 20px;
	padding-right:20px;
	color:#FFFFFF;
	margin-right:0px;
	margin-bottom:0px;
}
#box h2 {
text-align:center;
margin:0px;
}
#box p {
margin-left:5px;
}
/*adds rounded edge to top of box*/
#box-outer {
	background:url(images/box_top.gif) no-repeat left top;
	padding-top:5px;
	}

/******class styles******/
img.practice, img.provider  {
border:2px solid #006666;
}
img.providerSM  {
border:1px solid #006666;
}
/*calls attention to provider types*/
.inlineHead {
font-weight:bold;
}

/*calls attention to provider types*/
.inlineHead2 {
font-weight:bold;
}
.newJob {
background-color:#d4e5e5;
font-weight:bold;
}
