
/*
/* Basic Layout 
====================================================================*/
body {
	font-size: 86.2%;
	font-family: Arial, Helvetica, sans-serif;
}
#wrap { /* largest width */ 
	width: 970px;
	margin: 0 auto;
	/* gutter left 12px right 11px total 23px */
}

/*
/* Elements
====================================================================*/
.clear {
	clear: both; 
}
.center { 
	margin: 0 auto;
}
.column {
	float: left; 
}
.equal {
	/* tag used by jquery script to equalize div heights */
}
h1 {
	margin: 0 0 20px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #505151;
}
h3 {
	margin: 0 0 20px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #505151;
}
p {
	margin: 0 0 20px 0;
	line-height: 1.4em;
	font-size: 0.95em;
}
.right {
	text-align: right;
}
/** Read More Link **/
.readmore {
	text-align: right;
}
.readmore a {
	padding: 0 0 0 15px;
	text-decoration: none;
	font-size: 0.9em;
	background: url(/images/readmore.gif) 0px 3px no-repeat;
	color: #555;
}
/** pullquotes **/
.quoteTop {
	margin: 20px 5px 20px 5px;
	padding: 23px  0 ;
	background: transparent url(/images/quoteTop.png) no-repeat;
	background-position: left top;
}
.quoteBottom {
	padding: 0 30px 5px 30px;
	background: transparent url(/images/quoteBottom.png) no-repeat;
	background-position: 100% 100%;
}

/*
/* Header
====================================================================*/
#header {
	width: 947px;	
	height: 114px;
	padding: 0 11px 0 12px;
}
#logo { 
	display: none;
}
#logoPrint {
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	width: 788px;
	height: 73px;
}
#headerNavigation { /* container for both navbars */
	display: none;
}
/** Primary Navigation **/
.navBarPrimary{
	display: none;
}

/*
/* Footer
====================================================================*/
#footer { /* larger than content to contain the sidebar fades */
	clear: both;
	padding: 0 11px 0 12px;
}
/** Primary Footer Navigation **/
ul#navBarFooterPrimary {
	display: none;
}
/** Secondary Footer Navigation **/
ul#navBarFooterSecondary {
	display: none;
}
#copyRight {
	padding: 15px 0;
	font-size: 0.9em;
}

/*
/* Homepage ONLY 
====================================================================*/
/** Banner **/
#bannerHomepage {
	display: none;
}
#bannerHomepageContent {
	display: none;
}
/** Content **/
#homepageContentContainer { /* position specific background to accomodate the left/right shadows */
	padding: 0 11px 0 12px;
	background: url(/images/contentHomepageBg.png) no-repeat;
}
#homepageContentLeft {
	width: 589px;
	padding: 0 20px 0 20px;
}
#homepageContentRight {
	width: 303px;
	padding: 0 8px 0 7px; 
}
/** Homepage Content Right Sidebar **/
#homepageContentRight #searchForm {
	width: 303px;
	height: 27px;
	padding: 5px 0 0 0 ;
	background: url(/images/rightHomepageSearchBg.png) #008D9A;
}
#homepageContentRight #searchForm label {
	margin: 0 0 0 8px;
	color: #FFF;
	font-weight: bold;
}
#homepageContentRight #searchBox {
	margin: 0 2px 0 0;
	width: 203px;
    border: 1px solid #CCC;
    background: #FFF;
}
#homepageContentRight #searchBox:hover {
    background: #ffc;
}
#homepageContentRight #searchButton {
	margin: 1px 0 0 0;
	width: 20px;
	height: 20px;
	background: url(/images/rightSearchButton.png) #008D9A;
	border: 0;
}
#homepageContentRight #searchButton:hover {
	cursor: pointer; 
}
#homepageContentRight #newsTop {
	width: 303px;
	margin: 20px 0 10px 0;
	padding: 10px 0 0 0;
	background: url(/images/rightHomepageNewsTopBg.png) #C8E6EA;
}
#homepageContentRight #newsBottom {
	width: 263px;
	padding: 10px 20px;
	background: url(/images/rightHomepageNewsBottomBg.png) bottom no-repeat #C8E6EA;
}
#homepageContentRight h3 {
	padding: 0 0 10px 0;
	border-bottom: 1px solid #138C98;
}
#homepageContentRight .newsLink {
	padding: 0 0 0 35px;
	margin: 0 0 10px 0;
	background: url(/images/rightHomepageNewsLink.png) 10px 2px no-repeat;
}
#homepageContentRight .newsLink p {
	margin: 0;
}
/** Homepage Bottom **/
#homepageBottom { /* repeating y background */
	clear: both;
	padding: 0 11px 0 12px;
	background: url(/images/contentHomepageContainerBg.png) repeat-y;
}
.homepageBottomBox {
	float: left;
	height: 130px;
	width: 243px;
	margin: 10px 0 10px 9px;
	padding: 15px 30px;
	background: url(/images/homepageBottomBox.png);
}
.homepageBottomBox h2 {
	font-size: 1.1em;
}
.homepageBottomBox p {
	position: relative; 
	top: 13px;
	left: 13px;
	margin: 0;
	font-size: 0.9em;
}


.homepageBottomBox img {
	float: left;
	position: relative; 
	top: 14px;
}

/*
/* Subpages ONLY
====================================================================*/
/** Banner **/
#bannerSubpage {
	display: none;
}
/** Content **/
#content { /* repeating y background */
	background: url(/images/contentContainerBg.png) repeat-y;
}
#contentContainer { /* position specific background to accomodate the left/right shadows */
	padding: 0 11px 0 12px;
	height: 404px;
	background: url(/images/contentBg.png) no-repeat;
}
#contentWrap { /* used to float the center and right divs to the right but allow indexing first */
	float: left;
	width: 900px;
}
#left {
	display: none;
}
#center {
	width: 810px;
	padding: 20px 0;
}
#right {
	display: none;
}
