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

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

#masthead
{
	text-align:left;
	width:770px;
	height:155px;
	margin:0 auto;
	padding:0;	
}

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

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

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

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

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

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


/********* form and related tag styles *********/

form 
{
	margin: 0;
	padding: 0;
}

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




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

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

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

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

	border-bottom:1px solid #666;
	*/
}

#nav a {
	display: block;
	/*width: 120px;*/
	
	text-decoration:none;
	/*height:35px;
	line-height:35px;*/
	text-align:center;
	
	
}
/*
#nav .first {
	border-top:1px solid #666;
}
*/

/*
#nav .nope {
	border:0;
}
*/

#nav a:link, #nav a:visited{

	/*color:#005FA9;*/

	color:#cccccc;
}



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

#nav a:hover {
	color:#ff7f33;
	background-color:#555555;
}


#nav ul a {
	text-align:left;
	padding:0px 0px 0px 0px;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	width: 108px;
	padding-left:5px;

}

#nav li { 
	float: left;
	display:block;
}

#nav li#home_link { 
	width: 111px; /* width needed or else Opera goes nuts */
	/*border-right:1px solid #999;*/
}

#nav li#news_link { 
	width: 146px; /* width needed or else Opera goes nuts */
	/*border-right:1px solid #999;*/
}

#nav li#products_link { 
	width: 130px; /* width needed or else Opera goes nuts */
	/*border-right:1px solid #999;*/
}

#nav li#about_us_link { 
	width: 127px; /* width needed or else Opera goes nuts */
	/*border-right:1px solid #999;*/
}

#nav li#contact_us_link { 
	width: 131px; /* width needed or else Opera goes nuts */
	/*border-right:1px solid #999;*/
}

#nav li#blank_link { 
	width: 125px; /* width needed or else Opera goes nuts */
	/*border-right:1px solid #999;*/
}


#nav li ul { 
	 /* second-level lists */
	position: absolute;
	margin-left:7px;
	margin-top:-3px;
	border-top:1px solid #555555;
	background-color:#333333;
	width: 115px;
	left: -999em; 
	/* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul a{ 
	border-bottom:1px solid #cccccc;
	height:20px;
	line-height:20px;
	/* using left instead of display to hide menus because display: none isn't read by screen readers */
}




#nav li ul li ul a{ /* third-and-above-level lists */
	border-bottom:1px solid #cccccc;
	
	height:20px;
	line-height:20px;
	width:130px;
	background-color:#333333;
}


#nav li ul ul { /* third-and-above-level lists */
	margin: -22px 0 0 114px;
	background-color:#333333;
	border-top:1px solid #cccccc;
	width:137px;
}



#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                                 */
/***********************************************/

/***********************************************/
/* Component Divs                              */
/***********************************************/

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

#index_left{
	float:left;
	width:285px;
	text-align:left;
	z-index:-10000;
	padding: 0px 5px 0px 30px;
	border-right:1px solid #cccccc;
}

#index_left .title
{
	font: bold 10pt arial,sans-serif;
	color: #012E72;
}

#index_left .blue_title 
{
	font: bold 8pt arial,sans-serif;
	color: #012E72;
}

#index_left .orange_title 
{
	font: bold 8pt arial,sans-serif;
	color: #ff7f00;
}


#index_left .each_element
{
	padding: 10px 0px 0px 0px;
	font: normal 8pt arial,sans-serif;
}


#index_left img 
{
	clear:left;
	float:left;
	border:1px solid #999999;
	margin-right:10px;
	margin-bottom:5px;
	
}








/*===============*/



#left
{
	width:280px;
	float:left;
	text-align:left;
	padding: 0px 10px 0px 30px;
	border-right:1px solid #cccccc;
	line-height:1.4;
	height:1.4;
}

#left h3
{
	font: bold 11pt arial,sans-serif;
	color: #012E72;
	padding: 20px 0px 15px 0px;
	margin: 0;
}

#left .title
{
	font: bold 10pt arial,sans-serif;
	color: #012E72;
}

#left .blue_title 
{
	font: bold 8pt arial,sans-serif;
	color: #012E72;
}

#left .orange_title 
{
	font: bold 8pt arial,sans-serif;
	color: #ff7f00;
}


#left .each_element
{
	padding: 10px 0px 0px 0px;
}


