@charset "utf-8";

html
{
min-height: 101%;
}


body{
margin:0;
padding:0;
border-top: 4px solid #B71234;
}

.bold {font-weight: bold;}
a:link, a:active {color: #505050;}
a:hover {color: #547990;}
a:visited {color: #547990;}




#maincontainer {
    margin: 0 auto; /*Center container on page*/
    width: 900px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 13px;
   
}

#headercontainer {
	margin: 0 auto; /*Center container on page*/
	width: 900px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
}

#footercontainer {
	margin: 0 auto; /*Center container on page*/
	width: 900px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
}






/* ********************************************************* HEADER ****************************************************************** */
#header {
	margin: 10px 0 2px 0;
	width: 900px;
	height: 81px;
	background-image: url(../images/back_mainnav.png);
	

}

#header a {
	cursor: hand;
}	

#header #navigation{
	float: right;
	margin: 10px 0px 2px 0;
	/*height: 72px;*/
}	

#header #logo {
  display:block;
  position:absolute;
  height:71px;
  width:207px;
  background: url(../images/cooper_logo.png) no-repeat;
  text-indent:-9000px;
  z-index: 1;
}

	#nav { display: block; margin: 0; padding: 0; position: relative; z-index:0; }
	#nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; z-index:0; }
	#nav a { display: block; padding:0; }
	#nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0;z-index:0; }
  * html #nav ul { line-height: 100%; z-index:0; }  /*IE6 "fix" */
  	#nav ul a { zoom: 1; } /* IE6/7 fix */
    #nav ul li { float: none; z-index:0;}
	
	
	
#nav ul {z-index:0; }	


	
#nav { 		
  margin:3px 10px 0 0;
  padding:0;
  float:right;
}

#nav li { 
  display:block;
  height:auto;
}
#nav *:hover { 
  background: url(../images/back_mainnav_item_on_on.gif) repeat-x bottom; 	
  color: #ffffff; 
}
#nav li a { 
  display: block;
  padding:30px 16px 22px 16px;
		text-decoration: none;
		font-size: 13px;
		font-weight: bold;	
		/*color: #6ebfdd;*/ 
		color: #FFFFFF;
}

#nav li a.current { 
  display: block;
  padding:30px 16px 22px 16px;
		text-decoration: none;
		font-size: 13px;
		font-weight: bold;	
		color: #ffffff; 
		background: url(../images/back_mainnav_item_on.gif) repeat-x bottom; 		
}
	


	
		
/* ************************************************** HOMEPAGE PHOTO ****************************************************************** */
#homepagephoto {
	margin: 2px 0 2px 0;
	width: 900px;
	height: 283px;
	background: url(../images/mainphoto_homepage-2.jpg) no-repeat top;
}

#homepagephoto .overlay {
	padding: 13px 0 0 0;
	width: 353px;	/* 425 total - padding */
	height: 271px;	/* 427 total - padding */
	background: url(../images/back_homepage_mainphoto_overlay-2.png) no-repeat bottom;
}

#homepagephoto .overlay .header  {
	padding: 102px 60px 0 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height: 1em;
	color: #FFFFFF;
	font-weight: bold;
}

#homepagephoto .overlay .subheader  {
    padding: 0px 70px 0px 20px;
	margin: 12px 0 20px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #FFFFFF;
	font-weight: normal;
}


#homepagephoto .overlay a.contactus, #homepagephoto .overlay a.contactus:link, #homepagephoto .overlay a.contactus:active  {
	display: block;
	width: 106px;
	margin: 20px 0 0 0;
	border: 4px #c6dfe9 solid;
	background: url(../images/but_contactus.gif) no-repeat right #FFFFFF;		
	padding: 10px 20px 10px 10px;
	/*text-align: center;  horizontal align */
	
	color: #006f9c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;	
	text-decoration: none;		
}

#homepagephoto .overlay a.contactus:hover  {
	background-color: #eeeeee;
	color: #98710b;
}






	
/* ************************************************** SUBPAGES PHOTO ****************************************************************** */
/* MAINPAGE HEADER PHOTO */
#photo_commercial-rooftop {
	margin: 2px 0 0px 0;
	width: 901px;
	height: 239px;
	background: url(../images/mainphoto_rooftop.jpg) no-repeat top;
}

