/*--------------------html elements------------------*/
html {
	margin: 0;
	padding: 0;
	
}

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;


  
	font-size: 12px;
  background-image: url(../newsupport/color.JPG);
	background-repeat:repeat;
  background-color: #FEDAA4;
}

img {
	border: none;
	margin: 0;
	padding: 0;
}

a {
	margin: 0;
	padding: 0;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 100%;
	letter-spacing: 1px;
	font-weight: bold;
  color: #464646;
	text-decoration: none;
}

a:hover {	
	text-decoration: underline;
}

li {
	margin: 0;
	padding: 0;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 140%;
	letter-spacing: 1px;
	font-weight: bold;
  color: #464646;
	text-decoration: none;	
}


/*@font-face {    font-family: "AlteHaas";    src: url(../newsupport/fonts/altehaasgroteskbold.ttf);}*/

p {

	font-family: Arial, Helvetica, sans-serif;*/
/*  font-family:"AlteHaas";*/
	font-style: normal;
	line-height: 120%;
	letter-spacing: 1px;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 0;
/*	color: #A06800;*/
  color:#c95a38;
	font-size: 12px;
	
}




/* ----------------------- Header ----------------------- */
div#headerLogo {
	margin: 0;
	padding: 50 50 50 50;

	height: 60px;
	background-color: #fff;
	background-image: url(../newsupport/interiorsheader.JPG);
	background-repeat: no-repeat;
	background-position: 5px 5px;
/*	border-bottom: 1px dashed #bbb;*/
}
/* ----------------------- buttons ----------------------- */
a.button {
	margin: 0;
	margin-right: 2px;
	padding: 2px 10px 2px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 100%;
	letter-spacing: 1px;
	font-weight: bold;
	text-decoration: none;
}

/*links at bottom*/
a.grayButton {
   margin-right: 50px;
  padding:  2px 10px 2px 10px;
  font-size: 12px;
  /*	color: #A06800;*/
	color:#DC9000;
/*try halfway in between*/
/*			color:#c7701a;*/
/*	color:#b95a38;*/
	/*color:#C98300;*/
}

a.grayButton:hover {
	color: #fff;
	background-color: #369;
	border-color: #fff;
	text-decoration: none;
}

/* ----------------------- columns ----------------------- */
div#content {
	position: relative;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;	
}
div#leftColumn {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	
}

div#centerColumn {
  position: relative;

	padding: 0;	
}
div.columnContainer {
  padding: 20px 10px 20px 10px;
 	height:400px;			
}

div.presscolumnContainer {
	padding: 20px 10px 20px 10px;
	overflow-y:scroll;
	height:400px;

}

div.shortpresscolumnContainer {
	padding: 10px 10px 10px 10px;
	overflow-y:scroll;
	height:200px;

}

p.centerCopy {
	margin-bottom: 10px;
	line-height: 140%;
}

/* ----------------------- index content ----------------------- */
div.indexLeftColumn {
	width: 220px;
}

div.indexCenterColumn {
  margin: 0 220px ;
}
div.indexPict {
	margin: 0;
	padding: 0;
	
	width: 400px;
	height: 400px;
	/*background-repeat: no-repeat;*/
	background-position: left top;
}
div.indexPictLeft {
	background-image: url(../newsupport/interiorscover01.jpg);
	background-repeat:no-repeat;

/*border-top: 4px solid #47a;*/
}

/* ------------------------------------------------------- */

/* ----------------------- footer ----------------------- */
div#footer {
	margin: 0;
	padding: 10px 0;
/*	background-color: #369;*/
	background-color: #252525;
/*	border-top: 4px solid #47a;
	border-bottom: 4px solid #47a;
*/
	text-align: center;
	font-style: normal;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 12px;
	color: #eee;
	line-height: 180%;
}


