/* --------------------------------------------------------------------------------------------------------
COMMON STYLES FOR ALL BASE TAG ELEMENTS
-------------------------------------------------------------------------------------------------------- */ 
body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	background-color: #b4b4b4;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/bg_repeat.gif);
	background-repeat: repeat;
}
p {
	margin: 0px 0px 16px 0px;
	text-align: left;
}
form {
	margin: 0px;
	padding: 0px;
}
ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 8px 14px;
}
li {
	background-image: url(../images/bullet_yellow.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	margin: 0px;
	padding: 6px 0px 6px 20px;
}
h1 {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #000000;
}
h2 {
	margin: 0px 0px 8px 0px;
	padding: 4px 0px 0px 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
h3 {
	margin: 0px 0px 8px 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
hr {
	color: #325495; 
	background-color: #325495; 
	height: 1px; 
	border: 0px;
}


/* --------------------------------------------------------------------------------------------------------
PAGE PIECES
-------------------------------------------------------------------------------------------------------- */ 
.pageContainer {
	width: 100%;
	height: 492px;
	background-image: url(../images/bg_fade.gif);
	background-repeat: repeat-x;
}
.pageContent {
	width: 1000px;
	background-color: #FFFFFF;
}


/* --------------------------------------------------------------------------------------------------------
MINI NAVIGATION BANNER AND COPYRIGHT AREA 
-------------------------------------------------------------------------------------------------------- */ 
#topBanner {
	width: 1000px;
	height: 21px;
	background-image: url(../images/topnav_bg.gif);
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#topBanner a:link { 
	color: #333333;
	text-decoration: underline;
}
#topBanner a:visited { 
	color: #333333;
	text-decoration: underline;
}
#topBanner a:hover { 
	color: #325495;
	text-decoration: none;
}
#topBanner a:active { 
	color: #333333;
	text-decoration: underline;
}
.topBannerLinks {
	padding-left: 16px;
	width: 300px;
	float: left;
	font-weight: bold;
}
.topBannerCopyright {
	padding-right: 16px;
	width: 300px;
	float: right;
	text-align: right;
}
.topBannerDivider {
	float: left;
}
.topBannerText {
	padding: 3px 3px 0px 3px;
	float: left;
}


/* --------------------------------------------------------------------------------------------------------
MAIN BANNER WITH LOGO, LOGOTYPE, AND BANNER ADVERTISEMENT
-------------------------------------------------------------------------------------------------------- */ 
.mainBanner {
	width: 1000px;
	height: 106px;
	background-color: #FFFFFF;
}
.bannerLogoSpace {
	width: 136px;
	float: left;
}
.bannerTextSpace {
	width: 376px;
	height: 84px;
	padding-top: 22px;
	background-image: url(../images/banner_bg.jpg);
	float: left;
}
.bannerText {
	width: 376px;
	height: 44px;
	overflow: hidden;
}
.bannerTagline {
	padding-left: 2px;
	width: 374px;
	/* height: 40px; */
	font-size: 11px;
}
.bannerAdSpace {
	width: 488px;
	height: 84px;
	padding-top: 22px;
	background-image: url(../images/banner_ad_bg.jpg);
	float: left;
}
.bannerAd {
	width: 481px;
	height: 84px;
	padding-left: 7px;
	float: left;
}


/* --------------------------------------------------------------------------------------------------------
BODY CANTER AREA HOLDING NAVIGATION AND MAIN CONTENT - 3 COLUMN LAYOUT
-------------------------------------------------------------------------------------------------------- */ 
.contentFade {
	width: 999px;
	padding-top: 6px;
	background-image: url(../images/bg_center.gif);
	background-repeat: repeat-x;
	background-color: #d9d9d9;
	border-right: #000000 1px solid;
}
.contentMain {
	margin: 0px auto;
	width: 988px;
	background-color: #FFFFFF;
	border: #000000 1px solid;
	padding: 2px;
}
.contentLeft {
	float: left;
	width: 194px;			/* actual is 192px but added some padding to the right */
}
.contentMiddle {
	float: left;
	width: 626px;
}
.contentRight {
	float: left;
	width: 164px;
}
/* the 3 columns are 4px less than the content main container */


/* --------------------------------------------------------------------------------------------------------
NAVIGATION LINKS
-------------------------------------------------------------------------------------------------------- */ 
#navPanel {
	width: 192px;
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#navPanel a:link {
	display: block;
	width: 100%;
	color: #325495;
	text-decoration: underline;
}
#navPanel a:visited { 
	display: block;
	width: 100%;
	color: #325495;
	text-decoration: underline;
}
#navPanel a:hover { 
	display: block;
	width: 100%;
	color: #000000;
	text-decoration: none;
}
#navPanel a:active { 
	display: block;
	width: 100%;
	color: #325495;
	text-decoration: underline;
}
#navPanel ul {
	list-style-type: none;
	padding: 0px;
	margin: 2px 0px 4px 6px;
}
#navPanel li {
	background-image: url(../images/bullet_subnav.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	margin: 0px;
	padding: 4px 0px 4px 8px;
	font-weight: normal;
}
.navTitleSpace {
	width: 140px;
	height: 38px;
	padding: 12px 0px 0px 52px;
	background-image: url(../images/nav_title.gif);
	background-repeat: no-repeat;
}
.navTitle {
	width: 140px;
	height: 38px;
}
.navLinkGroup {
	margin: 0px auto;
	width: 180px;
}
.navLink {
	padding: 2px 6px 2px 6px;
	margin-top: 1px;
	border: #c1c1c1 1px solid;
	background-color: #e6e6e6;	
}


