@charset "UTF-8";

body {
	background-color: #EFF6F8;
	background-image: url(images/cssImages/mainBackground.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}

#container {
	width: 1250px;
	margin: auto;
	background-image: url(images/cssImages/containerBackground.jpg);
	background-repeat: no-repeat;
}
#wrapper {
	width: 1059px;
	margin: auto;
}
#contentHolder {
	background-image: url(images/cssImages/contentBackground.png);
	height: auto;
	background-repeat: repeat-y;
	padding-bottom: 15px;
}
#contentBox {
	background-color: #FBFCFD;
	width: 1015px;
	border: 1px solid #CCC;
	margin: auto;
}
#rotator {
	height: 304px;
}
#navigation {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	height: 28px;
}
#content {
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer {
	background-image: url(images/cssImages/footerBanner.png);
	height: 130px;
	padding-top: 12px;
	padding-right: 22px;
	padding-left: 22px;
	background-repeat: no-repeat;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menu {
	padding:0;
	margin:0;
	list-style:none;
	height:28px;
	position:relative;
	z-index:500;
	font-family:arial, verdana, sans-serif;
	float: left;
}
#menu li {float:left; margin-right:1px;}
#menu li a {display:block; float:left; height:28px; line-height:28px; color:#069; text-decoration:none; font-size:14px; font-weight:normal; padding:0 33px 0 33px;}


#menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

#menu li a:hover {
	z-index:200;
	position:relative;
	color:#fff;
	background-image: url(images/navImages/normal2Tx.png);
}
#menu li:hover {position:relative; z-index:200;}

#menu li:hover > a {background-image: url(images/navImages/normal2Tx.png);}
#menu li:hover > a.sub {color:#fff; background-image: url(images/navImages/normal2Tx.png);}

#menu li.current a {color:#fff;}

#menu li a.sub {background-image: url(images/navImages/normalTx.png);}
#menu li.current a.sub {color:#fff;}

#menu :hover ul {left:0; top:28px; width:260px; background-image: url(images/navImages/normalTx.png);}

/* keep the 'next' level invisible by placing it off screen. */
#menu ul, 
#menu :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#menu :hover ul :hover ul
{left:120px; top:-1px; background-image: url(images/navImages/normalTx.png); white-space:nowrap; width:100px; z-index:200; height:auto;}

#menu :hover ul li {margin:0; }
#menu :hover ul li a {width:200px; padding:0; text-indent:10px; background-image: url(images/navImages/normalTx.png); color:#EEE; height:28px; line-height:28px;}
#menu :hover ul li a.fly {background:#333 url(right-arrow.gif) no-repeat right center;}

#menu :hover ul :hover {background-image: url(images/navImages/hoverTx.png); color:#666;}
#menu :hover ul :hover a.fly {background-color:#c60; color:#fff;}

#menu :hover ul li.currentsub a {background:#840; color:#fff;}
#menu :hover ul li.currentsub a.fly {background:#840 url(right-arrow.gif) no-repeat right center; color:#fff;}

#menu :hover ul :hover ul li a {width:100px; padding:0; text-indent:10px; background-image: url(images/navImages/normalTx.png); color:#ccc;}
#menu :hover ul :hover ul :hover {
	color:#fff;
	background-image: url(images/navImages/normalTx.png);
}

#menu :hover ul :hover ul li.currentfly a,
#menu :hover ul :hover ul li.currentfly a:hover {background-image: url(images/navImages/normalTx.png); color:#fff;}
#menuPositioner {
	width: 100%;
	position: relative;
}
#menuHolder {
	position: relative;
}

#leftBox {
	width: 332px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	height: 196px;
	padding-right: 5px;
	float: left;
}

#leftBox img {
	float: left;
	padding-top: 11px;
}

#middleBox {
	width: 331px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	height: 196px;
	padding-right: 8px;
	float: left;
}

