/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.1.0
build: 2026
*/
html { color:#000; background:#FFF; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, blockquote, th, td { margin:0; padding:0; }

/* 
	 orange 	 	#f26822
	 dark grey		#231f20
	 dotted line	#302d2e
*/
/* global elements
------------------------------------------------------------------------------------------ */ 
html, body { background-image:url(../images/3.jpg);}
body {
	font: 14px/1.5 arial, helvetica, sans-serif;
	color: #999;
	position: relative;
}
strong{font-weight:bold}em{font-style:italic}
#container, #branding {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#branding { z-index: 100; }
#container {
	z-index: 15;
	-moz-box-shadow: 0 20px 20px rgba(0,0,0,.12);
	-webkit-box-shadow: 0 20px 20px rgba(0,0,0,.12);
	box-shadow: 0 20px 20px rgba(0,0,0,.12);
}

#sidebar {
	float: left;
	width: 240px;
}

/* Logo */

#logo {
	height: 220px;
	background: #FFFFFF url(images/img02.gif) repeat-y right top;
	
}

#logo h1, #logo h2 {
	margin: 0;
	text-transform: lowercase;
	text-align: center;
	font-weight: normal;
	font-style: italic;
	color: #9C9C9C;
}

#logo h1 {
	padding: 20px 0 0 0;
	background: url(images/img03.gif) no-repeat center center;
	font-size: 36px;
}

#logo h2 {
	font-size: 14px;
}

#logo a {
	color: #9C9C9C;
	text-decoration: none;
}

/* Menu */

#menu {
	padding: 20px;
	background-color: rgba(255, 0, 0, 0.4);
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	padding: 5px 0;
	background: url(images/img05.gif) repeat-x;
	border-bottom:2px solid ;
}

#menu li.first {
	background: none;
}

#menu a {
	text-decoration: none;
	font-size: 129%;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}


#menu1 {
	padding: 20px;
	background-color: rgba(255, 0, 0, 0.4);
}

#menu1 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu1 li {
	padding: 8px 0;
	background: url(images/img05.gif) repeat-x;
	border-bottom:2px solid ;
}

#menu1 li.first {
	background: none;
}

#menu1 a {
	text-decoration: none;
	font-size: 129%;
	color: #FFFFFF;
}

#menu1 a:hover {
	text-decoration: underline;
}

#content {
	float: right;
	width: 720px;
	
}

.boxed {
	padding: 5px 30px 20px 30px;
}

.boxed p, .boxed ul, .boxed ol {
	line-height: 180%;
	color:#fff;
}
.title1 {
	margin: 0;
	padding: 10px 0;
	background: url(images/img07.gif) repeat-x left bottom;
	font-weight: normal;
	font-size: 129%;
	color: #FFFFFF;
}

.title2 {
	margin: 0;
	padding: 10px 0;
	background: url(images/img09.gif) repeat-x left bottom;
	font-size: 227%;
	font-weight: normal;
	color: #fff;
}

.title3 {
	margin: 0;
	padding: 10px 0;
	background: url(images/img11.gif) repeat-x left bottom;
	font-size: 129%;
	font-weight: normal;
	color: #FFFFFF;
}

.bulletText {

	list-style-type: disc;

	font-family: "Times New Roman", Times, serif;

	font-size: 13px;
	margin-left:12px;
	margin-right:12px;

	font-style: normal;

}

#footer {
	width: 1130px;
	height: 160px;
	background-color: rgba(255, 0, 0, 0.5);
	vertical-align:bottom;
	
	


	
	
}

#footer p {

	
	color:#fff;
	padding-left:70px;

	float:left;
	


}



#links a {
	color:#fff;
	

}



#heroContent {
	position: relative;
	z-index: 10;
	clear: both;
	width: 960px;
	height: 350px;
	margin: 0 auto;
}
#heroContent div { display: none; }

#heroContent #static img {
	position:absolute;
	bottom:0;
	right:0;
}
#heroContent #video a {
	display: block;
	width: 590px;
	height: 350px;
	position:absolute;
	bottom:0;
	right:0;
}
#heroContent.halfSize { height:175px }

/* hero banners
---------------------------------------- */
#heroBannersContainer {
	position: absolute;
	top: 1px;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 1155px;
	overflow: hidden;
}
#heroBanners {position:relative; margin: 0 auto;}
.heroItem {
	height: 1335px;
	width: 100%;
	display: none;
	
}
.heroCalendar {
	height: 1035px;
	width: 100%;
}
.heroDetails {
	width: 960px;
	height: 520px;
	padding: 65px 0 0;
	margin: 0 auto;
}
#heroPagination {
	position: absolute;
	top: -30px;
	right: 10px;
}
#heroPagination a {
	color: #85898b;
	font-weight: bold;
	font-size: 18px;
	display: inline-block;
	margin: 0 0 0 5px;
	background-color: rgba(35,31,32,.9);
	text-decoration: none;
	line-height: 1em;
	padding: 2px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 1px 1px 0 rgba(0,0,0,.65);
	-webkit-box-shadow: 1px 1px 0 rgba(0,0,0,.65);
	box-shadow: 1px 1px 0 rgba(0,0,0,.65);
}
#heroPagination a:hover, #heroPagination a:focus {
	background-color: rgba(143,147,150,.9);
	color: #fff;
}
#heroPagination a:active {
	background-color: rgba(242,104,34,.9);
	position: relative;
	top: 2px;
}
#heroPagination .activeSlide {
	color: #fff;
	background-color: rgba(242,104,34,.9);
}


