* {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	background: #fff;
	;
}
#wrapper {
	width: 970px;
	margin: 0 auto;
}
#page {
	width: 970px;
	background-image: url(../images/wrapperBg.jpg);
	background-repeat: repeat-y;
}
#pageBottom {
	background: url(../images/pageBottom.jpg) no-repeat;
	height: 43px;
}

#header {
	height: 77px;
}
#headerInfo {
	width: 450px;
	float: right;
	margin-right: 35px !important;
	margin-right: 18px;
	text-align: right;
	padding-top: 24px;
	color: #652466;
	font-weight: bold;
}
#headerInfo a {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}
#headerInfo a:hover {
	text-decoration: underline;
}

#logoBox {
	float: left;
	margin-left: 15px;
	height:77px;
}
#navigation {
	height: 43px;
	padding-left: 21px;
	color: #FFF;
	background-image: url(../images/navBG2.jpg);
	background-repeat: no-repeat;
	width: 921px;
	margin-right: 15px;
	margin-left: 15px;
	border: 1px solid #E0E0E0;
}
#navigation ul li {
	list-style-type: none;
	display: inline;
}
#navigation ul li a {
	text-transform: uppercase;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	float: left;
	margin-top: 7px;
	padding: 7px 20px;
}
#navigation ul li a.first {
	padding-left: 0px;
}
#navigation ul li a:hover, #navigation ul li a.current {
	color: #CCC;
}
#content     {
	margin: 0 35px 0 36px;
}
#bannerRow {
	height: 470px;
}

#bannerImg img {
	float: left;
}
#bannerCtaHeadline      {
	float: left;
}
#bannerDate {
	float: right;
}

#cta {
	
	padding-top: 20px;
	padding-bottom: -5px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	height: 70px;
	
	clear: both;
}
#ctaImg {
	float: left;
}
#ctaButton {
	float: right;
	padding-top: 12px;
}
#subRightCta #ctaButton {
	float: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

#ctaButton a {
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	background: url(../images/buttonLeft.jpg) no-repeat left top;
	display: block;
	height: 47px;
	padding-left: 22px;
	font-size: 14px;
}
#ctaButton a span {
	display: block;
	padding: 14px 42px 0 20px;
	height: 33px;
	cursor: pointer;
	background-image: url(../images/buttonRight.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#subRightCta #ctaButton a span {
	padding: 14px 34px 0 7px;
	width: 108px;
	height: 33px;
}

#ctaButton a:hover {
	color: #EFEFEF;
}
#mainContent {
	clear: both;
	padding-top: 30px;
}

#rightCallOut {
	float: right;
	width: 200px;
	border-left: 1px solid #CCC;
	padding-left: 10px;
}
#subRightCta {
	float: right;
	width: 200px;
	padding-left: 10px;
}
#rightCallOut h3 {
	text-transform: uppercase;
	font-size: 18.5px;
	color: #66bc29;
	font-weight: normal;
}
#subRightCta h3 {
	text-transform: uppercase;
	font-size: 24px;
	color: #66bc29;
	font-weight: bold;
	line-height: 27px;
}
#rightCallOut p {
	margin: 0 2px;
}
#rightCallOut a {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}
#rightCallOut a:hover {
	color: #66bc29;
}
#contentIntro {
	width: 675px;
}
#secondaryContentIntro {
	width: 667px;
	padding-right:18px;
	border-right: 1px solid #ccc;
}#secondaryContentIntro_long {

	padding-right:18px; padding-left:18px;

}
#contentIntro p {
	font-size: 15px;
}

.contentTriCol {
	float: left;
	width: 204px;
	padding: 8px 10px;
	border-left: 1px solid #CCC;
	margin-top: 30px;
}
#contentIntro .contentTriCol p {
	font-size: 12px;
}

.contentTriCol h3 {
	font-size: 12px;
	font-weight: bold;
}
#footer {
	padding: 0 36px 50px 36px;
	font-size: 10px;
}
#footerShare {
	margin-bottom: 10px;
}
#footer p span {
	display: inline-block;
	float: right;
	color: #666;
	text-decoration: none;
}
#footer p span a {
	color: #666;
	text-decoration: none;
}
#wrapper #footer p span a:hover {
	text-decoration: underline;
}
#secondaryContentIntro h2 {
	color: #1563aa;
	font-size: 18.5px;
	margin-bottom: 10px;
}
#secondaryContentIntro p {
	margin-bottom: 10px;
}


.clearer {
	clear: both;
}
#secondaryContentIntro_long {
	padding-right:18px;
	padding-left: 18px;
	border-right-color: #ccc;
}


table.plain {
	
}