body
{
	background-color: #eeeeee;
}
.wrapper 
{
	position:relative;
	background-color: #ffffff;
}

.masthead 
{
	height:100px;
	z-index:100000; /* make sure the top nav stays on top */
}

.logo
{
	width:140px !important;
	background:transparent url('images/masthead_logo.png') no-repeat top left;
}

.mastheadRight
{
	width:800px !important;
}
.mastheadLink
{
	display:block;
	width:200px;
	height:50px;
}

.accessibleText
{
	text-indent:-9999px;
	margin-bottom:0;
}

.searchBox
{	
	height:30px;
	margin-top:10px;
	float:right;
}
.topNav
{
	float:left;
	width:800px;
	height:25px;
	margin-top:35px;
	z-index:100000; /* make sure it stays on top */
	float:left;
	background:transparent url('Images/topNav_bg.png') repeat-y;
}
.horizontalMargin
{
	height:20px;
}
.subHeroLeft,
.subHeroRight
{
	height: 128px;

}

.homeHero .subHeroLeft,
.homeHero .subHeroRight
{
	height:235px;
}



.homeLeft .callToAction
{
    margin-left:10px;
}

.pullQuote
{
	/*
    margin-top:20px;
    margin-left:10px;
	line-height:30px;
	color:#999999;
	font-size:1.5em;
	*/
}

.homeContentWrapper
{
	background:Transparent url('Images/main_content_bg.png') repeat-y top center;
}

.contentLeft
{
	background-color:Transparent;
	min-height:300px;
/*	background:#f1efdd;*/
}

.contentRight
{
	background-color:Transparent;
	background:#cccc99;
}
.contentRightBottom
{
/*	background:#edece1; */
}

.content
{
	margin:20px 20px;
}

.footer
{
	font-size: 11px;
	margin-top:15px;
	color: #333333;
}

.footerLeft
{
	text-align:left;
}

.footerRight
{
	text-align:right;
}



/* Misc. Styles */

.quoteUpper
{
	display:block;
	margin-top:15px !important;
	font-size:14px;
	text-transform:uppercase;
	color:#666666;
}

hr
{
	padding:0 0 !important;
	margin:0 0 !important;
	line-height:1px;
	height: 0;
}

.floatRightBox
{
	width:165px;
	margin:10px 0 10px 10px;
	padding: 5px 5px;
	float:right;
	border:solid 5px #f8edb9;
	line-height: 1.2em;
}
.floatRightBox div
{
	padding:3px 0;
	border-bottom: solid 1px #ccc;
}

.compactList
{
	font-size:12px;
}
.compactList p
{
	margin:5px 0 0 0 !important;
	padding:0 0;
	line-height:1.2em;
}
.compactList ul
{
	margin:0 0 !important;
	padding:5px 0 5px 0;
	list-style:disc;
	list-style-position:outside;
	border-bottom:solid 1px #ccc;
}

.compactList ul li
{
	margin:0 0 0 20px;
	padding:0 0;
	line-height:1.2em;
}


