/* ------------------------------------------------------------------------------------ */
/* STYLES																	
/* ------------------------------------------------------------------------------------ */
html {
	background-color: #d1d1d1;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #d1d1d1;
	background: url(../images/bg-fade.jpg) repeat-x top center;
}
form {
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
ul {
	padding: 0px 0px 12px 0px;
	margin: 0px;
}
li {
	padding: 0px;
	margin: 0px;
}
hr {
	color: #e96d15; 
	background-color: #e96d15; 
	height: 1px; 
	border: 0px;
}
input, select {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* ------------------------------------------------------------------------------------ */
/* TEXTBOXES																	
/* ------------------------------------------------------------------------------------ */

.txtBoxL{
   width:200px;
}

.txtBoxM{
   width:150px;
}

.txtBoxS{
   width:100px;
}

.txtBoxXS{
   width:75px;
}

.dropDownM {
   width:175px;
}
.txtAreaL {
   width:250px;
   height:75px;
}

/* ------------------------------------------------------------------------------------ */
/* HEADING TAGS (SUBSTITUTES FOR FLASH TITLES IF UNAVAILABLE)																	
/* ------------------------------------------------------------------------------------ */
h3 {
	padding: 46px 0px 0px 18px;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Verdana, Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: bold;
	color: #FFFFFF;
}
h3 a:link { 
	color: #DDDDDD;
	text-decoration: none;
}
h3 a:visited { 
	color: #DDDDDD;
	text-decoration: none;
}
h3 a:hover { 
	color: #FFFFFF;
	text-decoration: none;
}
h3 a:active { 
	color: #DDDDDD;
	text-decoration: none;
}

h2 {
	padding: 0px 0px 8px 0px;
	margin: 0px;
	font-family: Arial, Verdana, Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #bf311a;
}
h2 a:link { 
	color: #bf311a;
}
h2 a:visited { 
	color: #bf311a;
}
h2 a:hover { 
	color: #8e4b40;
}
h2 a:active { 
	color: #bf311a;
}


h1 {
	padding: 0px 0px 8px 0px;
	margin: 0px;
	font-family: Arial, Verdana, Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}
h1 a:link { 
	color: #bf311a;
}
h1 a:visited { 
	color: #bf311a;
}
h1 a:hover { 
	color: #8e4b40;
}
h1 a:active { 
	color: #bf311a;
}


/* ------------------------------------------------------------------------------------ */
/* MAIN PAGE CONTAINERS AND REPEATS														
/* ------------------------------------------------------------------------------------ */
.mainCenter {
	width: 992px;
	background-color: #FFFFFF;
	background: url(../images/bg-page.jpg) no-repeat;
}
.mainRepeat {
	margin: 0px auto;
	width: 992px;
	background-color: #FFFFFF;
	background: url(../images/bg-repeat.jpg) repeat-y;
}
.mainCenter2 {
	width: 992px;
	background-color: #FFFFFF;
	background: url(../images/bg-page-2.jpg) no-repeat;
}
.mainRepeat2 {
	margin: 0px auto;
	width: 992px;
	background-color: #FFFFFF;
	background: url(../images/bg-repeat-2.jpg) repeat-y;
}
.mainContent {
	margin: 0px 17px 0px 17px;
	overflow: hidden;
}

/* ------------------------------------------------------------------------------------ */
/* BANNER PIECES - LOGO, SEARCH, NAV											
/* ------------------------------------------------------------------------------------ */
.bannerRepeat {
	height: 99px;
	background: url(../images/banner-repeat.jpg) repeat-x;
}
.bannerLogo {
	float: left;
	width: 221px;
	height: 99px;
}
.bannerTopGroup {
	float: left;
	width: 737px;
	height: 54px;
}
.bannerNavGroup {
	float: left;
	width: 737px;
	height: 45px;
}
.bannerTagline {
	width: 474px;
	height: 54px;
	float: left;
}
.bannerSearchButton {
	width: 58px;
	height: 54px;
	float: right;
}
.bannerSearchField {
	width: 196px;
	height: 54px;
	float: right;
	text-align: right;
}


/* ------------------------------------------------------------------------------------ */
/* TWO COLUMNS FOR SECOND LEVEL TEXT									
/* ------------------------------------------------------------------------------------ */
.twoColText {
	width: 412px;
	float: left;
	padding: 18px;
}
.twoColDivider {
	width: 44px;
	float: left;
}


/* ------------------------------------------------------------------------------------ */
/* HOMEPAGE FLASH AREA 									
/* ------------------------------------------------------------------------------------ */
#homeFlash {
	
}


/* ------------------------------------------------------------------------------------ */
/* LARGE COLUMNS									
/* ------------------------------------------------------------------------------------ */
.homeRightColumn {
	width: 737px;
	height: 473px;
	float: right;
	background: url(../images/body-divider-fade.jpg) repeat-x;
}
.homeRightColumn ul { 
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 12px 16px;
	line-height: 16px;
	list-style-type: none;
}
.homeRightColumn li { 
	background-image: url(../images/bullet-black.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	margin: 0px;
	padding: 0px 0px 4px 20px;
}
.secondRightColumn {
	width: 737px;
	float: right;
	background: url(../images/body-divider-fade.jpg) repeat-x 0px 0px;
}
.secondRightColumn ul { 
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 12px 16px;
	line-height: 16px;
	list-style-type: none;
}
.secondRightColumn li { 
	background-image: url(../images/bullet-black.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	margin: 0px;
	padding: 0px 0px 4px 20px;
}
.largeColumn {
	width: 958px;
	background: url(../images/body-divider-fade.jpg) repeat-x 0px 101px;
	min-height: 620px;
	overflow:visible;
}
.largeColumn ul { 
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 12px 16px;
	line-height: 16px;
	list-style-type: none;
}
.largeColumn li { 
	background-image: url(../images/bullet-black.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	margin: 0px;
	padding: 0px 0px 4px 20px;
}
.largeWideBanner {
	width: 958px;
	height: 100px;
}
.columnPadding {
	padding: 14px 18px 0px 18px;
	overflow: hidden;
	clear: both;
}	


/* ------------------------------------------------------------------------------------ */
/* LEFT NAV COLUMN									
/* ------------------------------------------------------------------------------------ 
.navLeftColumn {
	width: 220px;
	background-color: #dedede; 
	float: left;
	min-height: 473px;
}
.navHeader {
	width: 220px;
	height: 52px;
}
.navLeftColumn ul { 
	padding: 0px 0px 6px 0px;
	margin: 0px;
	list-style-type: none;
	width: 220px;
	font-size: 11px;
}
.navLeftColumn li { 
	margin: 0px;
	padding: 0px;
}
.navLeftColumn a:link { 
	color: #595959;
	font-weight: bold;
	text-decoration: none;
	padding: 1px 0px 1px 19px;
	display: block;
	width: 200px;
	background-color: #e3e3e3;
	border-bottom: 2px solid #e0e0e0;
}
.navLeftColumn a:visited { 
	color: #595959;
	font-weight: bold;
	text-decoration: none;
	padding: 1px 0px 1px 19px;
	display: block;
	width: 200px;
	background-color: #e3e3e3;
	border-bottom: 2px solid #e0e0e0;
}
.navLeftColumn a:hover { 
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding: 1px 0px 1px 19px;
	display: block;
	background-color: #ededed;
	width: 200px;
	border-bottom: 2px solid #e0e0e0;
}
.navLeftColumn a:active { 
	color: #595959;
	font-weight: bold;
	text-decoration: none;
	padding: 1px 0px 1px 19px;
	display: block;
	width: 200px;
	background-color: #ededed;
	border-bottom: 2px solid #e0e0e0;
}
.navLeftFade {
	height: 70px;
	background: url(../images/body-divider-fade.jpg) repeat-x;
	width: 220px;
	overflow: hidden;
}
*/

/* ------------------------------------------------------------------------------------ */
/* HOMEPAGE 2 COLUMN LOWER AREA						
/* ------------------------------------------------------------------------------------ */
.eNewsColumn {
	width: 220px;
	float: left;
	height: 473px;
}
.eNewsTitle {
	width: 220px;
	float: left;
}
.eNewsBg {
	width: 220px;
	float: left;
	background: url(../images/enews-bg.jpg) no-repeat;
}
.eNewsContent {
	padding: 0px 30px 0px 30px;
	color: #FFFFFF;
	height: 324px;
	font-size: 11px;
}
.eNewsContent a:link { 
	color: #aeaeae;
	text-decoration: none;
}
.eNewsContent a:visited { 
	color: #aeaeae;
	text-decoration: none;
}
.eNewsContent a:hover { 
	color: #FFFFFF;
	text-decoration: none;
}
.eNewsContent a:active { 
	color: #aeaeae;
	text-decoration: none;
}



/* ------------------------------------------------------------------------------------ */
/* GOING GREEN ALTERNATE TITLE					
/* ------------------------------------------------------------------------------------ */
.goGreen {
	padding: 0px 0px 8px 0px;
	margin: 0px;
	font-family: Arial, Verdana, Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #389930;
}
.goGreen a:link { 
	color: #389930;
	text-decoration: none;
}
.goGreen a:visited { 
	color: #389930;
	text-decoration: none;
}
.goGreen a:hover { 
	color: #000000;
	text-decoration: none;
}
.goGreen a:active { 
	color: #389930;
	text-decoration: none;
}



/* ------------------------------------------------------------------------------------ */
/* FOOTER									
/* ------------------------------------------------------------------------------------ */
.footerOcean {
	width: 992px;
	height: 320px;
	background: url(../images/footer-ocean.jpg) no-repeat;
}
.footerOcean2 {
	width: 992px;
	height: 320px;
	background: url(../images/footer-ocean-2.jpg) no-repeat;
}
.footer {
	width: 956px;
	margin: 0px auto;
	color: #555555;
	min-height: 100px;
	font-size: 10px;
	padding: 10px 0px 20px 0px;
	line-height: 1.2em;
}
.footerLeft {
	padding: 20px 0px 10px 20px;
	float: left;
	width: 550px;
}
.footerRight {
	padding: 20px 20px 10px 0px;
	float: right;
	width: 350px;
}
.footer a:link {
	color: #555555;
	text-decoration: none;
	padding: 2px 8px 2px 8px;
}
.footer a:visited {
	color: #555555;
	text-decoration: none;
	padding: 2px 8px 2px 8px;
}
.footer a:hover {
	color: #000000;
	text-decoration: none;
	padding: 2px 8px 2px 8px;
	background-color: #eeeeee;
}
.footer a:active {
	color: #555555;
	text-decoration: none;
	padding: 2px 8px 2px 8px;
}



/* ------------------------------------------------------------------------------------ */
/* LINKS																
/* ------------------------------------------------------------------------------------ */
a:link {
	color: #bf311a;
}
a:visited {
	color: #bf311a;
}
a:hover {
	color: #8e4b40;
}
a:active {
	color: #bf311a;
}



/* ------------------------------------------------------------------------------------ */
/* FORM FIELDS																
/* ------------------------------------------------------------------------------------ */
.formTextBoxSearch
{
  width: 300px;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #666666;
}
.formButtonSearch
{
  width: 75px;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
	color: #333333;
}