﻿/* full height */
html, body, form {
	height: 100%;
}

/* main body */
body  {
	margin: 0px;	
	padding: 0px;
	background-color: white;
	font-family:Verdana, arial, helvetica,sans-serif;
	font-size:76%;
	line-height: 1.4em;
	color: #2a2a2a;
}

/* form padding */
form {
	margin: 0px;
	padding: 0px;
}

/* no borders on images */
img {
	border: 0px;
}

/* make divs marginless */
div {
	padding: 0px;
	margin: 0px;
}

/* make page links green */
a {
	color: #c14044; 
	text-decoration: none;
}

a:hover {
	color: #c14044;
	text-decoration:underline;
}

H5 a{
	color: #c14044;
	}

/* make sure the page is full height */
#customFullHeight {
	position: relative; /* needed for footer positioning*/
	margin: 0px auto;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background-color: white;
}

/* used repeatedly to ensure the mddle part of the page is a certain width while expanding full size */
.customPageWidth {
	width: 940px;
	margin: auto;
}

/* height and settings for the top dark bar */
#customTop {
	xxbackground-position: left center;
	xxheight: 30px;
	xxcolor: white;
	xxbackground-image: url('../../images/brittenford/custom_header_top_green.jpg');
	xxfont-family: verdana, arial;
	xxfont-size: .9em;
}

.customSearchRow {
	padding-top: 30px;
}

.ms-sbrow, .ms-sbcell, .ms-sbtext, .ms-sbgo{
	float: right;
}

/* top bar left part */
#customTopLeft {
	padding-top: 5px;	
	xxpadding-left:10px;
	float: left;
	display:none;
}

/* top bar right part */
#customTopRight {
	padding-top: 5px;
	float: right;
	xxdisplay: inline;
}

/* the header under the top bar */
#customHeader {
	height: 100px; 
	xxbackground-image: url('../../images/brittenford/custom_header.jpg');
	background-position: left center;
}

/* logo holder */
#customLogo {
	float: left;
	width: 242px;
	vertical-align:top;
	}

/* right part of the header where search lives */
#customHeaderRight {
	float: right;	
	height: 20px;
	padding-top: 1px;
}

/* search label */
#customSearchLabel {
	float: left; 
	font-size: 0.9em; 
	color: white;
}

/* search go arrow */
#customSearchArrow {
	float: left; 
	padding-top: 5px;
}


/* needed a second one that can be overridden by the custom welcome page */
.customPageWidthMain {
	width: 940px;
	margin: auto;
	vertical-align:bottom;
}

/*------TOP NAVIGATION BAR ----------*/
#customNavRow {
	padding-top: 15px;
	float:left;
	width:860px;
}

.customTopNavItem {
	font-size: 10.5pt;
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing:2.5px;
	height: 24px;
	color:black;
	xxborder-right:1px solid #343434;
	text-align: left;
	padding-left: 4px;
	width: 132px;

}

a.customTopNavItem {
	color:#111111;
	}
	
.customTopNavItem TD{
	background: url('../../Images/Brittenford/customNavitemArrowBack.gif') right top no-repeat;
}

.customTopNavHover {
	background-color:#bfd799;
}

a.customTopNavHover {
	color: #2a2a2a;
	text-decoration: none;
}


.customTopNavFlyOut {
	margin-top:9px;
	width: 132px;
}

.customTopNavFlyOut Table Table{
	background-color:#f8fed0;
	width: 132px
}

.customTopNavFlyOut Table Table:hover{
	background-color:#bfd799;
	border-bottom: 1px solid #2a2a2a;
	border-top: 1px solid #2a2a2a;
	width: 132px;
}


.customTopNavFlyOutItem{
	display: block;
	text-align: left;
	font-variant: small-caps;
	letter-spacing: 2.0px;
	white-space: normal;
	font-size: .8em;
	color: black;
	width: 120px;
	padding: 4px 3px 4px 3px;
	background-color:#f8fed0;
	border-bottom: 1px solid #f8fed0;
	border-top: 1px solid #f8fed0;

}

.customTopNavFlyOutHover{
	background-color:#bfd799;
	white-space:normal;
	width: 120px;
	padding: 4px 3px 4px 3px;
}

