﻿html {
	}

body {
	color: #ffffff;
	margin: 0px auto;
	width: 100%;
	text-align: left;
}

.banner {
	background: url(images/top_bar.png) repeat-x; 
	background-position: left top;
	color: #ffffff;
	margin: 0px;
	width: 100%;
	text-align: left;
	position: relative;
}

#nav {
	margin-bottom: 0px;
	position: absolute;
	top: 60px;
	left: 5px;
}

#nav li {
	list-style-type: none;
	padding: 0px;
	margin: 0;
	float: left;
}

#nav a {
	display: block;
	font-family: 'Trebuchet MS', arial;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	background-color: #607268;
	padding: 2px 2px 2px 3px;
	width: 8em;
	margin-left: 2px;
	border-right: 1px solid #607268;
	border-bottom: 1px solid #607268;
	font-weight: bold;
	margin-bottom: 2px;
}

#nav a:hover {
	background: #607268;
	border-right: 1px solid #607268;
	border-bottom: 1px solid #607268;
	color: #16325c;
}

/*highlight "you are here" buttons*/
#nav a#featureLink {
	background: #607268;
	border-right: 1px solid #607268;
	border-bottom: 1px solid #607268;
	color: #16325c;
}

#style1 {
	color: #16325c;
	}

#logo {
	background: url("images/favs_rightside.gif") no-repeat right top;
	height: 100px;
}

#logo2 {
	background: url("images/west_rightside.gif") no-repeat right top;
	height: 100px;
}

#logo3 {
	background: url("images/mid_rightside.gif") no-repeat right top;
	height: 100px;
}

#logo4 {
	background: url("images/east_rightside.gif") no-repeat right top;
	height: 100px;
}
#logo5 {
	background: url("images/intl_rightside.gif") no-repeat right top;
	height: 100px;
}
#logo6 {
	background: url("images/about_rightside.gif") no-repeat right top;
	height: 100px;
}
/*********************/
/* MAIN BODY */
/*********************/

div.feedcontainer {
	color: #ffffff;
	margin: 30px auto;
	width: 960px;
	text-align: left;
}
div.feedcontainer2 {
	color: #666666;
	margin: 30px auto;
	width: 960px;
	text-align: left;
}

div.feed {
	width: 300px;
	float: left;
	padding: 20px 20px 20px 0;
	margin: 0;
}

h1 {
	font-family: 'Trebuchet MS', arial;
	font-size: 14pt;
	font-weight: bold;
	clear: both;
	margin: 0;
	padding: 10px;
	background: #069;
	color: #fff;
}

.feed h2 {
	font-family: 'Trebuchet MS', arial;
	font-size: 14pt;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.feed h2 a:link, .feed h2 a:visited {
	color: #666;
	text-decoration: none;
}

.feed ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.feed li {
	font-family: Arial;
	font-size: 8pt;
	line-height: 2em;
	border-top: 1px solid #ccc;
}

.feeditem a:link, .feeditem a:visited {
    position: relative;
    z-index: 24;
    text-decoration: none;
    color: #000;
}

.feeditem a:hover {
	z-index: 25;
	background: #eee;
	color: #666;
}

.feeditem a span { display: none }

.feeditem a:hover span {
    display: block;
    position: absolute;
    top: 2em;
    left: 2em;
    width: 300px;
    border: 1px solid #ccc;
    padding: 5px;
    background-color: #faf4e5;
    color: #000;
    font-family: Arial;
    font-size: 10pt;
}

body2 {
	color: #cccccc;
	margin: 0px auto;
	width: 100%;
	text-align: left;
}


