@import url(normalizer.css);

/*	COLORS
 *
 *	Orange 		#FF582E
 *	Mustard 	#F39E1F
 *	Cream		#FFEBB6
 *	Gray		#79858C
 *	Dark blue	#0086AD
 *	Light blue	#239BBD
 *
 */

/* 
 * General elements 
 */

body{
	font-family: Verdana, Geneva, sans-serif;
}

/* headers */
h1, h2, h3, h4, h5, h6{}
h1{}
h2{}
h3{}
h4{}
h5{}
h6{}

/* p, ul, ol, dl */
p, ul, ol, dl{}
p{}
ul{}
ol{}
dl{}

/* form elements */
form{}
fieldset{}
input{}
button{}
select{}
option{}
optgroup{}

/* special copy */
code{}
pre{}
blockquote{}
cite{}
address{}

/* link settings */
a{}
a:visited{}
a:hover{}

/* inline formatting */
em{font-style: italic;}
strong{font-weight: bold;}
abbr{}
acronym{}

/* 
 * Classes 
 */
#content .nav_page_list{
	list-style:none;
	margin-left:0px;
	margin-top:20px;
}
#content .nav_page_list li{
	padding-left:0;
	margin-left:0;
	clear:left;
}
#content .nav_page_list li img{
	float:left;
	margin-bottom:20px;
	display:none;
}
#content .nav_page_list li p{margin-top:0;}
/*
#content .nav_page_list li h2, #container #content .nav_page_list li p{
	margin-left:100px;
	padding-left:0;
}*/

 
div.entry, div.image_entry{
	clear: both;
	margin: 5px 0px 5px 14px;
}
div.image_entry img{
	margin: 0px 5px 10px 0px;
	float: left;
}
#content div.image_entry p, #content div.image_entry h3{
	margin-left:90px;
	padding-left:0;
	display:block;
}

/* 
 * Groupings
 */

#container{
	position: relative;
	width: 960px;
	margin: 0px auto;
	background-color: #3097b9;
	background-image: url(../images/template/full-background.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#site_id{
	position: relative;
	display: block;
	height: 185px;
}

#site_id h1{
	position: absolute;
	left: -10000px;
}
#site_id p#tagline{
	position: absolute;
	left: 243px;
	top: 30px;
	width: 312px;
	color: #3097B9;
	font-weight: bold;
	text-align: left;
	line-height: 1.5;
	height: 80px;
}

#site_id p#tagline span#line2{padding-left:34px;}
#site_id p#tagline span#line3{padding-left:68px;}

/*
 *	Adam-speak for footer
 */
#site_info{
	background-color: #fff;
	clear:both;
}
#site_info ul{
	display: block;
	margin: 5px 0px;
}
#site_info ul li{
	display: inline;
	padding: 3px 10px 3px 10px;
	font-size: 11px;
	color: #0086AD;
}
#site_info ul li.first{
	padding-left: 0px;
}
#site_info ul#footer_links{}
#site_info ul#address{}
#site_info ul#address li{
	border-right: 1px solid #0086AD;;
}
#site_info ul#address li.last{
	border-right: none;
}
#site_info ul#footer_links li a{
	color: #0086AD;
}
#nav{
	position: absolute;
	top: 132px;
	left: 0px;
}
#nav_primary{}
#nav_primary li{
	display: block;
	width: 135px;
	text-align: center;
	float: left;
	font-size: 11px;
}
#nav_primary li a{
	color: #fff;
	display: block;
	padding: 3px 0px;
	text-decoration: none;
	text-transform: uppercase;
}
#nav_primary li a:hover{
	background-color:#eef6f9;
	color:#0086ad;
}
#nav_secondary{}
#nav_utility{
	width: 250px;
	height: 20px;
	position: absolute;
	top: -65px;
	left: 650px;
	color: #fff;
}
#nav_utility ul{
	text-align: center;	
}
#nav_utility ul li{
	display: inline;
	font-size: 10px;
}
#nav_utility ul li a{
	color: #fff;
	padding: 3px 5px 3px 5px;
	border-right: 1px solid #fff;
	text-decoration: none;
}
#nav_utility ul li.last a{
	border-right: none;
}
#nav_utility form{
	font-size: 10px;
	margin-top: 10px;
	text-align: center;
}
#nav_utility input#q{
	width: 150px;
}
#content{
	position: relative;
}
#content iframe, 
#content object{
	margin:10px 15px;
}
#content p,
#content li,
#content dt,
#content dd,
#content td,
#content th{
	color: #666;
	font-size: 12px;
}
#content ul{
	list-style-type: square;
	margin-left: 40px;
}