a.customTopNavFlyOutHover{
	color:#2a2a2a;
	text-decoration: none;
}


#customShadow {
	background-image: url('../../Images/Brittenford/custom_shadow_2.gif');
	height: 6px;
	margin-top: 1px;
	width:940px;
}


/* padding for the page title / page breadcrumbs */
.customContentTitle {
	color: #8e8e8c;
	background-color: #f8fed0;
	font-size: 12.5pt;
	font-weight: 600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-left: 5px;
	padding-top:18px;
	padding-bottom: 3px;
	margin-bottom: 3px;
	vertical-align:bottom;
	border-bottom: 1px solid #8e8e8c;
	width: 100%;
}

.masterTitleSpace {
	padding-top:10px;
	width: 100%;
}

/* actual page content area */
#customPageContent {
	padding-top: 4px;
}

/* footer area */
#customFooter {
	background-color:#ffffff;
	height: 130px; 
	color: #bfd799;
	font-size: 8.5pt;
	padding: 0px 30px 0px 30px;
}

.customFooterTopBorder {
	border-top: 2px #c14044 solid;
}
	

/* left side of footer */
#customFooterLeft {
	float: left;
	padding-top: 20px;
	width:40%;
	color:#2a2a2a;
}

#MossLogoFooter {
	float:left;
	text-align:center;
	height:50px;
	width:20%;

}
/* right side of footer */
#customFooterRight{
    float: left;
	padding-top: 20px;
	text-align:right;
	width:40%;
	color:#2a2a2a;

}

#customFooterRight a {
	color: #bfd799;
}

#customFooterRowTwo {
	float: left;
	text-align:center; 
	font-size:8.5pt; 
	width: 100%;
	margin-top: 30px;
	color: #2a2a2a;
}

/* these main styles control the height of the main three ares */
#customMainHeader {
	height: 100px;
}

#customMainContent {
	padding-bottom: 131px; /* bottom padding for footer */
}

#customMainFooter {
	position: absolute;
	width: 100%;
	bottom: 0px; /* stick to bottom */
	height: 168px; /* height of footer */
}

/*
-----------------------------------------------------------------------------
 css for custom welcome page layout
-----------------------------------------------------------------------------
*/

/* area where big slogan goes */
#customSloganArea {
	vertical-align: top;
	text-align: center;
	height: 260px;
	padding: 18px 0px 0px 13px;
	float:left;
	width: 300px;
	line-height:24px;
}

/* slogan font */
#customSloganText {
	font-size: 12pt;
	color: #2a2a2a;
	font-family: Arial, Helvetica, sans-serif;
}

/* slogan area slanted photo holder */
#customSlantedPhoto {
	float: left;
}

/* slogan area slanted photo */
#customSlantedPhoto img {
	padding-left: 15px; 
	padding-top: 14px;
	float: left;
	position: absolute;
}

/* main area bg */
#customMain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12.5pt;
	font-weight: normal;
	color: #2a2a2a;
}

/* the headings for the three columns in the custom welcome page */
.customMainTitle {
	color: #c14044;
	xxbackground-color: #eaebeb;
	background-color: #f8fed0;
	border-bottom: 1px solid #2a2a2a;
	font-size: 10.5pt;
	padding: 5px 8px 5px 8px;
	text-align: left;
	xxfont-variant:small-caps;
	font-weight: 600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	xxletter-spacing: 1.3px;
	text-decoration: none;
}
.customMainSubTitle{
	color: #bfd799;
	font-size: 10.5pt;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: 600;
}

/* the three columns in the custom welcome page */

.customMainColumn {
	color: #4C4D4D;
	float: left;
	xxline-height: 25px;
	padding-left: 4px;
	padding-top: 16px;
	padding-bottom: 40px;
	width: 284px;
	xxline-height: 18px;
}

.customColumnSpacer {
	width: 30px;
	float:left;
	color:white;
}

/* web part body font reset */
.customMainColumn .ms-WPBody {
	font-family: verdana, arial, Helvetica, sans-serif;
	font-size: 1em;
}

.customMainColumn a {
	text-decoration: none;
	font-family: verdana, Arial, Helvetica, sans-serif;
}
.customMainBody {
  	font-size:8.5pt;
	text-decoration: none;
	font-family: verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}

