/*SECONDARY PAGES 
==========================*/
#content {
	background-color:#fff;
	width:960px;
}
#main_content {
	background-color:#fff;
	min-height:300px;	
}
#main_content h2 {
	border-bottom: 1px solid #ddd;
	margin:10px 0;
	color:#474747;
}

#main_content h2 a {
	color:#474747;
	text-decoration:none;
}

#main_content h2 a:hover {
	text-decoration:underline;
}

#main_content p {
	margin:10px;
	font-size: 13px;
}
#sub_content{
	padding:30px 10px 30px 0px;
	background-color: #efefef;
}
#sub_content ul, #secondary_content ul {
	list-style:none;
}
#sub_content li {
	padding: 8px 0 0 0;
	border-bottom: 1px dashed #69aac8;
}
#sub_content li:hover {
	border-bottom: 1px solid #69aac8;
}

#sub_content li a {
	text-decoration:none;
	padding:0;
	margin:0;
	color: #4c4c4c;
	display:block;
}
#sub_content li a:hover {
	color: #69aac8;
}
#sub_content li h3 {
	color: #005881;
}
#sub_content .header, #sub_content .header:hover {
	border-bottom: 0px dashed #69aac8;
}

#secondary_content {
	background: #7c8ebe url(images/secondaryBG.png) repeat-x top left;
	overflow:hidden;
	width:960px;
}
#secondary_content h3 {color: #fff;}
#secondary_content li {color: #f7fffe;}
#quotes {
	padding:30px 0px 0pt 15px;
	margin:0px 0px 0pt 25px;
	background: url(images/openingQuote.gif) no-repeat 10px 15px;
}
#quotes blockquote {color: #f7fffe;
		background: url(images/closingQuote.gif) no-repeat bottom right;
		padding:0px 20px 0pt 0px;
		}
#feed {
	padding:0 5px 10px 10px;
	margin-bottom:0px;
	min-height:175px;
}
#feed li {
	margin:0 0 8px 10px;
}
#feed li.header {
	margin:5px 0 10px 0;
	background: url(images/FeedIcon.png) no-repeat 100px 10px;
}
li {margin-bottom:5px;}

.clear_ie {clear:left;}
#content .note {
	font-size: 10px;
	line-height:11px;
}

#main_content blockquote {
	border:1px dashed #ccc;
	background-color:#f0f0f0;
	width:90%;
	margin-top:15px;
}
#main_content blockquote:before {
	content:"What people are saying:";
	color:#444;	
	padding:3px;
}
#main_content h3 {
	line-height:21px;
	margin-top:14px;
}

p, p+p { text-indent: 0;}

#sub_content li a.zero { color: #bbb;}
