﻿html
{
	background: none;
}
body
{
	background: #fff;
	font-size: 81%; /*1em = 13px*/
	font-family: Arial, Verdana, Sans-Serif, SansSerif;
	color: #000;
}
/* 
-----------------------------------
define some common content block level element sizes that were reset 
--------------------------------------
*/
p
{
	margin: 5px 0 10px 0;
}
h1
{
	font-weight: bold;
	font-size: 1.75em;
	line-height: 1.75em;
}
h2
{
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.5em;
}
h3
{
	font-weight: bold;
	font-size: 1.25em;
	line-height: 1.25em;
}
/* 
-----------------------------------
utility classes used for layout functions
-----------------------------------
*/
.cb
{
	clear: both;
}
.ma
{
	margin: auto;
}
.ca
{
	text-align: center;
}
.b
{
	font-weight: bold;
}
/* 
-----------------------------------
begin layout
-----------------------------------
*/
#viewport
{
	width: 938px;
	margin: auto;
	padding: 16px 14px 0 16px;
}
#header
{
	width: 938px;
	height: 104px;
	padding: 0 0 17px 0;
}
#content-wrapper
{
	background: url('../images/bg-page.gif');
	min-height: 480px;
	height: auto !important;
	height: 480px;
	position:relative;
}
#smallblocks
{
	position:absolute;
	width:272px;
	height:104px;
	left:36px;
}
#content-l
{
	width:684px;
	position:absolute;
	top:104px;
	padding:17px 0 0 35px;
}
p.top-text
{
	padding:0 0 23px 16px;
	line-height:1.5em;
}
#folders
{
	width:346px;
	height:278px;
	float:left;
}
#folders-text
{
	float:right;
	width:322px;
	padding:0 0 0 16px;
	font-size:.92em;
	line-height:1.23em;
}
#content-r
{
	width:188px;
	padding:0 0 0 31px;
	position:absolute;
	left:719px;
	top:-35px;
}
div.photo
{
	text-align:right;
}
p.photo-caption
{
	line-height:2em;
	font-size:.92em;
}
p.photo-blurb
{
	font-style:italic;
	font-size:.77em;
	line-height:1.5em;
	margin-bottom:20px;
}
#footer
{
	height:50px;
	background: url('../images/bg-page.gif');
	padding:50px 0 25px 35px;
	font-size:.77em;
	line-height:2em;
}
#footer-l
{
	float:left;
	width:360px;
	height:50px;
}
#footer-r
{
	float:right;
	width:543px;
	height:50px;
}
span.footer-green
{
	color:#8dc63f;
}
span.red-l
{
	font-size:1.15em;
	color:#e51b24;
	font-weight:bold;
}
span.red
{
	font-size:1.08em;
	color:#e51b24;
	font-weight:bold;
}