/* Global Heading Styles */
		
h1, h2, h3, h4, h5, h6 {
	font-family: 'trebuchet ms', arial, helvetica, sans-serif;
	margin: 0 0 1em 0; padding: 0;
	}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#797979;
	}

h2 {
	border-bottom:1px solid #666;
	padding-bottom:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666;
	}

h3 {
	font-size: 136%;
	color:#666;
	}

h4 {
	font-size: 122%;
	}

h5 {
	font-size: 107%;
	}

h6 {
	font-size: 100%;
	}


/* Global Content Styles */

#content-primary {
	color:#666;
	}
	
	#content-primary a {
		text-decoration:none;
		color:#696;
		}
		
		#content-primary a:hover {
			text-decoration:underline;
			color:#696;
			}

blockquote p {
	color: #333;
	padding: 20px 20px 20px 65px;
	border: 1px solid #ccc;
	background: url(/img/gbl/bg-quote-open.gif) no-repeat 10px -15px;
	}

blockquote.pullquote {
	background: #fff;
	padding: 10px 0 0 0;
	width: 25%;
	float: left;
	margin: 0 20px 0.5em 0;
	font-size: 136%;
	color: #555;
	border: 2px solid #ccc; border-right: 0; border-left: 0;
	text-align: center;
	}

blockquote.pullquote.alt {
	float: right;
	margin: 0 0 0 20px;
	}

	blockquote.pullquote .prewrap {
		height: 50px;
		background: url(/img/gbl/bg-quote-open.gif) no-repeat center -30px;
		}

	blockquote.pullquote .postwrap {
		height: 45px;
		background: url(/img/gbl/bg-quote-close.gif) no-repeat center -25px;
		}

.highlight {
	background: #e7e7e7;
	}

p.highlight {
	background: #e7e7e7;
	border-bottom: 1px solid #cecece;
	padding: 10px;
	}

div.highlight {
	background: #e7e7e7;
	border-bottom: 1px solid #cecece;
	padding: 10px 10px 0 10px; margin: 0 0 1em 0;
	}

.important {
	background: #ffcccc;
	}

p.important {
	background: #ffcccc;
	border: 1px solid #e3b2b2;
	padding: 10px;
	}

div.important {
	background: #ffcccc;
	border: 1px solid #e3b2b2;
	padding: 10px 10px 0 10px; margin: 0 0 1em 0;
	}

.note {
	color: #000;
	font-size:0.8em;
	padding: 5px;
	}

.footnote {
	font-size: 85%;
	color: #666;
	}

.byline {
	text-align: right;
	float:right;
	}


/* Global Image Styles */

.floated {
	float: left;
	margin: 0 15px .5em 0;
	}

.floated.alt {
	float: right;
	margin: 0 0 .5em 15px;
	}

.caption {
	display: block;
	border: 1px solid #ccc;
	text-align: center;
	padding: 5px;
	background: #fff;
	}

.caption img {
	float: none;
	border: none;
	}

.caption span {
	padding: 5px 0 0 0;
	display: block;
	}

/* News Page Styles
==============================================*/

#history {
	width:80%;
	}

	.history-message p {
		margin-left:8px;
		font-size:12px;
		margin-bottom:8px;
		}

#progress-bar {
	margin-bottom:5px;
	}
	
	#progress-bar p {
		font-size:11px;
		margin:0 0 5px 15px;
		padding:0;
		}
	
	#progress-bar img {
		margin-bottom:3px;
		}

#content-secondary h5 {
	background:url(/img/gbl/bg-content-secondary-h5.gif) no-repeat 0 0;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	color:#666;
	margin:0 0 9px; padding:2px 5px;
	}				

#open-house-sidebar {
	}
	
	#open-house-sidebar .date {
		font-family:Arial, Helvetica, sans-serif;
		color:#999;
		font-size:12px;
		margin:0 0 5px;
		}
	
	#open-house-sidebar ul {
		list-style:none;
		margin:0 0 7px !important; padding:0;
		}

		#open-house-sidebar li {
			margin:0 0 5px;
			}
									
			#open-house-sidebar li a {
				font-size:10px;
				font-family:Arial, Helvetica, sans-serif;
				background:url(/img/gbl/icn-open-house-small.gif) no-repeat 0 0;
				padding:5px 0 1px 18px;
				}
				
				
/* Blog Content Styles 
==============================================*/

#blog-content h1 {
	border-bottom:1px solid #666;
	padding-bottom:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666;
	}
	
#blog-content span.date {
	font-size:11px;
	}