body {
	/*background: #DCDFBA;
	font-family: calibri, helvetica, arial, sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	text-align: left; */
}
a {
	text-decoration: none;
}

h1 {
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	font-family: Arial, Sans-Serif;
}
h2 {
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	font-family: Arial, Sans-Serif;
}
h2, h3 {
	margin-top:0px;
}
#pageContainer {
	background-color: #fff;
	max-width:1020px;
	text-align: left;
	margin:0 auto;
}
#topHeader {
	position:relative;
	min-width:1020px;
}
#topLogo { /* Name avoids conflict with Active css "logo" */
	float:left;
	margin:24px 26px 2px 24px;
	border:0px;
	padding:0px;
	width:200px;
	height:61px;
	min-width: 200px;
	background:url(../img/logos/GeorgiaStateParksLogo.gif);
	cursor: pointer;
	background-size:200px 61px;
}
#topRotate{
	float:right;
	width: 770px;
	min-height:106px;
}

#globalNav {
	margin:0 auto; 
	padding:0;
	width:100%;  
	height:26px;
	line-height:26px; 
	background:url(../img/top/mainContainerTop.gif) repeat-x;
	font-size:10px;
	text-align:center;
	color:#808262;
}
#besidelogoNoJS {
	margin-top:10px;
}
.headerFont {
	color:#4c6119;
	text-decoration:none;
}
#mainNav {
	background: #726F22;
	height: 24px;
	margin-top: 1px;
	clear:both;
}
#content {
	padding:15px;
	padding-left:25px;
	min-height: 200px;
	clear:both;
}
#footerHolder {
	padding:10px 15px 5px 20px;
	color:#fff;
	background: #8e8b54;
	overflow:hidden;
	border-bottom:1px solid #777;
	text-align: left;
	padding-bottom:12px;
}
#footerHolder a {
	color:#fff;
}
.footerlink {
	background-color: #827C00;
	padding:3px 8px 3px;
	  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
}
.footerlink:hover {
	background-color: #444;
}
#bottomLink {
	background: #DCDFBA;
	padding-top: 1px;
	max-width:1020px;
	text-align: left;
	margin:0 auto;
}
#bottomLink a {
	color: #827D00;
	text-decoration: none;
}

#blurb-container {
	margin-top:10px;
}
@media (max-width: 868px) {
	body {
		margin: 0px;
	}
	#globalNav {
		display: none;
	}
	#topHeader {
		min-width: auto;
		height:80px;
		border: 1px solid #ccc;
	}
	#topRotate {
		float:left;
		position: fixed;
		width:100%;
		min-height:80px;
		max-height:100px;
	}
	#topLogo {
		margin-top:90px;
	}
	#blurb-container {
		margin-top:0px;
		
	}
	.blurbHolder img {
		width:100%;
		min-height: 80px;
	}
	#bottomLink {
		display:none;
	}
	#content {
		padding-top: 1px;
	}
}
@media (max-width: 868px) and (min-width: 721px) {
	#topLogo {
		margin-top:110px;
	}
}
@media (max-width: 720px) and (min-width: 520px) {
	#topLogo {
		margin-top:100px;
	}
}
