/*this is the style sheet for the 3 column, #1 design*/

/*this is the image padding for articles, guided trips, etc*/
.imgPad { margin-right: 8px; margin-bottom: 8px; }

/*main body background*/
body {
	background-color:1C316A;
}

/*nav bar color*/
.topRow {
	border:0px;
	border-bottom-width:1px;
	border-color:D8D68C;
	border-style:solid;
	background-color:69A0E3;
}


/*left column color and line colors.  line colors should match other columns*/
.leftCol {
	border:0px;
	border-right-width:1px;
	border-color:D8D68C;
	border-style:solid;
	background-color:A6B5CA;
}

/*right column color.  make sure border matches left column*/
.rightCol {
	border:0px;
	background-color:A6B5CA;
}

/*Center column color, make sure border color is equal to other columns*/
.centerCol {
	border:0px;
	border-right-width:1px;
	border-color:D8D68C;
	border-style:solid;
	background-color:FFFFFF;
}

/*Nav text colors, both links and non-linked*/
a.nav, .nav {
	font-family:Helvetica, Geneva, Arial;
	font-size:12px;
	font-weight:bold;
	color:030A5A;
	line-height:14px;
	text-decoration:none;
}




/*Nav text color on hover*/
a.nav:hover {
	font-family:Helvetica, Geneva, Arial;
	font-size:12px;
	font-weight:bold;
	color:FFFFFF;
	line-height:14px;
	text-decoration:underline;
}

/*Nav vertical bar color*/
.navSpacer {
	background-color:A6B5CA;
}

/*header text (featured photo, featured article, etc...*/
.header {
	font-family:Helvetica, Geneva, Arial;
	font-size:12px;
	font-weight:bold;
	color:030A5A;
	line-height:14px;
}

/*header text in rounded boxes (e-mail reports, spotlight, etc)*/
.roundTabHead {
color:030A5A;
font: bold 12px Helvetica, Geneva, Arial;
text-transform: uppercase;
padding-top: 4px;
padding-left: 7px;
}

/*Main body text*/
.t12, .snText, .snLink {
	font-family:Helvetica, Geneva, Arial;
	font-size:12px;
	font-weight:normal;
	color:000000;
	line-height:14px;
}

/*This is pop-up photo background color and text on top.  ....Should be replaced....*/
.t12red {
	font-family:Helvetica, Geneva, Arial;
	font-size:12px;
	font-weight:normal;
	color:000000;
	line-height:14px;
 background-color:E3E1C3;
}

/*Main body text in italics*/
.t12i {
	font-family:Helvetica, Geneva, Arial;
	font-size:12px;
	font-weight:normal;
	font-style:italic;
	color:000000;
	line-height:14px;
}

/*Main body text in italics and bold (featured title)*/
.t12bi {
	font-family:Helvetica, Geneva, Arial;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	color:000000;
	line-height:14px;
}
a.link, .link {
	font-weight:bold;
	color:083354;
	text-decoration:none;
}
a.link:hover {
	color:A9A582;
	text-decoration:underline;
}
.picture {
	border:1px;
	border-color:000000;
	border-style:solid;
}
.dropDown {
	font-family:Helvetica, Geneva, Arial;
	font-size:12px;
	background-color:D8D68C;
	color:000000;
}
hr {
	color:D8D68C;
}
.greyBar {
	background-color:727162;
}

.tbb {
	border:0px;
	border-bottom-width:1px;
	border-color:D8D68C;
	border-style:solid;
}

.footer1 {
	font-family:Helvetica, Geneva, Arial;
	font-size:11px;
	font-weight:normal;
	color:FFFFFF;
	line-height:12px;
}
.footer2 {
	font-family:Helvetica, Geneva, Arial;
	font-size:11px;
	font-weight:normal;
	color:FFFFFF;
	line-height:12px;
}
a.footerLink {
	font-weight:bold;
	color:F1F0E1;
	text-decoration:none;
}
a.footerLink:hover {
	color:FFFFFF;
}

/*Photo gallery top and bottom color*/
.galleryTopAndBottom {
	background-color:E3E1C3;
	border:0px;
	border-bottom-width:1px;
	border-color:D8D68C;
	border-style:solid;
}

/*Dark Photo bar color (when no products this is color)*/
.galleryDark {
	background-color:A6B5CA;
}

/*Light photo color (when no products this is color)*/
.galleryLight {
	background-color:FFFFFF;
}

/*Main products color (when no products this is color)*/
.productsDark {
	background-color:#FFFFFF;
	border:0px;
	border-bottom-width:1px;
	border-color:D8D68C;
	border-style:solid;
}

/*Light products color (when no products this is color)*/
.productsLight {
	background-color:FFFFFF;
	border:0px;
	border-bottom-width:1px;
	border-color:D8D68C;
	border-style:solid;
}

