@charset "utf-8";
/* CSS Document */

<!--
body {
	font: 80%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #42413C;
	margin: 0;
	padding: 0;
	color: #000;
	background: url(../images/htmlBG.jpg) repeat;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 1em;
	margin: 1em;
}
h1, h2, h3, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	/*padding-right: 15px;
	padding-left: 15px; */ 
    /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}

h4 {font-size:24px; color:#000; padding-bottom:0; margin-bottom:0; padding-top:0; margin-top:0;}

.campLocatorButton {border: 2px solid; width:5em; font-size: 24px; background: black; color:white};
.red {color:red; font-size:18px;}


a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 896px;
	background: #fbfaf4;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	background-image: url(../images/headerBG.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.menuBar {
	font-family: Century Gothic, Verdana, Geneva, sans-serif;
	text-transform:capitalize;
	font-size:16px;
	font-weight:600;
	color: #666;
	position:absolute;
	padding-left: 126px;
	padding-top:72px;
	width:760px;
}

.menuBar a:link {
	text-decoration:none;
	color: #666;
}

.menuBar a:hover {
	color:#004040;
	text-decoration:underline;
}

.menuSpan {
	padding: 0;
	padding-left: 6px;
	padding-right:6px;
}

.copyright {
	font-size: 9pt;
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/

.content {

	padding: 10px 0;
}

#frontPageOnly {
	background-image: url(../images/frontPageOnlyBG.jpg);
    background-position: top left;
	background-repeat: no-repeat;
	min-height: 336px;
}



/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	background: #fbfaf4;
}

.footer a:link {
	color: #333;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
-->
/* SIAP108 rebranding refinements - keeps the original recovered layout character */
.header{position:relative;min-height:122px;}
.brandLogo{display:inline-block;}
.brandText{position:absolute;left:132px;top:18px;max-width:720px;font-family:Century Gothic,Verdana,Geneva,sans-serif;color:#38433f;text-shadow:0 1px 0 #fff;}
.brandText strong{display:block;font-size:34px;line-height:1;font-weight:700;letter-spacing:1px;color:#28433c;}
.brandText span{display:block;margin-top:8px;font-size:15px;font-weight:600;color:#5c625d;}
.sliderWrap{margin-left:280px;border:1px solid #CCC;padding:5px;width:570px;background:#fff;box-shadow:0 2px 12px rgba(0,0,0,.10);}
.mainCopy{padding:0 15px 15px 15px;font-size:13px;line-height:1.65;}
.mainCopy h1{font-family:Georgia,'Times New Roman',serif;font-size:27px;line-height:1.25;color:#263d37;margin-bottom:14px;border-bottom:1px solid #ddd;padding-bottom:9px;}
.mainCopy h2{font-family:Georgia,'Times New Roman',serif;font-size:22px;color:#314b42;margin-top:22px;margin-bottom:10px;}
.mainCopy h3{font-size:18px;color:#314b42;margin-bottom:6px;}
.welcometext{font-weight:bold;color:#315f4e;}
.articleImage{border:1px solid #aaa;background:#fff;padding:3px;box-shadow:0 1px 5px rgba(0,0,0,.15);}
.articleImage.right{float:right;margin:4px 0 12px 16px;}
.contentList{margin:0 0 18px 22px;padding:0;}
.contentList li{margin-bottom:7px;}
.infoBox{border:1px solid #d9d0b8;background:#fffdf4;padding:14px 16px;margin:22px 0 8px 0;border-radius:3px;}
.footerImageWrap{text-align:center;margin:22px 0 8px;}
.footerImageWrap img{max-width:100%;height:auto;}
.footer{text-align:center;border-top:1px solid #e3decf;}
.footer a{text-decoration:none;}
@media (max-width: 920px){.container{width:96%;}.menuBar{position:static;width:auto;padding:12px 10px;text-align:center;line-height:1.8}.header{background-size:cover;padding:8px 10px}.brandText{position:absolute;left:130px;top:20px;right:10px}.sliderWrap{margin:12px auto;width:570px;max-width:94%;}.coin-slider,.coin-slider a,.coin-slider img{max-width:100%!important;height:auto!important;}}
@media (max-width: 620px){.brandText{position:static;display:block;margin:8px 0 0 0}.brandText strong{font-size:28px}.articleImage.right{float:none;display:block;margin:8px auto 14px auto}.mainCopy h1{font-size:23px}}