/* needed to clear the three columns in the custom welcome page */
.customClearBoth {
	clear: both;
}

/*
-----------------------------------------------------------------------------
  Overrides for out of the box moss css
-----------------------------------------------------------------------------
*/

/* editing toolbar hover fonts */
.ms-consoletoolbar .ms-SPLink a:link, .ms-consoletoolbar .ms-SPLink a:visited, .ms-consoletoolbar .ms-SPLink a:hover  {
	color: #2a2a2a;
}

/* top toolbar fonts */
.ms-SPLink a:link, .ms-SPLink a:visited  {
	color: white;
}

/* top bar fonts */
.ms-SPLink a:hover {
	color: white;
}

/* header bar link hover */
.ms-HoverCellActive, .ms-SpLinkButtonActive {
	border: 1px solid #000000;
*	border-top: 0px;
	background: #c14044;
}

/* site action fonts */
.ms-siteaction, .ms-siteaction a {
	font-family: verdana, arial, Helvetica, sans-serif;
	font-size: 8.5pt;
}

/* site actions font weight */
.ms-siteactionsmenu div div div a {
	font-weight: normal;
}

/* site action arrow */
.ms-siteactionsmenu div div div img {
	/*display: none;*/
}

/* site action bg and button */
.ms-siteactionsmenu div div div {
	background-image: none;
	background-position: right;
	background-repeat: no-repeat;
	background-color: transparent;
	border: 0px;
	padding: 2px;
	padding-top: 1px;
}

/* site action link hover */
.ms-siteactionsmenu div div div a:hover, .ms-siteactionsmenu div div div.ms-siteactionsmenuhover a:hover {
	text-decoration: none;
}

/* site action hover button */
.ms-siteactionsmenu div div div.ms-siteactionsmenuhover {
	background: #c14044;
	border: 1px solid #000000;
	padding: 2px;
	padding-top: 1px;
}

/* search row */
table.ms-sbtable ms-sbtable-ex{
	width:50%;
	padding:0px;
	padding-left:2px;
	white-space:nowrap;
	border:solid 0px;
}


/* search box border */
td.ms-sbcell{
	padding:0px;
	padding-left:2px;
	white-space:nowrap;
	border:solid 0px;
}

/* search box text */
.ms-sbtext{
	color:#343434;
	font-family: verdana, arial;
	font-size:10pt;
	font-weight:normal;
}

/* divit after search IE */
td.ms-sbcell {
	background-color:transparent;
}

/* sides of search box */
.ms-sbplain {
	border: solid 1px gray;
	padding-left:2px;
}

/* divit after search */
td.ms-sbgo {
	background-color:inherit;
}

/* hide breadcrumb bg */
.ms-pagebreadcrumb, .ms-pagebreadcrumb a {
	background-color: transparent;
}
.breadcrumb {
		font-size: 9px;
		margin-top:25px;
		color: gray;
}

/* splash links background */
.splashLinkArea {
	border:0px none transparent;
	min-height:inherit;
}

/* all link colors in body of the site */
.ms-WPBody a:link, .ms-WPBody a:visited, .link-item, .link-item a:link, .link-item a:visited, td.ms-vb a, td.ms-addnew a {
	color: #2a2a2a;
	text-decoration: none;
	font-size: 8.5pt;
	line-height: 1.7em;
	font-family: Verdana, arial, helvetica, sans-serif;
}

.description {
	text-decoration: none;
	font-size: 8.5pt;
	font-weight:normal;
}

.pressReleaseList .link_item{
	font-size: 10.5pt;
	font-weight: 600;
}

.pressReleaseList .description{
	padding-bottom: 15px;
}

/* all link hovers */
.ms-WPBody a:hover, .link-item a:hover, td.ms-vb a:hover, td.ms-addnew a:hover {
	color: #c14044;
	text-decoration: none;
}

/* header fonts from sites page */
.headertitle, .headertitle a, .headertitle a:link {
	color: #c14044;
}

/* underline */
.ms-partline {
	background-color:#c14044;
}

/* link colors need to be overridden */
.menuTopLevel a:link, .menuTopLevel a:visited {
	color: #2a2a2a;
}

/* sub link colors need to be overridden */
.menuSubLevel a:link, .menuSubLevel a:visited {
	color:white;
}

