/* CSS Document */
body
{
	background: #005098;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #005098;
	margin: 0px;
	padding: 0px;
}
.search-boxy
{
	width: 110px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

/*Keeps everything centered*/
#main-container
{
	width: 775px;
	margin-left: auto;
	margin-right: auto;
}
.top-buttons ul
{
	list-style: none; /*Takes away the bullets*/
	margin: 0px;
	padding: 0px;
}
.top-buttons li
{
	float: left; /*Makes <li> sit next to each other instead of below*/
	text-align: center;
}
.top-button-left
{
	background:url(images/topNavBtnLeft.jpg) no-repeat;
	width: 7px;
	height: 36px;
}
.top-button-right
{
	background:url(images/topNavBtnRight.jpg) no-repeat;
	width: 7px;
	height: 36px;
}
.top-button-tile
{
	background:url(images/topNavBtnTile.jpg) repeat-x;
	width: 70px;
	height: 36px;
}
.topNavLinks{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #005098;
	display: block;
	height: 26px;
	padding-top: 10px;
}
a.topNavLinks:link{
	color:#005098;
	text-decoration:none;
}
a.topNavLinks:active{
	text-decoration:none;
}
a.topNavLinks:visited{
	text-decoration:none;
}
a.topNavLinks:hover{

	color:#000000;
}
.search
{
	background:url(images/search.jpg);
	width: 51px;
	height: 28px;
}
#tabs-container
{
	width: 730px;
	padding-left: 25px;
}
#tabs-strip
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}
#tabs-strip li
{
	float: left;
	text-align: center;
	margin-left: 2px;
	margin-right: 2px;
}
ul#tabs-strip a
{
	display: block;
	background: url(images/tabNormal.jpg) no-repeat;
	height: 29px;
	width: 84px;
	padding-top: 2px;
	text-decoration: none;
	color: #005098;
	line-height: 12px;
}
ul#tabs-strip a:hover
{
	background:url(images/tabOver.jpg) no-repeat;
	overflow: 1px;
}
ul#tabs-strip a:active
{
	background:url(images/tabOver.jpg) no-repeat;
}
.tabs
{
	width: 78px;
	margin-left: auto;
	margin-right:auto;
	padding-top: 2px;
}
.content-aligner
{
	padding-left: 8px;
	padding-right: 8px;
}
.content-aligner p
{
	margin-top: 5px;
	margin-bottom: 5px;
}

/*Regular links in paragraphs*/
.links-general
{
	color: #005098;
}
a.links-general:hover
{
	color:#FF9900;
}

/*Headings to be used in graphical header for boxed text*/
.component-heading
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight:bold;
	font-style:italic;
}

/*Below follows CSS for the homepage panes: Latest News, Projects and Events*/
.bullets
{
	color: #005098;
}
.bullets ul
{
	list-style:url(images/bullet.gif);
	padding-left: 10px;
	font-weight: bold;
	padding-bottom: 0px;
	margin:6px;
}
a.bullets:link
{
	text-decoration: underline;
}
a.bullets:hover
{
	text-decoration: underline;
	color: #FF9900;
}
a.bullets:active
{
	text-decoration: underline;
}
a.bullets:visited
{
	text-decoration: underline;
}
.sub-nav
{
	background:url(images/sub_nav_bullet.gif) no-repeat;
	width: 150px;
	height: 25px;
	border-bottom: 1px solid #CCCCCC;
}
.sub-nav-link
{
	color: #005098;
	margin-left: 25px;
	text-decoration: none;
}
a.sub-nav-link:link
{
	display: block;
	margin-left: 25px;
	text-decoration: none;
}
a.sub-nav-link2:link
{
	display: block;
	text-decoration: none;
}
a.sub-nav-link:hover
{
	color: #FF9900;
}
.sub-nav-link2
{
	color: #005098;
	font-size: 10px;
	text-decoration: none;
}