html, body
{
	height: 100%;
}

body
{
	background: url(../Images/background.gif);
}

a
{
	color: #007082;
	text-decoration: none;
}

a:hover
{
	color: #a58a21;
	text-decoration: underline;
}

#container
{
	margin: 0 auto;
	width: 988px;
	min-height: 100%;
	background: #fff url(../Images/contentBackground.gif) repeat-y;
}

#header
{
	height: 285px;
	width: 988px;
}

#nav
{
	float: left;
	/* width: 215px; */
	width: 18%;
	height: 100%;
	/* padding: 20px; */
	padding: 2em 0 2em 2em;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", LucidaGrande, Geneva, Arial, sans-serif;
	font-size: 1.8em;
	letter-spacing: -2px;	
}

#nav ul
{
	list-style: none;
	padding: 0;
}

#nav ul li
{
	padding: 3px 0 3px 15px;
	background: url(../Images/bulletArrow.gif) no-repeat 0 13px;
}

#nav ul li a
{
	color: #013133;
	text-decoration: none;
}

#nav ul li a:hover
{
	color: #a58a21;
	text-decoration: underline;
}

#content
{
	float: right;
	/* width: 693px; */
	width: 70%;
	height: 100%;
	/* padding: 20px; */
	padding: 2em;
}

#content h1,
#content h2,
#content h3
{
	color: #007082;
	margin: 10px 50px 7px 0;
	padding: 0 0 2px 0;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", LucidaGrande, Geneva, Arial, sans-serif;
	letter-spacing: -2px;
	border-bottom: solid 1px #cdcdcd;
}

#content h1
{
	font-size: 3em;
}

#content h2
{
	font-size: 2.4em;
}

#content h3
{
	font-size: 2em;
}

p
{
	padding: 5px 60px 7px 1px;
	font-size: 1.4em;
	line-height: 1.3em;
}

#content ul
{
	font-size: 1.4em;
	margin: 0 0 0 20px;
	padding: 5px 60px 7px 0;
}

#homePics
{
	clear: both;
	width: 948px;
	padding: 20px;
}

#homePics .homePicsRow
{
	padding-bottom: 20px;
}

#homePics .homePicsRow a
{
	display: block;
	float: left;
	margin: 0 14px;	
	text-align: center;
	width: 208px;	
}

#homePics img
{
	border: solid 4px #c2c2c2;
	padding: 0;	
}

#footer
{
	clear: both;
	width: 948px;
	padding: 20px;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", LucidaGrande, Geneva, Arial, sans-serif;
	color: #013133;
}

#footer address
{
	margin: 0;
	padding: 0;
	text-align: center;
	font-style: normal;
	font-size: 1.2em;
}

#footer address a
{
	color: #007082;
	text-decoration: none;
}

#footer address a:hover
{
	color: #a58a21;
	text-decoration: underline;
}