/* hide web part borders */
.ms-WPBorder {
	border: 0px;
}

/* hide web part borders */
.ms-WPHeader td {
	border-bottom:0px;
}

/* mini console button font */
.ms-ptabcn a:link, .ms-ptabcn a:visited, .ms-ptabcnhover a:link, .ms-ptabcnhover a:visited, .ms-sctabcn a:link, .ms-sctabcn a:visited, .ms-sctabcnhover a:link, .ms-sctabcnhover a:visited {
	font-size: 8.5pt;
}

/* mini console button font */
.ms-ptabcf a:link, .ms-ptabcf a:visited, .ms-ptabcfhover a:link, .ms-ptabcfhover a:visited, .ms-sctabcf a:link, .ms-sctabcf a:visited, .ms-sctabcfhover a:link, .ms-sctabcfhover a:visited  {
	font-size: 8.5pt;
}

/* some buttons that show on the sitemap */
.ms-wikieditouter {
	position:relative;
	right:0px;
	top:0px;
	border:1px solid silver;
	border-right-width:1px;
}

/* form fonts */
.ms-formlabel {
	font-size: .9em;
}

/* form fonts */
.ms-formbody {
	font-size: 1em;	
}

.floatingRelatedLinks
{
	border-style: none;
	padding-left: 10px;
	padding-top: 20px;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 5px;
	float: right;
	min-width: 150px; *;
	width: 150px;
	display: inline;
}


#customSplashMovie {
	height: 260px;
	width: 600px;
	padding: 10px 18px 0px 5px;
	float:left;
}

.leftcolumnpageContent {
	display: block;
	white-space:normal;
	width:550px;
	padding-bottom: 60px;
	font-family:Verdana, arial, helvetica,sans-serif;
	font-size:8.5pt;
	line-height: 1.7em;

}
.leftcolumnpageContent a{
	xxcolor: #c14044;
}

.pageContent {
	padding-bottom: 30px;
	color:#2a2a2a;
	font-family:Verdana, arial, helvetica,sans-serif;
	font-size:8.5pt;
	line-height: 1.7em;
}
#customPageContent {
	padding-bottom: 30px;
}

.customContentTitle {
	padding-top: 15px;
}

.floatright {
	overflow:visible;
	display: block;
	margin-top: -40px;	}
	}
	
.rightcolumnimage {
	padding: 0px 18px 18px 18px;
}

H3.ms-WPTitle {
	color: #bfd799;
	font-size: 10.5pt;
}

/*------ Leadership Layout -------*/

#leadershipContentArea {
	width: 100%;
}

.leaderRow {
	width: 100%;
}

.leaderText {
	width: 75%;
	float:left;
	font-size: 8.5pt;
	padding-right: 10px;
	line-height: 1.7em;
}

.leaderPic {
	width: 23%;
	float: right;
	padding-top:26px;
	padding-bottom:18px;
}
.side_text {
	text-align: left;
	font-size: 8.5pt;
	
}
a.body_text_link {
	color: #c14044;	
	text-decoration: none;	
	
}

/*-- iframe scrollbar --*/

#contentFrame {
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
	scrollbar-base-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;	
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
}


/*-- brittenford.css  --*/

