body {
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	text-align: center;
}

h2 {
	color: #4e8abe;	
	font-size: 28px;
	font-weight: normal;
	margin: 1em 0 0.5em;
	padding: 0;
}

h2.nomargin {
	margin: 0 0 0.5em;	
} 

h3 {
	color: #4e8abe;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0.8em 0 0.8em;
}

h4 {
	color: #5d9732;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 20px 0 2px;
	border-bottom: 1px dashed #c5e39f;
}

h5 {
	color: #4e8abe;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	margin: 10px 0;
	padding: 0;	
}

h6 {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 4px 0;	
}

hr {
	border: none;
	border-top: 1px dashed #c5e39f;
	color: #FFF;
	height: 1px;	
	margin: 8px 5px;
	padding: 0;
}

td {
	
	vertical-align: top;
}

table.styled {
	border: 1px solid #acc7de;
	border-collapse: collapse;	
}

* html table.styled {
	width: 99%!important;
}


table.styled th {
	border: 1px solid #80aace;	
	background-color: #4e8abe;
	color: #fff;
	padding: 4px;
}

table.styled td {
	border: 1px solid #acc7de;
	line-height: 1.2em;
	font-size: 12px;
	padding: 4px;
}

#sidebar-left hr {
	margin: 8px 10px 8px 0;	
}

#sidebar-right hr {
	margin: 8px 0 8px 10px;
}

*:first-child+html hr,
* html hr {
	margin: 0 5px;	
}

p {
	padding: 0;
	margin: 0.5em 0;
	line-height: 1.5em;
}

ul, ol {
	line-height: 1.5em;	
	padding: 0;
	margin: 7px 0 7px 35px;
}

blockquote {
	border: 1px dashed #a3c3dd;
	background: #f4f8fb; 
	padding: 0 25px;
	margin: 10px 40px;
}

a:link,
a:visited {
	color: #4e8abe;
	text-decoration: none;
	word-wrap: break-word;
}

a img {
	border: 0;	
}

a:hover {
	text-decoration: underline;	
}

#page {
	text-align: left;
	margin: 5px auto;
	width: 950px;	
}

#header {
	margin-bottom: 3px;	
}

#middle {
	background: url('images/middle_bg.gif') repeat-y top left;	
}

#sidebar-left {
	float: left;
	margin-bottom: 15px;
	width: 190px;	
}

#sidebar-left #mini-search {
	text-align: center;	
}

#sidebar-left #mini-search h5 {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	margin: 10px 0 7px;
	padding: 0;
}

#sidebar-left #mini-search form {
	padding: 0;
	margin: 0;	
}

#sidebar-left #mini-search .textbox {
	border: 1px dashed #a3c3dd;
	background: #f4f8fb;
	font-size: 13px;
	margin-right: 3px;
	vertical-align: 3px;
}

#menu {
	float: right;
	width: 755px;
	/* padding-bottom: 10px; */
}

* html #menu {
	width: 759px;	
}

#menu ul {
	line-height: 1.0em;
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}

#menu ul li {
	display: block;
	float: left;
	font-size: 10px;
	font-weight: bold;
	margin: 0 0 0 4px;	
	text-align: center;
}

#menu a:link,
#menu a:visited {
	background: url('images/menu_top_bg.gif') no-repeat top left;
	color: #FFF;
	display: block;	
	height: 16px;
	padding: 2px 19px;
	text-decoration: none;
}

#menu a.current:link,
#menu a.current:visited {
	background: url('images/menu_top_bg_current.gif') no-repeat top left;	
}

#submenu {
	padding-bottom: 50px;	
}

#navigation {
	background: url('images/menu_left_bg_bottom.gif') no-repeat bottom left;
	margin-bottom: 50px;
	padding-bottom: 11px;
}

#submenu ul {
	background: url('images/menu_left_bg_bottom.gif') no-repeat bottom left;
	margin: 0;
	padding: 0;
	padding-bottom: 11px;	
}

#navigation ul {

	margin: 0;
	padding: 0;
	
}

#submenu ul li {
	display: block;
	padding: 0;
	width: 180px;
}

#navigation ul li {
	display: block;
	padding: 0;
	width: 180px;
}

#submenu a:link,
#submenu a:visited {
	background: #8cc63f;
	color: #FFF;
	display: block;
	font-size: 13px;
	font-style: italic;
	padding: 2px 0 2px 15px;	
}

#navigation a:link,
#navigation a:visited {
	background: #8cc63f;
	color: #FFF;
	display: block;
	font-size: 13px;
	font-style: italic;
	padding: 2px 0 2px 15px;	
}

