/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	text-align:center;
	font: normal 11px verdana,arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	width:740px;
	border:1px solid #666;
	
	padding:0;
	background: url("../images/background.gif");
	margin:0 auto;
	
}

#index_head {
	background-color:#000000;
	min-height:248px;


}
/********* header tag styles **************/

h1{
 font: bold 120% verdana,arial,sans-serif;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% verdana,arial,sans-serif;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% verdana,arial,sans-serif;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% verdana,arial,sans-serif;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% verdana,arial,sans-serif;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/
/*
ul{
	list-style-type: square;
}

ul ul{
	list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}
*/
/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em verdana,arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: verdana,arial,sans-serif;
}




/*+++++++++++++++++++++++++++++*/

#menulist {
	
	width:740px;
	background-image: url(../images/menu_bg.gif);	
	height:24px;
	padding:0px;
	margin: 0px;
	font: normal 12px verdana,arial,sans-serif;
	z-index:1000;
}

#nav { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height:24px;
}

#nav ul { /* all lists */
	
	padding: 0;
	margin: 0;
	list-style: none;
	line-height:24px;
	border-right:1px solid #666;
	border-left:1px solid #666;

	border-bottom:1px solid #666;
	z-index: 1000;
}

#nav a {
	display: block;
	width: 120px;
	
	text-decoration:none;
	height:24px;
	line-height:24px;/**/
	text-align:center;
	
	
}

#nav .first {
	border-top:1px solid #666;
}

#nav .nope {
	/*border-top:1px solid #666;*/
	border:0;
}


#nav a:link, #nav a:visited{
	/*color:#005FA9;*/
	color:#666;
	font-weight:bold;
}

#nav a:active {
	color:#666;
}

#nav a:hover {
	color:#333;
	font-weight:bold;
}

#nav ul a {
	text-align:left;
	padding:0px 0px 0px 5px;
	border-left:5px solid #e6e6e6;
	width: 110px;

}

#nav ul a:hover {
	color:#cc0000;
	background-color:#ccc;
	border-left:5px solid #333;
	
}

#nav li { /* all list items */
	float: left;
	/*width: 120px; /* width needed or else Opera goes nuts */
	border-right:1px solid #999;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background-color:#e6e6e6;
	width: 120px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	
	
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -25px 0 0 120px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}





/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	width:740px;
	background-color: #ffffff;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	text-align:left;
	width:740px;
	margin:0;
	padding:0;
	
}


#pageNav{
	float: left;
	width:80px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
	margin-left: 10px;
	margin-top: 10px;
}
/*
#content{
	padding: 0px 10px 0px 10px;
	margin:0px 0px 0px 0px;
	border-left: 20px solid #ccd2d2;
}
*/

div.spacer {
  clear: both;
}

div.left_spacer {
  clear: left;
}

div.right_spacer {
  clear: right;
}
/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	color: #ffffff;
	font-weight: normal;
	padding: 16px 0px 8px 0px;
}


/************** index page head styles ****************/

#index_head{
	clear:both;
	/*padding: 20px 0px 50px 0px;*/
	border-top:30px solid #666;
	border-bottom:30px solid #666;
	margin: 0px;
	text-align:left;
	height:248px;
	z-index:-10000;
}

#index_head img {
	clear:both;
	margin: 0px;
	padding:0;
	width: 740px;
	height:200px;
	
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	
}

/************** Car Head styles ****************/

#car_head{
	clear:both;
	background-color:#333;
	color: #333;
	border-top:15px solid #333;
	border-bottom: 10px solid #666;
	margin: 0;
	padding:0;
	text-align:left;
	width:740px;
	height:135px;
}




/************** pageName styles ****************/


#page_top{
	padding:0;
	margin: 0;
	background-color: #fff;
	color: #333;
	height:25px;
}

#pageName{
	padding: 0px;
	margin: 0px;
	text-align:left;
	border-top:20px solid #fff;	
}

#page_right {
	float:right;
	/*border-top:1px solid #999;
	border-bottom:20px solid #333;*/	
}