#photo_engineered-solutions {
	margin: 2px 0 0px 0;
	width: 901px;
	height: 239px;
	background: url(../images/mainphoto_engineered.jpg) no-repeat top;
}

/*#photo_open-structure {
	margin: 2px 0 6px 0;
	width: 901px;
	height: 239px;
	background: url(../images/mainphoto_openstructure.jpg) no-repeat top;
}*/

#photo_ground-mount {
	margin: 2px 0 0px 0;
	width: 901px;
	height: 239px;
	background: url(../images/mainphoto_groundmount.jpg) no-repeat top;
}

#photo_design-center {
	margin: 2px 0 0px 0;
	width: 901px;
	height: 239px;
	background: url(../images/mainphoto_design-center.jpg) no-repeat top;
}


	/* SUBPAGES HEADER PHOTOS */
	#photo_commercial-rooftop--engineered-solutions {
		margin: 2px 0 6px 0;
		width: 901px;
		height: 239px;
		background: url(../images/mainphoto_rooftop.jpg) no-repeat top;
	}
	
	#photo_commercial-rooftop--enclosures {
		margin: 2px 0 6px 0;
		width: 901px;
		height: 239px;
		background: url(../images/mainphoto_rooftop.jpg) no-repeat top;
	}
	
	#photo_commercial-rooftop--wire--cable-management {
		margin: 2px 0 6px 0;
		width: 901px;
		height: 239px;
		background: url(../images/mainphoto_rooftop.jpg) no-repeat top;
	}
	
	#photo_commercial-rooftop--metering {
		margin: 2px 0 6px 0;
		width: 901px;
		height: 239px;
		background: url(../images/mainphoto_rooftop.jpg) no-repeat top;
	}
	
	#photo_commercial-rooftop--safety-walkway {
		margin: 2px 0 6px 0;
		width: 901px;
		height: 239px;
		background: url(../images/mainphoto_rooftop.jpg) no-repeat top;
	}
	
	#photo_commercial-rooftop--downloads {
		margin: 2px 0 0px 0;
		width: 901px;
		height: 239px;
		background: url(../images/mainphoto_rooftop.jpg) no-repeat top;
	}		
	
	#photo_engineered-solutions--downloads {
		margin: 2px 0 0px 0;
		width: 901px;
		height: 239px;
		background: url(../images/mainphoto_engineered.jpg) no-repeat top;
	}

	#photo_ground-mount--downloads {
		margin: 2px 0 0px 0;
		width: 901px;
		height: 239px;
		background: url(../images/mainphoto_groundmount.jpg) no-repeat top;
	}


#photo_design-center--documents {
	margin: 2px 0 0px 0;
	width: 901px;
	height: 239px;
	background: url(../images/mainphoto_design-center.jpg) no-repeat top;
}
	
	




#pages_header {
	width: 901px;
	height: 70px;
	background: url(../images/back_subheader.png) no-repeat top;
}

#pages_header_commercial-rooftop {
	width: 901px;
	height: 70px;
	background: url(../images/back_subheader.png) no-repeat top;
}


#pages_header_ground-mount {
	width: 901px;
	height: 70px;
	background: url(../images/back_subheader.png) no-repeat top;
}

#pages_header_engineered-solutions {
	width: 901px;
	height: 70px;
	background: url(../images/back_subheader.png) no-repeat top;
}

#pages_header_design-center {
	width: 901px;
	height: 70px;
	background: url(../images/back_subheader.png) no-repeat top;
}


#pages_header div.main, #pages_header_commercial-rooftop div.main, #pages_header_engineered-solutions div.main, #pages_header_ground-mount div.main, #pages_header_design-center div.main {
	padding: 20px 20px 0px 20px;
	width: 260px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 1em;
	color: #FFFFFF;
	font-weight: bold;
}

#pages_header div.sub, #pages_header_commercial-rooftop div.sub, #pages_header_engineered-solutions div.sub, #pages_header_ground-mount div.sub, #pages_header_design-center div.sub{
	padding: 5px 20px 0px 20px;
	width: 220px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1em;
	color: #FFFFFF;
	font-weight: normal;
	
}





/* ************************************************** CONTACT US FORM ****************************************************************** */
#subheader {
	margin: 2px 0 45px 0;
	width: 901px;
	height: 70px;
	background: url(../images/back_subheader.png) no-repeat;
}

