@charset "UTF-8";
/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#ffffff;
	margin:0;
	padding:0;
}

img {border:0;}

address {
	font-style:normal;	
}

h1 {
	font-size:2em;
}

#topbar {
	position:relative;
	width:100%;
	background-color:#3a3a3a;
	z-index:200;
}

#topmenu {
	position:relative;
	margin:0 auto;
	width:54em;
}

	#topmenu ul {
		display:block;
		margin:0 auto;
		list-style:none;
		padding:0;
		margin:0;
	}
	#topmenu ul li {
		display:inline;
		float:left;
	}
	#topmenu ul li a {
		display:block;
		border-left:1px solid #ffffff;
		padding:10px 15px 10px 15px;
		font-size:1.2em;
		color:#ffffff;
		text-decoration:none;
	}
	
		#topmenu ul li.last a {
			border-right:1px solid #ffffff;
		}
		
		#topmenu ul li a:hover {
			background-color:#ffffff;
			background-image:url(/academy/images/menuselectedrepeat.png);
			background-repeat:repeat-x;
			color:#993623;
		}
		
		#topmenu ul li:hover ul,
		#topmenu ul li.hover ul {
			display:block;
		}
		
		#topmenu ul li:hover a,
		#topmenu ul li.hover a {
			background-color:#FFFFFF;
			color:#993623;
		}
		
		#topmenu ul li:hover li a {
			background-color:transparent;
			color:#000;
		}
		
		#topmenu ul li ul {
			display:none;
			position:absolute;
			text-align:left;
			top:3.35em;
			background-image:url(/academy/images/menurepeaty.png);
			background-position:left bottom;
			background-repeat:no-repeat;
			width:228px;
			padding:0 10px 10px 0;
		}
		
		#topmenu ul li ul li {
			display:block;
			float:none;
		}
		
			#topmenu ul li ul li a {
				color:#000000;
				margin-left:2px;
				margin-right:10px;
				border-top:1px solid #e3e3e3;
				font-size:1em;
			}
			
			#topmenu ul li ul li a.first {
				border-top:none;
			}
			
			#topmenu ul li ul li a:hover {
				background-image:none;
				background-color:transparent;
				color:#993623;
			}
		
#header {
	position:relative;
	margin:0 auto;
	width:960px;
	height:172px;
	background-image:url(/academy/images/bgrepeat.png);
	background-repeat:repeat-y;
	z-index:2;
}

	#academylogo {
		position:absolute;
		left:30px;
		top:30px;
	}
	
	#ajaxloading {
		position:absolute;
		left:460px;
		top:143px;
		display:none;
	}
	
	#oclogo {
		position:absolute;
		left:670px;
		top:50px;
	}
	
	#searcharea {
		position:absolute;
		left:763px;
		top:95px;
	}
	
	#searcharea #box {
		border:1px solid #aeaeae;
	}
	
	#searcharea #go {
		vertical-align:bottom;
	}

#timeline {
	position:relative;
	width:100%;
	height:285px;
	background-color:#999999;
	background-image:url(/academy/images/timelinerepeat.png);
	background-repeat:repeat-x;
	z-index:100;
}

	#tlcenter {
		position:relative;
		margin:0 auto;
		width:960px;
		height:285px;
		background-image:url(/academy/images/timelineline.jpg);
		background-repeat:no-repeat;
		background-position:center 220px;
	}
	
	#leftarrow {
		position:absolute;
		left:0;
		top:-50px;
		top:108px;
		display:none;
	}
	
	#leftevents {
		position:absolute;
		left:25px;
		top:0;
		width:250px;
		height:285px;
		overflow:hidden;
		color:#FFFFFF;
		/*background-color:#99CCCC;*/
	}
	
		#leftmover { /* more in increments of 125px */
			position:absolute;
			left:0px;
			width:425px;
			height:285px;
			/*border:1px solid #ff0000;*/
		}
		
		#leftevents .eventbox {
			margin-right:10px;
		}
	
	#eventholder {
		display:none;
		position:absolute;
		top:-220px;
		left:400px;
		width:300px;
		height:300px;
	}
	
	#rightarrow {
		position:absolute;
		left:946px;
		top:108px;
		display:none;
	}
	
	#rightevents {
		position:absolute;
		right:25px;
		top:0;
		width:250px;
		height:285px;
		/*background-color:#9966FF;*/
		overflow:hidden;
		color:#FFFFFF;
	}
	
		#rightmover { /* more in increments of 125px */
			position:absolute;
			left:0px;
			width:425px;
			height:285px;
			/*border:1px solid #ff0000;*/
		}
		
		#rightevents .eventbox {
			margin-left:10px;
		}
	
		.eventbox {
			position:relative;
			width:115px;
			height:285px;
			float:left;
		}
		
			.pastarrow {
				display:none;
				position:absolute;
				left:30px;
				top:10px;
				height:14px;
				width:63px;
				background-image:url(/academy/images/pastarrow.gif);
			}
			
			.showpast .pastarrow {
				display:block;
			}
			
			.futurearrow {
				display:none;
				position:absolute;
				left:15px;
				top:10px;
				height:14px;
				width:73px;
				background-image:url(/academy/images/futurearrow.gif);
			}
			
			.showfuture .futurearrow {
				display:block;
			}
			
			.eventthumb {
				position:absolute;
				left:0;
				top:85px;
			}
			
			.eventbox .eventthumbdate {
				position:absolute;
				left:3px;
				top:176px;
				width:50px;
				font-size:0.8em;
			}
			
			.eventbox .eventthumbtime {
				position:absolute;
				left:61px;
				top:176px;
				width:50px;
				font-size:0.8em;
				text-align:right;
			}
			
			.eventbox .peg {
				position:absolute;
				left:50px;
				top:178px;
				width:12px;
				height:49px;
				background-image:url(/academy/images/peg.gif);
			}
			
			.eventdata {
				display:none;
			}
	
	#feature {
		/*display:none; /* turn this line off */
		position:absolute;
		left:275px;
		top:-15px;
		width:415px;
		height:318px;
		overflow:hidden;
	}
	
		#featuremover {
			position:absolute;
			left:0px;
			width:930px;
		}
		
		.bigeventbox {
			position:relative;
			margin-right:45px;
			width:415px;
			height:318px;
			float:left;
		}
			
				img.largeimage {
					position:absolute;
					left:0;
					top:0;
				}
			
				.overlay {
					position:absolute;
				}
				
				.overlay .date {
					color:#666666;
				}
				
				.overlay h1 {
					margin-bottom:0;
					margin-top:0;
					font-family:Georgia, "Times New Roman", Times, serif;
					font-weight:normal;
					font-size:2.5em;
				}
				
				.overlay h1 a {
					text-decoration:none;
					color:#000000;	
				}
				
				.overlay h1 a:hover {
					text-decoration:underline;
				}
				
				.overlay .links a {
					color:#000000;
				}
				
				/* A layout with text left and image right */
				
				.overlay.lefttext {
					top:20px;
					left:25px;
					width:200px;
				}
				
					.overlay.lefttext .links a {
						margin-right:10px;
						color:#000000;
					}
					
				/* A layout with text right and image left */
				
				.overlay.righttext {
					top:20px;
					left:190px;
					width:200px;
					text-align:right;
				}
				
					.overlay.righttext .links a {
						margin-left:10px;
						color:#000000;
					}
					
				/* A layout with the image at the top and text at the bottom - Title and subtitle shown */
				
				.overlay.bottomtext {
					top:145px;
					left:35px;
					width:345px;
				}
				
					.overlay.bottomtext .links a {
						margin-right:10px;
						color:#000000;
					}
					
				/* A layout with the image at the top and text at the bottom - Title and subtitle shown */
				
				.overlay.bottomtextnotitle {
					top:180px;
					left:35px;
					width:345px;
				}
				
					.overlay.bottomtextnotitle .links a {
						margin-right:10px;
						color:#000000;
					}
					
					.overlay.bottomtextnotitle hr,
					.overlay.bottomtextnotitle h1,
					.overlay.bottomtextnotitle .subtitle {
						display:none;
					}
		
