/* Element Defaults */

body
{
	background-color: #333333;
	margin: 0;
	font-family: Arial,Helvetica,sans-serif;
}

a
{
	color: #003366;
	text-decoration: none;
}

a:hover{text-decoration: underline;}

/* Generic Universal Classes */

.clearfix
{
	clear: both;
	display: block;
}

.floatleft
{
	float: left;
}

.narrow-content
{
	width: 760px;
}

/* Shell */

#shell
{
	width: 100%;
}

#header
{
	background-image: url(../images/header_bg.png);
	height: 137px;
	border-bottom: 1px solid #666666;

}

#header .logo
{
	background-image: url(../images/header_logo_trans.png);
	width: 887px;
	height: 135px;
	position: absolute;
	left: 10px;
}

#header .logo span
{
	display: none;
}

#header .phone
{
	position: absolute;
	top: 30px;
	left: 740px;
	font-size: 20px;
	color: white;
}

#content
{
	background-color: #FFF;
}

#content .sidebar
{
	background-image: url(../images/content_left_sidebar_bg.png);
	background-repeat: no-repeat;
	width: 200px;
	overflow: visible;
	min-height: 234px;
	float: left;
}

#content .sidebar .content
{
	margin: 5px;
}

#content .sidebar .content .separator
{
	width: 100%;
	height: 2px;
}

#content .sidebar .content .separator div
{
	width: 139px;
	height: 2px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/feature_block_seperator.png);
}

#content .sidebar .content .feature_block
{
	margin: 10px;
	font-size: 16px;
	color: #333333;
}

#content .sidebar .content .feature_block .title
{
	color: #000000;
	display: block;
	clear: both;
	font-size: 20px;
	margin-bottom: 5px;
}

#content .sidebar .content .feature_block .image
{
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

#content .sidebar .content .feature_block ul
{
	list-style-type: none;
	margin-left: 5px;
	padding-left: 0px;
}

#content .sidebar .content .feature_block ul li
{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

#content .right
{
	margin: 0px 0px 0px 200px;
}

#content .right .nav
{
	font-family: times;
	height: 30px;
	border-bottom: 1px solid #cccccc;
}

#content .right .nav ul
{
	margin: 0px;
	padding: 0px;
	width: 760px;
}

#content .right .nav ul li
{
	float: left;
	list-style-type: none;
	padding: 0 10px 0 10px;
	margin: 5px 0px 10px 0px;
	font-size: 20px;
	border-right: 1px solid #003366;
}

#content .right .nav ul li a
{
}

#content .right .nav ul li.last
{
	border: none;
}

#content .right .nav ul li.far_right
{
	border: none;
	font-weight: bold;
	float: right;
	clear: right;
}

#content .right .primary
{
	padding: 5px 10px 5px 10px;
}

#content .right .primary p
{
	font-size: 1.25em;
	color: #333333;
	line-height: 1.5em;
}

#content h1
{
	font-size: 2em;
	font-weight: normal;
}

.event_service_summary
{
}

#footer
{
	border-top: 1px solid #666666;
	background-image: url(../images/footer_bg.png);
	height: 148px;
}


#footer .nav
{
	text-align: center;
	height: 14px;
	width: 760px;
}

#footer .nav ul
{
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 760px;
	display: block;
}

#footer .nav ul li
{
	float: left;
	list-style-type: none;
	padding: 0px 10px 5px 10px;
	margin: 5px 0px 5px 0px;
	font-size: 20px;
	border-right: 1px solid #CCCCCC;
}

#footer .nav ul li a
{
	color: #FFFFFF;
	font-size: 12px;
}

#footer .nav ul li.last
{
	border: none;
}
