* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
html {
	min-width:974px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:1.125em;
}

img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
object { 
	vertical-align:top; 
	outline:none;
}
ul, ol { 
	list-style:none;
}

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}

.col-1, .col-2, .col-3 { 
	float:left;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.container {
	width:970px;
	margin:0 auto;
	background-color: #FFFFFF;
}



/*==== GLOBAL =====*/
#header {
	height:390px;
	background-color: #AADFFF;
	
}
#content {
	width:100%;
	padding-bottom:0px;
	background-color: #E1F4FF;
}
#footer {
	background:#000;
	padding:16px 0 16px 0;
}


/*----- forms parameters -----*/

input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	vertical-align:top;
	font-weight:normal;
	padding: 0px;
	margin:0 0 0 0; 
}


/*----- other -----*/
.img-indent { 
	margin:0 20px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:20px;
}
	.img-box img { 
		float:left; 
		margin:0 20px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}


p {
	margin-bottom:18px;
}
.p1 { 
	margin-bottom:9px;
}
.p2 { 
	margin-bottom:18px;
}
.p3 { 
	margin-bottom:27px;
}

/*----- txt, links, lines, titles -----*/
a {
	color: #0033FF; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

h1 {
	line-height:1.2em;
	color:#1f1d1c;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:30px;
}
	h1 em {
		font-style:normal;
		 
		line-height:1.2em;
		display:block;
		margin-bottom:-10px;
	}
	h1 strong {
		font-weight:normal;
		color:#9b9b9b;
	}
h2 {
	 
	line-height:1.2em;
	background:#000;
	color:#fff;
	padding:8px 0 9px 19px;
	text-transform:uppercase;
	font-weight:normal;
}
h3 {
 
	line-height:1.2em;
	color:#fff;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:14px;
}
h4 {
	 
	line-height:22px;
	font-weight:normal;
	margin-bottom:12px;
}
h5 {
	font-size:1em;
	margin-bottom:16px;
}
	h5 a {
 
	}
h6 {
 
	text-transform:uppercase;
}
h6.alt {
	margin-bottom:18px;
}

.link1 { color:#363433;}
	

.button { 
	float:left;
	display:block;
	background:url(images/arrow3.gif) no-repeat left 7px #000;
	padding:0 9px 1px 16px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-size:.91em;
}
	.button:hover {
		background:url(images/arrow3.gif) no-repeat left 7px #fff;
		color:#000;
	}


.button-wrap {
	background:url(images/button-wrap.gif) left top;
	border:1px solid #737373;
	padding:8px 0 7px 19px;
}
	.button-wrap a {
		color:#000;
		font-weight:bold;
		text-decoration:none;
		background:#e7e7e7;
		padding:2px 13px 2px 13px;
	}
	.button-wrap a:hover {
		background:#000;
		color:#e7e7e7;
	}


.line-hor { 
	background:url(images/line-hor.gif) left top repeat-x;
	height:3px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:30px 0 25px 0;
}


/*==================boxes====================*/
.box {
	background:#060607;
	width:100%;
}
	.box .inner {
	padding:10px 15px 10px 15px;
	}

.box1 {
	background:#d1d1d1;
	width:100%;
}
	.box1 .inner { 
		padding:23px 19px 26px 19px;
	}

.address { 
	padding-bottom:18px;
}
	.address dt {
		font-weight:bold;
	}
	.address dd { 
		clear:both;
	}
		.address dd span { 
			float:left;
			width:82px;
		}
		.address dd a {
			color:#363433;
		}
		

.contact-info { 
	float:left;
	width:212px;
	margin-right:41px;
	color: #0033FF;
	font-size:14px;
	line-height:22px;
}
	.contact-info dd { 
		clear:both;
		text-align:right;
	}
		.contact-info dd span { 
			float:left;
			padding-right:25px;
		}


/*===== header =====*/
#header .bg {
 
}
#header .row-1 {
	height:15px;
	overflow:hidden;
	background-color: #FD8E23;
}
	#header .row-1 .fleft {
	padding:5px 0 0 9px;
	}
	
	#header .row-1 .top-links {
		float:right;
		font-size:11px;
		text-transform:uppercase;
		line-height:20px;
		padding:55px 4px 10px 0;
		border-bottom:1px solid #aaa;
	}
		#header .row-1 .top-links li {
			display:inline;
			color: #0033FF;
		}
			#header .row-1 .top-links li a {
				color:#000;
				text-decoration:none;
				padding:2px 14px 0 14px;
			}
			#header .row-1 .top-links li a:hover {
				color: #0033FF;
				text-decoration:none;
			}
			#header .row-1 .top-links li a.first {
				padding-left:4px;
			}
			#header .row-1 .top-links li a.rss {
				background:url(images/rss.gif) no-repeat right top;
				padding:2px 24px 0 14px;
			}