#content ul li{
}
#content ol{
	list-style:decimal;
	margin-left:40px;
}
#content h3{
	color:#0086AD;
}
#content a{
	color:inherit;
	text-decoration:underline;
}
#content input, #content textarea {display:block; margin-bottom:15px;}
#content label{display:block; margin-bottom:10px;}
#content_primary,
#content_secondary{
	width: 595px;
	background-color: #fff;
	background-image: url(../images/template/content_primary_bottom_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 10px;
	/* added to account for floated elements within box */
	overflow:hidden;
}
#content_secondary{
	background-image: url(../images/template/content_secondary_bottom_bg.png);
}
#content_primary h1{
	background-color: #FF582E;
	color: #fff;
	padding: 5px 14px;
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
	border: 1px solid #fff;
	margin-bottom: 0.5em;
}
#content_primary h2,
#content_secondary h3{
	margin: 7px 0px 0px 14px;
	color: #0086AD;
	font-size: 12px;
}
#content_primary p,
#content_secondary p{
	padding-left: 14px;
	padding-right: 7px;
	margin: 0.5em 0px 1em 0px;
}
#content_primary li{
	margin-bottom: 0.5em;
}
#content_primary p.first{
	margin-top: 7px;
	color: #0086AD;
	font-size: 13px;
}
#content_primary form{
	margin:7px 14px;
}

#content_secondary{
	margin-top: 20px;
}
#content_secondary h2,
#content.two_column #content_tertiary #nav_secondary h2{
	background-color: #0086AD;
	color: #fff;
	padding: 5px 14px;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	border: 1px solid #fff;
}

/* Floating the content divs plus gutters */
#content #col1,
#content #content_tertiary{
	float: left;
	padding-bottom:20px;
}
#content #col1{
	margin-right: 30px;
}

/* End floats */

#content_tertiary{
	width: 315px;
}
#content_tertiary #blog_entries{
	background-image: url(../images/template/cream-background.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 2px;
}
#content_secondary h4,
#content_tertiary h3{
	padding: 5px 0px 0px 14px;
	font-size: 11px;
	color: #666;
}
#content_secondary h4{
	padding-top: 0px;
}
#content_tertiary #blog_entries p.blog_archive_links,
#content_tertiary #calendar p.calendar_links{
	margin: 5px 14px;
	padding-top: 5px;
	clear: both;
}
#content_tertiary #blog_entries h2{
	background-color: #F39E1F;
	color: #fff;
	padding: 5px 14px;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	border: 1px solid #fff;
}
#content_tertiary #blog_entries div.entry h3{
	padding-top: 0px;
	padding-left: 0px;
}
#content_tertiary #calendar{
	margin-top: 20px;
	background-image: url(../images/template/calendar-background.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 2px;
}
#content_tertiary #calendar h2{
	background-color: #79858C;
	color: #fff;
	padding: 5px 14px;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	border: 1px solid #fff;
}
#content_tertiary #calendar h3{
	margin: 7px 0px 0px 0px;
	color: #0086AD;
	font-size: 11px;
}
#content_tertiary #calendar h4{
	padding: 0px 0px 0px 14px;
	font-size: 11px;
	color: #666;
}
#content_tertiary #calendar p{
	margin-left: 14px;
}
#content_tertiary #nav_secondary ul li{
	list-style:square;
	color:#0086ad;
	margin-top: 6px;
	margin-bottom: 6px;
	font-size:13px;
}
#content.one_column #content_primary{
	width: 780px;
	background-image: url(../images/template/one_col_bg.png);
	padding-bottom: 20px;
}
#content.one_column #content_primary dl{
	margin-left: 14px;
	width: 746px;
}
#content.one_column #content_primary dt{
	margin-top: 1em;
	font-weight: bold;
}
#content.one_column #content_primary dt a{
	color: #0086AD;
}
#content.one_column #content_primary dd address{
	display: block;
}
#content.two_column #content_tertiary #nav_secondary,
#content.two_column #content_tertiary .member_quote blockquote{
	background-image: url(../images/template/content_tertiary_semi_transparent.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 10px;
}

#content.two_column #content_tertiary .member_quote{
	margin-top: 20px;
	padding-top: 11px;
	background-image: url(../images/template/content_tertiary_semi_transparent_top.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#content.two_column #content_tertiary .member_quote blockquote{
	padding: 0px 14px 10px 14px;
	color: #666;
	font-size: 11px;
	line-height: 1.4;
}
#content.two_column #content_tertiary .member_quote cite{
	font-style: italic;
	display: block;
}

#content_primary img.portrait {
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 0px;
}
#content_primary table {
	margin-left: 14px;
	margin-right: 7px;
	border: 1px solid #ccc;
}
#content_primary table caption{
	font-weight: bold;
	color: #0086AD;
	font-size: 11px;
}
#content_primary table td,
#content_primary table th{
	text-align: left;
	padding: 2px 10px 2px 2px;
	border: 1px solid #ccc;
	border-width: 0 0 1px 0;
}
#content_primary table th{
	font-weight: bold;
}

.embolden{font-weight:bold;}
