@charset "UTF-8";
/*colors
dk green - #828f46, #808746, #95a0fb
lt green - #abbc6f, #abb573, #bcc786
yellow - #f3e868, #e9e86f
*/
body {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #bcc786;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/page_bkg.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
#header  {
	position: relative;
	width: 865px;
	height: 119px;
	margin: 0 auto;
	padding-left: 65px;
	padding-top: 30px;
	text-align: left;
}
#wrapper {
	width: 930px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/pg_bkg.png);
	background-repeat: repeat-y;
	position: relative;
}
h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #943201;
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding: 0px;
}
#story li {
	margin: 0;
	padding: 0;
	list-style-position: inside;
	list-style-type: square;
}
h1 {
	font-size: 2em;
	font-weight: bold;
	color: #000000;
}
h4 {
	font-size: 1.15em;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	line-height: 1.65em;
	font-weight: bold;
}
#tag {
	overflow: hidden;
	position: absolute;
	z-index: 100;
	height: 30px;
	width: 500px;
	left: 342px;
	top: 110px;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*navigation begins here*/

#nav {
	position: absolute;
	top: 10px;
	left: 347px;
	z-index: 75;
	font-size: 0.75em;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	width: 550px;
	height: 30px;
}
#nav ul li {
	position: relative;	
}
#nav ul {
	margin:0;
	padding:0;	
}
#nav li {
	/*position: relative;*/
	list-style-type: none;
	margin: 0;
	float: left;
	display: inline;
}
#nav li:hover {
	background:#ABBC6F;
	border-bottom: 1px solid #CCC;
}
/*#nav li.submenu {background:#;}*/
#nav li.submenu:hover {background-color:#95A05B;}
#nav a {
	display: block;
	padding: 0.5em 0 0.5em 0.5em;
}
#nav>ul a {width: 8em;}
#nav ul ul {position: absolute; width: 8em; display: none;}
#nav ul ul li {border-bottom: 1px solid #CCC; background: #95A05B; width: 10em;}
#nav li.submenu li.submenu:hover {background-color: #000;}
#nav ul.level1 li.submenu:hover ul.level2 {display: block;}
#nav ul.level2 {top: 2.3em; border-bottom: 1px solid #CCC;/* width: 8em;*/}

#nav a:link, a:visited {
	text-decoration: none;
	color: #FFF;
}
#nav a:hover {
	text-decoration: none;
	color: #000;
}

/*sidebar begins here*/

#sidebar {
	float: left;
	width: 240px;
	padding: 0px 30px 0 30px;
	margin-bottom: 20px;
}
#sidebar ul {
	list-style: none;
	padding: 0;
	margin: 3em 0 0 0;
}
#sidebar li {
	font-weight: bold;
	font-size: 0.85em;
	padding: 0 .5em;
	margin: 0;
	border-bottom: 1px solid #828f46;
}
#sidebar a {
	text-decoration: none;
	padding: .5em;
	margin: 0;
	display: block;
}
#sidebar a {
	color: #000000;
}
#sidebar a:hover, li:hover {
	background: #bcc786;
	text-decoration: none;
	color: #FFF;
}
#sidebar img {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.85em;
	font-style: italic;
	line-height: 1.5em;
	font-weight: bold;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #828f46;
	padding-top: 20px;
	color: #828f46;
}
.author {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .85em;
	line-height: 1.25;
	font-weight: bold;
	color: #828f46;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
	line-height: 1.25em;
	color: #828f46;
}
#sidebarquote {
	width: 240px;
	padding: 20px 30px 0 30px;
	margin-top: 10px;	
	color: #828f46;
}


/*main content begins here*/

#story {
	float: right;
	width: 550px;
	margin: 0;
	padding-left: 50px;
	padding-top: 70px;
	padding-bottom: 100px;
	font-size: .9em;
	line-height: 1.65em;
	background-image: url(../images/story_bkg.jpg);
	background-repeat: repeat-x;
	background-position: right bottom;
	padding-right: 30px;
	min-height: 30em;
}
#story a:link, a:visited {
	text-decoration: none;
	color: #FFF;
}
#story a:hover {
	text-decoration: none;
	color: #000;
}
#story li:hover {
	text-decoration: none;
	color: #000;
	background: none;
}
#story   ol li {
	list-style-position: outside;
	list-style-type: upper-roman;
}
#story ul li {
	list-style-position: outside;
	list-style-type: square;
}
h3 {
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0px;
	clear: both;
}
.title2 {
	font-size: 0.85em;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	line-height: 0.85em;
}
.thumbnail img {
	float: left;
	margin-right: 10px;
	/*margin-bottom: 5px;*/
	border: 2px solid #FFF;
	/*display: inline-block; *//*<---Solution for big IE6*/
}
.thumbnail {
	clear: left;
	margin-top: 30px;
}
.thumbnail p {
	font-size: .85em;
	line-height: 1.35em;
	padding: 0px;
	margin: 0px;
}
.thumbnail a img:hover {
	border: 2px solid #000;
}


/*Footer begins here*/

#copyright {
	clear: both;
	text-align: center;
	background-color: #FFFFFF;
	color: #828f46;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	font-size: .85em;
}

/*Footer ends here*/

#mark {
	padding: 10px;
	float: left;
	height: 335px;
	width: 200px;
	border: 1px solid #FFFFFF;
	margin: 0;
	background-color: #e9e86f;
}
#dan {
	padding: 10px;
	float: right;
	height: 335px;
	width: 200px;
	border: 1px solid #FFFFFF;
	margin: 0;
	background-color: #e9e86f;
}
.quote2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.85em;
	font-style: italic;
	line-height: 1.5em;
	font-weight: bold;
	padding-left: 20px;
	color: #333333;
}
.inset {
	padding-left: 1em;
}
