/* ================================ */
/* ============ COLORS ============ */
/* ================================ */
	/* #bfd294 - Darker Green */
	/* #e5eea1 - Lighter Green */
	/* #e7e3be - Beige */
	/* #929680 - Main Text Color */
	/* #9e0b0f - Red Accent Color */
/* ================================ */
/* ============= TAGS ============= */
/* ================================ */

/* SEE EDITOR.CSS */

@import url(/common/css/editor.css);

html,body {
	margin:0;
	padding:0;
	background-image:url(/common/images/BackgroundPatternAndLine.png);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#929680;
}


/* ================================ */
/* ========== CONTAINERS ========== */
/* ================================ */
#wrapperToCenter {
	margin:0 auto 0 auto;
	padding:0;
	width:971px;
}
#masthead {
	position:relative;
}
#masthead #logo {
	position:absolute;
}
#masthead #nav {
	position:absolute;
	top:74px;
	right:5px;
	width:850px;
	height:25px;
	background-image:url(/common/images/NavigationBackground.gif);
	background-repeat:no-repeat;
	text-align:right;
}
#nav ul li
{
    display: inline;
    text-decoration:none;
}
#masthead #nav a {
	position:relative;
	padding:0 15px 0 0;
	top:6px;
	font-family:"Times New Roman", Times, Georgia, serif;
	font-size:10px;
	font-weight:bold;
	color:#929680;
	text-transform:uppercase;
	text-decoration:none;
}
#masthead #nav a:hover {
	background:none;
	color:#000000;
}
#masthead #nav a.active {
	color:#000000;
}
div.mainShell {
	position:relative;
	padding:5px 5px 0 5px;
	top:111px;
	min-height:525px; 
	/* IE6 set as height in conditional statement in head of global.master */
}
div.mainShell.home {
	background-image:url(/common/images/BackgroundHome.png);
	background-repeat:no-repeat;
}
div.mainShell.inner {
	background-image:url(/common/images/BackgroundInner.png);
	background-repeat:no-repeat;
}
div.mainShell #homeShell {
	padding:2px 0 10px 0;
	min-height:325px;
}
div.mainShell #homeShell h3 {
	font-family:"Times New Roman", Times, Georgia, serif;
	font-size:14px;
	color:#000000;
}
div.mainShell #homeShell .leftColumn {
	float:left;
	width:481px;
}
div.mainShell #homeShell .leftColumn .callout {
	float:left;
}
div.mainShell #homeShell .leftColumn .callout .content {
	float:left;
	padding:0 10px 0 12px;
	width:218px;
	font-size:11px;
}
div.mainShell #homeShell .leftColumn .callout .content p {
	line-height:11px;
}
div.mainShell #homeShell .leftColumn .callout .photo {
	float:left;
	width:241px;
}
div.mainShell #homeShell .rightColumn {
	float:left;
	width:478px;
}
div.mainShell #homeShell .rightColumn .callout {
	float:left;
}
div.mainShell #homeShell .rightColumn .callout .content {
	float:left;
	padding:0 10px 0 12px;
	width:215px;
	font-size:11px;
}
div.mainShell #homeShell .rightColumn .callout .content p {
	line-height:11px;
}
div.mainShell #homeShell .rightColumn .callout .photo {
	float:left;
	width:240px;
}
.crossLinkHome {
	margin:0 8px 0 12px;
	padding:5px 0 9px 12px;
	font-family:"Times New Roman", Times, Georgia, serif;
	font-size:13px;
	background-image:url(/common/images/ArrowRed.gif);
	background-repeat:no-repeat;
}
.crossLinkHome a {
	color:#000000;
	text-decoration:none;
}
.crossLinkHome a:hover {
	color:#9e0b0f;
	text-decoration:none;
}
div.home #leftColumn {
	float:left;
	padding:0 15px 10px 20px;
	width:685px;
}
div.home #rightColumn {
	float:left;
	padding:15px 10px 10px 0;
	width:231px;
}
div.inner #leftColumn {
	float:left;
	padding:18px 15px 30px 20px;
	width:683px;
}
div.inner #rightColumn {
	float:left;
	padding:32px 10px 10px 0;
	width:231px;
}
.calloutPanel {
	width:230px;
	padding:0 0 20px 0;
	color:#575c4e;
}
.calloutPanel .top {
	background-image:url(/common/images/CalloutPanelTop.png);
	background-repeat:no-repeat;
	height:45px;
}
.calloutPanel .top h3 {
	position:relative;
	top:21px;
	font-family:"Times New Roman", Times, Georgia, serif;
	font-size:14px;
	color:#000000;
	text-align:center;
}
.calloutPanel .middle {
	padding:10px 0 0 0;
	background-image:url(/common/images/CalloutPanelMiddle.gif);
	background-repeat:repeat-y;
	text-align:center;
	font-family:"Times New Roman", Times, Georgia, serif;
	font-size:12px;
	font-style:italic;
}
.calloutPanel .bottom {
	background-image:url(/common/images/CalloutPanelBottom.png);
	background-repeat:no-repeat;
	height:20px;
}
.crossLink {
	margin:0 10px 0 10px;
	padding:5px 0 5px 12px;
	border-top: 1px solid #e7e3be;
	font-family:"Times New Roman", Times, Georgia, serif;
	font-size:13px;
	background-image:url(/common/images/ArrowRed.gif);
	background-repeat:no-repeat;
}
.crossLink.last {
	border-bottom: 1px solid #e7e3be;
}
.crossLink a {
	color:#000000;
	text-decoration:none;
}
.crossLink a:hover {
	color:#9e0b0f;
	background:none;
	text-decoration:none;
}
#footerShell {
	clear:both;
	position:relative;
	top:100px;
	margin:0 auto 0 auto;
	padding:0;
	background-image:url(/common/images/FooterLine.gif);
	background-repeat:repeat-x;
}
#footerShell #footerContent {
	position:relative;
	margin:0 auto 0 auto;
	padding:35px 20px 10px 20px;
	height:60px;
	width:921px;
	font-family:"Times New Roman", Times, Georgia, serif;
	color:#96a675;
}
#footerShell #footerContent a {
	color:#96a675;
	text-decoration:none;
}
#footerShell #footerContent a:hover {
	color:#000000;
}
/* ================================ */
/* ============= MISC ============= */
/* ================================ */
.clearBoth {
	clear:both;
}
#masthead #nav a.activeNav {
    color:Black;
}