/* CSS Document */

body
{
	FONT-FAMILY:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:10px;
	margin:0;
	padding:0;
}


#container
{
	/*border:solid 2px #000000;*/
	background-color:#ffffff;
	margin:auto;
	width:743px;
}


#menu_strip
{
height:22px;
width:743px;
float:left;
background-color:#000000;
}


/*
#menu
{
padding:0;
margin:2px 0 0 0;
float:left;
height:20px;
background-color:#000000;
}
*/

#spectrum
{
padding:0;
margin:0;
background-color:#000000;
/*width:200px;*/
float:right;

}


#main
{
margin-top:55px;
}


#rightish
{
float:left;
width:280px;
background: #ffffff url(../images/home/home_logo.jpg);
background-position:top right;
background-repeat:no-repeat;
height:256px;
}

#ecco_intro
{
width:210px;
float:left;
height:90px;
line-height:12px;
padding:0 20px;
margin-left:auto;
margin-right:auto;
text-align:left;

}

#ecco_intro h1
{
font-size:12px;
color:#E20A16;
padding:0;
margin:0;
}

#ecco_intro p
{
font-size:12px;
line-height:130%;
padding:0;
margin-top:5px;
}

/************start news ***********/
#scrollingContainer{
	
		height:256px;
		width:190px;
		border:none;	/* Black border around box */
		background-image:url(../images/home/news_bg.jpg);
		background-repeat:no-repeat;

		padding:0;	/* A little bit of space between border of box and text inside */
		float:left;	/* I want the text to wrap around the box */
		font-size:0.9em;	/* Smaller font size than the rest of the page */
		overflow:hidden;	/* Hide overflow content */
		margin:0;
}

.scrollingItem
{
padding:5px;
margin:0;
}
.scrollingItem h1
{
  FONT-WEIGHT: bold;
  FONT-SIZE: 12px;
  COLOR: #002369;
  FONT-FAMILY:Arial, Helvetica, sans-serif;
  margin:1px;
  padding:1px;
}


.scrollingItem h2
{
  FONT-WEIGHT: bold;
  FONT-SIZE: 13px;
  COLOR: #E20A16;
  FONT-FAMILY:Arial, Helvetica, sans-serif;
  margin:1px;
  padding:1px;
  border-bottom:1px dotted #E20A16;

}

.scrollingItem p
{
  FONT-WEIGHT:normal;
  FONT-SIZE: 11px;
  COLOR:#000000;
  FONT-FAMILY:Arial, Helvetica, sans-serif;
  margin:1px;
  padding:1px;
}

.clear{
		/*clear:both;*/
	}
	
	
#news
{

background-image:url(../images/home/news_bg.jpg);
background-repeat:no-repeat;
height:256px;
width:208px;
float:left;
text-align:center;
font-weight:bold;
font-size:12px;
	
}


/************end news ***********/

.NewsBody
{
    background-image:url(../images/home/news_bg.jpg);
	background-repeat:no-repeat;
}

.NewsDate
{
    FONT-SIZE: 12px;
    COLOR: #002369;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}
.NewsTitle
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #002369;
    FONT-FAMILY:Arial, Helvetica, sans-serif;
}

.NewsTitle h1
{
	FONT-WEIGHT: bold;
    FONT-SIZE: 13px;
    FONT-FAMILY:Arial, Helvetica, sans-serif;
	color:#E20A16;
	padding:0;
	margin:0 0 10px 0;
	border-bottom: dotted 1px #E20A16;
}
.NewsContent
{
    FONT-SIZE: 11px;
    FONT-FAMILY:Arial, Helvetica, sans-serif;
	color:#000000;
}