#submenu a.top:link,
#submenu a.top:visited {
	background: url('images/menu_left_bg_top.gif') no-repeat top left;
	font-weight: bold;
	height: 28px;
	padding: 4px 0 0 0;
	text-align: center;
}

#navigation .menu1 a:link,
#navigation .menu1 a:visited {
	background: url('images/menu_left_bg_top.gif') no-repeat top left;
	font-weight: bold;
	height: 28px;
	padding: 4px 0 0 0;
	text-align: center;	
}

.menu1 a:hover {
	text-decoration: none;		
}


#submenu a.top:hover {
	text-decoration: none;	
}

#navigation .menu2 li.current a:link,
#navigation .menu2 li.current a:visited {
	background: #a2d163 url('images/menu_left_bg_current.gif') no-repeat bottom left;
	color: #5d9732;
}

#submenu a.current:link,
#submenu a.current:visited {
	background: #a2d163 url('images/menu_left_bg_current.gif') no-repeat bottom left;
	color: #5d9732;
}

#submenu a.current:hover {
	text-decoration: none;	
}



ul#sub_sub_menu{
	background: #a2d163 url('images/submenu_left_bg_bottom.gif') no-repeat bottom left;
	padding-bottom: 5px;
}

#navigation .menu3 {
	background: #a2d163 url('images/submenu_left_bg_bottom.gif') no-repeat bottom left;
	padding-bottom: 5px;
	margin: 0 10px 0 0;
}

#navigation .menu3 a:link,
#navigation .menu3 a:visited {
	background: #a2d163;
	font-style: normal;
	font-size: 11px;	
	line-height: 1.2em;
}

#navigation .menu3 li.current a:link,
#navigation .menu3 li.current a:visited {
	font-weight: bold;
}

#sub_sub_menu a:link,
#sub_sub_menu a:visited {
	background: #a2d163;
	font-style: normal;
	font-size: 11px;	
	line-height: 1.2em;
	margin: 0;
}

ul#sub_sub_menu a.current:link,
ul#sub_sub_menu a.current:visited {
	background: #a2d163;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	margin: 0;	
}

#content {
	float: left;
	padding: 10px 5px 35px 25px;
	
}

#sidebar-right a:link,
#sidebar-right a:visited,
#content a:link,
#content a:visited {
	text-decoration: underline;
}
#sidebar-right a:hover,
#content a:hover {
	text-decoration: none;	
}

#content th {
	text-align: left;
	vertical-align: top;
}

#content ol.alpha {
	list-style-type: lower-alpha;	
}

#content ol.roman {
	list-style-type: lower-roman;	
}

#content ul.bullet1 {
	list-style-type: disc;	
}

#content ul.bullet2 {
	list-style-type: circle;
}

#content ul.bullet3 {
	list-style-type: square;	
}

.narrow {
	width: 473px;	
}

.wide {
	width: 700px;	
}

#sidebar-right {
	border-left: 1px dashed #c5e39f;
	float: left;
	margin: 15px auto;
	width: 256px;	
}

#sidebar-right h6 {
	font-size: 14px;
	margin: 0;
	padding: 0;	
}

#sidebar-right p {
	margin: 0;	
}

#sidebar-left .bg-green,
#sidebar-left .bg-blue {
	line-height: 1.3em;
	margin: 0 10px 0 0;
	padding: 10px 10px 10px 15px;
	text-align: left;
}


#sidebar-left .bg-green p {

}

#sidebar-left .bg-green p span {
	font-size: 19px;
	line-height: 1.2em;
	white-space: nowrap;	
}

#sidebar-right .bg-green,
#sidebar-right .bg-blue {
	line-height: 1.6em;
	margin-left: 8px;
	padding: 15px 15px;
}

.bg-green {
	background: #f6faf0 url('images/bg_green_corner.gif') no-repeat bottom left;
	color: #5d9732;
}

.bg-blue {
	background: #f4f8fb url('images/bg_blue_corner.gif') no-repeat bottom left;
	color: #4e8abe;	
}

.bg-blue h6 {
	color: #4e8abe;	
}

.bg-green h6,
h6.green {
	color: #5d9732;
}

#footer_image div {
	padding-top: 15px;
	font-size: 16px;
	color: #FEFEFE;
	text-align: center;
	background: url('images/footer_no_text.jpg') no-repeat;
	height: 63px;
	vertical-align: top;
}

#footer_image div p {
	padding: 0;
	margin: 0;
}

#footer div {
	color: #4e8abe;
	font-size: 11px;
	margin-right: 80px;
	text-align: right;
}

#providers {
	font-size: 11px;
	margin-top: -2.2em;
	margin-left: 90px;	
}

