
/*
Design by Alicia A Jasmine
http://www.100webhosting.com
Released for free under a Creative Commons Attribution 3.0 License
*/

*
{
	margin: 0em;
	padding: 0em;
}

h1,h2 {
}

body {
	font-family: "Palatino Linotype", "trebuchet ms", sans-serif;
	font-size: 11pt;
	background-color: #fff;
	color: #555;
}

a {
	color: #69aa1c;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
}

/* Outer */

#outer {
	position: relative;
	margin: 0.5em 2em 2em 2em;
}

/* Header */

#header {
	position: absolute;
	top: 4.1em;
	background: #b6cd47 url('images/header.jpg') top right no-repeat;
	height: 135px;
	width: 100%;
}

#header h1 {
	position: absolute;
	top: 0.8em;
	left: 1.0em; 
	font-size: 2.5em;
	color: #162a0f;
}

#header h2 {
	position: absolute;
	top: 5em;
	left: 2.5em; 
	font-size: 1.0em;
	font-weight: normal;
	color: #225c0e;
}

#header a {
	color: #225c0e;
	text-decoration: none;
}

#header a:hover {
	color: #123a03;
	text-decoration: none;
}

/* Menu */

#menu {
	position: absolute;
	width: 100%;
	top: 0em;
	left: 0em;
	background: #214515 url('images/top-menu.gif') top left repeat-x;
	height: 4em;
}

#menu ul {
	list-style: none;
	position: absolute;
	bottom: 0em;
	left: 1em;
}

#menu li {
	display: block;
	float: left;
}	

#menu li a {
	color: #fff;
	display: block;
	padding: 0.55em 1.25em 1.25em 1.25em;
	text-decoration: none;
}

#menu li a:hover {
	background: #abcd47 url('images/top-menu-hover.gif') top left repeat-x;
}

/* Content */

#content {
	line-height: 1.7em;
	padding-top: 188px;
}

#content p {
	margin-bottom: 1.5em;
}

#content h2,h3,h4,h5,h6 {
	width: 100%;
	position: relative;
	left: -14px;
	margin: 0em -22px 1.2em 0em;
	color: #333;
	padding: 1.1em 14px 0.0em 14px;
	font-size: 1.1em;
	background: #fff url('images/title-background.gif') top left repeat-x;
}

#content ul {
	margin-bottom: 1.5em;
	padding-left: 1em;
}

#content blockquote {
	border: dashed 1px #BFB793;
	background: #FFFEFB url('images/blockquote.gif') top left repeat-x;
	padding: 1em;
	margin-bottom: 1.5em;
}

#content blockquote p {
	margin-bottom: 0em;
}


/* Content columns */

#columnOne {
	position: relative;
	float: left;
	margin-right: -36em;
	width: 100%;
}

#columnOne h2 {
	font-size: 1.6em;
}

#primaryContent {
	margin: 0em 33em 0em 0em;
	padding: 1.5em;
}

#columnTwo {
	position: relative;
	float: right;
	width: 12em;
	padding: 1.5em;
	margin-right: 1em;
}

#columnThree {
	position: relative;
	float: right;
	width: 12em;
	padding: 1.5em;
}

/* Footer */

#footer {
	padding: 1.5em;
	font-size: 0.8em;
	background: #fff url('images/title-background.gif') top left repeat-x;
}