@charset "utf-8";
@import url("master.css");
/* Slideshow */
#slideshow {
	width: 960px;
	height: 318px;
	background-color: #eee;
}
#slideshow ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 1%; /* IE fix */
}
#slideshow ul:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
/* Slideshow > Slides */
#slideshow .slides {
	overflow: hidden;
	width: 960px;
}
#slideshow .slides ul { /* total width of all slides -
960px multiplied by 3 in this case */
	width: 2880px;
}
#slideshow .slides li {
	width: 960px;
	float: left;
}
/* Slide One */
#slideshow #slide-one {
	/* background: url(../images/slide-two.jpg) no-repeat scroll left top; */
	width: 960px;
	height: 320px;
}
/* Slide Two */
#slideshow #slide-two {
	/* background: url(../images/slide-two.jpg) no-repeat scroll left top; */
	width: 960px;
	height: 320px;
}
/* Slide Three */
#slideshow #slide-three {
	/* background: url(../images/slide-three.jpg) no-repeat scroll left top; */
	width: 960px;
	height: 320px;
}
/* Slideshow > Navigation */
#slideshow .slides-nav {
	height: 15px;
	width: 54px;
	position: absolute;
	top: -20px;
	right: 10px;
	overflow: hidden;
}
#slideshow .slides-nav li {
	float: left;
	background: #DFEEF5;
	margin-left: 3px;
	height: 15px;
	width: 15px;
	display: inline;
}
#slideshow .slides-nav li a {
	padding: 0px 4px;
	outline: none;
	text-decoration: none;
	font: 11px Tahoma, Geneva, sans-serif;
	color: #000;
	height: 15px;
	width: 15px;
	vertical-align: 3px;
}
#slideshow .slides-nav li.on, #slideshow .slides-nav li.on a {
	background: #336699;
	color: #FFF;
}
#slideshow .slides-nav li.on:hover, #slideshow .slides-nav li.on a:hover {
	background: #336699;
	color: #66CCFF;
}
#slideshow .slides-nav li:hover {
	background: #fff;
	color:#006600;
}
/* Columns */
#content-main .col {
	display: inline;
	float: left;
	padding-top: 30px;
	position: relative;
	margin-bottom: -32750px;
	padding-bottom: 32760px;
}
#content-main .col-title {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: capitalize;
}
#content-main .col-subtitle {
	padding: 0px;
}
#content-main .col-subtitle span {
	visibility: hidden;
}
#content-main .col a {
	color: #144e9c;
	font-weight: bold;
	text-decoration: none;
}
#content-main .col a:hover {
	text-decoration: underline;
}
/* Latest news */
#latest-news {
	color: #f7f7f7;
}
#latest-news .col-title {
	background: url(../images/latest-news.png) no-repeat scroll left top;
	height: 70px;
	width: 290px;
	text-indent: -9999px;
	border-bottom: 1px solid #000;
	overflow: hidden;
}
#latest-news .news {
	margin-bottom: 10px;
}
#latest-news .news .news-title a {
	font: bold 24px Arial, Helvetica, sans-serif;
	color: #017DB1;
	text-transform: capitalize;
	text-decoration: none;
	letter-spacing: -1px;
}
#latest-news .news .news-title a:hover {
	text-decoration: underline;
}
#latest-news .news p.date {
	font-size: 12px;
	color: #999;
	padding: 0px 0px 0px 20px;
	background: url(../images/icons/alarm.png) no-repeat scroll left center;
	margin-bottom: 10px;
}