font.heading_text {
	font-size: 10.5pt;
	font-family: Verdana, Arial, Helvetica, sans-serif	;
	font-weight: bold;
	color: #FFFFFF;
}
a.page_anchor {
	color: #2a2a2a;
	font-weight: bold;
}
}a.menu_text {
	font-size: 10.5pt;
	font-family: Verdana, Arial, Helvetica, sans-serif	;
	text-decoration: none;
	letter-spacing: normal;
	color: #FFFFFF;
}
a.menu2_text {
	font-size: 8.5pt;
	font-family: Verdana, Arial, Helvetica, sans-serif	;
	text-decoration: none;
	letter-spacing: normal;
	color: #2a2a2a;
}
a.menu2_text:hover {
	font-size: 8.5pt;
	font-family: Verdana, Arial, Helvetica, sans-serif	;
	text-decoration: UNDERLINE;
	letter-spacing: normal;
	color: #2a2a2a;
}
a.sub_link {
	font-size: 8.5pt;
	font-family: Verdana, Arial, Helvetica, sans-serif	;
	text-decoration: none;
	letter-spacing: normal;
	color: #FFFFFF;
}
a.body_text_link {
	font-size: 10.5pt;
	font-family: Verdana, Arial, Helvetica, sans-serif	;
	text-decoration: none;
	letter-spacing: normal;
	color: #c14044;
}
a.tiny {
	font-size: 6.5pt;
	font-family: Verdana, Arial, Helvetica, sans-serif	;
	text-decoration: none;
	letter-spacing: normal;
	color: #c14044;
}
a.tiny:hover {
	font-size: 6.5pt;
	font-family: Verdana, Arial, Helvetica, sans-serif	;
	text-decoration: underline;
	letter-spacing: normal;
	color: #c14044;
}
a.body_text_link_sm {
	font-size: 8.5pt;
	font-family: Verdana, Arial, Helvetica, sans-serif	;
	text-decoration: none;
	letter-spacing: normal;
	color: #c14044;
}
a.body_text_link_med {
	font-size: 8.5pt;
	font-family: Verdana, Arial, Helvetica, sans-serif	;
	text-decoration: none;
	letter-spacing: normal;
	color: #c14044;
}a.body_text_link:hover {
	font-size: 10.5pt;
	font-family: Verdana, Arial, Helvetica, sans-serif	;
	letter-spacing: normal;
	color: #c14044;
}
a.body_text_link_sm:hover {
	font-size: 8.5pt;
	font-family: Verdana, Arial, Helvetica, sans-serif	;
	letter-spacing: normal;
	color: #c14044;
}
a.body_text_link_med:hover {
	font-size: 8.5pt;
	font-family: Verdana, Arial, Helvetica, sans-serif	;
	letter-spacing: normal;
	color: #c14044;
}
a.sub_link:hover {
	font-size: 8.5pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	color: #FFFFFF;
}
a.sub_link_selected {
	font-size: 8.5pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	letter-spacing: normal;
	color: #2a2a2a;
}
UL.Brit {list-style-image: url("/images/BritULbullet.gif"); margin-top:2px;margin-bottom:0px;margin-left:8px;}
LI.Brit {list-style-image: url("/images/BritULbullet.gif"); }
font.menu_text {
	font-size: 10.5pt;
	font-family: Verdana, Arial, Helvetica, sans-serif	;
	color: #FFFFFF;
}
font.footer_text {
	font-size: 8.5pt;
	font-family: Verdana, Arial, Helvetica, sans-serif	;
	color: #2a2a2a;
}
font.mailer_black {
	font-size: 12.5pt;
	font-family: Verdana, Arial, Helvetica, sans-serif	;
	color: #2a2a2a;
	font-weight: bold;
	line-height: 25px;
}
font.mailerB_black {
	font-size: 12.5pt;
	font-family: Verdana, Arial, Helvetica, sans-serif	;
	color: #2a2a2a;
	font-weight: bold;
	line-height: 20px;
}
font.mailer_black_bold {
	font-size: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif	;
	color: #2a2a2a;
	font-weight: bold;
	line-height: 30px;
}
font.mailer_red {
	font-size: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif	;
	color: #c14044;
	font-weight: bold;
	line-height: 31px;
	margin-left: -1px;
}
font.mailer2_black {
	font-size: 10.5pt;
	font-family: Verdana, Arial, Helvetica, sans-serif	;
	color: #2a2a2a;
	font-weight: bold;
	line-height: 40px;
}
font.mailer4_black {
	font-size: 10.5pt;
	font-family: Verdana, Arial, Helvetica, sans-serif	;
	color: #2a2a2a;
	line-height:13px;
}
font.mailer2_red {
	font-size: 12.5pt;
	font-family: Verdana, Arial, Helvetica, sans-serif	;
	color: #c14044;
	font-weight: bold;
	line-height: 16px;
}
font.mailer3_black {
	font-family: Verdana, Arial, Helvetica, sans-serif	;
	color: #2a2a2a;
	font-size: 10.5pt;
}
font.mailer3_black_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif	;
	color: #2a2a2a;
	font-size: 12.5pt;
	font-weight: bold;
}
font.mailer3_black_bi {
	font-family: Verdana, Arial, Helvetica, sans-serif	;
	color: #FFFFFF;
	font-size: 10.5pt;
}
font.mailer3_black_bold_bi {
	font-family: Verdana, Arial, Helvetica, sans-serif	;
	color: #FFFFFF;
	font-size: 12.5pt;
	font-weight: bold;
}
font.mailer3_red {
	font-family: Verdana, Arial, Helvetica, sans-serif	;
	color: #c14044;
	font-weight: bold;
	font-size: 12.5pt
}
font.videoheader_text {
	font-family: Verdana, Arial, Helvetica, sans-serif	;
	color: #2a2a2a;
	font-size: 10.5pt;
	font-weight: bold;
}
font.side_text_med {
	font-family: Verdana, Arial, Helvetica, sans-serif	;
	color: #2a2a2a;
	font-size: 8.5pt;
}
font.side_text {
	font-family: Verdana, Arial, Helvetica, sans-serif	;
	color: #2a2a2a;
	font-size: 10.5pt;
}
font.red_header {
	font-family: Verdana, Arial, Helvetica, sans-serif	;
	color: #c14044;
	font-weight: bold;
	font-size: 10.5pt;
}
font.side_text_sm {
	font-family: Verdana, Arial, Helvetica, sans-serif	;
	color: #2a2a2a;
	font-size: 8.5pt;
}
font.side_text_sm_red {
	font-family: Verdana, Arial, Helvetica, sans-serif	;
	color: #c14044;
	font-size: 8.5pt;
}
font.submenu2_text {
	font-family: Verdana, Arial, Helvetica, sans-serif	;
	color: #2a2a2a;
	font-size: 8.5pt;
	line-height: 18px;
}
font.submenu2_text_bi {
	font-family: Verdana, Arial, Helvetica, sans-serif	;
	color: #FFFFFF;
	font-size: 8.5pt;
	line-height: 18px;
}
font.submenua_text {
	font-family: Verdana, Arial, Helvetica, sans-serif	;
	color: #2a2a2a;
	font-size: 8.5pt;
}
font.submenuaLL_text {
	font-family: Verdana, Arial, Helvetica, sans-serif	;
	vertical-align: top;
	color: #2a2a2a;
	font-size: 8.5pt;
	line-height: 18px;	
}
font.submenu_text {
	font-family: Verdana, Arial, Helvetica, sans-serif	;
	color: #2a2a2a;
	font-size: 8.5pt;
}
a.submenu_text {
	font-family: Verdana, Arial, Helvetica, sans-serif	;
	color: #2a2a2a;
	text-align: justify;
	text-decoration: none;
	font-size: 8.5pt;
}
a.submenu_text:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif	;
	color: #FF0000;
	text-decoration: none;
	font-size: 8.5pt;
}
a.submenu_textW {
	font-family: Verdana, Arial, Helvetica, sans-serif	;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 8.5pt;
}
a.submenu_textW:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif	;
	color: #2a2a2a;
	text-decoration: none;
	font-size: 8.5pt;
}

