﻿/* Layout */
#content {
	overflow: hidden;
	width: 916px; 
	padding: 0;
	margin: 0;
}

#content1 {
	float: left;
	width: 700px;
}

#content2 {
	float: right;
	width: 180px;
}

#content1-1 {
	float: left;
	width: 190px;
}

#content1-2 {
	float: right;
	width: 466px;
}

#content1, #content2, #content1-1, #content1-2 {
	overflow: hidden;
	padding: 0;
	margin: 0;
}

/* Navigation Column */
#navContainer {
	width: 190px;
}

.navHeading {
	font-size: 110%;
	display: block;
	margin: 10px 0;
	font-weight:bold;
}

.navItems {
	color: #000;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.navItems LI {
	text-align: left;
	padding: 7px 0;
	line-height: 20px;
	text-indent: 10px;
	border-top: solid 1px #ccc;
}
.navItems LI:last-child {
	border-bottom: solid 1px #ccc;
}

.navItems LI:hover {
	background-color:#005EB3;
}

.navItems LI a {
	text-decoration: none;
}

.navItems LI:hover a {
	color: #FFF;
}


/* Body Column */
#calloutCopy {
	color: #666;
	font-size: 16px;
	font-weight: 400;
	padding-bottom: 20px;
	border-bottom: solid 1px #ccc;
}

#leadCopy {
	color: #333;
	font-size: 14px;
	font-weight: 700;
	margin-top: 20px;
}

.bodyCopy {
	color: #333;
	font-size: 14px;
	font-weight: 400;
	line-height: 125%;
	margin-top: 10px;
}

.bodyCopyList {
	color: #333;
	font-size: 14px;
	font-weight: 400;
	line-height: 125%;
}

.bodyCopyList li {
	padding: 5px 0;
}

/* Action Link Section */
#actions {
	margin-top: 50px;
}

#actions IMG {
	margin-top: 3px;
}

#actions A {
	display: block;
}


/* Social Section */
#socialLinks {
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	overflow: hidden;
	padding: 0px;
	margin: 10px 0;
}

#socialLinks DIV {
	width: 167px;
	margin: 0 auto;
}

#socialLinks IMG {
	padding: 9px 1px 4px 1px;
	margin: 0px;
}


/* Pull Quote Section */
.pullQuote {
	margin-bottom: 40px;
}

.pullQuote P {
	color: #666;
	font-size: 14px;
	line-height: 140%;
	padding: 10px 10px 0 10px;
	margin:0px;
}

.pullQuote SPAN {
	color: #666;
	font-size: 11px;
	line-height: 95%;
	float:right;
	margin:0px;
	font-style:italic;
}