#page_right img{
	/*width:619px;*/
	border:0;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	border-left:1px solid #999;
}

#page_left{	
	float: left;
	font: normal 12px verdana;
	width:120px;
	/*border-bottom:20px solid #333;
	border-right:1px solid yellow;*/
}

#page_left ul {
	padding:0;
	margin:0;
	list-style:none;
	background-color:#333;
}

#page_left li {
	display:block;
	height:20px;
	line-height:20px;
	padding:0;
	margin:0;
	border-bottom:1px solid #999;
	
	/*background-color:#e6e6e6;*/
}

#page_left li#first {
	border-top:1px solid #999;
}

#page_left h2 {
	color:#ffffff;
	height:20px;
	line-height:20px;
	padding: 0px 0px 0px 5px;
}

#page_left a {
	display:block;
	text-decoration:none;
	padding: 0px 0px 0px 5px;
	color:#999;
	height:20px;
	line-height:20px;
}

#page_left a:hover {
	display:block;
	background-color:#666;
	color:#ffffff;
	padding: 0px 0px 0px 5px;
	height:20px;
	line-height:20px;
}

#page_middle {
	float: left;
	width: 100px;
	background-color:#999;
}

/************* globalNav styles ****************/

#left_nav{
	float:left;
	width:140px;
	
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	background-color: #FFFF00;	/*background-image: url(glbnav_background.gif);*/
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	top: 0px;
	left:0px;
	position: absolute;
}

#gnr {
	top: 0px;
	right:0px;
	position: absolute;
}

#globalLink{
	height: 5px;
	padding: 3px 0px 0px 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
	/*background-image: url(grey_banner.gif);*/
}


a.glink, a.glink:visited{
  	font-size: small;
  	color: #666666;
	font-weight: bold;
	margin: 0px;
	padding: 2px 25px 4px 25px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
	background-image: url(glblnav_selected.gif);
	text-decoration: none;
	height: 22px;
}

.skipLinks {display: none;}


#right_content{
	margin-left: 150px;
	border-left: 1px solid gray;
	padding: 1em;
	
	color: #cccccc;
	background-color: #ffffff;	/*background-image: url(glbnav_background.gif);*/
}

#right_content img{
	
	border: 0;
	padding: 0;
	
	color: #cccccc;
	background-color: #ffffff;	/*background-image: url(glbnav_background.gif);*/
}


/************** feature styles *****************/

.feature{
	clear:both;
	/*padding: 10px 20px 10px 20px;*/
	padding: 0px;
	font-size: 110%;
	min-height: 200px;
	height: 200px;
	text-align: left;
	line-height:1.5;
	/*line-height:2em;*/
	border-bottom: 1px solid #ccc;
	background-color:#fff;
	width:740px;
}

.feature_last{
	clear:both;
	padding: 10px 20px 10px 20px;
	font-size: 110%;
	min-height: 200px;
	height: 200px;
	text-align: left;
	line-height:1.5;
	border-bottom: 5px solid #666;
	background-color:#fff;
}

html>body .feature {height: auto;}
html>body .feature_last {height: auto;}

.feature h3, .feature_last h3{
	clear:both;
	font: bold 130% verdana,sans-serif;
	color: #333;
	padding: 20px 0px 0px 10px;
	margin: 0;
}

.feature h3.up{
	clear:both;
	font: bold 130% verdana,sans-serif;
	color: #CC0000;
	padding: 5px 0px 0px 10px;
	margin: 0;
}


.feature img, .feature_last img{
	float: left;
	
	
}

img.img_float_left
{
clear:left;
float: left;
margin:0;
padding:10px 10px 0px 10px;
/*border:solid 5px white;*/
}

img.img_float_left_br
{
clear:left;
float: left;
margin:0;
padding:10px 10px 10px 10px;
/*border:solid 5px white;*/
}

img.img_float_right
{
clear:right;
float: right;
margin: 0;
padding:0;
padding:10px 10px 0px 10px;
/*border:solid 5px white;*/
}

