@charset "utf-8";

h1 {
	font-size: 22px;
	margin: 0px;
	padding: 0px;
	color:#587F03;
}

h2 {
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	color:#edf2d6;
	
}

h3 {
	font-size: 18px;
	margin: 0;
	padding: 0px;
	color:#edf2d6;
}

h4 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}

p {
	color:#edf2d6;
	line-height:22px;
	font-size:16px;
}

img {
	border:none;	
}

ul.jlink{
	list-style-type: none;	
	display:inline;
	width:492px;
	height:50px;
	float:right;
	margin:0;
	padding:0;
}

li {
	float:left;
	width:145px;
/*	background:#030;*/
	height:50px;
/*	padding-left:10px;*/
	color:#f2f2f2;
/*	text-align:center;*/
/*	font-size:24px;*/
/*	padding-top:10px;*/
}

li a {
	text-decoration:none;	
	color:#000;
	display:block;  
    position:relative;
}
/*li.jlink{
	float:left;
	width:135px;
	height:40px;
	background-color: #000;
}*/

ul li a img {  
   position:absolute;  
   z-index:1;  
}  
ul li span {  
	display:block;  
	height: 50px;  
	width: 145px;  
	position:absolute;  
	z-index:2;  
}  
/*li:hover {
	background:url(../images/link_hover.jpg) top left repeat-x;	
}*/

#top p {
	color:#587F03;
}

.blog img {
	margin-left:115px;
}
/*****MIDDLE****/

#middleLeft p {
	color:#edf2d6;
}

#middleRight img {
	border:none;	
}

#middleLeft a {
	color:	#edf2d6;
}
#middleLeft a:hover {
	color:#38c0f3;
	text-decoration:none;
}

#sidebar {
	color:#FFF;	
}
#sidebar h2 {
	color:#FFF;	
}
#sidebar a {
	color:#FFF;
	margin:0;
}
#sidebar a:hover {
	text-decoration:underline;
}
#sidebar ul {
	list-style-type: none;	
	margin-bottom:0px;
	margin-left:0;
}
#sidebar ul a {
	margin:0;
	padding:0;
}
#sidebar ul li {
	margin-left:0;
	margin-bottom:20px;	
}
#sidebar ul ul {
	margin:0px 0 0 0;
	padding:8px 0 0 8px;
}
#sidebar ul ul li {
	margin:0px;	
	padding:0;
	height:30px;
}

/*#sidebar ul ul {
	list-style-type: none;	
	margin:0;
	text-align:left;
}
#sidebar ul li ul li  {
	text-align:left;
	margin:0;
	padding:0;
}*/






#content {
	color:#FFF;
	overflow-y: auto;
	overflow-x: hidden;
}
#content a {
	color:#FFF;	
}
#content a:hover {
	text-decoration:none;
}
/*****BOTTOM****/
#bottom p {
		margin:0 0 20px 0;
		padding:0 0 0 0;
		color:#8fc63f;
}

#bottom h3 {
	margin: 10px 0 10px 0;	
	color:#edf2d6;
}

#bottomRight p {
	color:#edf2d6;
	margin:0 0 20px 0;
	padding:0 0 0 0;
	line-spacing:30px;
	text-align: right;
}

#bottomRight h3 {
	margin: 10px 0 20px 0;	
	color:#edf2d6;
	text-align: right;
}
#bottomRight a {
	color:#edf2d6;
}
#bottomRight a:hover {
	color:#8fc63f;
	text-decoration:none;
}
#copyright p {
	color:#edf2d6;
	font-size:14px;
}

#copyright a {
	color:#edf2d6;
	text-decoration:none;
}
#copyright a:hover {
	color:#8fc63f;
	text-decoration:underline;
}
/*#navigation ul li a:hover img {
visibility:hidden;
}*/
#navigation ul #homeLink {
	background-image: url(../images/home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#navigation ul #blogLink {
	background-image: url(../images/blog_hover.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#navigation ul #blogLink a:hover img {
	visibility:hidden;	
}
#navigation ul #linksLink {
	background-image: url(../images/links.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#navigation ul #homeLink:hover {
	background-image: url(../images/home_hover.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	cursor:pointer;
}
/*#navigation ul #blogLink:hover {
	background-image: url(../images/blog_hover.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	cursor:pointer;
}*/
#navigation ul #linksLink:hover {
	background-image: url(../images/links_hover.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	cursor:pointer;
}