#subheader div {
	padding: 20px 20px 0px 20px;
	width: 200px;
	height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1em;
	color: #FFFFFF;
	font-weight: bold;
}

/*__________________login form__________________________*/


#login {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font: 13px Arial, Helvetica, sans-serif;
  color: #4d4d4d;
  margin: 0;
  padding: 0;
  min-width: 500px;
  max-width: 670px;
  width: 670px; 
}

#login label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 210px; 
	padding: 0; 
	margin:10px 0 0 0px; /* set top margin same as form input - textarea etc. elements */
	text-align: left; 
	font-weight: bold;	
}

#login fieldset { 
    font: 13px  Arial, Helvetica, sans-serif;
    color: #4d4d4d;
	padding: 0 0 0 10px; 
	margin:10px 0 0 0px; /* set top margin same as form input - textarea etc. elements */
	text-align: left; 	
}

#login legend { 
    font: 13px  Arial, Helvetica, sans-serif;
    color: #4d4d4d;
	padding: 0; 
	margin:0 5px 0 5px; /* set top margin same as form input - textarea etc. elements */
	text-align: left; 
	font-weight: bold;	
}


#login select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width: 248px;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:10px 0 0 0; /* set margin on left of form elements rather than right of label aligns textarea better in IE */
	background: #fcfcfc;
	border: solid 1px #e8e8e8;
	padding: 3px;
	font: 13px Arial, Helvetica, sans-serif;
	
}

#login input {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width: 240px;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:10px 0 0 0; /* set margin on left of form elements rather than right of label aligns textarea better in IE */
	background: #fcfcfc;
	border: solid 1px #e8e8e8;
	padding: 3px;
	font: 13px  Arial, Helvetica, sans-serif;
	
}

#login textarea { 
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:10px 0 0 0; /* set margin on left of form elements rather than right of label aligns textarea better in IE */
	overflow: auto; 
	background: #fcfcfc;
	border: solid 1px #e8e8e8;
	padding: 3px;	
	width: 360px; height: 50px;
	font: 100% Arial, Helvetica, sans-serif;
}
	
#login input.auto {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width: auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:10px 0 0 0; /* set margin on left of form elements rather than right of label aligns textarea better in IE */
	background: #fcfcfc;
	border: solid 1px #e8e8e8;
	padding: 2px;	
}	

#login input.submitbutton {
	display: block;
   width: auto;     /* set width of form elements to auto-size, otherwise watch for wrap on resize */
    margin:10px 0 0 0px; /* set margin on left of form elements rather than right of label aligns textarea better in IE */
    background: #dfe6ea;
    border: solid 1px #547990;
    padding: 6px 10px;    
    font-weight: bold;
    color: #505050;
    font-size: 13px;
    text-transform:uppercase;
}	


#login #fieldset input.submitbutton {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width: auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:10px 0 0 0; /* set margin on left of form elements rather than right of label aligns textarea better in IE */
	background: #fcfcfc;
	border: solid 1px #e8e8e8;
	padding: 6px 20px;	
	font-weight: bold;
	color: #4d4d4d;
	font-size: 13px ;
}	

#login small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

#login .required{} /* uses class instead of div, more efficient */

#login br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

#login input.error{
	background:#dfe6ea;
	width: 240px;
	margin:10px 0 0 0;
	border: solid 1px #547990;
	padding: 3px;
	font: 13px  Arial, Helvetica, sans-serif;
}

#login select.error{	
	background:#dfe6ea;
	width: 248px;
	margin:10px 0 0 0;
	border: solid 1px #547990;
	padding: 3px;
	font: 13px Arial, Helvetica, sans-serif;
}

/*#commentForm label.error{clear: both; margin: 1px 0px 0px 210px; display: block;width:auto; padding: 4px; color: #006f9c; font-weight: normal; background-color:#ddecf3; }*/
#login label.error{float: right;width:auto; padding: 4px; color: #505050; font-weight: normal; background-color:#dfe6ea;}

/*__________________comment form__________________________*/




#commentForm {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font: 100% Arial, Helvetica, sans-serif;
  color: #4d4d4d;
  margin: 0;
  padding: 0;
  width: auto;
  /*min-width: 500px;
  max-width: 600px;
  width: 600px; */
}

