
/*******************
* Element Defaults *
********************/

body
{
	background: url(/images/layout/body-background.jpg) repeat-x #fff;
	font: normal 12px Arial, sans-serif;
	color: black;
	margin: 0px;
	text-align: center;
}

img
{
	border: none;
	display: inline;
}

h1
{
	font: normal 18px Tahoma, sans-serif;
	margin: 15px 0px 15px 0px;
	color: #20205B;
}

h2
{
	color: #505086;
	font: normal 16px Arial, sans-serif;
	margin: 15px 0px 15px 0px;
}

h3
{
	color: #D3110A;
	font: bold 12px Arial, sans-serif;
	margin: 5px 0px 5px 0px;
}

p
{
	font: normal 12px Arial, sans-serif;
	line-height: 16px;
}

li
{
	font: normal 12px Arial, sans-serif;
	line-height: 16px;
	margin-right: 50px;
}

td
{
	font: normal 12px Verdana, Arial, sans-serif;
	vertical-align: top;
}

hr
{
	height: 1px;
	border: none;
	background: #cccccc;
	margin: 0px;
}

a:link, a:visited
{
	color: #D3110A;
	text-decoration: none;
}

a:hover
{
	color: #8283A4;
	text-decoration: none;
}

/********
* Forms *
********/

input, textarea
{

}

input[type="image"] 
{ 
	border: none; 
}

acronym
{
	cursor: help;
}


/**********
* Classes *
***********/

.block
{
	display: block;
}

/* Required form elements */
.required
{
	background: #ffffef;
}

.news-snippet
{
	margin-top: 0px;
}

.news-snippet h3 a
{
	color: #D3110A;
	font: bold 12px Arial, sans-serif;
	margin: 5px 0px 5px 0px;
}

.news-snippet img
{

}

.news-snippet p
{
	margin: 10px 0px 0px 0px;
}

.interest
{
	background: url(/images/layout/interest-background.jpg) #f1f1f1 no-repeat;
	padding: 5px;
	margin-top: 15px;
}

.interest h1
{
	font-size: 36px;
	text-align: center;
}

.interest h3,
.interest p,
.interest h2
{
	text-align: center;
}

.artworkTiny
{
	float: left;
	margin: 10px 10px 0px 0px;
}

.photo
{
	float: left;
	margin: 0px 10px 15px 0px;
}

.staff
{
	clear: left;
}

/******
* IDs *
******/

#wrap
{
	width: 820px;
	margin: 0px auto 0px auto;
	text-align: left;
}

#logo
{
	display: block;
	margin: 0px;
}

#page
{
	clear: left;
	height: 100%;
	padding: 15px 50px 50px 35px;
	background: url(/images/layout/page-background.gif) repeat-y;
}

#text
{
	margin-left: 180px;
	border-left: 1px solid #ccc;
	padding-left: 15px;
}

#subnav
{
	float: left;
	width: 170px;
	padding: 15px 0px 0px 0px;
	margin: 0px;
	list-style: none;
	height: 1%;
}

#subnav li
{
	padding: 3px 0px 3px 0px;
	margin: 0px;
	border-bottom: 1px solid #ccc;
}

#subnav h1
{
	margin-top: -10px;
}

#footer
{
	background: url(/images/layout/footer-background.gif) bottom left no-repeat;
	font-size: 10px;
	padding: 10px 50px 0px 25px;
	height: 60px !important;
	height/**/: 70px;
	clear: both;
}

#homepage-table
{
	width: 750px;
}

#news-column
{
	width: 300px;
	border-left: 1px solid #ccc;
	padding-left: 15px;
}

#welcome
{
	padding-right: 15px;
}

/*************
* Navigation *
*************/

#navigation
{
	background: url(/images/layout/navigation-background.gif) no-repeat;
	height: 30px;
	width: 820px;
	margin: 0px;
	padding: 0px 0px 0px 16px;
	list-style: none;
}

#navigation li
{
	float: left;
	margin: 0px;
	padding: 0px;
}

#navigation li img
{
	display: block;
}

.rollover
{
	display: block;
	float: left;
	display: inline;
}
.rollover:hover { visibility: visible; }

.rollover img
{
	width: 100%;
	height: 100%;
	border: 0;
}
.rollover:hover img { visibility: hidden; }

/* Top navigation */
#home
{
	background: url(/images/navigation/home-ho.gif);
	width: 119px;
	height: 30px;
}

#about
{
	background: url(/images/navigation/about-ho.gif);
	width: 119px;
	height: 30px;
}

#investing
{
	background: url(/images/navigation/investing-ho.gif);
	width: 119px;
	height: 30px;
}

#borrowing
{
	background: url(/images/navigation/borrowing-ho.gif);
	width: 119px;
	height: 30px;
}

#grants
{
	background: url(/images/navigation/grants-ho.gif);
	width: 119px;
	height: 30px;
}

#contact
{
	background: url(/images/navigation/contact-ho.gif);
	width: 119px;
	height: 30px;
}