
/**************** TAG STYLES  ****************/

body, html {
	margin: 0px;
	font-size: 83%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing:.02px;
}

p {
	margin: 4px 0px 8px 0px;
	padding: 0px 0px 0px 1px;
}
td {
	font-family: /*Verdana,*/ Arial, Helvetica, sans-serif;
	font-size: 11px;
}

select, input {
	font-size: 100%;
	margin-left: 14px;
	width: 130px;
	height: 19px;
}

option {
	font-size: 100%;
	margin-left: 0px;
	width: 105px;
}

br.clear-all {
	clear: both;
	margin: 0px;
}

.footer_a {
	text-align: center;
	font: bold 11px  Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
}

.footer {
	text-align: center;
	font: bold 11px  Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
}

.footer:hover {
	text-decoration: underline;
}

.left-navigation {
	width: 175px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/**************** LEFT PANE  ****************/

/*---- Search Field -----*/
.search {
	width: 145px;
	height: 19px;
	padding-top: 6px;
	padding-bottom: 10px;
	border: 0px solid  #000;
	text-align: center;
	margin: 0px;
}
.searchField {
	/*border: 1px solid #999;*/
	float: left;
	width: 90px;
	height: 19px;
	font-size: 90%;
	font-family: Arial;
	font-size: 11px;
	color: #000;	
	margin-left: 14px;
}
.submitButton {
	border: 0px solid #00f;
	width: 24px;
	height: 19px;
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 5px;
}

/*---- Left navigation links -----*/
.leftnavdiv {
	margin: 12px 0px 0px 0px;
	padding: 0px;
	float: left;
	width: 145px;
	font-size: 100%;
	border-top: 1px solid #0066cc;
}
.leftnavdiv-home {
	border-bottom: 1px solid #0066cc;
	padding-bottom: 10px;
}
.leftnavdiv ul { 
	margin: 8px 0px 0px 3px;
	padding: 0px 0px 0px 7px; 	 /* AC: Updated - Changed Left Padding to 7px */
	list-style-type: none;
 }
.leftnavdiv li {
	padding: 0px 0px 0px 7px;	 /* AC: Updated - Changed Left Padding to 7px */
	margin: 5px 0px 0px 0px;
}
.leftnavdiv a {
	color: #666; 				/* AC: Changed from #999 to #666 for link color */
	text-decoration: none; 
	font-weight: normal;
}

.leftnavdiv a:hover { 			/* AC: Updated - Hover text is set to orange */
	text-decoration: underline;
}
.leftnavdiv ul ul { 
	margin: 0px;
 }
/*---- Left navigation1 links -----*/
.leftnavdiv1 {
	margin: 12px 0px 0px 0px;
	padding: 0px;
	float: left;
	width: 145px;
	font-size: 100%;
}
.leftnavdiv1-home {
	padding-bottom: 10px;
}
.leftnavdiv1 ul { 
	margin: 8px 0px 0px 3px;
	padding: 0px 0px 0px 7px; 	 /* AC: Updated - Changed Left Padding to 7px */
	list-style-type: none;
 }
.leftnavdiv1 li {
	padding: 0px 0px 0px 7px;	 /* AC: Updated - Changed Left Padding to 7px */
	margin: 5px 0px 0px 0px;
}
.leftnavdiv1 a {
	color: #666; 				/* AC: Changed from #999 to #666 for link color */
	text-decoration: none; 
	font-weight: normal;
}

.leftnavdiv1 a:hover { 			/* AC: Updated - Hover text is set to orange */
	text-decoration: underline;
}
.leftnavdiv1 ul ul { 
	margin: 0px;
 }
/*----- Left Pane nav Selected state  ------*/
#selected {
	/* AC: Updated - Changed the bullet image to leftnav_arrow_blue.gif */
	background-image: url(images/leftnav_arrow_blue.gif);	
	background-repeat: no-repeat;
	background-position: left top;
}

.highlighted a { 
	color: #0066cc;
}
.highlighted ul li a { 
	font-weight: normal;
}
.highlighted a.sub-area { 
	font-weight: normal;
}
.highlighted ul li a:hover {
	text-decoration: underline;
}

