/*Gobal Styles----------------------------*/
*{
	margin: 0;
	padding: 0;
}
body{
	margin: 0;
	background: #fff url(../images/top_bg.gif) top left repeat-x;
	font: 13px Arial, Sans-serif;
}
h1{
	margin: 0 0 0 0;
	font-family:georgia;
	
	font-size: 20px;
	line-height: 25px;
	letter-spacing: -1px;
	font-weight: normal;
	color: #8c620e;
	text-transform: capitalize;
}
h2{
	padding: 5px;
	margin: 5px 0 -10px 0;
	font-size: 14px;
	font-family:georgia;
	letter-spacing: 0px;
	font-weight: bold;
	color: #8c620e;
}
h3{
	margin: 0 0 0 0;
	font-size: 11px;
	/*line-height: 25px;*/
	letter-spacing: 0px;
	line-height: 13px;
	font-weight: normal;
	color: #8c620e;
}
h4{
	margin: 10px 0 0 10px;
	font-family:georgia;
	font-size: 10px;
	/*line-height: 25px;*/
	letter-spacing: -1px;
	color: #8c620e;
}
p{
	padding: 10px;
	margin: 0px 0 0 0;
	line-height: 18px;
	color: #8c620e;
}
a{
	color: #0079c2;
	font-style: italic;
	text-decoration:none;
}
a:hover{
	color: #0079c2;
	text-decoration:none;
	font-style: normal;
}
p span{
	color: #0079c2;
}
ul{
	color: #8c620e;
}
li{
	margin-left: 30px;
}
img{
	border: 0;
}
hr{
	height: 0px;
	color: #ccc;
}
/*Main Page-------------------------------*/
#wrap{
	width: 970px;
	margin: 0 auto 0 auto;
}

#top{
	width: 970px;
	height: 204px;
	margin: 0px auto 25px auto;
	padding-top: 10px;
	background: transparent url(../images/logo.gif) top left no-repeat;
}
#nav{
	margin: 0px auto 0px 184px;
	height: 50px;
	background: transparent;
}
#main_pic{
	margin: 1px auto 0px 184px;
}

#main{
	float: left;
	width: 630px;
	margin: 25px 20px 25px 25px;
	padding-bottom: 25px;
	background: transparent url(../images/main_bg.gif) bottom left no-repeat
}
#main img{
	padding: 15px;
	background: #fafafa;
	border: #e0e0e0 solid 1px;
}
#events{
	float: left;
	width: 240px;
	margin: 25px 25px 25px 25px;
	padding-bottom: 25px;
	background: transparent url(../images/event_bg.gif) bottom left no-repeat
}
#footer{
	/*position: absolute;
	bottom: 0;*/
	margin: 200px auto 0 auto;
	width: 100%;
	height: 54px;
	background: transparent url(../images/footer.gif) top left repeat-x;
}
#footer .info{
	width: 790px;
	padding-top: 10px;
	margin: auto;
}
#footer img{
	width: 83px;
	margin: 5px auto 10px auto;
}
#clear{
	clear:both;
}

/*Navigation-----------------------*/
#nav ul{
	list-style-type: none;
	list-style:none;
	display: inline;
	margin: 0;
	padding: 0;
}
#nav li{
	float: left;
	font-size: 15px;
	margin: 18px 10px 0px 25px;
}
#nav a{
	font-family: georgia;
	color: #0079c2;
	font-style: normal;
	text-decoration: none;
}
#nav a:hover{
	font-family: georgia;
	color: #a7cbe1;
	text-decoration: none;
}
#nav span{
	margin-right: 0px;
	padding-left: 20px;
	padding-right: -20px;
	border-left: #0079c2 solid 1px;
}
/*The Portfolio-------------------------------*/
.view_site{
	font-family:"lucida grande", verdana, arial;
	font-size:10px;
		background:#5f3430;
		color: #fff;
		display:block;
			padding:2px;
			padding-right:4px;
			text-decoration:none;
			width:70px;
			position:relative;
			margin: 260px 0px 0px 270px;
			text-align:right;
}
.view_site:hover{
	background: #6f9b9b;
}

ul.program_list {
	margin: 15px 0 20px 0px;
}
ul.program_list li {
	clear: left;
	margin: 25px 0 0 0px;
	background: #f4f2ee;
}

ul.program_list li img {
	float: left;
	padding: 5px;
	/*border: 1px #ccc solid;*/
	background: #f4f2ee;
}

ul.program_list li div.details {
    width: 300px;
   
	display: block;
	float: left;
	margin: 0px;
	padding: 10px 20px 20px 20px;
	text-align: left;
}s