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

----------------------------------------------------------------------*/
/*-  normalize everything
----------------------------------------------------------------------*/

/* normalize margin, padding */
html, body, div, dl, dt, dd, ul, ol, li, 
h1, h2, h3, h4, h5, h6, pre, input, 
p, blockquote, th, td, img {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

/* normalize font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

/* remove list-style from lists */
ol, ul {
	list-style: none;
}

/* normalize font-style and font-weight to normal */
address, caption, cite, code, dfn,
th, var {
	font-style: normal;
	font-weight: normal;
}

/* remove table border spacing */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* remove border from fieldset and img */
fieldset, img {
	border: 0;
}

/* left-align text in caption and th */
caption, th {
	text-align: left;
}

a:active, a:focus {
	outline: none ! important;
}

/* common elements */
body {
	background-color: #fff;
	color: #000;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
}

p {
	margin-bottom: 12px;
}

a:link, a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {

}

h1 {
	border-bottom: #a6d3a8 solid medium;
	color: #82a584;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	padding-bottom: 25px;
	

}

h2 {

}

h3 {

}
h4 {
	background: #a6d3a8;
	color: #fff;
	font-size: 14px;
	font-weight: bolder;
	padding: 5px;
	padding-left: 50px;
	text-transform: uppercase;
	letter-spacing: 1px;
	
}

/* h5 will be used for photographic captions. */
h5 {
	color: #5d765e;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	text-align: center;

}

textarea {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
}


/* top */
#wrapper {
	margin: 10px auto;
	padding: 0;
	width: 960px;
}

#header {
	background: #fff url(_images/greenflower.jpg) top left no-repeat;
	padding: 30px 0 15px 90px;
	
}

#header p {
	color: #a6d3a8;
	padding-left: 50px;
	text-transform: lowercase;
}

#mainContent {
	margin: 15px 0;
}

#footer {
	background: #a6d3a8;
	color: #fff;
	padding: 5px 10px;

}


/*-  navigation
----------------------------------------------------------------------*/

ul#nav {
	float: left;
	width: 175px;
}

ul#nav a {
	font-size: 16px;
}

ul#nav a li{
	color: #82a584;
	padding: 4px 8px;
}

ul#nav a li.active {
	color: #fff;
	background: #a6d3a8;
}	

ul#nav a li:hover {
	color: #fff;
	background: #a6d3a8;
}

/* front */

#content {
	float: left;
	padding: 0 15px;
	width: 545px;
}

#rightSide {
	float: left;
	width: 200px;
}