#commentForm  fieldset { 
    font: 13px  Arial, Helvetica, sans-serif;
    color: #4d4d4d;
	padding: 0 0 0 10px; 
	margin:10px 0 0 0px; /* set top margin same as form input - textarea etc. elements */
	text-align: left; 	
}

#commentForm  legend { 
    font: 13px  Arial, Helvetica, sans-serif;
    color: #4d4d4d;
	padding: 0; 
	margin:0 5px 0 5px; /* set top margin same as form input - textarea etc. elements */
	text-align: left; 
	font-weight: bold;	
}
#commentForm label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 210px;/**/
	padding: 0; 
	margin:10px 0 0 0px; /* set top margin same as form input - textarea etc. elements */
	text-align: left; 
	font-weight: bold;	
}

#commentForm select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width: 248px; /*      set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:10px 0 0 20px; /* set margin on left of form elements rather than right of label aligns textarea better in IE */
	background: #fcfcfc;
	border: solid 1px #e8e8e8;
	padding: 3px;
	font: 100% Arial, Helvetica, sans-serif;
	
}

#commentForm input {
	float: left;
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width: 240px;  /*     set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:10px 0 0 20px; /* set margin on left of form elements rather than right of label aligns textarea better in IE */
	background: #fcfcfc;
	border: solid 1px #e8e8e8;
	padding: 3px;
	font: 100% Arial, Helvetica, sans-serif;
	
}

#commentForm textarea { 
	/*width:auto;       set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:10px 0 0 20px; /* set margin on left of form elements rather than right of label aligns textarea better in IE */
	overflow: auto; 
	background: #fcfcfc;
	border: solid 1px #e8e8e8;
	padding: 3px;	
	width: 240px; height: 50px;
	font: 100% Arial, Helvetica, sans-serif;
}
	
#commentForm input.auto {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width: auto;    /*   set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:10px 0 0 -20px; /* set margin on left of form elements rather than right of label aligns textarea better in IE */
	background: #fcfcfc;
	border: solid 1px #e8e8e8;
	padding: 2px;	
}	

#commentForm input.submitbutton {
    /* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	display: block;
    width: 150px;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
    margin:10px 0 0 0px; /* set margin on left of form elements rather than right of label aligns textarea better in IE */
    background: #dfe6ea;
    border: solid 1px #547990;
    padding: 6px 10px;    
    font-weight: bold;
    color: #505050;
    font-size: 13px;
    text-transform:uppercase;
}    

#commentForm small {
    display: block;
    margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
    padding: 1px 3px;
    font-size: 88%;
}

#commentForm .required{} /* uses class instead of div, more efficient */

#commentForm br {
    clear:right; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

#commentForm input.error{
    background:#dfe6ea;
    border: solid 1px #547990;
    padding: 3px;
    font: 100% Arial, Helvetica, sans-serif;
}

#commentForm select.error{    
    background:#dfe6ea;
    border: solid 1px #547990;
    padding: 3px;
    font: 100% Arial, Helvetica, sans-serif;
}


#commentForm label.error{
	background:#dfe6ea;
	/*display: inline;*/
	float: right;
	width: auto; 
	padding: 4px; 
	color: #505050; 
	font-weight: normal;
	 
	
}

 
/* *********************************************** TWO COLUMNS CONTENT PAGES + CONTACT US *************************************************************** */

#twocolumns{
width: 901px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/

}

#twocolumnswrapper{
float: left;
width: 100%;
margin: 4px 0 0 0;
}

#twocolumnscontentcolumn{
margin-left: 171px; /*Set left margin to LeftColumnWidth*/
}

#twocolumnscontentcolumn .border{
	border: 1px solid #e6e6e6;
	margin: 0px 0px 10px 10px;
	padding: 35px 180px 50px 33px;
	background: #fcfcfc;
	color: #3d3d3d;
	font-family: Arial, Helvetica, sans-serif;
	overflow: auto;
}