#left img 
{
	clear:left;
	float:left;
	border:1px solid #999999;
	margin-right:10px;
	margin-bottom:5px;
	
}

#left .each_product{
	padding: 10px 0px 15px 0px;
}

#left a:link, #left a:visited
{
	text-decoration: underline;
	color: #333333;
	border:0;
}

#left a:hover{

	text-decoration: none;
	color: #ffffff;
	background:#012E72;
	border:0;
}


/*===================*/

#right 
{
	float:right;
	width:390px;
	/*margin-right:10px;*/
	margin-left:10px;
	text-align:left;
	padding: 0px 35px 0px 0px;
	line-height:1.4;
	height:1.4;
	
}


#right h3
{
	font: bold 11pt arial,sans-serif;
	color: #012E72;
	padding: 20px 0px 15px 0px;
	margin: 0;
}

#right h3.clear_right
{
	clear:right;
}



#right .blue_title 
{
	font: bold 8pt arial,sans-serif;
	color: #012E72;
	clear:right;
}


#right .orange_title 
{
	font: bold 8pt arial,sans-serif;
	color: #ff7f00;
}


#right .each_news
{
	padding: 10px 0px 15px 0px;
}


#right img 
{
	float:left;
	border:1px solid #999999;
	margin-right:10px;
	margin-top:-10px;
}


#right img.img_right{
	float: right;
	padding: 0;
	margin: 0px 0px 5px 20px;
	border:1px solid #999999;
}

#right a.right_right_link:link, #right a.right_right_link:visited
{
  	clear:right;
	float:right;
	padding:0px 3px 0px 3px;
	margin-top:20px;
	text-decoration: underline;
	color: #333333;
}

#right a.right_right_link:hover
{
	text-decoration: none;
	color: #ffffff;
	background:#012E72;
}

#right .clearance{
	clear:right;
}


#right .spacer {
    clear:right;
	line-height: 1px;
	min-height:80px;
}


#right .brand_title{
	clear:right;
	text-align:left;
	position: absolute;
	bottom:25px;
	width:410px;
	min-height:75px;	

}

#right .one_border
{
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

#index_clause
{
	float:left;
	width:710px;
	text-align:left;
	z-index:-10000;
	padding: 0px 5px 0px 30px;
}

#index_clause .title 
{
	font: bold 11pt arial,sans-serif;
	color: #012E72;
}

#index_clause .each_element
{
	padding: 0px 0px 30px 0px;
}


#index_clause img {
	clear:left;
	float:left;
	border:1px solid #999999;
	margin-right:10px;
}

#index_clause a:link, #index_left a:visited{
  	float:right;
	padding:0px 3px 0px 3px;
	margin-right:7px;
	text-decoration: underline;
	color: #333333;
	border:0;
}

#index_clause a:hover{
	padding:0px 3px 0px 3px;
	margin-right:7px;
	text-decoration: none;
	color: #ffffff;
	background:#012E72;
	border:0;
}

#index_clause h3{
	font: bold 12pt arial,sans-serif;
	color: #012E72;
	padding: 20px 0px 15px 0px;
	margin: 0;
}


/**************  Brand Available ****************/
/* source http://blog.userland.fr/public/Demos/bottom-align.html
*/



#all_content {

	background-image: url("../images/body.jpg");
}

/*

#brand_available {
	text-align:left;
	position: absolute;
	bottom:25px;
	width:410px;
	min-height:75px;
}


#brand_available .brand_title {
    clear:right;
	padding:10px 0px 10px 0px;
	font: bold 8pt arial,sans-serif;
	color: #012E72;
	
}
*/

#brand_available {
	clear:right;
        position: absolute;
		bottom:25px;
		width:410px;

}

.clear_brand {
	clear: both;
	line-height: 1px;
}

.clear_index_link{
	clear: right;
}



.clear_brand {
	clear: both;
	line-height: 1px;
}

.clear_index_link{
	clear: right;
}



/************** product page styles ****************/

#product_left{
	float:left;	
	text-align:center;
	padding:0px 0px 0px 10px;
	
	width:160px;
	margin:0;
	
	
	
	/*background-color:#E6E3FB;*/
}

#product_left_margin{
	float:left;	
	text-align:left;
	z-index:-10000;
	padding: 0px 10px 0px 18px;
	border-right: 1px solid #999999;
	width:150px;
	background-color:#CCCCCC;
}

