/* CSS Document for two column tier 3 pages white background - Jo Bradley - Chris Barnard */

/****************************************************************************
// HOME LEFT: sections page by 2/3  //
****************************************************************************/
#homeLeft {
	float:left;
	width:450px;
}
/*
#homeLeft h2 {
	display:inline-block;
	border-bottom:none;
	height:30px;			
	padding-left:28px;
	margin-left:0px;
	line-height:2.5;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
}*/
#homeLeft h2 {
	font: normal 18px/21px "Times Roman","Times New Roman",Times,Serif;
	margin: 10px 0;
	background: url(/images/dotted-border-horz.gif) repeat-x 0 bottom;
	padding: 0 10px 10px 10px;
	clear:left;
}
#homeRight h3 {
	margin-left:0;
	color: #FFFFFF;
	background: #333333;
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	padding: 10px;
}
#homeLeft .columnLeft {
	width: 48%;
	float: left;
	display: inline;
}
#homeLeft .columnRight {
	width: 48%;
	float: right;
	display: inline;
}
.columnRight h3.large {
	margin-left:10px;
}

/****************************************************************************
// HOME RIGHT: sections page by 1/3  //
****************************************************************************/
#homeRight {
	float:right;
	background: url(/images/dotted-border-vert.gif) repeat-y left top; 
/*	background: #FFFFFF; */
	padding-left: 5px;
	width:230px;
	display: inline;
	height: 895px;
}
#homeRight ul {
	list-style: none;
	margin-left:0px;
}
#homeRight ul li {
	background: url(/images/bullet2.gif) no-repeat scroll 10px 13px transparent;
	padding-left:20px;
	font-size:11px;
	line-height:1;
/*	padding-bottom:12px; */
}
#homeRight ul.list li {
/*	padding-bottom:.4em; */
	padding-left:16px;
	margin-left:10px;
} 
/****************************************************************************
//  homeRight Box Search Styles                                            //
****************************************************************************/
#homeRight .search {
	float:left; 
	width: 230px;
}
#homeRight .search a {
	color: #CC0000;
	}
.search form {
	padding: 10px;
}
#homeRight .search ul {
	float:left;
	display:inline;
	width: 100px;
	_width: 85px;
	margin: 0 0 10px 10px;
	_margin: 0 0 10px -2px;
}
#homeRight .search li {
	list-style: none;
	background: transparent url("/images/bullet.gif") no-repeat 0 6px;
	padding: 0 0 3px 10px;
	width: 100px;
	_width: 85px;
}
#homeRight .search input {
	background: #fff;
	border: 1px solid #333;
	padding: 3px;
	width: 155px;
}
#homeRight .search input.button {
	color: #c00;
	width: auto;
	font-weight: bold;
	font-size: 10px;
	line-height: 10px;
	text-transform: uppercase;
	padding: 2px 5px 2px 2px;
	border: none;
	background: transparent url(/images/go-arrow.gif) no-repeat right 50%;
	cursor: pointer;
	_cursor: hand;
}
.search img {
	display: none;
}

/****************************************************************************
// RELATEDLINKS: on news pages (right column) to display more info   //
****************************************************************************/
#content .relatedLinks {
	clear:left;
}
#content .relatedLinks h3 {
	background: url(/images/dotted-border-horz.gif) repeat-x left top;
	padding-top:8px;
}
#content #homeRight .related, 
#content .columnRight .related, 
#content #homeRightPlain .related {
	background: url(/images/dotted-border-horz.gif) repeat-x left top;
}
#content .horiz {
	background: url(/images/dotted-border-horz.gif) repeat-x left 16px;
	font-size:1em;
}
#content #homeRight .related h3, 
#content .columnRight .related, 
#content #homeRightPlain .related h3 {
	margin-right:0px;
	margin-left:4px;
	padding-top:10px;
	margin-bottom:4px;
}
#content #homeRight .related ul, 
#content .columnRight .related, 
#content #homeRightPlain .related ul {
	padding-top:0px;
	margin-top:0px;
	margin-left:4px;
}
#content #homeRight .related li, 
#content .columnRight .related, 
#content #homeRightPlain .related li {
	padding-bottom: 4px;
	padding-left:12px;
}
/****************************************************************************
// INFOBOX: creates blue header and blue box with border  //
****************************************************************************/
#content .infoBox {
	border:1px solid #A0B5D7;
	clear:both;
	margin-bottom:8px;
	margin-right:0px;
	padding-right:0px;
	width:95%;
	margin-left: 5px;
	/*_height:1%;
	overflow:auto; */
}
#content .columnLeft .infoBox {
	width:100%;
	/* reduced from 110% to accomodate new css */
}
#content .columnRight .infoBox {
	width:90%;
	/* reduced from 110% to accomodate new css */
}
#content td .infoBox {
	position: relative;
	left: 0px;
	margin-left:0px;
	width:100%;
}
#content .infoBox h3 {
	padding:3px;
	margin: 0px;
	font: small-caps normal 14px/normal "Times New Roman", Times, serif;
	color: #000;
	text-decoration: none;
	letter-spacing: 3px;
	background: url(/images/splash/infoBoxBG.jpg) repeat-x center center;
}
#content .infoBox dt {
	padding-top:6px;
}