#news {
	position:relative;
	margin:0 auto;
	width:960px;
	background-image:url(/academy/images/bgrepeat.png);
	background-repeat:repeat-y;
	z-index:1;
}

	.feedicon {
		float:right;
		margin-top:5px;
	}
	
	#news h1 {
		margin-top:0px;
		border-bottom:1px solid #e3e3e3;
	}
	
	#news h1 a {
		text-decoration:none;
		color:#000000;
	}
	
	#news h1 a:hover {
		color:#993623;
	}
	
	#news ul {
		color:#993623;
	}
	
	#news ul li {
		margin-bottom:1.3em;
	}
	
	#news ul li a {
		text-decoration:none;
		border-bottom:1px dotted #000000;
		color:#000000;
	}
	
		#news a.older {
			color:#993623;
			border-bottom:1px dotted #993623;
			text-decoration:none;
			float:right;
		}
		
		#news a.older:hover {
			border-bottom:1px solid #993623;
		}
	
		#rightnews ul {
			padding-left:2em;
			margin-left:0;
		}
		
			#rightnews .authorlink {
				font-size:0.8em;
				color:#666666;
			}
		
			#rightnews .authorlink a {
				color:#666666;
				border:0;
				text-decoration:underline;
			}
			
			#rightnews .authorlink a:hover {
				color:#000;
				border:0;
				text-decoration:underline;
			}
		
		#centernews ul {
			padding-left:2em;
			margin-left:0;
		}
		
		#centernews td {
			padding-top:0;
			padding-bottom:1em;
		}
		
		#centernews .textcell {
			padding-left:5px;
		}
		
		#centernews .textcell a {
			text-decoration:none;
			border-bottom:1px dotted #000000;
			color:#000000;
		}
		
		#centernews .textcell a:hover {
			border-bottom:1px solid #000000;
		}
	
	#news ul a:hover {border-bottom:1px solid #000000;}

	#leftnews {
		float:left;
		width:255px;
		background-image:url(/academy/images/newsdivider.png);
		background-position:right top;
		background-repeat:no-repeat;
		padding:35px 30px 35px 40px;
	}
	
	#rightnews {
		float:right;
		width:255px;
		background-image:url(/academy/images/newsdivider.png);
		background-position:left top;
		background-repeat:no-repeat;
		padding:35px 40px 35px 30px;
	}
	
	#centernews {
		margin:0 350px 0 350px;
		padding-top:35px;
		padding-bottom:35px;
	}

/*
	#news table {
		position:relative;
		margin:0 10px 0 10px;
	}
	
	#news table td {
		background-color:#CCFFFF;
	}
*/

	#academyaddress {
		position:relative;
		margin:0 auto;
		width:500px;
		text-align:center;
		padding:15px 0 25px 0;
		border-top:1px solid #e3e3e3;

	}

#footer {
	position:relative;
	width:100%;
	text-align:center;
	background-color:#3a3a3a;
	color:#ffffff;
	padding:25px 0 25px 0;
}

	#footer a {
		color:#ffffff;
	}