#header .row-2 {
	background-color:  #5555ff;
	height: 25px;
}
	#header .row-2 .nav {
		float:left;
	}
		#header .row-2 .nav li {
			float:left;
			padding-right:5px;
		}
			#header .row-2 .nav li a {
				display:block;
				float:left;
				background:url(images/arrow1.gif) no-repeat right 14px #000;
				font-size:17px;
				color:#fff;
				text-decoration:none;
				padding:0 0 0 0;
				width:133px;
				line-height:33px;
				text-indent:19px;
			}
			#header .row-2 .nav li a:hover, #header .row-2 .nav li a.current {
	background-color:#F1B65C;
	color:#000;
			}

#header .row-3 {
	height:350px;
}
	#header .row-3 .col-1 {
		
	}
	#header .row-3 .col-2 {
	height:350px;
	width:289px;
	background-color: #FFFFFF;
	}
		#header .row-3 .col-2 .indent {
	padding:60px 20 0 0px;
		}


/*===== anythingSlider =====*/
.anythingSlider                         { width: 685px; height: 350px; position: relative; }
.anythingSlider .wrapper                { width: 685px; height: 350px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             {
	width: 9999px;
	list-style: none;
	position: absolute;
	top: 1px;
	left: 0px;
	margin: 0;
}
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 350px; width: 685px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -20px; }
.anythingSlider .back                   { background-position: -67px 0; left: -20px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

#start-stop                             { background: #414141; color: #d1d1d1; padding: 2px 18px; text-align: center; position: absolute; left: 19px; bottom: 17px; font-size:11px; text-transform:uppercase; text-decoration:none;}
#start-stop.playing                     { background-color:#414141 ; }
#start-stop:hover                       { background-image: none; }

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }
/*===== anythingSlider =====*/



/*===== content =====*/
#content .bg {

}

#content .indent {
	margin-right:34px;
}

#content .mainContent {
	float:left;
	width:630px;
	margin-left: 20px;
	margin-bottom: 20px;
}
	#content .mainContent h2, #content h2.alt {
		background:none;
		color:#000;
		padding:8px 0 0 0;
		margin-bottom:36px;
	}
#content .aside {
	float:left;
	width:289px;
}



.banners {
	width:100%;
	overflow:hidden;
}
	.banners li {
	float:left;
	width:172px;
	padding-left:30px;
	margin-right:10px;
	font-size:18px;
	line-height:1.2em;
	letter-spacing:-1px;
	margin-top: 20px;
	}
	.banners li.last {
		margin-right:0;
	}
		.banners li img.icon {
	margin-bottom:18px;
		}
		.banners li a {
			color:#1e1d1a;
			text-decoration:none;
		}
			.banners li a img {
				vertical-align:text-bottom;
			}


.list1 li {
	background:#d1d1d1;
	width:100%;
	overflow:hidden;
	color:#060607;
}
.list1 li.even {
	background:#e1e1e1;
}
	.list1 li .inner {
	padding:22px 10px 29px 19px;
	}
		.list1 li span.date {
			float:left;
			width:45px;
			text-align:center;
			margin-right:19px;
			padding-top:5px;
		}
			.list1 li span.date strong {
				background:#000;
				color:#fff;
				text-align:center;
				display:block;
				font-size:11px;
				text-transform:uppercase;
				line-height:20px;
			}
			.list1 li span.date b {
				font-size:24px;
				line-height:1.2em;
				color: #0033FF;
			}
		
		.list1 li .extra-wrap {
	float:left;
	width:250px;
	text-align: center;
		}

.list2 li {
	background:url(images/arrow4.gif) no-repeat left 6px;
	padding:0 0 8px 18px;
}
	.list2 li a {
		text-decoration:none;
	}
	.list2 li a:hover {
		color:#000;
	}

/*===== footer =====*/
#footer {
	font-size:0.91em;
	color:#fff;
	text-align:center;
	background-color: #FD8E23;
}
	#footer a {
		color:#fff;
	}