img.img_float_right_br
{
clear:right;
float: right;
margin: 0;
padding:0;
padding:10px 10px 10px 10px;
/*border:solid 5px white;*/
}

img.img_float_right_v
{
	float:right;
	margin: 0;
	/*padding: 10px 10px 10px 10px;*/	
	clear: right;
}

img.img_float_left_v
{
	float:left;
	margin: 0;
	/*padding: 10px 10px 10px 10px;*/
	clear: left;
}

img.img_float_right_h
{
	float:right;
	margin: 0;
	/*padding: 10px 10px 10px 10px;*/
}

img.img_float_left_h
{
	float:left;
	margin: 0;
	/*padding: 0px 10px 0px 10px;*/
}

.feature p {
	padding: 5px 10px 10px 10px;
	margin: 0;
}

.feature p.clear {
	clear:both;
	padding: 10px 10px 10px 10px;
	margin: 0;
}

.feature p.clear_left {
	clear:left;
	padding: 10px 10px 10px 10px;
	margin: 0;
}

.feature .red_font {
	color:#333;
	padding: 20px 20px 5px 10px;
	font: bold 100% verdana,sans-serif;
}

.feature .red_font_topless {
	color:#333;
	margin-top:-10px;
	padding: 0px 0px 5px 10px;
	font: bold 100% verdana,sans-serif;
}

.feature .red_font_zero {
	color:#333;
	padding:0;
	font: bold 100% verdana,sans-serif;
}

.feature .grey_font {
	color:#333;
	padding: 0px;
	font: bold 100% verdana,sans-serif;
}

.feature .grey_font_left {
	color:#333;
	padding: 0px 0px 0px 10px;
	font: bold 100% verdana,sans-serif;
}

.feature .grey_font_zero{
	color:#333;
	padding: 0;
	font: bold 100% verdana,sans-serif;
}

.feature .clause {
	font-size: 80%;
	font-style:italic;
	padding: 0px 0px 0px 10px
	
}

.feature ul {
	list-style:disc;
	margin-top:-5px;
	padding-right:10px;
	/*margin: -10px;*/
	
}

.feature li {
	padding:0px;

}

.feature p.two_col_l {
	float:left;
	width:200px;
	margin: 0;
}

.feature p.two_col_r{
	margin-left:250px;
	width:200px;	
	margin: 0;
}


.feature table{
	border-collapse: collapse;
	width:100%;
}

.feature tr{

}

.feature td{
	padding:0px 5px 0px 5px;
}

.feature td.tbl_head{
	font-weight:bold;border-left:1px solid #999;
	background-color:#DADADA;
}

.feature td.tbl_head_u{
	font-weight:bold;
	border-bottom:2px solid #999;
	background-color:#DADADA;
	padding-left:10px;
}

.feature td.tbl_head_u_top{
	font-weight:bold;
	border-top:2px solid #999;
	border-bottom:2px solid #999;
	background-color:#DADADA;
	padding-left:10px;
}

.feature td.tbl_head_u_head{
	font-weight:bold;
	border-top:2px solid #999;
	border-bottom:2px solid #999;
	border-left:1px solid #999;
	background-color:#DADADA;
	padding-left:10px;
	text-align:center;
}

.feature td.tbl_head_u_right_border{
	font-weight:bold;
	border-right:1px solid #999;
	border-bottom:2px solid #999;
	background-color:#DADADA;
	padding-left:10px;
}

.feature td.tbl_u_right_border{
	font-weight:normal;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	background-color:#ffffff;
	padding-left:10px;
	text-align:center;
}

.feature td.tbl_head_u_center{
	font-weight:bold;
	border-bottom:2px solid #999;
	text-align:center;
	background-color:#DADADA;
}

.feature td.tbl_head_u_center_l_u{
	font-weight:bold;
	border-bottom:2px solid #999;
	border-left:1px solid #999;
	text-align:center;
	background-color:#DADADA;
}

