﻿/* Global Defaults
=====================================================================*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, table, tr, th, td, embed, object
{
	margin: 0;
	padding: 0;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img, abbr
{
	border: 0;
}
address, caption, cite, code, dfn, em, h1, h2, h3, h4, h5, h6, strong, th, var
{
	font-style: normal;
	font-weight: normal;
}
ul
{
	/* list-style: none; */
}
ol
{
	padding: 10px 0 10px 0;
}
li
{
	margin-left: 20px;
}
caption, th
{
	text-align: left;
}
div
{
	text-align: left;
	vertical-align: top;
}
q:before, q:after
{
	content: '';
}
a, ins
{
	text-decoration: none;
}
strong
{
	font-weight: bold;
}
cite
{
	display: block;
	font-size: 0.9em;
	font-style: italic;
	text-align: right;
}
/* Global Elements
=====================================================================*/
html
{
	overflow-x: auto;
	height: 100%;
}
/* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */
body
{
	text-align: center;
	line-height: 1.6em;
}
/*
input[type="text"]
{
}
*/
*/
/* Library
=====================================================================*/
.l
{
	float: left;
	width: 48%;
}
.r
{
	float: right;
	width: 48%;
}
.r:after
{
	display: block;
	content: '';
	clear: both;
	height: 0;
	visibility: hidden;
}
.align-center
{
	text-align: center;
}
.align-right
{
	text-align: right;
}
.justify
{
	text-align: justify;
}
.float-left
{
	float: left;
}
.float-right
{
	float: right;
}
.clear-both
{
	clear: both;
	float: none;
}
.clear-right
{
	clear: right;
	float: none;
}
.hide
{
	display: none;
}
.clear-both
{
	clear: left;
	float: none;
}
.inline
{
	display: inline;
}
.block
{
	display: block;
}
.noborder
{
	border: 0px none;
}
.bold
{
	font-weight: bold;
}
.italic
{
	font-style: italic;
}
.normal
{
	font-weight: normal;
}
.nomargin
{
	margin: 0;
}
.nopadding
{
	padding: 0;
}
.visible
{
	display: block;
}
.top10
{
	margin-top: 10px;
}
.top20
{
	margin-top: 20px;
}
.border5
{
	border: solid 10px #c7c7c7;
}
.border10
{
	border: solid 10px #c7c7c7;
}
.border20
{
	border: solid 20px #c7c7c7;
}
div.hidden, a.hidden
{
	display: none;
	margin: 0;
}
/* Typographic Elements
=====================================================================*/
h2, h4, h6, body
{
	font-family: "Helvetica Neue" , Arial, Helvetica, Geneva, sans-serif;
}
blockquote, em, h1, h3, h5, i, .feedBy
{
	font-family: Georgia, "Times New Roman" , Times, serif;
}
/* Homepage Specific Headers
=====================================================================*/
h1
{
	font-size: 1.2em;
	line-height: 0.9em;
}
h2
{
	font-size: .8em;
	text-transform: uppercase;
	font-weight: bold;
}
.l h2
{
}
/* Left column specific */
.r h2
{
	letter-spacing: 1px;
	padding: 0px 7px;
	margin-bottom: 10px;
}
/* Right column specific */
h3
{
	font-size: 1.7em;
	line-height: 1.1em;
}
h4
{
	font-size: .9em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
}
h5
{
	font-size: 1.5em;
	line-height: 1.2em;
}
h6
{
	font-size: .88em;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
}
/* Interior page Specific Headers
=====================================================================
-------------------------------------------------------------- 
PAGE CONTENT STYLES
-------------------------------------------------------------- 
*/
#pageContent h1
{
	font-size: 1.4em;
	line-height: 1.1em;
	margin-bottom: 10px;
}
#pageContent h2
{
	padding-bottom: 5px;
	font-size: .92em;
	line-height: 1em;
	text-transform: uppercase;
	font-weight: bold;
}
#pageContent h3
{
	font-size: 1.7em;
	line-height: 1.1em;
	position: relative;
}
#pageContent h4
{
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
	letter-spacing: 0px;
	text-transform: none;
}
#pageContent h5
{
	font-size: 1.125em;
	line-height: 1.8em;
}
#pageContent h6
{
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
}
#pageContent p
{
	margin: 0px 0 10px 0;
}
/* Misc Typography
=====================================================================*/
body
{
	font-size: .75em;
	line-height: 1.5em;
}
table
{
	font-size: 1em;
	line-height: 1.5em;
}
i, em
{
	font-style: italic;
}
blockquote
{
	clear: both;
	font-size: 1.2em;
	line-height: 1.6;
	padding: 0px;
}
blockquote, blockquote p
{
	clear: both;
}
.smallcaps
{
	font: small-caps 1.5em/1.7em Georgia, "Times New Roman" , Times, serif;
	text-transform: lowercase;
	letter-spacing: .1em;
}
.citation, .cite
{
	font-size: 12px;
}
/* List Elements
=====================================================================*/
ul li
{
	height: auto;
	margin: 0;
	padding: 0;
	list-style: none;
}
li a
{
	padding-top: 0px;
	padding-bottom: 0px;
}
dl
{
}
dt
{
	font-style: italic;
}
dd
{
	padding-left: 80px;
	padding-bottom: 10px;
}
.alt-text
{
	font-family: Georgia;
	text-transform: lowercase;
}
/* Global Navigation
=====================================================================*/
.topNav
{
	width: 940px;
	padding: 10px;
}
.topNavItem
{
	font-weight: bold;
	margin: 0 5px 0 5px;
}
.topNavSelected
{
}
.topNavHover
{
}
.topNavFlyOuts
{
	padding: 10px 0px 0px 0px;
	width: 150px;
	min-width: 150px;
	margin-top: 6px;
}
.topNavFlyOutsItem
{
	width: 150px;
	padding: 0 25px 0 25px;
}
.topNavFlyOutsHover
{
	width: 150px;
}
/* Local Navigation
=====================================================================*/
.leftNav
{
	width: 100%;
}
.leftNav1, .leftNav2, .leftNav3
{
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
}
.leftNav1
{
	font-weight: bold;
}
.leftNav2
{
	padding-left: 10px;
}
.leftNav3
{
	padding-left: 20px;
}
.leftNavSelected
{
}
/* Breadcrumb Navigation
=====================================================================*/
.breadcrumb
{
	font-size: .85em;
	padding: 5px 5px 0px 15px;
}
.breadcrumbCurrent
{
	display: none;
}
.breadcrumb a:hover
{
	text-decoration: underline;
}
/* Grid
=====================================================================*/
#pageContainer
{
	margin: 10px auto 10px auto;
	text-align: left; /* re_aligns text to left second part of two part MSIE centering workaround */ ;
	width:960px;
}
#mastheadContainer, #mainContainer, #footerContainer
{
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#mastheadContainer
{
	height: 90px;
}
#mainContainer
{
	width: 960px;
	margin: 0 auto;
}
.pageTitleArea
{
	padding: 10px 60px 0px 30px;
}
.pageTitleArea div.title
{
	font-size: 1.7em;
	line-height: 1.1em;
}
.pageTitleArea div.subtitle
{
	font-size: .9em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
}
#pageContent
{
	padding: 0px 60px 0px 30px;
	margin-top: 15px;
}
#pageContent ul li
{
	height: auto;
	margin: 12px;
	padding: 0;
	list-style: disc outside;
}
div#pageContent div#inset_r ul li
{
	margin: 0px;
	padding: 0;
	list-style: none;
}
div#pageContent div#inset_r ul li.more
{
	padding: 5px 10px;
}
div#pageContent div#inset_r ul li ul li
{
	padding: 3px;
	list-style: circle inside;
}
#column1
{
	float: left;
	width: 640px;
	padding: 0px;
	margin: 0px;
}
#column1 img
{
	vertical-align: top;
}
#col1a
{
	float: left;
}
#col1b
{
	float: right;
}
#column2
{
	width: 280px;
	margin: 0 0 0px 640px;
	padding: 0px 20px;
}
.module.l
{
	float: left;
	height: auto;
	width: 265px;
	padding: 20px 15px 20px 35px;
}
.module.r
{
	height: auto;
	width: 265px;
	padding: 20px 35px 20px 10px;
}
#column2 .module
{
	padding-top: 20px;
}
.textModule
{
	padding: 15px 10px 15px 15px;
}
#footerContainer
{
	clear: both;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
/* Edit Mode
=====================================================================*/
.imageContainer
{
	display: block;
	margin-bottom: 10px;
	max-width: 65%;
}
.imageContainer.float-left
{
	margin-right: 10px;
}
.imageContainer.float-right
{
	margin-left: 10px;
}
.imageContainer img
{
	padding: 5px;
	vertical-align: top;
}
.caption
{
	font-size: .85em;
	font-style: italic;
	padding: 0 5px 5px 5px;
}
.articleHeader
{
	display: block;
	padding-bottom: 2px;
	font-size: .85em;
	font-style: italic;
	width: 100%;
}
.articleHeader.r
{
	text-align: right;
}
.articleDate
{
	float: left;
}
.articleByLine
{
	float: right;
	max-width: 49%;
	text-align: right;
}
.summaryLinksContainer
{
	display: block;
	margin: 0 0 10px 10px;
	width: 200px;
}
.summaryLinksContainer
{
	padding-left: 5px;
}
.eventDetails
{
	padding-bottom: 15px;
}
.location .address, .location .phoneNumbers, .location .links
{
	padding-bottom: 15px;
}
.section
{
	width: 100%;
	overflow: auto;
}
.sectionHeading
{
	padding: 5px 10px 5px 10px;
}
.ms-WPBody
{
	font-size: 1em;
}
.link-item
{
}
.link-item A
{
	font-size: 1.1em;
	font-weight: bold;
}
.link-item A:link
{
	font-size: 1.1em;
}
.description
{
	font-size: 1em;
}
.cc-item
{
	margin-left: 5px;
}
.cc-link-item
{
	font-size: 1em;
	font-weight: bold;
}
.large
{
	font-size: 1.25em;
	font-weight: bold;
}
.medium
{
	font-size: 1em;
	font-weight: bold;
}
.groupheader 
{
	font-family: "Helvetica Neue" , Arial, Helvetica, Geneva, sans-serif;
}