

/*Main Area*/
body {
	background-image: url(/images/icebackground.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFF;
	margin-top: 0px;
	padding: 0px;
	}
	
img {
	border:0;
	}
	
#container {
	width:956px;
	text-align:left;
	position:relative;
	font-family:georgia;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	
/*Header*/

#header {
	padding:0;
	height:190px;
	width: 100%;
	position:relative;
	font-size:12px;
	font-family:georgia;
	background-image: url(/images/headerbackground.gif);
	background-color: #FFF;
	background-repeat: repeat-x;
	background-position: top;
}

#header .phonenumber {
	width:auto;
	position:absolute;
	top:2px;
	right:0px;
	margin:0;
	list-style:none;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#header ul
{
	width:auto;
	position:absolute;
	bottom:40px;
	right:0px;
	margin:0;
	padding:0 0 60px 0;
	list-style:none;
}

#header li
{
	float:left;
	padding:0 4px 0 0;
	margin-right:1px;
	font-size:12px;
}

#header ul a
{
	float:left;
	display:block;
	padding:4px 4px 4px 10px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;

}

#header ul li:hover a {
	color:#FFFF00;
	}
	
#header ul li:hover {
}


#toptiernav {
	font-family:georgia;
	color:#3E485C;
	width:912px;
	float:right; 
	height:22px;
	}
	
#toptiernav ul {
	position:relative;
	font-size:10px;
	list-style:none;
	bottom:30px;
	}

#toptiernav li {
	float:right;
	margin:0 8px 0 0;
	line-height:22px;
	vertical-align:middle;
	}


#toptiernav a {
	color:#000;
	}

#toptiernav a:hover {
	text-decoration:none;
	}
	
#toppromobox {
	float:right;
	width:700px;
	height: 60px;
	position:absolute;
	bottom:0px;
	right:0px;
	text-align:right;
	margin-bottom:8px;
	padding:0 0 0px 0;
	}

	
	
/* INPUTS */

input { 
	vertical-align:middle; 
	color:#666666;
	}


/*Left Nav*/

#leftnav {
	width:200px;
	float:left;
	background-image: url(/images/navbackground.jpg);
	border: 1px solid #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #333333;
	}
	
#leftnav ul {
 	margin:0;
 	padding:0 0 0 0;
 	list-style:none;
	}

#leftnav li {
	margin:0;
	padding-bottom:5px;
	list-style-image: url(/images/tinyarrow.png);
	list-style-type: none;
	list-style-position: inside;
	vertical-align: middle;
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 5px;
	}


#leftnav li a {
	height:1em;
	color: #333333;
	text-decoration: none;
	}
	
#leftnav li a:hover {
	height:1em;
	color: #000033;
	text-decoration: underline;
	}
	


/* Page Content */

#content {
	width:742px;
	float:right;
	margin-bottom:15px;
	z-index: 999;
	}
	

/* This is the slideshow area. Size images to 500x320 */
#maincontent {
	width: 500px;
	/* height: 361px; */
	float: left;
	}
	
	
/* This is the right sidebar highlights */
#secondarycontent {
	width: 230px;
	float: right;
	}

.highlightbox {
	width: 230px;
	height: 107px;
	margin-bottom: 0px;
	margin-top: 0px;
	}
	
	
	
/* These are the news boxes along the bottom */

.newsbox {
	width: 210px;
	height: auto;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
	font-size: 9pt;
	}
	
.newsbox a {
	color: #333333;
	text-decoration: none;
	}
	
.newsbox a:hover {
	color: #000033;
	text-decoration: underline;
	}



/*Footer*/

#footercontainer {
	width:100%;
	clear:both;
	margin:0;
	padding:5px 0 0 0;
	height:100px;
	color:#333333;
	font-size:11px;
	font-family:verdana;
	}
	
#footer {
	text-align:center; 
	}
	
#footer .footnote {
	width:600px;
	margin:0 auto;
	}
	
#footer a {
 	color:#333333;
	text-decoration:none;
	}
	
#footer a:hover {
 	text-decoration:underline;
	color: #000066;
	}

#sitemap ul {
	padding-top:0; 
	margin-top:0;
	}