.feature td.tbl_head_u_center_l_u_t_u{
	font-weight:bold;
	border-bottom:2px solid #999;
	border-left:1px solid #999;
	border-top:1px solid #999;
	text-align:center;
	background-color:#DADADA;
}

.feature td.tbl_head_l_u_t_u{
	font-weight:bold;
	border-bottom:2px solid #999;
	border-top:1px solid #999;
	text-align:left;
	background-color:#DADADA;
}

.feature td.tbl_row{
	vertical-align:top;
	padding-left:10px;
}

.feature td.tbl_row_u{
	border-bottom:1px solid #999;
	vertical-align:top;
	padding-left:10px;
}

.feature td.tbl_row_l_u{
	border-bottom:1px solid #999;
	border-left:1px solid #999;
	vertical-align:top;
}

.feature td.tbl_row_u_center{
	border-bottom:1px solid #999;
	border-left:1px solid #999;
	vertical-align:top;
	text-align:center;
}

.feature td.tbl_row_l_u_right{
	border-bottom:1px solid #999;
	border-left:1px solid #999;
	vertical-align:top;
	text-align:right;
}

.feature td.tbl_row_l_u_center{
	border-bottom:1px solid #999;
	border-left:1px solid #999;
	vertical-align:top;
	text-align:center;
}


.feature td.tbl_img_row{
	margin:0 auto;
	border-bottom:1px solid #999;
	border-left:1px solid #999;
   text-align:center;
	padding-left:15px;
	padding-top:3px;
	background-color:#000000;

}

.feature td.tbl_img_row_white{
	margin:0 auto;
	border-bottom:1px solid #999;
	border-left:1px solid #999;
   text-align:center;
	padding-left:15px;
	padding-top:3px;
	background-color:#ffffff;

}


.feature .tbl_color_img{
	    display:block;
		 margin:auto;
	
}

.feature a:link, .feature a:visited{
  	padding:0;
	margin:0;
	text-decoration: underline;
	color: #333;
	background-color:none;
}

.feature a:hover{
	padding:0;
	margin: 0;
	text-decoration: none;
	color: #fff;
	background-color:#666;	
}

/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 100%;
	border-top: 1px solid #cccccc;
	text-align: left;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}


/*************** grid styles ******************/

.grid {
	padding: 10px 0px 0px 10px;
	font-size: 100%;
	border-top: 1px solid #cccccc;
	text-align: left;
}

.grid h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.grid p {
	padding: 0px 0px 10px 0px;
}

.grid a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.grid a.capsule:hover{
	text-decoration: underline;
}

.grid_left{
	padding-right: 12px;
}

.grid_right{
	padding-right: 12px;
}
/*************** story styles ******************/

.footer {
	padding: 10px 0px 0px 0px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
	text-align: left;
}

.footer h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.footer p {
	padding: 0px 0px 10px 0px;
}

.footer a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.footer a.capsule:hover{
	text-decoration: underline;
}

td.footerLeft{
	padding-right: 12px;
	padding-left: 12px;
	width: 30%;
}

#footermiddle{
	padding-right: 12px;
	border-left: 1px solid #ccd2d2;
	border-right: 1px solid #ccd2d2;
	padding-left: 12px;
	width: 30%;
}



/*************** new column ******************/

#col_2 {
	padding: 20px 10px 20px 10px;
	clear:both;
	/*border-bottom: 5px solid #666;*/
	background-color:#fff;
}

#left_col_2 {
	float:left;
	width:320px;
	margin-left:5px;
	padding: 10px 10px 10px 10px;
	text-align: left;
	border:1px solid #999;
	background-color:#DADADA;
	
}

#right_col_2  {	
	width:320px;
	margin-left: 370px;
	padding: 10px 10px 10px 10px;
	text-align: left;
	border:1px solid #999;
	background-color:#DADADA;
}

#col_2 img{
	padding: 10px 10px 0px 10px;
	margin:0;
	border:0;
	/*
	border:1px solid #999;
	background-color:#666;
	*/
}