#product_left h2, #product_left_margin h2 {
	font: bold 10pt arial,sans-serif;
	color: #012E72;
	padding: 10px 0px 5px 10px;
	margin: 0;
}

#product_left img, #product_left_margin img {
	
	
	margin:10px 0px 0px 0px;
	border:1px solid #999999;
}

#product_left a:link, #product_left a:visited, #product_left_margin a:link, #product_left_margin a:visited{
	text-decoration: underline;
	color: #333333;
	border:0;
}

#product_left a:hover, #product_left_margin a:hover{
	text-decoration: none;
	color: #ffffff;
	background:#012E72;
	border:0;
}






/*
#product_right {
	margin-left: 150px;
	width:100%;
	line-height: 1.5;
	
	text-align:left;
	z-index:-10000;
	padding: 0px 40px 0px 25px;
}
*/

#product_right {
	margin-left: 160px;
	margin-top:10px;
	margin-right:10px;
	line-height: 1.5;
	width: 540px;
	text-align:left;
	z-index:-10000;
	padding:5px 20px 0px 20px;
	border-left: 1px solid #999999;
	min-height:520px;
	height:auto !important;
  	height:520px;
}

#product_right_margin {
	margin-left: 160px;
	line-height: 1.5;
	width: 550px;
	text-align:left;
	z-index:-10000;
	padding:5px 20px 0px 20px;
	border-left: 1px solid #999999;
}



#product_right h3, #product_right_margin h3 {
	font: bold 11pt arial,sans-serif;
	color: #012E72;
	padding: 0;
	margin-top: 20px;
}

#product_right h4, #product_right_margin h4 {
	font: bold 8pt arial,sans-serif;
	color: #012E72;
	padding: 0;
	margin-top: 5px;
	clear:right;
}

#product_right .go_up, #product_right_margin .go_up {

}

#product_right .title, #product_right_margin .title {
	font: bold 10pt arial,sans-serif;
	color: #012E72;
	padding: 15px 0px 0px 0px;
}

#product_right .promotion_title, #product_right_margin .promotion_title {
	font: bold 10pt arial,sans-serif;
	color: #ff7f00;
	padding: 10px 0px 0px 0px;
}

#product_right ul.no_break, #product_right_margin ul.no_break {
	margin-top:-10px;
	line-height:2;
	height:2;
}

#product_right ul.product_list, #product_right_margin ul.product_list {
	margin-top:5px;
	line-height:2;
	height:2;
}


#product_right h5, #product_right_margin h5 {
	clear:both;
	font: bold 8pt arial,sans-serif;
	color: #012E72;
	padding: 5px 0px 0px 0px;
	margin-bottom:-10px;
}

#product_right h6, #product_right_margin h6 {
	font: bold 10pt arial,sans-serif;
	color: #012E72;
	padding: 0px 0px 5px 0px;
	margin: 0;
}

#product_right p.bigger, #product_right_margin p.bigger{
	font-size:8pt;
	line-height:2;
	height:2;
}

#product_right p.clear_left, #product_right_margin p.clear_left{
	font-size:12px;
	line-height:2;
	height:2;
	clear:right;
}

#product_right img, #product_right_margin img {
	padding:0;
	border:1px solid #999999;
	margin:0;
}


#product_right img.img_left, #product_right_margin img.img_left {
	float: left;
	padding:0;
	margin:12px 5px 5px 0px;
}

#product_right img.img_left_space, #product_right_margin img.img_left_space {
	float: left;
	padding:0;
	margin:10px 5px 5px 0px;
}

#product_right img.img_left_vert, #product_right_margin img.img_left_vert {
	float: left;
	padding:0;
	margin:2px 5px 5px 0px;
	clear: left;
}

#product_right img.img_right, #product_right_margin img.img_right {
	float: right;
	padding: 0;
	margin: 12px 0px 5px 20px;
}

#product_right img.img_right_space, #product_right_right img.img_right_space {
	float: right;
	padding: 0;
	margin: 10px 0px 5px 5px;
}

#product_right img.img_right_vert, #product_right_margin img.img_right_vert {
	float: right;
	padding: 0;
	margin: 2px 0px 5px 5px;
	clear: right;
}


#product_right .clause, #product_right_margin .clause {
	font-style:italic;	
}



#product_right .sml_clause, #product_right_margin .sml_clause {
	font-size: 8pt;
	font-style:italic;
}


