* {
	margin:0;
	padding:0;
}

body {
	font-family:Verdana, Trebuchet MS, sans-serif;
	font-size:11px;
	color:#333;
}

img { border:none; }

ul { list-style-position: inside; }

.clear { clear: both; }

#wrap {
	width:960px;
	margin:0 auto;
}

#banner { background:  url(); }

#logo {
	float:left;
	margin:10px 0px;
}

#buttons {
	float:right;
	margin:10px 0px;
}

#buttons a { padding:55px 10px 0px 10px; }

.line { border-left:1px solid #DDD; }

#menu {
	clear:both;
	background: url(/images/gradient.png) repeat-x top left;
	border-left:1px solid #666;
	border-right:1px solid #666;
	padding:4px 0;
	z-index:1;
}

#menu li {
	list-style:none;
	display:inline;
	padding:0 10px;
	z-index:1;
}

#menu li a {
	text-decoration:none;
	color:#FFF;
	letter-spacing:.5px;
	font-weight:bold;
}

#menu li a:hover { color:#004C90; }

#menu ul li { position: relative; z-index:11;}

#menu ul li ul {
	background: url(/images/gradient.png) repeat-x top left #737373;
	display: none;
	left: 0;
	position: absolute;
	width: 250px;
	z-index: 11;
}

#menu ul li:hover ul {
	display: block;
	text-align: left;
}

#menu ul li ul li a {
	display: block;
	padding: 3px 10px;
}

/*
#sub_menu li a:hover {
	COLOR:#CCC;	
}

.sub_menu{
	padding:5px;
	text-align:center;
	background:#004C90;
}
.sub_menu li {
	display:inline;
	list-style:none;
}
.sub_menu li a{
	text-decoration:none;
	padding:2px 10px;
	color:white;
}
.sub_menu li a:hover{
	color:#333;
}
*/

#content {/*border:1px solid #000;*/
	min-height:200px;
	padding:0 5px;
}

#subcontent {/*border:1px solid #000;*/
	float:left;
	width:95%;
	display:block;
}

#footer {/*border:1px solid #000;*/
	clear:both;
	/*height:24px;*/
    color:white;
	background: url(/images/gradient.png) repeat-x top left;
	text-align:center;
	letter-spacing:1px;
	font-weight:bold;
	padding:3px 0px 4px 0px;
	border-left:1px solid #666;
	border-right:1px solid #666;
}

#footer a {/*border:1px solid #000;*/
	text-decoration:none;
	color:white;
}

#footer a:hover {
	text-decoration:none;
	color:#004C90;
}

.copyright {
	color:#999;
	text-align:center;
}

.splash {
	border:1px solid black;
	height:298px;
	color:white;
	font-size:11px;
	padding:20px 20px 0 20px;/*padding-left: 20px;
	padding-right: 20px;*/
	/*padding:20px;*/
}

.splash p {
	width:325px;
	/*margin-bottom:30px;*/
	line-height: 16px;
}

#splash1 {
	background:url(/images/home_background1.jpg);
	background-repeat:no-repeat;
}

#splash2 {
	background:url(/images/home_background2.jpg);
	background-repeat:no-repeat;
}

#splash3 {
	background:url(/images/home_background3.jpg);
	background-repeat:no-repeat;
}

#splash4 {
	background:url(/images/home_background4.jpg);
	background-repeat:no-repeat;
}

#splash5 {
	background:url(/images/home_background5.jpg);
	background-repeat:no-repeat;
}

#splash6 {
	background:url(/images/home_background6.jpg);
	background-repeat:no-repeat;
}

#splash7 {
	background:url(/images/home_background7.jpg);
	background-repeat:no-repeat;
}

#splash8 {
	background:url(/images/home_background8.jpg);
	background-repeat:no-repeat;
}

h1 {
	margin:5px 0;
	font-size:16px;
}

h2 {
	margin:5px 0;
	font-size:13px;
}

h4 { font-size:12px; }

p {
	margin:5px 0;
	line-height:16px;
}

#news {
	padding:10px;
	padding-left:0;
	width:593px;
	border-right:1px solid #999999;
	float:left;
}

#news a, #events a { color:#003366; }

#news img {
	border:1px solid #666666;
	float:right;
}

#events {
	padding:10px;
	padding-right:0;
	width:336px;
	float:left;
}

#video {
	background:url(../images/home_background.jpg);
	border:1px solid black;
	height:298px;
	color:white;
	font-size:11px;
	padding:20px;
}

.articles_wrapper td {
	border-top:1px solid #999999;
	padding:5px 0;
}

#calendar_menu, #calendar_menu .previous, #calendar_menu .next { color:white; }

.articles_list img { float:right; }

/*==SLIDESHOW==*/

#homeMovie {
	height: 426px;
	margin: 0 0 15px -5px;
}

#homeMovieLeft {
	margin: 237px 0px 0px 20px;
	position: absolute;
	z-index: 5;
}

#homeMovieLeft object {
	position: relative;
	z-index:5;
}

.slide {
	position: absolute;
	z-index: 1;
}

.slideText {
	color: white;
	padding: 20px;
	position: absolute;
	width: 300px;
	z-index: 5;
}

.slideText h2 {
	font-size: 20px;
	line-height: 45px;
	text-transform: uppercase;
}

.slideText p { line-height: 20px; }

