html, body {
	height: 100%;
	width:100%;
	background: #E7E7E7 url(images/bg01.jpg) repeat-x left top;
}

body {
	margin: 0px;
	padding: 0px;
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #888888;
}

h1, h2 {
	margin: 0px 0px 20px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #4F4F4F;
}



h1 {
	letter-spacing: -2px;
	font-size: 40px;
}

h1.style1 {
	margin-bottom: 5px;
}

h2 {
	letter-spacing: -1px;
	font-size: 20px;
}

h2.style1 {
	font-size: 22px;
	color: #C2C2C2;
}
h3 {
	margin: 0px 0px 5px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #4F4F4F;
	font-size:16px;
}

p, ol, ul {
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 15px;
	text-align: justify;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style:none;
	
	
}

strong {
	color: #5D5D5D;
}

a {
	color: #306D85;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
	padding: 4px;
	border: 1px solid #DFDFDF;
}

img.alignleft {
	float: left;
	margin: 10px 20px 0px 0px;
}

img.alignright {
	float: right;
	margin: 10px 0px 0px 20px;
}

img.aligncenter {
	margin: 0px auto;
}
#img1{
	margin-right:5px;
	margin-bottom:10px;
}
#img2{
	margin-left:25%;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
	/* hide from mac \*/ 
height: 1%;
/* end hide */
}

.container {
	width: 1000px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header {
	height: 180px;
}

/** MENU */

#menu {
	float: right;
	width: 650px;
	height: 180px;
	background: url(images/bg02.jpg) no-repeat left top;
}

#menu ul {
	margin: 0px;
	padding: 109px 0px 0px 38px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	height: 33px;
	margin-right: 10px;
	padding: 6px 15px 0px 15px;
}

#menu a {
	outline: none;
	text-decoration: none;
	text-transform: lowercase;
	letter-spacing: -1px;
	font: 22px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu li.active, #menu li.active a {
	background: #48869D;
	text-decoration: none;
}

/** PAGE */

#page {
	overflow: hidden;
	background: url(images/bg03.jpg) repeat-y left top;
}

#page-bg-bottom {
	overflow: hidden;
	background: url(images/bg06.jpg) no-repeat left bottom;
}

/** CONTENT */

#content {
	float: right;
	width: 500px;
	height: 680px;
	min-height: 680px;
	padding: 50px 100px 0px 50px;
	background: url(images/bg05.jpg) no-repeat right top;
}

html>body #content {
	height: auto;
}

#two-columns {
	overflow: hidden;
	width: 100%;
}



#two-columns .column1{
	float:left;
	width:48%;
	list-style-position:inside;
	list-style-type:disc;
	
	
}
#two-columns .column2  {
	float: right;
	width: 48%;

}
#two-columns .column5 a{
	float:right;
	width:48%;
	margin-bottom:15px;
	vertical-align:top;
}
#two-columns .column4 ul{
	float:left;
	width:48%;
	list-style-position:inside;
	list-style-type:disc;
}

#two-columns .column3 {
	float: left;
	width: 200px;
	margin-left:50px;
}


/** SIDEBAR */

#sidebar {
	float: left;
	width: 250px;
	height: 610px;
	min-height: 610px;
	padding: 120px 50px 0px 50px;
	background: url(images/bg04.jpg) no-repeat left top ;
}

html>body #sidebar {
	height: auto;
	
}

/** FOOTER */

#footer {
	background: #48869D url(images/bg08.jpg) repeat-x left top;
}

#footer .container {
	width: 600px;
	height: 200px;
	padding: 0px 50px 0px 350px;
	background: url(images/bg07.jpg) no-repeat left top;
}

#footer p {
	margin: 0px;
	padding: 100px 0px 0px 0px;
	text-align: center;
	color: #DAE6EB;
}

#footer .legal {
}

#footer .links {
}
/** drop down*/
.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
color:white;
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
margin-top:6px;
margin-left:-37px;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0;
font: 16px Georgia, "Times New Roman", Times, serif;
line-height: 35px;
z-index: 150; /* zIndex should be greater than that of shadow's below */
background: url(images/homepage01.jpg);
width: 200px; /* default width for menu */
height:80px;
}

.anylinkmenu ul{
margin: 0;
padding: 0;
line-height:20px;

list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
border-bottom: 0px solid black;
padding: 0px 0;
text-decoration: none;
color:#FFF;
text-indent: 5px;
}

.anylinkmenu a:hover{ /*hover background color*/
text-decoration:underline;
}


#youth {
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}


.border1 {
	padding: 4px;
	border: 1px solid #DFDFDF;
}
#home {
	text-align:center;
	width: 100%;
	height:100%;
	background-color:#000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
}
#home a {
	color: #4F4F4F;
	font-size:48px;
	text-decoration:none;
	
}
/* Start of slidder program */
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid navy;
border-bottom-width: 0px;
padding:0px;
width: 500px; /*width of featured content slider*/
height: 375px;
margin-left: auto;
    margin-right: auto;
	

}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
border:0px;
padding:0px;
background: black;
width: 500px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 400px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: navy;
padding: 0px 0px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}