a.submenu_textBW {
	font-family: Verdana, Arial, Helvetica, sans-serif	;
	color: #2a2a2a;
	text-decoration: none;
	font-size: 8.5pt;
}
a.submenu_textBW:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif	;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 8.5pt;
}
a.subheader_text {
	font-family: Verdana, Arial, Helvetica, sans-serif	;
	color: #FFFFFF;
	font-size: 10.5pt;
	text-decoration: none;
}
a.subheader_text:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif	;
	color: #FFFFFF;
	font-size: 10.5pt;
	text-decoration: underline;
}
a.menu_text:hover {
	font-size: 10.5pt;
	font-family: Verdana, Arial, Helvetica, sans-serif	;
	text-decoration: UNDERLINE;
	text-spacing: normal;
	color: #FFFFFF;
}
#video_container {
	position: relative;
	height: 199px;
	top: 2px;	
}
.learn_more_btn {
	position: relative;
	left: -5px;
	top: 12px;
}
a.videoselection_text {
	font-family: Verdana, Arial, Helvetica, sans-serif	;
	color: #2a2a2a;
	font-size: 10.5pt;
	text-decoration: none;
	line-height: 25px;
}
a.videoselection_text:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif	;
	color: #FF0000;
	font-size: 10.5pt;
	text-decoration: none;
	line-height: 25px;
}
a.videoselection_text_2 {
	font-family: Verdana, Arial, Helvetica, sans-serif	;
	color: #FF0000;
	font-size: 10.5pt;
	text-decoration: none;
	line-height: 25px;
}
a.videoselection_text_2:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif	;
	color: #FF0000;
	font-size: 10.5pt;
	text-decoration: none;
	line-height: 25px;
}
 ul { margin-left: 10; }
 li { margin-left: 10; line-height: 120%; padding: 0px 0px 5px 0px }
