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

/**
 * Site Design and Development by Jahzel Misner www.jahzel.com
 * -----------------------------------------------------------
 */

body {
	margin:0;
	padding:0;
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #699a27;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
}

#sub {
	background-image: url(../images/bg2.png);
	background-repeat: repeat-x;
}

a:link {
	color: #603813;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #603813;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #E2F980;
}
		
/*<!--Structure Styles-->*/

#container {
	margin: 0 auto; /* center, not in IE5 */
	width: 1000px;
	overflow: hidden;
	text-align: center;
	background-image: url(../images/bg-gnomehome.png);
	background-repeat: no-repeat;
	min-height: 640px;
}

#container-sub {
	margin: 0 auto; /* center, not in IE5 */
	width: 1000px;
	overflow: hidden;
	text-align: center;
	background-image: url(../images/bg-gnomehome-sub.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 350px;
}

#logo img {
	width: 290px;
	height: 90px;
	position: absolute;
	left: 25%;
	top: 140px;
	z-index: 1;
	border: none;
}

#logo-sub img {
	width: 290px;
	height: 90px;
	position: absolute;
	left: 25%;
	top: 20px;
	z-index: 1;
	border: none;
}

#content {
	width: 1000px;
	text-align: center;
	margin: 0 auto; /* center, not in IE5 */
	overflow: hidden;
	margin-top:625px;
}

#content-sub {
	width: 1000px;
	text-align: center;
	margin: 0 auto; /* center, not in IE5 */
	overflow: hidden;
	margin-top: 250px;
}
	
#footer {
	padding: 0;
	border-top: 1px solid #8CC63F;
	text-align: center;
	color: #E2F980;
	font-weight: bold;
	font-size: 10px;
	line-height: 30px;
	overflow: hidden;
	margin-top: 18px;
}

	#footer a {
		margin: 0;
		margin-left: 5px;
	}

/*<!--Content Styles-->*/


h1 {
	color: #E2F980;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

h2 {
	color: #E2F980;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

.col-left {
	margin: 0;
	overflow: hidden;
	width: 480px;
	float: left;
	text-align: left;
	line-height: 18px;
}

.col-right {
	margin: 0;
	overflow: hidden;
	width: 480px;
	float: left;
	margin-left: 30px;
	text-align: left;
	line-height: 18px;
}

#blog ul {
	margin: 0;
	padding: 0;
}

	#blog li {
		list-style: none;
		margin: 0;
		padding: 0;
	}

#blog div {
	margin: 0;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}
	
#blog .date {
	margin: 0;
	padding: 0;
	font-size: 10px;
}

#creditfooter {
	display: none;
}

.fbsubscribelink {
	margin: 0;
	padding: 0;
	float: left;
	margin-right: 10px;
}

.links ul {
		float:left;
		list-style-type:none;
		margin:0px;
		padding:0px;
		margin-top: 20px;
	}
	  
	.links ul li {
		float:left;
		background:url('../images/button-l.png') no-repeat; 
		margin-right:10px;
		}
	  
	.links ul li a {
		float:left;
		background:url('../images/button-r.png') no-repeat;
		background-position: 100% 0%; 
		padding-left:10px;
		padding-right:10px; 
		line-height: 18px;
	} 

/*<!--Utility styles! Do Not Edit-->*/

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	overflow: hidden;
}