#product_right a.the_link:link, #product_right_margin a.the_link:link
{
	text-decoration: underline;
	color: #333333;
}

#product_right a.the_link:visited, #product_right_margin a.the_link:visited{
	text-decoration: underline;
	color: #333333;
}

#product_right a.the_link:hover, #product_right_margin a.the_link:hover
{
	text-decoration: none;
	color: #ffffff;
	background:#012E72;
}

#product_right a.title_link:link, #product_right a.title_link:visited, #product_right_margin a.title_link:link, #product_right_margin a.title_link:visited{
	text-decoration: underline;
	color: #012E72;
}

#product_right a.title_link:hover, #product_right_margin a.title_link:hover
{
	text-decoration: none;
	color: #ffffff;
	background:#012E72;
}

#product_right .product_list, #product_right_margin .product_list{
	margin-top: -2pt;
	padding-right:5px;
}




/*
#product_right{
	margin-left:50px;
	width:500px; 
	text-align:left;
	z-index:-10000;
	padding: 0px 5px 0px 30px;
	border-right:1px solid #cccccc;
}
*/
/*
#product_right {
	margin-left: 120px;
	margin-right: 150px;
	width:500px;
	text-align:left;
	z-index:-10000;
	padding: 0px 40px 0px 25px;
	border-left: 1px solid grey;
}

#product_right .title {
	font: bold 11pt arial,sans-serif;
	color: #012E72;
}

#product_right .promotion_title {
	font: bold 11pt arial,sans-serif;
	color: #ff7f00;
}

#product_right .each_element{
	padding: 0px 0px 30px 0px;
}

#product_right p {
	clear:left;
	float:left;
	border:1px solid black;
	margin-right:10px;
}

#product_right img {
	clear:left;
	float:left;
	border:1px solid black;
	margin-right:10px;
}

#product_right a:link, #product_right a:visited{
  	float:right;
	padding:0px 3px 0px 3px;
	margin-right:7px;
	text-decoration: underline;
	color: #333333;
	border:0;
}

#product_right a:hover{
	padding:0px 3px 0px 3px;
	margin-right:7px;
	text-decoration: none;
	color: #ffffff;
	background:#012E72;
	border:0;
}

#product_right h3, #index_right h3 {
	font: bold 12pt arial,sans-serif;
	color: #012E72;
	padding: 20px 0px 15px 0px;
	margin: 0;
}

#product_right {
	margin-left: 310px;
	text-align:left;
	z-index:-10000;
	padding: 0px 25px 0px 25px;
}

#product_right img {
	margin-top:3px;
	padding:0;
}

#product_right img.img_left {
	float: left;
	padding:0;
	margin:10px 5px 5px 0px;
}

#product_right img.img_right {
	float: right;
	padding:0;
	margin:10px 0px 5px 5px;
}

#product_right .each_element{
	padding: 0px 0px 20px 0px;
}

#product_right a:link, #product_right a:visited{
  	float:right;
	padding:0px 3px 0px 3px;
	margin-right:7px;
	text-decoration: underline;
	color: #333333;
	border:0;
}

#product_right a:hover{
	float:right;
	padding:0px 3px 0px 3px;
	margin-right:7px;
	text-decoration: none;
	color: #ffffff;
	background:#012E72;
	border:0;
}
*/


/************** about us right ****************/

#about_us_right{
	float:right;
	text-align:center;
	z-index:-10000;
	padding: 10px 30px 0px 15px;
	border-left: 1px solid #999999;
	margin:10px 0px 10px 0px;
	
}

#about_us_right h2 {
	font: bold 10pt arial,sans-serif;
	color: #012E72;
	padding: 10px 0px 10px 5px;
	margin: 0;
}

#about_us_right img {
	clear:left;
	float:left;
	border:1px solid #999999;
	margin-bottom:10px;
}

#about_us_right a:link, #about_us_right a:visited{
	text-decoration: underline;
	color: #333333;
	border:0;
}

#about_us_right a:hover{
	text-decoration: none;
	color: #ffffff;
	background:#012E72;
	border:0;
}


/************** about us left ****************/

#about_us_left {
	margin-top:10px;
	margin-left: 15px;
	margin-right: 175px;
	
	text-align:left;
	z-index:-10000;
	padding: 0px 40px 0px 25px;
}


