@charset "utf-8";

/* CSS Reset by Yahoo! */
body,div,dl,dt,dd,ul,ol,
li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,
blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

li{
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-size: 12px;
	line-height: 1.5em;
	color: #666666;
	margin-bottom: 5px;
}

form{
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-size: 12px;
	line-height: 1.5em;
	color: #666666;
	margin-bottom: 5px;
}

input{
		margin: 0 0 .5em 0;
}
	

/* CSS for AKM */


body {
	background-color: #333;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-size: 12px;
	color:#F00;
}

/* General */

:focus {
	outline: 0;
}



ul {
	list-style-type:none;
	color: #030;
}



/**************** Container ****************/

#main-container {
	width: 980px;
	height: 100%;
	/** border-right: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0; **/
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/grunge-bg.png);
	background-repeat: no-repeat;
	background-position:bottom;
	
}

#content-container {
	width: 800px;
	height: 100%;
	margin-top: 7px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-color: #fff;
}



#header {
	width: 800px;
	height: 119px;
	background: url(images/header_img-1.png) no-repeat;
	margin-bottom:10px;
}


/**************** menu ****************/

#nav ul{
	float: left;
	font-family: Helvetica, sans-serif;
	padding-top: 10px;
	margin-left:7px;
	height: 25px;
	width: 770px;
	text-align:center;

}

#nav ul li {
	display:inline;
}

#nav ul li a {
	text-decoration:none;
	color: #030;
	font-size: 12px;
	float:left;
	text-align:left;
	padding-left: 10px;
    padding-right: 10px;
	text-transform:uppercase;
}

#nav ul li a:hover {
	color: #999;

}


/**************** Content ****************/

#mainimage {
	width: 520px;
	margin-top: 10px;
	height: 300px;
	float: left;
	background-color: #030;
	margin-left: 20px;
}

#quicklinks{
	width: 200px;
	height: 100%;
	margin-top: 10px;
	float: right;
	margin-right: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

#quicklinks img{
/*	margin-right: 20px;
	margin-left: 20px; */
	margin-bottom: 7px;
	border: none;
}
	

 #content {
	margin-top: 10px;
	padding: 5px 20px 25px 20px;
	width: 499px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6D6D6;
	margin-bottom: 10px;
}

#content h2 {
	color: #060;
	font-size: 28px;
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px #ccc solid;
/*	letter-spacing: 15px; */
}

#content h3 {
	margin-left: 0px;
	color: #004b05;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background: #ffffff;
	margin-bottom: 0px;
}

/****** Right Content ******/

#boxr {
	margin-top: 10px;
	position:relative;
	padding: 5px 20px 25px 20px;
	width: 220px;
	float: right;
	margin-bottom: 10px;
}

#boxr h2 {
	color:#630;
	font-size:14px;
	margin-bottom: 8px;
	border-bottom: 1px #ccc solid;
	}


#boxr img{
	border: none;
	}

#boxr ul{
	margin-bottom: 20px;
	list-style-type:circle;
}


#boxr li{
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-size: 12px;
	line-height: 1.5em;
	color: #666666;
	margin-bottom: 5px;

}

li.block{
	background-color: #e6e6e6;
	padding: 5px 2px 5px 2px;
}



p.upcoming{
	background-color: #e6e6e6;
	padding: 5px 2px 5px 2px;
	margin-bottom: 10px;
}

.event{
	margin-left: 0px;
	color: #004b05;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin-bottom: 0px;
}
	
.date{
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-size: 14px;
	line-height: 1.5em;
	color: #666666;
	margin-bottom: 5px;
}

.place{
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-size: 12px;
	line-height: 1.5em;
	color: #666666;
	margin-bottom: 5px;
}


#fullcontent {
	margin-top: 10px;
	padding: 5px 20px 25px 20px;
	width: 760px;
	float: left;
	margin-bottom: 10px;
}

#fullcontent h2 {
	color: #060;
	font-size: 28px;
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px #ccc solid;
/*	letter-spacing: 15px; */
}

#fullcontent h3 {
	margin-left: 0px;
	color: #004b05;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background: #ffffff;
	margin-bottom: 0px;
}






/**************** Footer ****************/

#footer{
	margin-top:10px;
	width: 760px;
	font-size: 10px;
	height: 130px;
	color: #999;
	background:#CCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 20px 10px 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	clear: both;
	text-align: left;
	text-decoration:none;
}

#footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #060;
	font-size: 10px;
	text-decoration: none;
	}

#footer a:hover {
color: #999;
}


/**************** New Footer ****************/

#newfooter{
	width: 100%;
	height: 200px;
	background-color:#030;
}

/********************************************************************** The Board page ******/


#theboard{ 
	margin-top: 10px;
	position:relative;
	padding: 5px 20px 25px 20px;
	width: 760px;
	float: left;
	margin-bottom: 10px;
	background:#FFF;
	}
	
.name{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#030;
	}


table{ 
	border:none;
	background:#FFF;
	}

tr.other{
	background: #e5e5e5;
		margin-bottom: 10px;
}


td img{
	width:125px;
	height:125px;
	border:none;
	margin-bottom:10px;

}

td.info{
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #666666;
	padding-left:7px;
	padding-top: 5px;
	height:125px;
	width: 230px;
}
	

img.board{
	margin-bottom: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6D6D6;}



/**************** Classes ****************/

p.text{
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #666666;
}

.text{
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #666666;
}

.mission {
	color: #666666;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 17.5px;
	line-height: 20px;
}


img.quick-banner{
	margin-left: 20px;	
}

.textHighlight {
	color: #030;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-transform:uppercase;
}

.textlowlight {
	color: #060;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 12px;
}

.quote{
	color:#060;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
}


.clear:after { /*clear-fix*/
  content: "";
  display: block;
  clear: both;
}

.selected {
}

div.news{
/**	border-top: 1px #CCC solid; **/
	border-bottom: 1px #CCC solid;
	padding: 7px 0 7px 0;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #666666;
	margin-bottom: 7px;
}

h4.newspage{
	margin-left: 0px;
	color: #004b05;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin-bottom: 0px;
}


a.jump {
color: #060;
text-decoration: none;
background: #e5e5e5;
padding: 0 5px 0 5px;
}

a:hover.jump {
color: #09F;
text-decoration: underline;
}

