@import "horizontal.css";
@import "vertical.css";

/* wrapped around the entire page's content */
body{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: black;
	line-height: 1.5;
	margin: 0px;
	padding: 0px;
	background-color: #F0EBCD;
}

a{
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

a:link{
	color: #60F;
	text-decoration: underline;
}

a:visited{
	color: #B3582D;
	text-decoration: underline;
}

a:hover{
	color: #F06;
	font-weight:bold;
	text-decoration: underline;
}

p{
	font-size:medium;
	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: large;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	line-height: 1.5;
}

h5{
	font-family: Verdana,Arial,sans-serif;
	font-size: 14px;
	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:medium;
	line-height: 1.5;
}

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: #7D9352;
	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: 197px;
	position: absolute;
	left: 10px;
	top: 225px;
}

#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;
	margin-top: 70px;
}

#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: 75px;
	margin-left: 220px;
	margin-right: 220px;
	text-align:left;
	padding-left: 20px;
}

table{
	font-size: 14px;
	text-align: left;
}

#content p{
	font-size: medium;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/*#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 {
	margin-top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

/* 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:15px;
}

#service h5 {
	font-weight: normal;
	margin: 5px 0px 10px 0px;
}

#service p {
	font-size: 12px;
	margin: 0px;
	padding: 10px;
}

#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;
}	

/* expand elements */ 
h3 img { border: none; padding-right: 10px; padding-left: 10px;}
.collapse { cursor: pointer; background: #D7DFE1; } 
.collapse:hover { cursor: pointer; background: #D7DFE1; } 
.expand { background: #D7DFE1; cursor: pointer; }
.expand:hover { background: #D7DFE1; cursor :pointer; }
.show { position: static; display: table; }
.hide { position: absolute; left: -15900px; height: 1px; width: 100px; overflow: hidden; }
/* END */