li.clean {
	margin-left: 10px;
	line-height: 105%;
	padding: 0px 0px 0px 0px
}
#crumb_trail {
	text-align: left;
	margin-left: 17px;
}
.margin_5px {
	margin-left: 5px;	
}
.hook_player_cell {
	background-repeat:no-repeat;
	background-position:center;
}
#side_box_cell {
	background-color: #FFFFCC;
	position: relative;
	top: 2px;
	}

/*---- end brittenford.css ----*/


/*----- image captions ----*/
.caption {
	display: block;
	white-space:normal;
	line-height: 15px;
}

/*---- blog styles ----*/
.ms-PostFooter a, .ms-CommentFooter a {
	color: #c14044;
}

H3.ms-postdate {
	border-bottom: 1px solid #c14044;
}

.title-With-Background {
	background-color: #c14044;
	text-align: center;
}

.customSubTitle a{
	color: #2a2a2a;
	font-size: 8.5pt;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 700;
	margin-left: 5px;
	
}
.customSubTitle a:link{
	color: #2a2a2a;
	font-size: 8.5pt;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 700;
	
}

.customSubTitle a:hover{
	text-decoration:underline;	
}


#SRSB {
	width:175px;
	clear: right;
	border-left: 1px solid #222222;
	padding: 1px 0px 1px 4px ;
	margin-left: 6px;
}
.ms-sbLastcell {
	width: 2px;
}

/*--- Site Welcome Pages ---*/
.contactIntroText {
	font-size: 8.5pt;
	line-height: 1.7em;
}

.contactBlock{
width:208px;
height:240px;
padding:0px;
margin:18px 30px 8px 0px;
border:2px solid #bfd799;
float:left;
}
.contactBlock2{
width:208px;
height:240px;
padding:0px;
margin:18px 0px 8px 0px;
border:2px solid #bfd799;
float:left;
}
.contactBlock img, .contactBlock2 img{
margin:8px 77px;
}
.contactTitle{
background-color:#c14044;
margin:0px;
padding:4px;
text-align:center;
color:white;
font-size: 8.5pt;
font-weight:bold;
}

.contactTitle a, .contactTitle a:hover{
color:white;
font-weight:bold;
}

.contactContent{
padding:8px;
margin:0px;
text-align:left;
line-height: 1.7em;
font-size: 8.5pt;
}
.contactContent a{
color:#2a2a2a;
line-height: 17px;
margin:0px;
text-align:left;
}
.contactContent a:hover{
color:#c14044;
}

.contactEnd{
clear:both;
height:24px;
}

#ctl00_PlaceHolderMain_ctl01__ControlWrapper_RichHtmlField p{
	border: 0px;
	margin: 0px;
	padding: 0px;
	display: inline;
	font-size:8.5pt
}

#ctl00_PlaceHolderMain_Content__ControlWrapper_RichHtmlField{
		font-size:8.5pt
}

div#linkitem.item a{
	font-weight:bold;
}
.cqfeed {
	padding-top:7px;
	text-align:left;
}
.ms-webpartpagedescription {
	color: white;
}
.ms-srchresultstop, .srch-Page, .srch-stats {
	background-color: #f8fed0 !important;
}
.level-band {
	background-color: #bfd799;
	padding-left: 8px;
}

.srch-alertme, #alertVertLine  {
	display:none;
}

.srch-Description {
	xxdisplay:none;
}

td#MSOZoneCell_WebPartWPQ7{
	xxmargin-left:10px;
	xxpadding-left:5px;
}

div.srch-Page {
	xxmargin-left:10px;
	xxpadding-left:5px;	
}

.cbq-layout-main {
	border:0 none;
	margin:0;
	padding:0 0 16px;
	width:100%;
}