body {
	font-size: 72.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(Graphics/background.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #04876B;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
h1 {
	color: #6B4177;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.4em;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
h1 img {
	float: right;
}
h2 {
	/*border-bottom: solid 5px #e0ebeb;*/
	color: #993300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.9em;
	font-weight: normal;
	padding: 0;	
	margin-top: 0;
}
h3 {
	font-family: Corbel, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	border-top: dotted 1px #ccc;
	padding-top: 1em;
}
p, li {
	line-height: 200%;
}
img {
	border: none;
}
.clearAbove {
	clear: both;
}
.dottedLine {
	border-top: dashed 1px #bbbbbb;
	margin: 2em 0;
}


/********** HEADER STYLES *********/
#header {
	margin: 0;
	width: 960px;
	background-image: url(Graphics/headerBg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	border-top: solid 1px #fff;
}
.logo {
	display: inline;
	float: left;
	margin: 10px;
}
.headerLinks {
	text-align: right;
	font-size: .9em;
	margin: 15px;
	margin-bottom: 0;
}
.headerLinks a {

}
.headerLinks a:active {

}
#nav, #nav ul {
	padding: 0;
	margin: 0 15px 0 0;
	list-style: none;
	float: right;
}
#nav a {
	display: block;
	width: 140px;
	height: 91px;
	/*color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	padding: 4px;*/
}
#nav li {
	float: left;
	width: 140px;
	/*background-color: #FFFFFF;
	border-left: solid 1px #999999;
	border-bottom: solid 1px #999999;*/
}
#nav li ul {
	position: absolute;
	width: 112px;
	left: -999em;
	margin-left: -1px;
}
#nav li ul li {
	background-color: #ffffff;
	border-left: solid 1px #bbbbbb;
	border-right: solid 1px #bbbbbb;
	border-bottom: solid 1px #bbbbbb;
	height: 30px;
	width: 112px;
	text-align: left;
	padding: 4px;
	line-height: 1em;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	background-color: #eeeeee;
}
#nav li ul li a{
	width: 112px;
	text-decoration: none;
}
#nav li ul li a:hover{
	background-color: #eeeeee;
	height: 30px;
}
.tab1 {
	background-image: url(Graphics/navTab1.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.tab1:hover {
	background-image: url(Graphics/navTab1_over.png);
	background-repeat: no-repeat;
	background-position: bottom;	
}
.tab2 {
	background-image: url(Graphics/navTab2.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.tab2:hover {
	background-image: url(Graphics/navTab2_over.png);
	background-repeat: no-repeat;
	background-position: bottom;	
}
.tab3 {
	background-image: url(Graphics/navTab3.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.tab3:hover {
	background-image: url(Graphics/navTab3_over.png);
	background-repeat: no-repeat;
	background-position: bottom;	
}
.tab4 {
	background-image: url(Graphics/navTab4.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.tab4:hover {
	background-image: url(Graphics/navTab4_over.png);
	background-repeat: no-repeat;
	background-position: bottom;	
}
.tab5 {
	background-image: url(Graphics/navTab5.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.tab5:hover {
	background-image: url(Graphics/navTab5_on.png);
	background-repeat: no-repeat;
	background-position: bottom;	
} 
.tab6 {
	background-image: url(Graphics/navTab6.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.tab6:hover {
	background-image: url(Graphics/navTab6_on.png);
	background-repeat: no-repeat;
	background-position: bottom;	
} 


/********** PAGE TITLE & NAV 2 STYLES **********/
.shadow {
	width: 960px;
	/*background-color: #ffffff;*/
	background-image: url(Graphics/shadowBg.png);
	background-repeat: repeat-y;
	margin:0;
	padding: 0;
}
.pageTitle {
	text-align: left;
	margin: 0px 11px;
	border-top: solid 1px #fff;
	background-image: url(Graphics/pageTitleBg.png);
	background-repeat: repeat-x;
	background-position: top;
}
.pageTitle h1 {
	margin: 5px 30px 1em 30px;
}
.pageNav {
	margin: 0;
	padding: 0 30px;
	background-color: #ccc;
	border-top: solid 1px #ccc;
	height: 28px;
	width: 878px;
}
.pageNav a{
	margin: 0;
	display: block;
	float: left;
	padding:7px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #666;
}
.pageNav a:hover {
	background-color: #eeeeee;
	color: #666666;
}
.selectedTab a{
	color: #666666;
	background-color: #ffffff;
}
.selectedTab a:hover{
	background-color: #ffffff;
}


/********** MAIN CONTENT STYLES **********/
.mainContent {
	width: 540px;
	padding: 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
	display: inline;
	float: left;	
}
.section {
	width: 630px;
	float: left;
}
.cell {
	border: solid 1px #cccccc;
	margin: 10px 10px 10px 0;
	padding: 10px;
	width: 230px;
	float: left;
}
.cell h3 {
	margin-top: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
	border: none;
}
.quote {
	padding: 10px 0;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	text-align: center;
	font-family: Corbel, Georgia, "Times New Roman", Times, serif;
	color: rgb(51, 153, 153);
	font-style: italic;
	font-size: 15pt;
}


/********** SIDEBAR STYLES **********/
.sidebar {
	width: 300px;
	padding: 40px 40px 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
	display: inline;
	float: left;
}
.sidebar img {
	padding: 4px;
	border: solid 6px #cccccc;
}
.thumb {
	margin-left: 20px;
}


/********** FOOTER STYLES **********/
#footer {
	margin: 0 10px;
	/*background-image: url(Graphics/footerBg.png);
	background-repeat: repeat-x;
	background-position: top;*/
	border-top: solid 1px #ccc;
	background-color: #eee;
	height: 80px;
	clear: both;
	font-size: 10px;
	color: #6B4177;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}



/********** HOME PAGE STYLES **********/
.homeSplash {
	margin: -10px 10px 0 10px;
	padding: 0;
	width: 940px;
	height: 260px;
	background-image: url(Graphics/homeSplash_gold.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.testimony {
	float: right;
	margin-right: 10px;
	background-color: #ffffff;
	width: 298px;
	height: 250px;
}
.homeCell {
	/*margin: 10px 0px 0px 10px;
	padding: 10px;
	width: 126px;
	height: 110px;
	float: left;
	display: inline;
	border: solid 1px #dddddd;
	background-image: url(Graphics/cell_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;*/
	width: 920px;
	margin: 20px;
	clear: both;
}
.homeCell img {
	margin: 0;
	padding: 0;
	border: none;
}
.homeCell h2 {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #888;
}


/********** LEFT/RIGHT MARGIN STYLES **********/
.marginRight {
	margin-right: 10px;
	margin-left: 12px;
}
#breadcrumbs {
	margin: 2em 0 0 30px;
}
#breadcrumbs a{
	color: #999;
	text-decoration: none;
	font-size: .8em;
}	
	
	
.footnote {
	color: #999;
	font-style: italic;
	font-size: .8em;
}

#homeBanner {
	background-image: url(Graphics/homeBannerBg_grey.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #fff;
	height: 285px;
	margin: 0 10px;
	padding: 10px;
	text-align: left;
	border-bottom: solid 1px #ccc;
}
#homeImage {
	float: left;
	border: solid 1px #fff;
	background-image: url(Graphics/homeBannerBg.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #A68FAF;
	padding: 10px;
	margin-right: 30px;
}
#homeBanner h1 {
	margin: 60px 0 0 0;
}