/****************************************************************************
// INFOCARD: for displaying personel info in a business card style   //
****************************************************************************/
#content .infoCard {
	margin-top:0px; 
	border:1px solid #A0B5D7;
	margin-left:10px;
	padding-bottom:0px;
	margin-bottom:0px;
	margin-right:0px;
	padding-right:0px;	
}
#content .infoCard img {
	margin-right:8px;
	margin-top:30px;
	position: relative;
	margin-top:0px;
	margin-left:0px;
	padding-bottom:0px;
	margin-bottom:0px;
	border:none;
	border-right:1px solid #A0B5D7;
}
#content .infoCard h3 {
	background-color:#A0B5D7;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:0px;
	padding-right:0px;
	margin-right:0px;
	background-image:url(../images/icons/icon_nav.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

/****************************************************************************
// general styles for specialized features   //
****************************************************************************/
#content .clearLeft {
	clear: left;
}

/* creates a hanging indent */
#content .padLeft {
	padding-left:8px;
} 
/* moves paragraphs up closer to their headers */
#content .padTopNo {
	margin-top:-6px; padding-top:0px;
}
/*counters the main global's lack of aligning elements correctly on the left */
#content .margLeft {
	margin-left:10px;
}

#content .paraUp {
	 margin-top:-6px;
}
#content .headerMarg {
	margin-top:20px;
}

/* moves unordered lists closer to header and creates tighter lists */
/* example of use: Communications & Marketing Pulse */
#content .closelist ul {
	margin-top:0px;
	padding-top:0px;
	margin-left:94px;	
}
#content .closelist ul li {
	padding: 0 0 0 10px;
}
#content .closelist h3 {
	margin:0 0 3px 10px; 
	padding-top:0px;
}
#content .closelist .leftfloat {
	float: left;
	margin:0 12px 4px 4px;
}
/******************************************************************/
p.elegant {
	line-height:1.8em; 
	font-size:1.3em; 
	font-family:'Times New Roman', Times, serif;
	font-style:italic;
}
#content .pullQuote {
	border-top:1px solid #f0f0f0; 
	border-bottom:1px solid #f0f0f0; 
	padding:5px; 
	line-height:110%;
	margin-bottom:15px;
	width:520px;
	margin-left:160px;
	padding-left:0px;
	text-align:center;
}
#content td .pullQuote {
	border-top:1px solid #f0f0f0; 
	border-bottom:1px solid #f0f0f0; 
	padding:5px; 
	line-height:110%;
	margin-bottom:15px;
	margin-left:0px;
	width:inherit;
	position: relative;
	left: 0px;
}
#content .quote {
	font-size: 11px;
}
p.space {
	line-height:1.6em;
}
h2.large, h3.large {
	margin: 10px 0 0 0;
	font: bold small-caps 18px/21px "Times New Roman", Times, serif;
	color: #000;
	border-bottom: none;
	background:none;
	padding-bottom:0px;
}
.fancy {
	margin-left:10px;
}
tr.blue, tr.blue th, h5.blue, th.blue {
	background-color: #567EB9;
}
td fieldset.download {
	background-color: transparent;
} 

/****************************************************************************
// EVENTCALENDAR: for pages that have small calendar   //
****************************************************************************/
#eventCalendar a:link, #eventCalendar a:visited {
	text-decoration: none;
	border:none;
}
#eventCalendar a:hover {
	text-decoration:none;
	border:none;
	background: #3CC;
}
form#eventCalendar table {
	margin: 0px
}
form#eventCalendar {
	margin-bottom: 10px;
}
div#fader {
	color:#333;
	font: normal 11px/1.4 Verdana, Arial, Helvetica, sans-serif;
	padding:0 5px 0 0px;
	display:block;
	height:auto;
	width:auto;
}

/****************************************************************************
// MAP: for pages using Google API with the info box on side  //
****************************************************************************/
#map {
	float:right;
	margin-top:32px;	
}
#mapSide {
	float:left;
	padding-right: 5px;
	width:210px;
}
#mapSide fieldset {
	padding-bottom: 12px;
	/* margin-top:26px;*/
}
#mapSide p {
	margin-left:3px;
}