/************ noPrint styles **************/

.noprint {
	display: none;
}

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

table {
    font-size: 1em;
	line-height: 1.35;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
	color: #000000;
}

/************ HyperLink **************/

a:link, a:visited {
	color: #014DA5;  /**#016BB9**/
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************ HeadingStyle **************/

h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 155%;
	font-weight: bold;
	color: #406100;  /** #767d00 #8b9300 **/
	margin-bottom: 5px;
}

h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 140%;
	color: #494849;
	margin-bottom: 5px;
}

h3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 125%;
	color: #406100;  /** #767d00 #8b9300 **/
	margin-bottom: 5px;
}

.h3_front {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 115%;
	color: #406100;  /** #767d00 #8b9300 **/
	margin-bottom: 3px;
	margin-top: 3px;
	margin-left: 4px;
}

.h-green {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 143%;
	color: #406100;  /** #767d00 #8b9300 **/
	margin-bottom: 5px;
}

/************ Jobs@HealthStyle **************/

.link-jobs {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 95%;
	color: #494949;
	text-decoration: none;
}

.link-jobs:link, .link-jobs:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
	color: #494949;
	text-decoration: none;
}

.link-jobs:hover {
	text-decoration: underline;
}

/************ A-ZDirectoryStyle **************/

.link-az:link, .link-az:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 110%;
	color: #494949;
	text-decoration: none;
}

.link-az:hover {
	text-decoration: underline;
}

/************ HealthServicesDirectoryStyle **************/

.link-hsd, .link-hsd:link, .link-hsd:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;
	color: #494949;
	text-decoration: none;
}

.link-hsd:hover {
	text-decoration: underline;
}

/************ TextStyle **************/

.sml-grey {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 95%;
	font-weight: normal;
	color: #555555;  /** #585758; **/
}

.sml-org {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 95%;
	font-weight: normal;
	color: #BF4006; /** #d86e20; **/
}

.arw {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 105%;
	font-weight: bold;
	color: #BF4006; /** #d86e20; **/
}

.arw-wht {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
}

/************ FormStyle **************/

textarea, input, select {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 100%;
	line-height: 1.3;
	color: #000000;
}

/************ TableStyle **************/

.h-table {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 110%;
	color: #FFFFFF;
	background-color: #929a22;
	margin-bottom: 0px;
	border: 1px solid #e4e6c8;
}

.subh-table {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;
	color: #000000;
	background-color: #c8cc90;
	margin-bottom: 0px;
	border: 1px solid #e4e6c8;
}

.txt-table {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 100%;
	color: #000000;
	background-color: #f0f1d4;
	margin-bottom: 0px;
	border: 1px solid #e4e6c8;
}


/************ BorderStyle **************/

.border-grey {
	border: 1px solid #e4e6c8;
}


/************ HorizontalBar **************/

hr {
	border-top: 1px dotted #d3d3d3;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

#line-dots {
	background-image: url(../images-new/line-greydots.gif);
	margin-top: -3px;
}

/************ BulletList **************/

.ul-sidebox {
	list-style-image: url(../images-new/bullet-green.gif);
	list-style-position: outside;
	margin-top: 12px;
	margin-right: 4px;
	margin-left: 22px;
}

.link-sidebox:link, .link-sidebox:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 95%;
	color: #494949;
	text-decoration: none;
}

.link-sidebox:hover {
	text-decoration: underline;
}

ul {
	list-style-image: url(../images-new/bullet-green.gif);
	list-style-position: outside;
}

li {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#divider {
	background-color: #FFFFFF;
}

#sidebox {
	background-color: #f0f1d4;
	width: 175px;
	float: right;
	font-size: 100%;
}

#content {
	margin: 30px 0px 30px 0px;
}

#footer {
	background-color: #b2bb1d;
	height: 33px;
	color: #FFFFFF;
	font-size: 95%;
	text-align: center;
	padding-top: 10px;
	background-repeat: repeat-x;
}

/************ FooterLink **************/

.footer, .footer:link, .footer:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.footer:hover {
	color: #FFFFFF;
	text-decoration: underline;
}