#col_2 a{
	text-decoration:none;
	color:#333;
	padding: 5px 0px 5px 0px;
}

#col_2 h2{
	color:#333;
	padding:4px 0px 0px 10px;
}

#col_2 h2.grey_color{
	color:#333;
	padding:4px 0px 0px 10px;
}



#col_3 {
	padding: 10px 0px 10px 0px;
	clear:both;
	border-bottom: 1px solid #999;
	text-align: left;
	background-color:#fff;
}

#col_3_last {
	padding: 10px 0px 10px 0px;
	clear:both;
	border-bottom: 5px solid #666;
	text-align: left;
	background-color:#fff;
}

#col_3 a, #col_3_last a{
	text-decoration:none;
	color:#333;
}

#col_3 h2, #col_3_last h2{
	color:#333;
	padding:10px 0px 0px 0px;
}

#col_3 img, #col_3_last img{
	padding: 10px 0px 0px 0px;
	margin:0;
	border:0;
	width:180px;
	height:100px;
}

#left_col_3 {
	float:left;
	height:140px;
	width:205px;
	margin:0;
	padding: 0px 0px 0px 30px;
	text-align: left;
}

#mid_col_3  {
	border-left:1px solid #999;
	margin-left:241px;
	height:140px;
	width:205px;
	padding: 0px 0px 0px 35px;
	text-align: left;
}

#mid_col_3_blk  {
	/*border-left:1px solid #999;*/
	margin-left:241px;
	height:140px;
	width:205px;
	padding: 0px 0px 0px 35px;
	text-align: left;
}

#right_col_3  {
	border-left:1px solid #999;
	float:right;
	height:140px;
	width:205px;
	margin:0;
	padding: 0px 10px 0px 30px;
	text-align: left;
}

#right_col_3_blk  {
	/*border-left:1px solid #999;*/
	float:right;
	height:140px;
	width:205px;
	margin:0;
	padding: 0px 10px 0px 30px;
	text-align: left;
}

/*************** all model ******************/

#all_model {
	/*padding: 10px 0px 10px 0px;*/
	padding:0;
	margin:0;
	clear:both;
	/*border-bottom: 1px solid #999;*/
	text-align: left;
	width:740px;
	height:100px;
	background-color:#e7e7e7;
	/*border-bottom: 1px solid #999;*/
	border-top:1px solid #fff;
}

#all_model_left {
	/*
	height:150px;
	
	margin:0;
	padding: 0px 20px 0px 20px;
	text-align: left;*/
	
	float:left;
	
	/*margin-left:605px;*/
}

#all_model_left img{
	/*border-left:1px solid #999;
	float:right;height:150px;
	width:205px;
	
	text-align: left;*/
	margin:0;
	padding: 0;
	height:100px;
	width:120px;
	
}



#all_model_mid {
	background-color:#fff;
	border-top:8px solid #b9b9b9;
	border-bottom:11px solid #999;
	
	/*
	border-bottom:20px solid #b9b9b9;*/
	
	margin-left:120px;
	height:81px;
	width:483px;
	padding: 0px;
	/*width:205px;
	text-align: left;*/
	
}

#all_model_mid p{
	margin:0;
	padding: 5px 10px 5px 10px;
	
	/*width:205px;
	text-align: left;*/
}

#all_model_mid h2{
	font: bold 110% verdana,sans-serif;
	color: #333;
	background-color:#e7e7e7;
	padding: 6px 0px 8px 10px;
	margin: 0;
	/*width:205px;
	text-align: left;*/
}


#all_model_right {
	float:right;
	height:100px;
	width:135px;
	margin:0;
	padding: 0;
	text-align: left;
	/*background-color:#e7e7e7;*/
	background-color:#e7e7e7;
	/*border-right:1px solid #666;*/
	
	/*border-left:1px solid #666;*/
	/*background-color:#ccd2d2;*/
}


/*************** new footer ******************/


