/* Basics and Typography */

body {
	margin: 0;
	padding: 0;
	background: #c0c0c0 url('images/bg.jpg');
	font: 0.81em/1.75em Tahoma, sans-serif;	
	color: #8c8c8c;
}


ol, ul {
	margin: 10px 10px 15px;
	padding: 10px;
}



a:link, a:visited, a:active {
	color: #19a384;
	text-decoration: none;
}


a:hover {	
	color: #046e56;
	text-decoration: none;
}

input, textarea, select {
	background: #d9d9d9;
	color: #888888;
	font: 0.88em Tahoma, sans-serif;
	padding: 5px;
	border: 0;
}
blockquote {
	background: #fff url('images/blockquote.jpg') no-repeat;
	width: 400px;
	margin-left: 150px;
	padding: 2px 5px;
	border-top: #c0c0c0 3px solid;
	border-bottom: #c0c0c0 3px solid;
}
code {
	font-family: "Courier New", monospace;
	color: #179d7f;
}
form, img {
	margin: 0;
	padding: 0;
	border: 0;
}

.left {
	float: left;
	margin: 5px 10px 0 0;
	width: auto;}

.right {
	float: right;
	margin: 5px 0 0 10px;
	width: auto;}

.center {
	text-align: center;
	}

.col1 {
	float: left;
	padding-right: 20px;
	width: 350px;
	margin-top: 15px;
	}

.col2 {
	float: left;
	width: 170px;
	padding-left: 15px;
	margin-top: 15px;
	}

.clear {
	clear: both;
	}




/* Layout */

#wrapper {
	margin: 15px auto;
	background: #fff;
	width: 780px;
	border: #888888 5px solid;
}
#header {
	width: 780px;
	height: 100px;
	background: #fff url(images/header.jpg) no-repeat;
	padding: 0;
	margin: 0;
}

#content {
	padding: 15px 20px;
	margin: 0 auto;
        background: #fff;
	overflow: hidden;
	width: 740px;


} 

#content h1 {
		margin: 0 auto;
               	color: #868686;
		font: normal 2.0em/1.5em Georgia, serif;
		border-bottom: #0fab88 2px solid;
	}

#content a.h1 {
		display: block;
		margin: 0 auto;
               	color: #868686;
		font: normal 2.0em/1.5em Georgia, serif;
		border-bottom: #1bab8b 2px solid;
	}

#content a.h1:hover {
		display: block;
		margin: 0;
               	color: #8d8d8d;	     
		background: #fff;
	}

#content h2 {
		color: #b1b1b1;
		font: normal 0.81em Verdana, sans-serif;
	}


#content h3 {
		color: #1b9e81;
		font: normal 1.75em 'Century Gothic', Tahoma, sans-serif;
		margin: 15px 0 15px 0;
	}

		


#topnav {
	width: 780px;
	height: 25px;
	background: #fff;
}

#topnav ul {
	padding: 0px;
	white-space: nowrap;
	margin: 0;
	
}

#topnav ul li {
	display: block;
	float: left;
	background: #26c29f;
  	height: 25px;
  	width: 124px;
	line-height: 25px;
	list-style-type: none;
	font: normal 1.0em Tahoma, sans-serif;
	text-align: center;
	text-transform: uppercase;
	border-right: 5px solid #fff;

}

#topnav ul li.home {
	display: block;
	float:left;
  	height: 25px;
  	width: 124px;
	line-height: 25px;
	list-style-type: none;
	font: normal 1.0em Tahoma, sans-serif;
	text-align: center;
	border-right: 5px solid #fff;
	border-left: 5px solid #fff;

}





#topnav ul li a {
	display: block;
	margin-top: 1px;
	text-decoration: none;
	color:#55565b;
	height: 25px;
	line-height: 25px;
	font: normal 1.0em/25px Tahoma, sans-serif;
	text-align: center;
	border: 0;
}

#topnav ul li a:hover {
	color: #878b98;
	background: #d5dae0;
	height: 25px;
	border: 0;
	
}

#sidebar {
	margin: 0;
	padding: 5px 20px;
	color: #698780;
	background: #a1e1d3;
	overflow: hidden;
	}


	/* Sidebar Styles */
	
	#sidebar h1 {
		margin: 0;
		color: #2c7363;
		width: 310px;
		text-transform: lowercase;
		font: normal 1.65em/24px Georgia, serif;
		height: 24px;
	}

	#sidebar h2 {
		margin: 0;
               	color: #328774;
	        width: 140px;
	        height: 24px;
		text-transform: lowercase;
		font: normal 1.65em/24px Georgia, serif;
	}

#sidebar p {
	margin: 2px auto 10px auto;
	}

#sidebar p.profile {
	background: #dcf2ed;
	padding: 15px;
	margin-top: 10px;
	}

#sidebar ul.list {
   margin: 0;
   padding: 0;
   list-style-type: none;
}

#sidebar li a {
	display: block;
	font: 1.2em/24px 'Century Gothic', sans-serif;
	height: 26px;
	border-bottom: #167660 dotted 1px;
	margin: 5px 0 5px 0;
	list-style-type: none;
	padding-left: 5px;
	}

#sidebar li a:hover {
	display: block;
	font: 1.2em/24px 'Century Gothic', sans-serif;
	height: 26px;
	border-bottom: #556f82 dashed 1px;
	margin: 5px 0 5px 0;
	background: #dbdfe5;
	list-style-type: none;
	padding-left: 5px;
	}


#footer {
	clear: both;
	height: 50px;
	margin: 0;
	background: #dfdfdf;
}

	/* Footer Styles */
	
	#footer p {
		color: #404040;
		text-align: center;
		padding-top: 15px;
	}
