﻿@import "horizontal.css";
@import "vertical.css";

/* wrapped around the entire page's content */
body{
	font-family: Verdana,Arial,sans-serif;
	color: black;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color: #F0EBCD;
}

a{
	font: 14px Comic Sans MS;
	text-decoration: none;
}

a:link{
	color: #0000FF;
	text-decoration: none;
}

a:visited{
	color: #009900;
	text-decoration: none;
}

a:hover{
	color: #black;
	font-weight:bold;
}

p{
	font-size:14px;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 48px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h2{
	font-family: Verdana,Arial,sans-serif;
	font-size: 36px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h3{
	font-family: Verdana,Arial,sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h4{
	font-family: Verdana,Arial,sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h5{
	font-family: Verdana,Arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h6{
	font-family: Verdana,Arial,sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: square;
	text-align:left;
	font-size:14px;
}

ul ul{
	list-style-type: disc;
}

ul ul ul{
	list-style-type: none;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

/* header/banner */
#top {
	width: auto;
	border-bottom-style: solid;
	border-bottom-color: #2F4011;
	background-color: #7B9351;
	border-top-color: #7B9351;
	border-right-color: #7B9351;
	border-left-color: #7B9351;
	border-bottom-width:thin;
	height: 144px;
}

#righttop {
	float: right;
}

/* left side */
#leftnav { /* When a div is set to float, a width must also be included */
	float: left;
	width: 200px;
	position: absolute;
	
}

#leftcontent{
	width: 198px;
	margin: 120px 0px 0px 2px;
	position: absolute;
	text-align:left;
}

/* right side */
#rightnav { /* Like the "leftnav" div, we add a width, margin and padding */
    float:right;
	width: 200px;
}

#rightcontent {
	float: right;
	width: 200px;
	/*text-align:center;*/
}

#rightcontent p {
	/*text-align: center;*/
	margin-bottom: 10px;
	/*padding-bottom: 0px;*/
}

/* main content */
#content {
	/* To make the text appear as it is in a new column, we apply margin-left to the "content" div, making sure that the width is greater than the overall width of the "leftnav" div */
	margin-top: 40px;
	margin-left: 220px;
	margin-right: 220px;
	text-align:center;
}

table{
	font-size: 14px;
}

#content p{
	font-size: 14px;
}

/*#content a:link{
	color: #2F4011;
	/*text-decoration: underline;
}*/

/*#content a:hover {
	font-weight: bold;
}

/* footer */
#footer {
	clear: both;
	padding: 10px 10px 10px 10px;
	font-size: 75%;
	color: #2F4011;
	text-align: center;
}

/************* #footer styles ***************/

/*#footer a:link{
	font-weight: normal;
	text-decoration:underline;
}

#footer a:hover{
	font-weight: bold;
}

/*********** #navBar link styles ***********/

/*#leftnav ul a:visited {display: block;}

#leftnav ul a:link {display: block;}*/
#leftnav {
	font: 14px serif;
	margin-top: 20px;
	font-family: Verdana,Arial,sans-serif;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#leftnav li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #leftnav li {border-bottom: none;}


/***** #rightnav styles **************/

#service {
	background-color: #E4DBA4;
	border: thin;
	border-style: solid;
	border-color: #2F4011;
	text-align:center;
	margin-bottom:20px;
}

#service h5 {
	font-weight: normal;
	margin: 5px 0px 10px 0px;
}

#service p {
	margin: 5px 0px 5px 0px;
	font-size: 12px;
}

#service ul li {
	font-size: 12px;
}

/*********** .leftcontent styles ***********/

/*********** .rightcontent styles***********/

.contentbox {
	background-color: #E4DBA4;
	border: thin;
	border-style: solid;
	border-color: #2F4011;
	/*text-align:center;*/
	margin-bottom:60px;
}

.youthbox {
	background-color: #E4DBA4;
	border: thin;
	border-style: solid;
	border-color: #2F4011;
	font-family: Lucida Handwriting;
}	