#new_footer {
	padding: 10px 0px 10px 0px;
	clear:both;
	border-top: 10px solid #333333;
	background-color:#e7e7e7;
	height:260px;
	text-align: left;
	font: normal 100% verdana,sans-serif;
}
/*
#new_footer img{
	padding: 10px 0px 10px 0px;
	clear:both;
	text-align:center;
	border: 5px solid #ccc;
	background-color:red;
	width:205px;
	height:120px;

}
*/
#left_footer {
	float:left;
	width:205px;
	margin:0;
	padding: 0px 0px 0px 20px;
	text-align: center;
	/*border-right:1px solid red;*/
	height:240px;
}

#left_footer img{
	padding:15px 0px 0px 0px;
	margin:auto;
	border:0;
}


#mid_footer {
	border-left:2px solid #fff;
	margin-left:240px;
	margin-right:240px;
	width:205px;
	padding: 0px 20px 0px 20px;
	text-align: left;
	height:240px;
}

#right_footer {
	border-left:2px solid #fff;
	float:right;
	width:205px;
	margin:0;
	padding: 0px 20px 0px 20px;
	text-align: left;
	height:240px;
}

#new_footer h2{
	color: #fff;
	font: bold 120% verdana,sans-serif;
	background-color:#999999;
	padding:2px 0px 2px 5px;
	text-align:left;
}

#new_footer h3{
	color: #333;
	font: bold 110% verdana,sans-serif;
}

#new_footer h4{
	color: #333;
	font: normal 100% verdana,sans-serif;
}

#new_footer p {
	font-size: 100%;
	font-weight: normal;
	padding:0;
	color: #333;
}

#new_footer a, #new_footer a:visited{
	text-decoration:underline;
	color:#333;
}

.red_font {
	color:#333;
	font-weight:normal;
}

.big_grey_font {
	color:#666;
	font-weight:bold;
	font-size: 120%;
}
/*
.feature .red_font {
	color:#cc0000;
	font: bold 100% verdana,sans-serif;
}


.footer a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.footer a.capsule:hover{
	text-decoration: underline;
}

td.footerLeft{
	padding-right: 12px;
	padding-left: 12px;
	width: 30%;
}

#footermiddle{
	padding-right: 12px;
	border-left: 1px solid #ccd2d2;
	border-right: 1px solid #ccd2d2;
	padding-left: 12px;
	width: 30%;
}

/************** list table styling ******************/
.list_div{
	clear:both;
	/*padding: 10px 20px 10px 20px;*/
	padding: 0px;
	font-size: 110%;
	text-align: left;
	line-height:1.4em;
	/*line-height:2em;*/
	background-color:#fff;
	width:740px;
}

.list_div h3{
	clear:both;
	font: bold 130% verdana,sans-serif;
	color: #333;
	padding: 10px 0px 0px 10px;
	margin: 0;
}

.list_div h4{
	clear:both;
	text-align: center;
	font: normal 100% verdana,sans-serif;
	color: #333;
	padding: 10px 0px 0px 10px;
	margin: 0;
}

.list_table_wrapper table{
	margin: auto;
	text-align:center;
	border-collapse: collapse;
	background-color:#fff;
	width:740px;
}

.list_table table{
	margin: auto;
	text-align:center;
	border-collapse: collapse;
	background-color:#fff;
	width:720px;
}

.list_table td.normal_header{
	padding:5px 2px 5px 2px;
	border: 1px solid #999;
	font-weight:bold;
	text-align:left;
	color:#333;
	background-color:#DADADA;
}

.list_table td.header{
	padding:5px 2px 5px 2px;
	border: 1px solid #999;
	font-weight:bold;
	text-align:center;
	color:#dd0000;
	background-color:#DADADA;
}

.list_table td.search_header{
	padding:5px 2px 5px 2px;
	border: 1px solid #999;
	font-weight:bold;
	text-align:center;
	color:#fff;
	background-color:#666;
}

.list_table td.result{
	padding:5px 2px 5px 2px;
	border: 1px solid #999;
 	text-align:center;
	color:#fff;
	background-color:#333;
}

