@charset "UTF-8";
/* CSS Document */
/* Developed by Wylie Creative, Kennesaw Georgia */

/* Defaults */
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #688442;
	font-family: Tahoma;
	font-size: 14px;
	line-height: 18px;
	color: #4b4118;
}

.clearHack {
	clear: both;
	visibility: hidden;
}

#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}


p {
	padding-bottom: 5px;
}

h1 {
	font-family: Tahoma;
	font-size: 22px;
	line-height: 26px;
	font-weight: normal;
	padding-bottom: 5px;
}

h2 {
	font-family: Tahoma;
	font-size: 22px;
	line-height: 22px;
	font-weight: normal;
}


/* Header and Main Nav */
#header {
	display: block;
	height: 100px;
	width: 980px;
}

#logo {
	width: 605px;
	height: 100px;
	float: left;
}

#navBlog {
	height: 46px;
	width: 155px;
	line-height: 46px;
	display: block;
	margin-left: 220px;
	list-style-type: none;
	float: left;
}

#navBlog li {
	overflow: hidden;
}

#navBlog li a {
	display: block;
	line-height: 46px;
	text-indent: -1500px;
	background-position: center top; /* horizontally centers the background image */
	}
	
	.blog {
	width: 155px;
	background: url(../images/nav/nav_blog.gif) no-repeat;
	}

#navBlog li a:hover {
	background-position: 50% -46px;
}


/* Content */
#contentTop {
	background-image: url(../images/contentTop.gif);
	height: 30px;
	background-repeat: no-repeat;
	width: 980px;
	display: block;
	float: left;
	clear: both;
}

#content {
	background-color: #f5f7d6;
	width: 980px;
	height: auto;
	float: left;
}

#content a {
	font-family: Tahoma;
	font-size: 10px;
	color: #494018;
	text-decoration: none;
	background-image: url(../images/nav/linkBullet.gif);
	background-repeat: no-repeat;
	padding-left: 22px;
	background-color: #BED62F;
	padding-right: 10px;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	height: 16px;
	display: inline-block;
	line-height: 16px;
	padding-top: 3px;
	padding-bottom: 3px;

}

#content a:hover {
	color: #BED62F;
	background-color: #494018;
}

#content ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 15px;
	margin-bottom: 15px;
}

#content li {
	font-size: 12px;
	line-height: 16px;
}


#contentBottom {
	background-image: url(../images/contentbottom.gif);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 980px;
	clear: both;
}

#clean a {
	background-image: none;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: auto;
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#mainRail {
	width: 300px;
	float: left;
}

#centerRail {
	width: 260px;
	float: left;
}

#doubleRail {
	width: 590px;
	float: left;
}

.addLeftMargin {
	padding-left: 30px;
}

.addTopMargin {
	padding-top: 20px;
}

.addTopLeftMargin {
	padding-top: 20px;
	padding-left: 30px;
}


/* footer */
#footer {
	margin-top: 10px;
	margin-bottom: 30px;
	background-color: #B3C280;
	float: left;
	
}

#footerTop {
	background-image: url(../images/footerTop.gif);
	background-repeat: no-repeat;
	height: 15px;
	display: block;
}

#footerBottom {
	background-image: url(../images/footerBottom.gif);
	display: block;
	height: 15px;
	width: 980px;
}

#footerAddress {
	list-style-type: none;
	font-size: 14px;
	line-height: 18px;
	margin-left: 30px;
}

#footer a {
	color: #494018;
	text-decoration: underline;
	font-size: 14px;
}

#footer p {
	font-size: 14px;
	line-height: 12px;
}

#footer a:hover {
	color: #688442;
}

#footer .school {
	font-size: 10px;
	line-height: 10px;
}