#providers ul {
	color: #4e8abe;
	list-style-type: square;
	margin-top: 7px;
	padding: 0;
}

#providers li {
	float: left;	
	margin-right: 60px;
	padding: 0;
}

#providers div {
	clear: both;
	margin-left: 65px;
	padding-top: 20px;
}	

* html #providers div { 
	margin-top: 20px;
}


#providers div img {
	padding: 0 1px;	
}

.sitemap .level0 {
	background: #8CC63F;
	margin: 0 auto;
	padding: 5px 0; 
	text-align: center;
	width: 50%;	
}

.sitemap .level0 a:link,
.sitemap .level0 a:visited {
	color: #FFF;	
}

.sitemap .level1 {
	background: #4e8abe;
	padding: 5px 0;
	margin-top: 3px;
}

.sitemap .level1 a:link,
.sitemap .level1 a:visited {
	color: #FFF;
}

.sitemap .level2 {
	margin-left: 10px;	
	padding: 2px 0;
}

.sitemap .level2 a:link,
.sitemap .level2 a:visited {
	color: #8bb94e;	
}

.sitemap a.sm_level3 { 
	display: block 
}

.sitemap .level3 {
	margin-left: 15px;
	padding: 2px 0;
	font-size: 12px;
	display: block;	
}

.alt_bg {
	background: #ebf1f6;	
}

#feedback p {
	line-height: 2em;	
}

#feedback label {
	display: inline-block;
	vertical-align: top;
	width: 125px;	
}

#feedback .textbox,
#feedback textarea {
	border: 1px solid #4e8abe;	
}

.button {
	border: 0;
	background: #4e8abe;
	color: #FFF;
	cursor: pointer;
	font-size: 11px;
	padding: 3px 10px;
	text-align: center;
	margin: 4px;
}

#search .keyword_highlight {
	background: #ebf1f6;
}

#search fieldset,
#search .textbox {
	border: 1px solid #4e8abe;	
}

#search fieldset {
	padding: 10px 20px;	
}

#search .textbox {
	padding: 2px;	
}

#search legend {
	color: #4e8abe;
}

#search input {
	margin: 3px 5px;	
}

#print {
	display: none;	
}

.about_us_logo_cell {
	width: 150px;	
}

.nowrap {
	white-space: nowrap;	
}



#bc {
	border-bottom: 1px solid #EEE;
	border-bottom: 1px dashed #c5e39f;
	color: #888;
	float: right;
	font-size: 11px;
	margin-top: 5px;
	padding: 5px 0px 5px 5px;
	width: 745px;	
}

#bc a:link,
#bc a:visited {
	color: #888;
	font-size: 11px;
	font-style: italic;
	text-decoration: none;
}

#bc a:hover {
	text-decoration: underline;
}

p.standout {
	color: #4e8abe;
	font-size: 18px;
	line-height: 1.2em;
	padding: 0.2em 0 0.2em;	
}

#about a:link,
#about a:visited {
	clear: both;
	float: left;
	width: 150px;	
}

#about p {
	float: left;	
}

#about h3 {
	clear: both;	
}


/*		Style for sitemap.php		*/

.sitemap{
	font-family: Arial, sans-serif;
	margin-right: 50px;
}

#sitemap ul,
#sitemap li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style-position: outside;
	line-height: 1;
	background: none;	
}

#sitemap a {
	line-height: 1;
	padding: 0!important;
	margin: 0!important;
}

#sitemap ul.menu1 {
	float: left;
	display: block;
	width: 100%;	
}

#sitemap ul ul {	
	margin: 0;
	margin-left: 42px;
	padding: 0;
}

#sitemap ul ul li {
	background: none;
	padding: 0;
}

#sitemap ul ul ul {
	margin: 0 0 0 40px;
}

#sitemap ul ul li {
	list-style-image: url('../images/sitemap_l2_mid.gif');
}

#sitemap ul ul ul li {
	list-style-image: url('../images/sitemap_l3_mid.gif');	
}

#sitemap ul ul li.first {
	list-style-image: url('../images/sitemap_l2_top.gif');
}

#sitemap ul ul ul li.first {
	margin-top: 2px;
	list-style-image: url('../images/sitemap_l3_top.gif');	
}

#sitemap ul ul li.last {
	list-style-image: url('../images/sitemap_l2_end.gif');
}

#sitemap ul ul ul li.last {
	list-style-image: url('../images/sitemap_l3_end.gif');	
}

#sitemap li,
#sitemap a {
	line-height: 1.5em;
	padding: 0;
	margin: 0;
}

/*		End of styles for sitemap.php		*/
