@font-face {
    font-family: "Header";
    src: url(fonts/News.ttf) format("truetype");
}

html, body {background: #424242; margin: 0; padding: 0 0 10px 0;}
body {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; overflow-x: hidden;}
textarea, input{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px;}
.left{float: left;}
.right{float: right;}
.page-shade{top: -5px; position: relative;}
.shade{margin: 0 0 -3px 0;}
#wrapper{background: #fff; margin: 0 auto; position: relative; width: 960px;}
a {color: inherit; text-decoration: none;}
#content a{color: #0000dd; text-decoration: none;}
#content a:hover, #footer a:hover{text-decoration: underline;}
a img {border:none;}

/* Top banner with navigation */
/****************************************************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************************************************/

#top
{
	background: #424242;
	display: block;
	padding: 8px 0 0 0;
	position: relative;
	width: 100%;
}

.red
{
	background-color: #ed1c24;
	border-bottom: 1px solid #000;
	display: block;
	height: 8px;
	width: 100%;
}

#header
{
    background-image: url(images/top_bg.jpg);
    border-bottom: 1px solid #888;
    color: #333;
    cursor: pointer;
    display: block;
    font-family: "Header", Verdana, Arial, Helvetica, sans-serif;
    font-size: 32px;
    height: 58px;
    line-height: 1.8em;
    text-shadow: 1px 1px 1px #fff;
    width: 100%;
}

#logo
{
	height: 48px;
	margin: 5px 20px 0 25px;
	vertical-align: top;
}

ul#nav
{
	background-image: url(images/nav_bg62.jpg);
	border-bottom: 1px solid #353636;
	color: #444;
	font-weight: bold;
	display: block;
	height: 62px;
	text-shadow: 1px 1px 1px #eee;
	box-shadow: 0px 5px 8px #444;
	z-index: 10;
}

ul#nav, #nav ul
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 2em;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 4;
}

ul#nav li:hover, ul#nav .current
{
	background-image: url(images/nav_hover62.jpg);
	background-repeat: repeat-x;
	padding-bottom: 10px;
	cursor: pointer;
}

#nav li
{
	float: left;
	text-align: center;
	padding-top: 10px;
	line-height: 2.5em;
}

#nav .double-line
{
	line-height: 1.25em;
}

#nav ul
{
	position: absolute;
	display: none;
	width: 10em;
	top: 1.5em;
}

.separator{float: left;}

/* Banner and Carousel */
/****************************************************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************************************************/

#banner
{
	/* border-left: 1px solid #000;
	border-right: 1px solid #000; */
	margin-bottom: -3px;
	position: relative;
	width: 960px;
	z-index: 3;
}

#carousel
{
	background: #C9CFD6;
	margin: 0 0 -8px 0;
	padding: 0 0 10px 0;
	position: relative;
	z-index: 2;
}

#slideshow
{
	color: #333;
	font-size: 14px;
	padding: 0 0 10px 0;
	position: relative;
	margin: 0 auto;
	width: 960px;
}

#slideshow #slidesContainer
{
  margin: 0 auto;
  width: 960px;
  overflow: hidden;
  position: relative;
}

#slideshow #slidesContainer .slide
{
  margin: 0 auto;
  width: 940px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
}

.slide_left, .slide_right
{
	background: url(images/slide_bg.jpg);
	border: 1px solid #333;
	height: 110px;
	width: 400px;
}

.slide_left
{
	float: left;
	margin: 0 0 0 60px;
}

.slide_right
{
	float: right;
	margin: 0 60px 0 0;
}

.slide_pic
{
	float: left;
	height: 110px;
	margin: 0 2% 0 0;
	width: 48%;
}

.slide_text
{
	font-size: 11px;
	float: right;
	padding: 2% 2% 0 1%;
	width: 47%;
}

.slide_title
{
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 10px 0;
}

.control
{
	cursor: pointer;
	display: block;
	height: 52px;
	margin-top: -44px;
	position: absolute;
	text-indent: -10000px;
	top: 50%;
	width: 52px;
	z-index: 3;
}

#leftControl
{
	background:url(images/arrow_left.png) no-repeat 0 0;
	left: -17px;
}

#rightControl
{
	background:url(images/arrow_right.png) no-repeat 0 0;
	right: -17px;
}

#carousel-description
{
	font-family: "Header", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	text-shadow: 1px 1px 1px #fff;
}

/* Page Content */
/****************************************************************************************************************************************************************************************************/
/****************************************************************************************************************************************************************************************************/

#content
{
	background: #fff;
	/*box-shadow: 0 5px 10px #777;*/
	padding: 20px 35px 20px 35px;
	position: relative;
	width: 890px;
}

.title
{
	clear: both;
	font-size: 20px;
	font-weight: bold;
}

.subtitle
{
	clear: both;
	font-size: 16px;
	font-weight: bold;
}

#links
{
	background: #e0e4e7;
	font-size: 16px;
	text-align: center;
	padding: 20px 35px 20px 35px;
}

.link-title{font-size: 14px; font-weight: bold;}

.link-section
{
	display: inline-block;
	margin: 0 3px 0 0;
	vertical-align: top;
	width: 215px;
}

.who
{
	margin: 0 10px 35px 0;
	width: 250px;
}

#footer
{
	background-color: #ccc;
	border-top: 1px solid #000;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0 auto;
	padding: 10px 0 20px 0;
	position: relative;
	text-align: center;
	width: 960px;
}

#footer a:hover{color: #ff0000;}
#footer a:visited{color: #333;}