.list_table td.page{
	border: 0;
	padding: 5px 3px 5px 3px;
	text-align:right;
}

.list_table td.page_left{
	border: 0;
	padding: 5px 2px 5px 2px;
	text-align:left;
}

.list_table td.normal{
	padding:5px 2px 5px 2px;
	border: 1px solid #999;
	text-align:center;
}

.list_table td.normal_left{
	padding:5px 2px 5px 2px;
	border: 1px solid #999;
	text-align:left;
}

.list_table a:link, .list_table a:visited{
  	padding:0;
	margin:0;
	line-height:1.5;
	height:1.5;
	text-decoration: underline;
	color: #333;
	background-color:none;
}

.list_table a:hover{
	line-height:1.5;
	height:1.5;
	padding:0;
	margin: 0;
	text-decoration: underline;
	color: #fff;
	background-color:#666;	
}

.list_table a:link.tmb_link, .list_table a:visited.tmb_link{
	text-decoration: none;
	border:0;
	color: #333;
	background-color:#fff;
}

.list_table a:hover.tmb_link{
	text-decoration: none;
	border:0;
	color: #333;
	background-color:#fff;
}

.list_table .tmb_img{
	border:0;
}
.list_table .tmb_img2{
	border:0;
}



/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 95%;
	color: #cccccc;
	padding: 4px 0px;
	margin-top: 0px;
	background-color:#fff;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

#siteInfo a{
	text-decoration:none;
	color:#ccc;
}

#siteInfo a:hover{
	text-decoration:underline;
	color:#666;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(bg_nav.jpg);
	font-weight: normal;
	padding: 3px 0px 3px 10px;
	color: #666666;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}

/**************add list table styling ******************/
.add_list_table table{
	margin: auto;
	text-align:center;
	border-collapse: collapse;
	background-color:#fff;
	width:80%;
}

.add_list_table td.error_header{
	padding:5px;
	border: 1px solid #999;
	/*font-weight:bold;*/
	text-align:left;
	color:#ee0000;
	background-color:#ccc;
}

.add_list_table td.ok_header
{
	padding:5px;
	border: 1px solid #999;
	/*font-weight:bold;*/
	text-align:left;
	color:#fff;
	background-color:#333;
}

.add_list_table td.header{
	padding:5px;
	border: 1px solid #999;
	/*font-weight:bold;*/
	text-align:left;
	color:#333;
	background-color:#e9e9e9;
}

.add_list_table td.normal_header{
	padding:5px;
	border: 1px solid #999;
	/*font-weight:bold;*/
	text-align:left;
	color:#333;
	background-color:#e9e9e9;
}

.add_list_table td.normal{
	padding:5px;
	border: 1px solid #999;
	text-align:left;
	/*background-color:#e9e9e9;*/
}

.add_list_table td.normal_center{
	padding:5px;
	border: 1px solid #999;
	text-align:cener;
	/*background-color:#e9e9e9;*/
}

.add_list_table td.normal_left{
	width:120px;
	padding:5px;
	border: 1px solid #999;
	text-align:left;
	/*background-color:#e9e9e9;*/
}

.add_list_table a:link, .add_list_table a:visited{
	padding: 2px;
	margin: 0px;
	text-decoration: underline;
	color: #333;
	background-color:#fff;
}

.add_list_table a:hover{
	padding:2px;
	margin: 0;
	text-decoration: underline;
	color: #fff;
	background-color:#666;	
}

.add_list_table .tmb_img{
	padding: 10px 5px 10px 5px;
	border:0;
}

.add_list_table .tmb_img2{
	padding: 0px 5px 0px 0px;
	border:0;
}

.add_list_table a:link.tmb_link, .add_list_table a:visited.tmb_link{
	text-decoration: none;
	border:0;
	color: #fff;
	background-color:#fff;
}

.add_list_table a:hover.tmb_link{
	text-decoration: none;
	border:0;
	color: #fff;
	background-color:#fff;
}