/* Global stylesheet classes */
html
{
	height: 100%;
}

body
{
	font-family: arial, helvetica, sans-serif;
	height: 100%;
	margin: 0;
}

a img
{
	border: 0;
}

form
{
	margin: 0;
}

label
{
	color: rgb(81, 81, 81);
	display: block;
	font-size: 13px;
	line-height: 22px;
	margin-top: 5px;
}

input, select
{
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
}

.formErrors
{
	color: rgb(255, 0, 0);
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
}

.notFooter
{
	position: relative;
	min-height: 100%;
}

* html .notFooter
{
	height: 100%;
}

.container
{
	margin: 0 auto;
	width: 1010px;
}

.notFooter .container
{
	padding-bottom: 100px;
}

.header
{
	border-bottom: 1px solid rgb(183, 183, 183);
	height: 50px;
	padding-top: 55px;
	margin-bottom: 0px;
	padding-bottom: 15px;
	position: relative;
}

.headerNav
{
	bottom: 15px;
	right: 0;
	position: absolute;
	width: 750px;
}

.headerNav div
{
	background-image: url('../images/subnavgradient.gif');
	background-position: top;
	background-repeat: repeat-x;
	border-left: 1px solid rgb(236, 236, 236);
	cursor: pointer;
	float: right;
	height: 26px;
	line-height: 26px;
	width: 149px;
}

.headerNav div a
{
	color: rgb(81, 81, 81);
	font-size: 12px;
	padding-left: 5px;
	text-decoration: none;
	line-height: 26px;
	width: 100%;
}

.headerNav div.hover a
{
	color: rgb(211, 135, 73);
}

.headerNav div a.selected
{
	color: rgb(211, 135, 73);
}

.thumbnailBar
{
	text-align: center;
	margin-bottom: 30px;
	padding-top: 15px;
}

.thumbnailBar img
{
	float: left;
	padding-right: 14px;
	padding-bottom: 5px;
}

.leftPanel
{
	float: left;
	padding-top: 12px;
	width: 235px;
}

.leftPanel .leftContainer
{
	border-top: 1px solid rgb(234, 231, 199);
}

.leftPanel .leftContainer div
{
	border-bottom: 1px solid rgb(234, 231, 199);
	color: rgb(81, 81, 81);
	font-size: 13px;
	line-height: 22px;
	padding: 5px 20px;
	
}

.rightPanel
{
	float: left;
	margin-left: 25px;
	margin-bottom: 30px;
	width: 750px;
}

.rightPanel .headerBlurb
{
	color: rgb(97, 127, 144);
	font-size: 25px;
	line-height: 40px;
	margin-bottom: 30px;
}

.rightPanel .headerBlurb h1
{
	display: inline;
	font-size: 25px;
	margin: 0;
}

.rightPanel .textBody
{
	font-size: 15px;
	line-height: 26px;
}

.rightPanel .textBody br
{
	font-size: 20px;
	line-height: 20px;
}

.rightPanel .textBody h1
{
	color: rgb(97, 127, 144);
	display: inline;
	font-size: 18px;
	line-height: 26px;
	margin: 0;
}

.footer
{
	color: rgb(81, 81, 81);
	font-size: 9px;
	height: 100px;
	text-indent: 85px;
	margin-top: -100px;
	letter-spacing: 1px;
	line-height: 16px;
	position: relative;
	text-align: center;
	width: 100%;
}

.footer .container
{
	border-top: 1px solid rgb(183, 183, 183);
}

.footer .container a
{
	color: rgb(81, 81, 81);
	text-decoration: none;
}