#middleBox img {
	float: left;
	padding-top: 10px;
}

#rightBox {
	width: 332px;
	height: 196px;
	float: left;
	padding-right: 5px;
}

#rightBox img {
	float: left;
	padding-top: 10px;
}

.textBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	color: #666;
	font-style: normal;
	font-weight: normal;
}

.textBox img {
	margin-top: 10px;	
}

.HomeHeadline1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 1.3em;
	font-weight: normal;
	color: #00519E;
}

.HomeHeadline2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 1.3em;
	font-weight: normal;
	color: #48851E;
}

.Headline1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: 1.3em;
	font-weight: normal;
	color: #069;
}

.Headline2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: 1.3em;
	font-weight: normal;
	color: #48851E;
}

#quickLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	width: 680px;
	text-align: left;
}
.quickLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.8em;
	font-weight: normal;
	color: #CCC;
	text-align: left;
	float: left;
	width: 225px;
	display: inline;
}

.quickLeft a {
	color: #CCC;
	text-decoration:none;
}

.quickLeft a:hover {
	color: #FFF;
	text-decoration:none;
}

#newsFeed {
	background-image: url(images/contentImages/homeImages/newsTx.png);
	width: 300px;
	float: right;
	height: 90px;
	padding: 6px 10px 4px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
}
.newsItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height:1.6em;
	color: #A6B0B9;
	
}

.newsItem a {
	text-decoration:none;
	color: #CCC;
}

.newsItem a: hover{
	text-decoration:underline;
	color: #FFF;
}
	
.linkHeadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-align: left;
}
#headerImage {
	height: 185px;
}
#bodyText {
	width: 600px;
	padding-right: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	float: left;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	color: #666;
	text-align: left;
}

.body img {
	margin-left: 15px;
	margin-top: 8px;
	margin-bottom: 8px;
}

#contentColumnRight {
	border: 1px dotted #FFF;
	padding: 10px;
	float: right;
	width: 290px;
	background-image: url(images/cssImages/callOutGradient.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-right: 10px;
}
.callOutBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	line-height: 1.8em;
}

.callOutBody a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #069;
	text-decoration: none;
}

.callOutBody a:hover {
	color: #666;
	text-decoration: underline;
}

.callOutHeadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	color: #069;
}
.callOutHeadline em {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	color: #069;
}
#copyright {
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	font-style: normal;
	font-weight: normal;
	padding: 15px;
	float: left;
}
#devBy {
	height: 20px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999;
	font-style: normal;
	font-weight: normal;
	float: right;
}
#contentRightImage {
	float: right;
	width: 350px;
	margin-right: 15px;
	margin-top: 20px;
}
.testimonial {
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	color: #559AB7;
	background-color: #F0F0F0;
	border: 1px dotted #999;
	margin-bottom: 20px;
}

.testimonial em{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	color: #559AB7;
	text-align: right;
}
.callOutHeadlineWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	color: #FFF;
}
#form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-align: left;
}
dl.event{
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	display: inline;
}

.event dt{
	position: relative;
	left: 0;
	top: 1.9em;
	width: 8em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

.event dd{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 2.0em;
	margin-top: 0;
	margin-right: 0;
	margin-left: 100px;
}
.portableItem {
	width: 47%;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #369;
	font-style: normal;
	font-weight: normal;
	padding-right: 5px;
	padding-left: 15px;
	display: block;
	margin-bottom: 10px;
}
.portableItem img {
	float: right;
	margin-left: 15px;
	margin-top: -5px;
}
.portableItem2 {
	width: 98%;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #369;
	font-style: normal;
	font-weight: normal;
	padding-right: 5px;
	padding-left: 15px;
	display: block;
}
.portableItem2 img {
	float: right;
	margin-left: 15px;
}
.quickList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	color: #369;
	text-align: left;
	display: block;
	float: left;
	width: 48%;
	margin-right: 5px;
}