/* --------------------------------------------------------------------------------------------------------
HOMEPAGE CENTER AREA AND SIDE PANEL STYLES
-------------------------------------------------------------------------------------------------------- */ 
.centerPanel {
	width: 623px;
	float: left;
	background-image: url(../images/center_bg.gif);
	background-repeat: repeat-y;
}
.centerTitleSpace {
	width: 571px;
	height: 38px;
	padding: 12px 0px 0px 52px;
	background-image: url(../images/center_title.gif);
	background-repeat: no-repeat;
}
.centerTitle {
	width: 571px;
	height: 38px;
}
.centerText {
	width: 596px;
	padding: 0px 0px 0px 16px;
}


/* --------------------------------------------------------------------------------------------------------
BLOCK AD SPACE
-------------------------------------------------------------------------------------------------------- */ 
.blockAdSpace {
	float: right;
	margin-left: 15px;
	width: 307px;
	height: 260px;
	background-image: url(../images/block_bg.gif);
	background-repeat: no-repeat;
}
.blockAd {
	padding: 4px 0px 0px 4px;
}


/* --------------------------------------------------------------------------------------------------------
PULL QUOTE 
-------------------------------------------------------------------------------------------------------- */ 
.pullQuote {
	float: right;
	width: 280px;
	background-image: url(../images/pullquote_bg.jpg);
	background-repeat: no-repeat;
	border: #666666 3px double;
	padding: 8px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}


/* --------------------------------------------------------------------------------------------------------
SKYSCRAPER AD SPACE
-------------------------------------------------------------------------------------------------------- */ 
.skyscraperAdSpace {
	margin: 0px auto;
	width: 164px;
	height: 610px;
	background-image: url(../images/skyscraper_bg.gif);
	background-repeat: no-repeat;
}
.skyscraperAd {
	padding: 2px 0px 0px 2px;
}


/* --------------------------------------------------------------------------------------------------------
FOOTER ADS
-------------------------------------------------------------------------------------------------------- */ 
.footerPanel {
	width: 1000px;
	height: 96px;
}
.footerFbt {
	width: 260px;
	height: 96px;
	float: left;
	background-image: url(../images/footer_fbt_bg.jpg);
}
.footerFbtText {
	padding: 12px 10px 0px 80px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.footerAdSpace {
	float: left;
	width: 740px;
	height: 96px;
	background-image: url(../images/footer_ad_bg.gif);
}
.footerAd {
	padding: 3px 0px 0px 3px;
}


/* --------------------------------------------------------------------------------------------------------
FOOTER
-------------------------------------------------------------------------------------------------------- */ 
#footerLinks {
	width: 1000px;
	height: 50px;
	background-color: #000000;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(../images/footer_bg.gif);
}
#footerLinks a:link { 
	color: #FFFFFF;
	text-decoration: underline;
}
#footerLinks a:visited { 
	color: #FFFFFF;
	text-decoration: underline;
}
#footerLinks a:hover { 
	color: #CCCCCC;
	text-decoration: none;
}
#footerLinks a:active { 
	color: #FFFFFF;
	text-decoration: underline;
}
.footerLinksLeft {
	padding: 18px 0px 0px 16px;
	width: 400px;
	float: left;
	font-weight: bold;
}
.footerLinksRight {
	padding: 18px 16px 0px 0px;
	text-align: right;
	width: 400px;
	float: right;
}
.botNavDivider {
	float: left;
}
.botNavText {
	padding: 3px 3px 0px 3px;
	float: left;
}


/* --------------------------------------------------------------------------------------------------------
FOOTER
-------------------------------------------------------------------------------------------------------- */ 
.ppcAdBox {
	width: 210px;
	padding: 12px;
	font-size: 12px;
	color: #000000;
}
.ppcAdCenter {
	padding: 6px 3px 6px 3px;
	border: 1px solid #b4d0dc;
}
.ppcAdTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: underline;
	color: #0000cc;
}
.ppcAdDescription {
	font-family: Arial, Helvetica, sans-serif;
}
.ppcAdLink {
	font-family: Arial, Helvetica, sans-serif;
	color: #008000;
}


/* --------------------------------------------------------------------------------------------------------
BASIC LINK STYLES
-------------------------------------------------------------------------------------------------------- */ 
a:link { 
	color: #325495;
	text-decoration: underline;
}
a:visited { 
	color: #325495;
	text-decoration: underline;
}
a:hover { 
	color: #000000;
	text-decoration: none;
}
a:active { 
	color: #325495;
	text-decoration: underline;
}