#twocolumnscontentcolumn .border_facilities{
	height: 600px;
	border: 1px solid #e6e6e6;
	margin: 0px 0px 10px 10px;
	padding: 35px 33px 50px 33px;
	background: #fcfcfc;
	color: #4d4d4d;
	font-family: Arial, Helvetica, sans-serif;
	overflow: auto;
}

	#twocolumnscontentcolumn h1{
		font-size: 22px;
		line-height: 1.2em;
		font-weight: normal;
		padding-bottom: 10px;	
	}

	#twocolumnscontentcolumn h2{
		font-size: 11pt;
		line-height: 1em;
		font-weight: bold;	
	}

	#twocolumnscontentcolumn p{
		font-size: 13px;
		line-height: 1.4em;
		font-weight: normal;	
	}
	
	#twocolumnscontentcolumn .border_facilities .left{
		float: left;	
		width: 290px;
		padding: 0 10px 0 0;

	}
	
	#twocolumnscontentcolumn .border_facilities .right{
		float: right;
		width: 310px;	
		padding:0;
	}			
	

#twocolumnscontentcolumn .noborder{
	margin: 0px 0px 10px 10px;
	padding: 15px 180px 50px 33px;
	background: #ffffff;
	color: #4d4d4d;
	font-family: Arial, Helvetica, sans-serif;	
}

#noborderajax{
	margin: 0px 0px 10px 10px;
	padding: 15px 80px 50px 33px;
	background: #ffffff;
	color: #4d4d4d;
	font-family: Arial, Helvetica, sans-serif;	
}

	#twocolumnscontentcolumn .noborder h1{
/*		font-size: 13px;
		line-height: 1.4em;
		font-weight: bold;	*/
		
		font-size: 22px;
		line-height: 1.2em;
		font-weight: normal;
		padding-bottom: 0px;			
	}
	
	#twocolumnscontentcolumn .noborder p{
		font-size: 13px;
		line-height: 1.4em;
		font-weight: normal;	
	}
	
	#twocolumnscontentcolumn li{
		line-height: 1.4em;
	}	



#twocolumnsleftcolumn{
float: left;
width: 171px; /*Width of left column*/
margin-left: ; /*Set left margin to -(MainContainerWidth)*/
background: #ffffff;
margin: 4px 0 0 -901px;
color: #000000;
}

#twocolumnsleftcolumn .quote{
margin: 50px 0px 0px 0px;
background: #ffffff;
font-family: Arial, Helvetica, sans-serif;	
font: bold 1.25em Arial, Helvetica, sans-serif; 
color: #98710b;
line-height: 175%;}	

#twocolumnsleftcolumn .quote h4{
margin: 5px 0px 0px 0px;
background: #ffffff;
font-family: Arial, Helvetica, sans-serif;	
font: italic 14px Arial, Helvetica, sans-serif; 
color: #98710b;
line-height: 125%;}	

#twocolumnsleftcolumn .nav{
	margin: 0px 0px 0px 0px;
	background: #ffffff;
	height: 25px;	
}



a.item1off {
	display: block;
	border-top: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;		
	background: url(../images/back_subnav_item_off.png) repeat-x bottom;
	padding: 8px 0 0 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3b3b3b;	
	text-decoration: none;
	text-transform: uppercase;
	height: 21px;			
}


a.item1off:hover, a.item1off:active {		
	background: #f2f2f2;
	text-decoration: none;
	color: #547990;
	font-weight: bold;		
}

a.item1on{
	display: block;
	border-top: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;			
	background: #d6d6d6;
	padding: 8px 0 0 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #547990;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	height: 21px;	
}



a.item2off{
	display: block;
	border-top: 0px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;	
	background: url(../images/back_subnav_item_off.png) repeat-x bottom;		
	padding: 8px 0 0 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3b3b3b;	
	font-weight: normal;	
	text-decoration: none;
	text-transform: uppercase;	
	height: 21px;	
}

a.item2off:hover, a.item2off:active {			
	background: #d6d6d6;
	text-decoration: none;
	color: #547990;;
	font-weight: bold;				
}

a.item2on{	
	display: block;
	border-top: 0px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;			
	background: #d6d6d6;
	padding: 8px 0 0 15px;
	color: #547990;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	height: 21px;	
		
}







.itembrochure{
	margin: 10px 0 0 0;
	display: block;
	border-top: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;		
	background: url(../images/back_leftnav_pdf_center.gif) center no-repeat #fcfcfc;
	padding: 5px;
	color: red;
	/*color: #5e5e5e;*/
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;
	font-weight: normal;	
	text-decoration: none;	
}

