/* CSS Document */


/*********** #body styles ***********/



html, body {
  height: 101%;
}


html, body, ol, ul, li, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	color: #000000;
	background-image: url(../images/01-base-col.jpg);
	background-color: #015ac2;
}

p, ul li {
	font-size: 12px;
	line-height: 24px;
}

p em {
	color: #999999;
}

a
{
	color: #000099;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}


h1,h2,h3,h4,h5,h6 { 
  color: #000000; 
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: normal;
	margin: 0px 0px 10px;
}


h2 {
	font-size: 24px;
	line-height: 48px;
}

h3 {
	font-size: 16px;
	line-height: 32px;
}


h4 {
	font-size: 14px;
	line-height: 28px;

}

h5, h6 {
	text-align: left;
	vertical-align: top;
}

.bullets {
	list-style-image: url(../images/01-bullet.gif);
	padding-left: 6px;
}

.whitetype {
	color: #FFFFFF;
}

.infoTable {
	line-height: 20px;
	margin-bottom: 10px;
	font-size: 12px;
}
.infoTableBaseline {
	line-height: 20px;
	margin-bottom: 10px;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E1E1E1;
	border-left-color: #E1E1E1;
}


/*********** #div styles ***********/

#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	background-color: #FFFFFF;
	background-image: url(../images/02-mid-shadow.jpg);
	background-repeat: repeat-y;
}	


#top {
	background-image: url(../images/01-top-shadow.jpg);
	background-repeat: no-repeat;
	height: 30px;
}




#banner {
	background-image: url(../images/01-logo-type.gif);
	height: 95px;
	width: 846px;
	margin-left: 52px;
	margin-right: 52px;
}



#menubar {
	margin-left: 52px;
	margin-right: 52px;
	height: 60px;
}



#bottom {
	background-repeat: no-repeat;
	height: 30px;
	background-image: url(../images/03-bot-shadow.jpg);
}



#footer {
	margin-right: auto;
	margin-left: auto;
	width: 850px;
}



/*********** #selector styles ***********/


.content {
	margin-top: 12px;
	margin-right: 52px;
	margin-bottom: 12px;
	margin-left: 52px;
}

.hozline {
	border-top-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	margin-right: 12px;
	margin-left: 12px;
}




/*********** #boxes styles ***********/



.eventsboxtop {
	background-image: url(../images/04-eventbox-top.jpg);
	background-repeat: no-repeat;
	width: 441px;
	height: 8px;
}

.eventsbox {
	width: 408px;
	background-color: #015ac2;
	padding-right: 16px;
	padding-left: 17px;
}

.eventsboxbot {
	background-image: url(../images/04-eventbox-bot.jpg);
	height: 20px;
	width: 441px;
	background-repeat: no-repeat;
	background-color: #005ac3;
	background-position: bottom;	
}




/************************************/



.boxonetop {
	background-image: url(../images/01-eventbox-top.jpg);
	height: 8px;
	width: 408px;
	background-repeat: no-repeat;
	
}
.boxonemid {
	width: 368px;
	background-color: #006633;
	padding-top: 1px;
	padding-right: 20px;
	padding-bottom: 1px;
	padding-left: 20px;
	text-align: center;
	
}
.boxonebot {
	background-image: url(../images/01-eventbox-bot.jpg);
	height: 8px;
	width: 408px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
/************************************/

.boxtwotop {
	background-image: url(../images/02-eventbox-top.jpg);
	height: 8px;
	width: 408px;
	background-repeat: no-repeat;
}
.boxtwomid {
	width: 368px;
	background-color: #FFFFFF;
	padding-top: 1px;
	padding-right: 20px;
	padding-bottom: 1px;
	padding-left: 20px;
	text-align: center;
}

.boxtwobot {
	background-image: url(../images/02-eventbox-bot.jpg);
	height: 8px;
	width: 408px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
/************************************/

.boxthreetop {
	background-image: url(../images/03-eventbox-top.jpg);
	height: 8px;
	width: 408px;
	background-repeat: no-repeat;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.boxthreemid {
	width: 368px;
	background-color: #ff0000;
	padding-top: 1px;
	padding-right: 20px;
	padding-bottom: 1px;
	padding-left: 20px;
	text-align: center;
	border: none;
}


.boxthreebot {
	background-image: url(../images/03-eventbox-bot.jpg);
	height: 8px;
	width: 408px;
	background-repeat: no-repeat;
}
/************************************/



.boxonemid, .boxtwomid, .boxthreemid h1,h2,h3,h4,h5,h6 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}












.eventboxtwo{
	padding: 15px;
	background-image: url(../images/01-green-grad.jpg);
	background-repeat: repeat-x;
	width: 100%;

}



.boxone {
	background-image: url(../images/01-box-bkgrnd.jpg);
	background-repeat: no-repeat;
	width: 508px;
	height: 148px;
	padding: 10px 20px;
}

.boxtwo {
	background-image: url(../images/02-box-bkgrnd.jpg);
	background-repeat: no-repeat;
	width: 215px;
	padding: 10px 20px;
	height: 148px;
}



/*********** #button styles ***********/



.buttonone {
	background-image: url(../images/01-blank-btn.gif);
	background-repeat: no-repeat;
	padding-left: 8px;
	text-align: left;
	padding-right: 8px;
	display: block;
	margin: 0px;
	height: 24px;
}

.buttonone a {
	color: #FFFFFF;
	text-decoration: none;
}
.buttonone a {
	color: #FFFFFF;
	text-decoration: none;
}
.buttonone a:hover {
	text-decoration: underline;
	color: #990000;
}



.newandevents {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066CC;
	padding-top: 15px;
	padding-bottom: 10px;
}



.story {
	margin: 20px;
}


.boxgrad {
	background-image: url(../images/01-grad.jpg);
	background-repeat: repeat-x;
	border: 1px solid #00CC99;
}


.greyborder {
	border: 1px solid #CCCCCC;
}



.formbox {
	border: 1px solid #CCCCCC;
	background-image: url(../images/24px-grad.gif);
	background-repeat: repeat-x;
	font-size: 10px;
	color: #999999;
	padding: 5px;
	margin: 5px;
}

.submit_btn {
	border: 1px solid #333333;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 5px;
}



/*********** #image styles ***********/

.rightimage {
	float: right;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;

}

.leftimage {
	float: left;
	padding-right: 20px;
}

.button {
	background-repeat: no-repeat;
	width: 80px;
	background-image: url(../images/01_arrow.gif);
	padding-left: 16px;
}
.button a {
	text-decoration: none;
	font-weight: bold;
}


.newstable {
	font-size: 12px;
}


.libraryimg {
	border: 1px solid #000000;
}




/*********** #clear floats ***********/

.clearit {
	display: block;
	clear: both;
}

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {
    display:inline-block;
}
.clearfix {
    display:block;
}
* html .clearfix {
    height:1px;
}

/*********** #layer ***********/


#Layer1 {
	position:absolute;
	z-index:1;
	left: 299px;
	top: 180px;
	float: left;
}
