/*  GLOBAL STYLES  */
	
html	{margin:0;  padding:0;}
html>body hr	{*margin:0;}

body	
	{
	margin:0; 
	padding:0; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#231f20;
	}
	
a, a:visited	{color:#5d9732; font-weight:bold; text-decoration:none;}
a:hover	{color:#aecb98;}


#container
	{
	position:absolute;
	left:50%;
	top:0;
	width:1000px;
	height:auto;	
	padding:59px 0 60px 0; 
	margin:0 0 0 -500px;
	}
	
#nav
	{	
	position:relative;
	padding:0; 
	margin:0;
	_padding-left:1px;
	background-color:#fff;
	height:70px;
	width:1000px;
	float:left;
	}
	
a#mascoma-logo
	{
	display:block;
	width:199px;
	height:100%;
	float:left;
	background:url('../images/ico_logo.jpg') no-repeat center;
	padding:0;
	margin:0 0 0 30px;
	_margin:0 0 0 15px; 
	
	}

#left
	{
	position:relative;
	float:left;
	width:229px;
	}
	
	
#right
	{
	position:relative;
	float:left;
	width:744px;	
	}
	
#prim-nav
	{
	position:relative;
	float:left;
	width:auto;
	height:39px;
	width:;
	margin-top:31px;
	}
	
.nav_divider	
	{
	display:block; 
	height:19px; 
	width:1px; 
	float:left; 
	background-color:#5d6b75;
	margin:-3px 0 0 -1px;
	}
	
h2	{font-size:16px; margin:30px 0 10px 20px;}	

	
h3	{margin:0 20px; font-size:12px; display:block;}	
h3.lg	{font-size:15px;}
	
	
h4
	{
	padding:0;
	margin:0 0 0 20px;
	font-size:12px;
	clear:both;
	}
	
h4	{font-weight:normal;}

hr	{
	border:none;
	height:1px;
	line-height:1px;
	color:#3e6b03;
	background-color:#3e6b03;
	width:620px;
	margin:0 0 20px 0;
	_margin:15px 0 5px 0;
	padding:0;
	display:block;
	text-align:left;
	}

address	{font-style:normal; line-height:16px; margin:0; padding:0;}

/* SECTION BACKGROUNDS */

body#home	{background:#fff url('../images/bg_home.jpg') no-repeat top center;}

body#sub_cell01, body#sub_cell02, body#sub_cell03, body#sub_cell04	{background:#fff url('../images/bg_cell.jpg') no-repeat top center;}

body#sub_story01, body#sub_story02, body#sub_story03	
{background:#fff url('../images/bg_story.jpg') no-repeat top center;}

body#sub_business01, body#sub_business02, body#sub_business03, body#sub_business04, body#sub_business05, body#sub_business06,
body#sub_business07, body#sub_business08, body#sub_business09
{background:#fff url('../images/bg_business.jpg') no-repeat top center;}
	
body#sub_environment01, body#sub_environment02, body#sub_environment03, body#sub_environment04
{background:#fff url('../images/bg_environment.jpg') no-repeat top center;}

body#sub_contact	
{background:#fff url('../images/bg_contact.jpg') no-repeat top center;}

body#sub_media01, body#sub_media02, body#sub_media03, body#sub_media04, body#sub_media05, body#sub_media06, body#sub_media07, body#sub_media08
{background:#fff url('../images/bg_media.jpg') no-repeat top center;}

body#sub_join01, body#sub_join02, body#sub_join03, body#sub_join04,
body#sub_join05, body#sub_join06, body#sub_join07, body#sub_join08, body#sub_join09
{background:#fff url('../images/bg_join.jpg') no-repeat top center;}

body#sub_leadership01, body#sub_leadership02, body#sub_leadership03, body#sub_leadership04
{background:#fff url('../images/bg_leadership.jpg') no-repeat top center;}

/* GLOBAL NAVIGATION */

/* main nav */

a.btn_home, a.btn_cell, a.btn_environment, a.btn_business, a.btn_media, a.btn_join, a.btn_contact
	{
	background-repeat:no-repeat;
	float:left;
	display:block;
	height:39px;
	background-position:left top;
	
	}

a.btn_home:hover, a.btn_cell:hover, a.btn_environment:hover, a.btn_business:hover, a.btn_media:hover, a.btn_join:hover, a.btn_contact:hover {background-position:0 -39px;}
	
.active	{background-position:0 -78px !important;}

a.btn_home {background-image:url("../images/btn_home.gif");width:65px;}
a.btn_cell {background-image:url("../images/btn_cell.gif");width:117px;}
a.btn_environment	{background-image:url("../images/btn_environment.gif");width:138px;}
a.btn_business	{background-image:url("../images/btn_aboutMascoma.gif");width:111px;}
a.btn_media	{background-image:url("../images/btn_media.gif");width:134px;}
a.btn_join {background-image:url("../images/btn_join.gif");width:102px;}
a.btn_contact	{background-image:url("../images/btn_contact.gif");width:98px; _width:97px;}

/*  HOMEPAGE STYLES  */

#introtxt	
	{
	behavior: url("../js/iepngfix.htc"); 
	background:url("../images/txt_home.png") no-repeat -5px -10px;
	width:229px; 
	height:349px;
	}

#introtxt span{display:none;}
	
#news{margin:0 0 0 30px;}
	
#head-news
	{
	background:url("../images/txt_news.gif") no-repeat left 18px;
	width:195px;
	height:25px;
	float:left;
	position:relative;
	margin:349px 0 0 0;
	padding:15px 0 0 0;
	_padding:10px 0 0 0;
	border-top:3px solid #5d9732; 
	
	}
	
#news p	
	{
	padding:0;
	display:block;
	float:left;
	margin:0 0 10px 0; 
	width:190px; 
	}
	
#mast-home
	{
	background:url("../images/mast_home.jpg") no-repeat; 
	width:744px;
	height:279px;
	}
	
a#btnlg_tech, a#btnlg_story, a#btnlg_business, a#btnlg_leader
	{
	display:block;
	float:left;
	width:185px;
	height:173px;	
	background-repeat:no-repeat;
	margin-bottom:40px;
	_margin-bottom:20px;
	}
	
a#btnlg_tech:hover, a#btnlg_story:hover, a#btnlg_business:hover, a#btnlg_leader:hover	{background-position:0 -173px;}
	
a#btnlg_tech	{background-image:url("../images/btnlg_tech.jpg"); 	margin-right:1px;}
a#btnlg_story	{background-image:url("../images/btnlg_story.jpg"); 	margin-right:1px;}
a#btnlg_business 	{background-image:url("../images/btnlg_business.jpg"); 	margin-right:1px;}
a#btnlg_leader	{background-image:url("../images/btnlg_leadership.jpg"); width:186px;}


/* SUBPAGE STYLES */

#mast-cell, #mast-story, #mast-business, #mast-leadership, #mast-environment
	{
	width:744px;
	background-repeat:no-repeat;
	height:194px;
	}
	
#mast-story	{background-image:url("../images/mast_story.jpg");}
#mast-cell	{background-image:url("../images/mast_cell.jpg");}
#mast-business	{background-image:url("../images/mast_business.jpg");}
#mast-leadership	{background-image:url("../images/mast_leadership.jpg");}
#mast-environment	{background-image:url("../images/mast_environment.jpg");}


#leftnav	
	{
	margin:69px 0 30px 0; 
	height:auto;
	float:left;
	width:100%;
	}
	
.longnav	{margin-top: 25px !important;}
.shortnav	{height:125px !important;}

a.btn_cell01, a.btn_cell02, a.btn_cell03, a.btn_cell04, 
a.btn_story01, a.btn_story02, a.btn_story03, 
a.btn_business01, a.btn_business02, a.btn_business03, a.btn_business04, 
a.btn_business05, a.btn_business06, a.btn_business07, a.btn_business08, a.btn_business09, a.btn_environment01, a.btn_environment02, a.btn_environment03, a.btn_environment04, a.btn_join01, a.btn_join02, a.btn_join03, a.btn_join04, a.btn_join05, a.btn_join06, a.btn_join07, a.btn_join08, a.btn_join09,
a.btn_media01, a.btn_media07, a.btn_media08, a.btn_leadership01, a.btn_leadership02, a.btn_leadership03, a.btn_leadership04
	{
	background-repeat:no-repeat;
	float:right;
	display:block;
	width:195px;
	background-position:left top;
	margin-top:3px;
	}
	
/*  HOVER  */
	
a.btn_cell01:hover, a.btn_cell03:hover	{background-position:0 -20px;}
a.btn_cell02:hover	{background-position:0 -36px;}
a.btn_cell04:hover	{background-position:0 -37px;}

a.btn_story01:hover	{background-position:0 -20px;}
a.btn_story02:hover	{background-position:0 -36px;}
a.btn_story03:hover	{background-position:0 -37px;}

/*a.btn_business01:hover	{background-position:0 -36px;}
a.btn_business02:hover	{background-position:0 -37px;}
a.btn_business03:hover	{background-position:0 -20px;}*/
a.btn_business01:hover, a.btn_business02:hover, a.btn_business03:hover, a.btn_business04:hover, a.btn_business05:hover, a.btn_business06:hover, a.btn_business07:hover, a.btn_business08:hover, a.btn_business09:hover	{background-position:0 -20px;}

a.btn_environment01:hover	{background-position:0 -20px;}
a.btn_environment02:hover	{background-position:0 -20px;}
a.btn_environment03:hover	{background-position:0 -37px;}
a.btn_environment04:hover, a.btn_media07:hover	{background-position:0 -37px;}

a.btn_join01:hover, a.btn_join02:hover, a.btn_join03:hover, a.btn_join04:hover, a.btn_join05:hover, a.btn_join06:hover, a.btn_join07:hover, a.btn_join08:hover, a.btn_join09:hover	{background-position:0 -20px;}

a.btn_media01:hover, a.btn_media08:hover	{background-position:0 -20px;}
a.btn_media07:hover	{background-position:0 -37px;}

a.btn_leadership01:hover, a.btn_leadership02:hover, a.btn_leadership03:hover, a.btn_leadership04:hover	{background-position:0 -20px;}

/* STATIC */


body#sub_cell01 a.btn_cell01	{background-position:0 -40px;}
body#sub_cell02 a.btn_cell02	{background-position:0 -72px;}
body#sub_cell03 a.btn_cell03	{background-position:0 -40px;}
body#sub_cell04 a.btn_cell04	{background-position:0 -74px;}

body#sub_story01 a.btn_story01	{background-position:0 -40px;}
body#sub_story02 a.btn_story02	{background-position:0 -72px;}
body#sub_story03 a.btn_story03	{background-position:0 -74px;}

/*body#sub_business01 a.btn_business01	{background-position:0 -72px;}
body#sub_business02 a.btn_business02	{background-position:0 -74px;}*/
body#sub_business01 a.btn_business01, body#sub_business02 a.btn_business02, body#sub_business03 a.btn_business03, body#sub_business04 a.btn_business04, body#sub_business05 a.btn_business05, body#sub_business06 a.btn_business06, body#sub_business07 a.btn_business07, body#sub_business08 a.btn_business08, body#sub_business09 a.btn_business09	
{background-position:0 -40px;}

body#sub_environment01 a.btn_environment01	{background-position:0 -40px;}
body#sub_environment02 a.btn_environment02	{background-position:0 -40px;}
body#sub_environment03 a.btn_environment03	{background-position:0 -74px;}
body#sub_environment04 a.btn_environment04	{background-position:0 -74px;}

body#sub_join01 a.btn_join01, body#sub_join02 a.btn_join02, body#sub_join03 a.btn_join03, body#sub_join04 a.btn_join04, body#sub_join05 a.btn_join05, body#sub_join06 a.btn_join06, body#sub_join07 a.btn_join07, body#sub_join08 a.btn_join08, body#sub_join09 a.btn_join09, 
body#sub_media01 a.btn_media01, body#sub_media08 a.btn_media08,
body#sub_leadership01 a.btn_leadership01, body#sub_leadership02 a.btn_leadership02, body#sub_leadership03 a.btn_leadership03, body#sub_leadership04 a.btn_leadership04
{background-position:0 -40px;}

body#sub_media07 a.btn_media07	{background-position:0 -74px;}

/*  STATIC */

a.btn_cell01	{background-image:url("../images/btnsub_cell01.jpg");height:20px;}
a.btn_cell02	{background-image:url("../images/btnsub_cell02.jpg");height:36px;}
a.btn_cell03 	{background-image:url("../images/btnsub_cell03.jpg");height:20px;}
a.btn_cell04	{background-image:url("../images/btnsub_cell04.jpg");height:37px;}

a.btn_story01	{background-image:url("../images/btnsub_story01.jpg");height:20px;}
a.btn_story02	{background-image:url("../images/btnsub_story02.jpg");height:36px;}
a.btn_story03 	{background-image:url("../images/btnsub_story03.jpg");height:37px;}

a.btn_business01	{background-image:url("../images/btnsub_business01.gif");height:20px;}
a.btn_business02	{background-image:url("../images/btnsub_business02.gif");height:20px;}
a.btn_business03	{background-image:url("../images/btnsub_business03.jpg");height:20px;}
a.btn_business04	{background-image:url("../images/btnsub_business04.gif");height:20px;}
a.btn_business05	{background-image:url("../images/btnsub_business05.jpg");height:20px;}
a.btn_business06	{background-image:url("../images/btnsub_business06.gif");height:20px;}
a.btn_business07	{background-image:url("../images/btnsub_business07.jpg");height:20px;}
a.btn_business08	{background-image:url("../images/btnsub_business08.gif");height:20px;}
a.btn_business09	{background-image:url("../images/btnsub_business09.jpg");height:20px;}

a.btn_environment01	{background-image:url("../images/btnsub_environment01.jpg");height:20px;}
a.btn_environment02	{background-image:url("../images/btnsub_environment02.jpg");height:20px;}
a.btn_environment03 	{background-image:url("../images/btnsub_environment03.jpg");height:37px;}
a.btn_environment04	{background-image:url("../images/btnsub_environment04.jpg");height:37px;}

a.btn_join01, a.btn_join02, a.btn_join03, a.btn_join04, a.btn_join05, a.btn_join06, a.btn_join07, a.btn_join08, a.btn_join09, a.btn_media01, a.btn_media08, a.btn_leadership01,a.btn_leadership02, a.btn_leadership03, a.btn_leadership04 
{height:20px;}

a.btn_media07	{height:37px;}

a.btn_join01	{background-image:url("../images/btnsub_join01.jpg");}
a.btn_join02	{background-image:url("../images/btnsub_join02.jpg");}
a.btn_join03	{background-image:url("../images/btnsub_join03.jpg");}
a.btn_join04	{background-image:url("../images/btnsub_join04.jpg");}
a.btn_join05	{background-image:url("../images/btnsub_join05.jpg");}
a.btn_join06	{background-image:url("../images/btnsub_join06.jpg");}
a.btn_join07	{background-image:url("../images/btnsub_join07.jpg");}
a.btn_join08	{background-image:url("../images/btnsub_join08.jpg");}
a.btn_join09	{background-image:url("../images/btnsub_join09.jpg");}

a.btn_media01	{background-image:url("../images/btnsub_media01.jpg");}
a.btn_media07	{background-image:url("../images/btnsub_media07.jpg");}
a.btn_media08	{background-image:url("../images/btnsub_media08.jpg");}

a.btn_leadership01	{background-image:url("../images/btnsub_leadership01.jpg");}
a.btn_leadership02	{background-image:url("../images/btnsub_leadership02.jpg");}
a.btn_leadership03	{background-image:url("../images/btnsub_leadership03.jpg");}
a.btn_leadership04	{background-image:url("../images/btnsub_leadership04.jpg");}

/* LEFT NAV GRAPHIC */

.gfxsm_left
	{
	width:98px;
	height:98px;
	display:block;
	float:right;
	margin-bottom:3px;
	margin-left:30px;
	background-repeat:no-repeat;
	}
	
	
.gfxlg_left
	{
	width:100%;
	height:231px;
	display:block;
	float:right;
	margin-bottom:10px;
	background-repeat:no-repeat;
	z-index:-10;
	}
	
.gfxlg_cell01	{background-image:url("../images/gfx_ce01.jpg")}
.gfxlg_cell02a	{background-image:url("../images/gfx_ce02a.jpg")}
.gfxlg_cell02b	{background-image:url("../images/gfx_ce02b.jpg")}
.gfxsm_cell03a	{background-image:url("../images/gfx_ce03a.jpg")}
.gfxsm_cell03b	{background-image:url("../images/gfx_ce03b.jpg")}
.gfxlg_cell04	{background-image:url("../images/gfx_ce04.jpg")}

.gfxlg_story01	
	{
	background-image:url("../images/gfx_story01.jpg");
	margin-top:62px;
	left: -230px; 
	position:absolute;
	}
	
.gfxlg_story02	
	{
	background-image:url("../images/gfx_story02.jpg");
	position:absolute;
	left:-230px;
	margin-top:62px;
	padding-top:240px;
	width:230px; /* width is fixed for the right-aligned caption*/
	}
	
.gfxlg_story03	
	{
	background-image:url("../images/gfx_story03.jpg");
	margin-top:62px;
	left:-230px;	
	position:absolute;
	}


.gfxlg_env	{background-image:url("../images/gfx_environment01.jpg")}
.gfxlg_env02	{background-image:url("../images/gfx_environment02.jpg")}
.gfxlg_env03	{background-image:url("../images/gfx_environment03.jpg")}
.gfxlg_env04	{background-image:url("../images/gfx_environment04.jpg")}


img.subhead	
	{
	margin:0 20px 20px;
	padding:0;
	display:block;
	}
	
div.headline	{height:30px; margin-top:20px;}
	
body#home div#right p	{margin:0;}
	
div#right p, div#right-accordion p.statictxt, div#right-accordion address.statictxt	{margin:10px 0 15px 20px; padding:0; width:600px;}

p.fineprint	
	{
	border-top:1px solid #3e6b03; 
	padding-top:10px; 
	display:block; 
	float:left; 
	margin-left:20px; 
	_margin-left:10px !important;
	width:744px;
	}

div#right address	{margin:0 0 0 20px; padding:0; width:500px;}

#mast-contact, #mast-media, #mast-join
	{
	background-repeat:no-repeat;
	width:744px;
	height:68px; 
	margin-bottom:20px;
	}
	
#mast-contact	{background-image:url("../images/mast_contact.jpg");}
#mast-media	{background-image:url("../images/mast_media.jpg");}
#mast-join	{background-image:url("../images/mast_join.jpg");}
		
	
body#sub_contact div#right, body#sub_join01 div#right, body#sub_join02 div#right, body#sub_join03 div#right, body#sub_join04 div#right, body#sub_join05 div#right, body#sub_join06 div#right, body#sub_join07 div#right, body#sub_join08 div#right, body#sub_join09 div#right, 
body#sub_media01 div#right, body#sub_media02 div#right, body#sub_media03 div#right, body#sub_media04 div#right, body#sub_media05 div#right, body#sub_media06 div#right, body#sub_media07 div#right, body#sub_media08 div#right
{background-color:#fff;}
	
#right-accordion
	{
	float:left;
	position:relative;
	width:744px;
	background-color:#fff;
	}
	
#right-accordion p.single-line	{margin:0 0 5px 20px; padding:0;}
	
.Accordion 
	{
	outline:0;
	-moz-outline:0;
	overflow: hidden;
	width:600px;
	margin-bottom:30px;
	border-bottom:1px solid #5d9732;
	}

.AccordionPanel {margin: 0; padding: 0;}

.AccordionPanelTab 
	{
	background: #fff url("../images/ico_arrow.gif") 10px 5px no-repeat;
	border-top: solid 1px #5d9732;
	margin: 0;
	padding: 5px 0 5px 40px;
	_padding: 2px 0 2px 40px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-weight:bold;
	color:#5d9732;
	}

.AccordionPanelContent 
	{
	overflow: auto;
	margin: 0;
	padding: 0;
	height: 200px;
	}

.AccordionPanelContent p	{margin:20px 0 20px 40px;}

.AccordionPanelOpen .AccordionPanelTab {background: #fff url("../images/ico_arrow.gif") 10px -45px no-repeat;}

div.backtotop	
	{
	width:600px; 
	border-bottom:1px solid #5d9732; 
	margin:30px 0 0 0;
	background: #fff url("../images/ico_arrow.gif") 582px 0 no-repeat;
	height:14px;
	}
	
div.backtotop a	{font-size:11px; margin-left:495px;}


a.viewpdf
	{
	display:block;
	width:70px;
	padding-top:3px;
	margin-bottom:10px;
	height:20px;
	_height:17px;
	background:#fff url("../images/ico_doc.gif") no-repeat 50px 0;
	}
	
div.lefttxt
	{
	margin:30px 15px 0 0;
	padding:0;
	float:right;
	}
	
a.linkout
	{
	display:inline-block;
	width:auto;
	padding:1px 0 0 20px;
	height:18px;
	background:#fff url('../images/ico_bubble.jpg') 0 0 no-repeat ;
	}
	
/*  TAB LINK NAVIGATION IE: MASCOMA LEADERSHIP PAGE */

ul.pagenav	
	{
	padding:0;
	float:left; 
	display:block; 
	width:724px;
	margin:10px 0 30px 20px;
	_margin:0 0 30px 10px;
	}
	
ul.pagenav li	
	{
	padding:0; 
	margin:0; 
	float:left; 
	font-size:11px;
	list-style-type:none;
	}
	
ul.pagenav li a	
	{
	background-repeat:no-repeat; 
	height:13px; 
	display:block; 
	background-position:0 -26px;
	}
	
#btnpg_lead01	{background-image:url('../images/btnpg_business01.gif'); width:174px;}
#btnpg_lead02	{background-image:url('../images/btnpg_business02.gif'); width:125px;}
#btnpg_lead03	{background-image:url('../images/btnpg_business03.gif'); width:160px;}
#btnpg_lead04	{background-image:url('../images/btnpg_business04.gif'); width:162px;}
#btnpg_lead05	{background-image:url('../images/btnpg_business05.gif'); width:180px;}

	
ul.pagenav li a:hover	{background-position: 0 -13px;}
ul.pagenav li a.pgactive	{background-position:0 0;}

/* FACILITIES TEXT OVERLAY STYLES */

a.facilitybg01	{background: #fff url('../images/gfxpg_business01.jpg') no-repeat 0 0}
a.facilitybg02	{background: #fff url('../images/gfxpg_business02.jpg') no-repeat 0 0}
a.facilitybg03	{background: #fff url('../images/gfxpg_business03.jpg') no-repeat 0 0}
a.facilitybg04	{background: #fff url('../images/gfxpg_business04.jpg') no-repeat 0 0}


a.textoverlay 
	{
	display: block; 

   margin: 0 0 1px 20px; 
   font-weight:normal;
   border-width: 0;
   width:609px; 
   height:289px;
   text-decoration: none; 
   color: #fff; 
   background-color:#fff;
   position:relative;   
   }
   
a.textoverlay:hover
	{color: #fff; 
   border-right: 5px double white;}

a.textoverlay span.module {display: none;}
a.textoverlay:hover span.module
	{
	display: block;
   	position: absolute; 
   	top: 30px; 
   	left: 30px; 
   	width: 515px;
   	height:210px;
   	padding: 10px 15px 0; 
 	z-index: 100;
   	color: #fff; 
   	background: #5d9732;
   	line-height:17px;
   	font-weight:normal;
   	}
   	
/* EXTERNAL LINK DISCLAIMER */
#overlay-extlink	{	
	position:absolute;
	display:block;
	z-index:1000;
	width:396px;
	height:350px;	
	border:2px solid #375718;
	background:#fff url('../images/mast_overlay.jpg') no-repeat;
	}
	
#overlay-extlink h1.overlay-logo	{	
	position:relative;
	display:inline;
	width:208px;
	height:48px;
	background:#fff url('../images/ico_logoOverlay.gif') no-repeat;
	float:left;	
	margin:85px 0 0 35px;
	}
	
#overlay-extlink p	{
	position:relative;
	float:left;
	display:inline;
	margin: 0 30px 0 90px;
	}

#overlay-extlink a	{
	position:relative;	
	float:left;	
	display:inline;
	font-size:11px;	
	color:#fff;
	font-weight:normal;
	background-color:#5d9731;
	text-align:center;
	width:125px;
	padding:6px 0;	
	}
	
#overlay-close	{margin:0 10px 0 90px;}

   	
/*  CLASS EXTENSIONS */
.twelvepix	{font-size:12px;}
.tenpix	{font-size:10px;}
.bold	{font-weight:bold;}	
.green	{color:#5d9732;}
.rtalign	{text-align:right; display:block;}
.topspace	{margin-top:32px;}
.topspace2	{margin-top:15px;}
.bottomspace	{margin-bottom:15px;}
.nobrdr	{border:none !important;}   
.italic	{font-style:italic;}	