a.itembrochure:hover, a.itembrochure:active {		
	text-decoration: none;	
	background: url(../images/back_leftnav_pdf_center.gif) center no-repeat #f2f2f2;		
}





/* *********************************************** NEWS PAGE *************************************************************** */

#newswrapper{
width: 901px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#newscontentcolumn{
float: left;
width: 100%;
}

#newscontentcolumn .newsline {
	font-weight: bold;
	font-size: 15px;
	
}
#newscontentcolumn .border{
	border: 1px solid #e6e6e6;
	margin: 0;
	padding: 35px 33px 50px 33px;
	background: #fcfcfc;
	color: #4d4d4d;
	font-family: Arial, Helvetica, sans-serif;	
}

	#newscontentcolumn .border h1{
		font-size: 22px;
		line-height: 1.2em;
		font-weight: normal;
		padding-bottom: 10px;	
	}

	#newscontentcolumn .border h2{
		font-size: 11px;
		line-height: 1em;
		font-weight: bold;	
	}

	#newscontentcolumn .border p{
		font-size: 13px;
		line-height: 1.4em;
		font-weight: normal;	
	}
	

#newscontentcolumn .noborder{
	margin: 0px 0px 10px 10px;
	padding: 15px 180px 50px 33px;
	background: #ffffff;
	color: #4d4d4d;
	font-family: Arial, Helvetica, sans-serif;	
}

	#newscontentcolumn .noborder h1{
/*		font-size: 13px;
		line-height: 1.4em;
		font-weight: bold;	*/
		
		font-size: 22px;
		line-height: 1.2em;
		font-weight: normal;
		padding-bottom: 0px;			
	}
	
	#newscontentcolumn .noborder p{
		font-size: 13px;
		line-height: 1.4em;
		font-weight: normal;	
	}
	
	#newscontentcolumn li{
		line-height: 1.4em;
	}	





/* ************************************************** FOOTER ****************************************************************** */


#footer{
	clear: both;
	height: 30px;
	border-top: #e1e1e1 1px solid;
	
	width: 899px;
	padding: 12px 1px 8px 1px;
	line-height: 1.3em;
	color: #a1a1a1;
	font-size: 10px;
	}

#footer #left {
	float: left;
	color: #a1a1a1;
	font-size: 10px;
	}
	
#footer #right {
	float: right;
	color: #a1a1a1;
	font-size: 10px;
	}
	
	
#footer #center {
	float: left;
	color: #a1a1a1;
	font-size: 10px;
	padding: 0 3px 0 8px; 
	}
	
#footer #rightlinkedin {
	float: right;
	color: #a1a1a1;
	font-size: 10px;
	margin-top: -2px;
	margin-right: 10px;
	margin-left: 15px;
	}	
	
#footer #rightyoutube {
	float: right;
	color: #a1a1a1;
	font-size: 10px;
	margin-top: -2px;
	margin-right: 15px;
	}		

#footer a:link, #footer a:active, #footer a:visited{
	color: #a1a1a1;
	text-decoration: none;
}

#footer a:hover{
	color: #7b7b7b;
	text-decoration: none;
}


#footer a.contactus, #footer a.contactus:link, #footer a.contactus:active  {
	display: block;
	width: 90px;
	margin: -5px 0 0 0;
	height: 15px;
	background: url(../images/footer_arrow_contactus.png) no-repeat right;		
	padding: 3px 0px 3px 0px;
	text-align: center;
	
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;	
	text-decoration: none;	
}

#footer a.contactus:hover  {
	/*background-color: #4e4e4e;*/
	color: #FFFFFF;
}







/* rest */
.innertube_header{
padding: 50px 20px 0px 20px;/*Margins for inner DIV inside each column (to provide padding)*/
font-weight: bold;
font-size: 13px;
color: 3c3c3c;
line-height: 1.3em;
}

.innertube{
padding: 10px 20px 0px 20px;/*Margins for inner DIV inside each column (to provide padding)*/
font-size: 11px;
color: 3c3c3c;
line-height: 1.3em;
}

.innertube a:link, .innertube a:active, .innertube a:visited{
font-size: 11px;
color: #006f9c;
line-height: 1.3em;
}

.innertube a:hover {
font-size: 11px;
color: #035b7e;
line-height: 1.3em;
}