#about_us_left h3 {
	font: bold 11pt arial,sans-serif;
	color: #012E72;
	padding: 15px 0px 0px 0px;
	margin: 0;
}

#about_us_left h4 {
	font: bold 8pt arial,sans-serif;
	color: #012E72;
	padding: 15px 0px 0px 0px;
	margin: 0;
}

#about_us_left ul.no_break {
	margin-top:-10px auto;
	line-height:2;
	height:2;
}


#about_us_left h5 {
	font: bold 12pt arial,sans-serif;
	color: #012E72;
	padding: 0px 0px 5px 0px;
	margin: 0;
}

#about_us_left h6 {
	font: bold 10pt arial,sans-serif;
	color: #012E72;
	padding: 0px 0px 5px 0px;
	margin: 0;
}

#about_us_left p{
	font-size:8pt;
	line-height:2;
	height:2;
}

#about_us_left p.bigger{
	font-size:10pt;
	line-height:2;
	height:2;
}


#about_us_left ul {
	margin-top:-10px;
	line-height:2;
	height:2;
}

#about_us_left img {
	padding:0;
	border:1px solid #999999;
}


#about_us_left img.img_left {
	float: left;
	padding:0;
	margin:10px 5px 5px 0px;
}

#about_us_left img.img_left_vert {
	float: left;
	clear:left;
	padding:0;
	margin:0px 5px 5px 0px;
}

#about_us_left img.img_right {
	float: right;
	padding:0;
	margin:10px 0px 5px 5px;
}

#about_us_left img.img_right_vert {
	float: right;
	padding:0;
	margin:0px 0px 5px 5px;
	clear: right;
}


#about_us_left .clause {
	font-style:italic;	
}


#about_us_left .sml_clause {
	font-size: 8pt;
	font-style:italic;
}


#about_us_left a:link, #about_us_left a:visited{
	text-decoration: underline;
	color: #333333;
}

#about_us_left a:hover{
	text-decoration: none;
	color: #ffffff;
	background:#012E72;
}


/************** contact us right ****************/

#contact_us_right{
	float:right;
	text-align:center;
	z-index:-10000;
	padding: 10px 30px 0px 15px;
	border-left: 1px solid #999999;
	margin:10px 0px 10px 0px;
	
}

#contact_us_right h2 {
	font: bold 10pt arial,sans-serif;
	color: #012E72;
	padding: 10px 0px 10px 5px;
	margin: 0;
}

#contact_us_right img {
	clear:left;
	float:left;
	border:1px solid #999999;
	margin-bottom:10px;
}

#contact_us_right a:link, #contact_us_right a:visited{
	text-decoration: underline;
	color: #333333;
	border:0;
}

#contact_us_right a:hover{
	text-decoration: none;
	color: #ffffff;
	background:#012E72;
	border:0;
}


/************** contact us left ****************/

#contact_us_left {
	margin-top:10px;
	margin-left: 15px;
	margin-right: 250px;
	
	text-align:left;
	z-index:-10000;
	padding: 0px 40px 0px 25px;
}


#contact_us_left h3 {
	font: bold 11pt arial,sans-serif;
	color: #012E72;
	padding: 15px 0px 0px 0px;
	margin: 0;
}

#contact_us_left h4 {
	font: bold 8pt arial,sans-serif;
	color: #012E72;
	padding: 15px 0px 0px 0px;
	margin: 0;
}

#contact_us_left ul.no_break {
	font-size:8pt;
	margin-top:-10px;
	line-height:2;
	height:2;
}


#contact_us_left h5 {
	font: bold 12pt arial,sans-serif;
	color: #012E72;
	padding: 0px 0px 5px 0px;
	margin: 0;
}

#contact_us_left h6 {
	font: bold 10pt arial,sans-serif;
	color: #012E72;
	padding: 0px 0px 5px 0px;
	margin: 0;
}

#contact_us_left p.bigger{
	font-size:8pt;
	line-height:2;
	height:2;
}


#contact_us_left img {
	padding:0;
	border:1px solid grey;
}


#contact_us_left img.img_left {
	float: left;
	padding:0;
	margin:10px 5px 5px 0px;
}

#contact_us_left img.img_left_vert {
	float: left;
	clear:left;
	padding:0;
	margin:0px 5px 5px 0px;
}