.highlighted a.sub-sub-area {
	font-weight: normal;
}

.side_label{
	font-family: Arial;
	font-size: 13px;
	color: #f60;
	font-weight: normal;
	padding-bottom: 10px;
}

.left_text{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}

/*------- Supplimental nav styles  ---------*/
.supnav {
	/*border: 0px solid #000;*/
	font-size: 11px;
	color: #999;
	text-decoration: none;
	text-align: right;
	font-weight: normal;
}

.supnav a {
   color: #999;
   text-decoration: none;
}

.supnav  a:link, .supnav a:visited {
   color: #999;
}

.supnav  a:active {
	color: #999;
}
.supnav a:hover {
   text-decoration: underline;
}

/*box one*/

/*#box{
	
}

ul{
list-style-image: url(images/bullet.gif);
}

li{
list-style-image: url(images/bullet.gif);
}

li a{
list-style-image: url(images/bullet.gif);
text-decoration: none;
color: #0066cc;
text-indent: 5px;
}

li a:hover{
list-style-image: url(images/bullet.gif);
text-decoration: underline;
color: #0066cc;
}*/

/*---- Left navigation links -----*/
.listdiv {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 145px;
	font-size: 11px;
}
.listdiv-home {
	padding-bottom: 5px;
}
.listdiv ul { 
	margin: 3px 0px 0px 3px;
	padding: 0px 0px 0px 3px; 	 /* AC: Updated - Changed Left Padding to 7px */
	list-style-type: none;
	list-style-image: url(images/bullet.gif);
 }
.listdiv li {
	padding: 3px 0px 0px 0px;
	/* AC: Updated - Changed Left Padding to 7px */
	margin: 0px 0px 0px 0px;
	list-style-image: url(images/bullet.gif);
}
.listdiv a {
	color: #0066cc; 				/* AC: Changed from #999 to #666 for link color */
	text-decoration: none; 
	font-weight: none;
}

.listdiv a:hover { 			/* AC: Updated - Hover text is set to orange */
	text-decoration: underline;
}
.listdiv ul ul { 
	margin: 0px;
 }
 
 /*---- Left navigation links -----*/
.newsdiv {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	font-size: 11px;
	font-weight: bold;
}
.newsdiv-home {
	padding-bottom: 5px;
}
.newsdiv ul { 
	margin: 3px 0px 0px 3px;
	padding: 0px 0px 0px 3px; 	 /* AC: Updated - Changed Left Padding to 7px */
	list-style-type: none;
	list-style-image: url(images/bullet.gif);
 }
.newsdiv li {
	padding: 3px 0px 0px 0px;
	/* AC: Updated - Changed Left Padding to 7px */
	margin: 0px 0px 0px 0px;
	list-style-image: url(images/bullet.gif);
}
.newsdiv a {
	color: #0066cc; 				/* AC: Changed from #999 to #666 for link color */
	text-decoration: none; 
	font-weight: none;
}

.newsdiv a:hover { 			/* AC: Updated - Hover text is set to orange */
	text-decoration: underline;
}
.newsdiv ul ul { 
	margin: 0px;
 }
 
.home_sec{
	font-family: Arial;
	font-size: 13px;
	color: #f60;
	font-weight: bold;
}

.viewmore{
	color: #0066cc;
	text-decoration: none;
	margin-left: 18px;
}

.viewmore:hover{
	color: #0066cc;
	text-decoration: underline;
}

.feat_title{
	color: #0066cc;
	text-decoration: none;
	font-weight: bold;
}

.feat_title:hover{
	color: #0066cc;
	text-decoration: underline;
	font-weight: bold;
}

.disclaimer{
	width: 500px;
	text-align: justify;
	font:  1em  Arial, Helvetica, sans-serif;
	color: #999;
}

.page_title{
	font-family: Arial;
	font-size: 17px;
	letter-spacing: .02px; 
	font-weight: bold;
	color: #ffffff;
	padding-left: 5px;
}