#contact_us_left img.img_right {
	float: right;
	padding:0;
	margin:10px 0px 5px 5px;
}

#contact_us_left img.img_right_vert {
	float: right;
	padding:0;
	margin:0px 0px 5px 5px;
	clear: right;
}


#contact_us_left .clause {
	font-style:italic;	
}



#contact_us_left .sml_clause {
	font-size: 8pt;
	font-style:italic;
}





#contact_us_left a:link, #contact_us_left a:visited{
	text-decoration: underline;
	color: #333333;
}

#contact_us_left a:hover{
	text-decoration: none;
	color: #ffffff;
	background:#012E72;
}






/************** news_n_events right ****************/



#news_n_events_right{
	float:right;
	text-align:center;
	z-index:-10000;
	padding: 10px 30px 0px 15px;
	margin:10px 0px 10px 0px;

}

#news_n_events_right h2 {
	font: bold 10pt arial,sans-serif;
	color: #012E72;
	padding: 10px 0px 10px 5px;
	margin: 0;
}

#news_n_events_right img {
	clear:left;
	float:left;
	border:1px solid #999999;
	margin-bottom:10px;
}

#news_n_events_right a:link, #news_n_events_right a:visited{
	text-decoration: underline;
	color: #333333;
	border:0;
}

#news_n_events_right a:hover{
	text-decoration: none;
	color: #ffffff;
	background:#012E72;
	border:0;
}


/**************  news_n_events left ****************/

#news_n_events_left {
	margin-top:10px;
	margin-left: 15px;
	margin-right: 165px;
	
	text-align:left;
	z-index:-10000;
	padding: 0px 25px 0px 25px;
	border-right: 1px solid #999999;
	font: normal 8pt arial,sans-serif;
}


#news_n_events_left h3 {
	font: bold 11pt arial,sans-serif;
	color: #012E72;
	padding: 10px 0px 0px 0px;
	margin: 0;
}

#news_n_events_left h4 {
	font: bold 8pt arial,sans-serif;
	color: #012E72;
	padding: 10px 0px 0px 0px;
	margin: 0;
}

#news_n_events_left ul.no_break {

	margin-top:-10px;
	line-height:2;
	height:2;
}


#news_n_events_left h5 {
	font: bold 12pt arial,sans-serif;
	color: #012E72;
	padding: 0px 0px 5px 0px;
	margin: 0;
}

#news_n_events_left h6 {
	font: bold 10pt arial,sans-serif;
	color: #012E72;
	padding: 0px 0px 5px 0px;
	margin: 0;
}

#news_n_events_left p.bigger{
	font-size:8pt;
	line-height:1.5;
	height:1.5;
}


#news_n_events_left img {
	padding:0;
	border:1px solid #999999;
}


#news_n_events_left img.img_left {
	float: left;
	padding:0p;
	margin:15px 8px 0px 0px;
}

#news_n_events_left img.img_left_vert {
	float: left;
	clear:left;
	padding:0;
	margin:0px 5px 5px 0px;
}

#news_n_events_left img.img_right {
	float: right;
	padding:0;
	margin:18px 0px 0px 5px;
}

#news_n_events_left img.img_right_vert {
	float: right;
	padding:0;
	margin:0px 0px 5px 5px;
	clear: right;
}


#news_n_events_left .clause {
	font-style:italic;	
}



#news_n_events_left .sml_clause {
	font-size: 8pt;
	font-style:italic;
}

#news_n_events_left a.right_link{
	float:right;
	
}



#news_n_events_left a.right_link:link, #news_n_events_left a.right_link:visited{
	text-decoration: underline;
	color: #333333;
}

#news_n_events_left a.right_link:hover{
	text-decoration: none;
	color: #ffffff;
	background:#012E72;
}



.clear_both {
	clear:both;

	
}


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


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


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


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


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


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


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


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


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


/*************** footer ******************/
#footer {
	clear:both;
	height:46px;
	text-align: center;
	background: url("../images/footer.jpg");
	
}

#site_info{
	font-size:7pt;
	color: #9999cc;
	padding-top:13px;
}

#site_info img{
	vertical-align: middle;
}

#site_info a{
	text-decoration:none;
	color:#9999cc;
	
}

#site_info a:hover{
	text-decoration:underline;
	color:#cccccc;
}



/************** list table styling ******************/



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


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


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


/**************add list table styling ******************/
