/**********************************************
Reset (meyerweb.com)
**********************************************/
html{color:#333;}
body,div,span,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;} a{outline:none;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}

/******** INIT ********/

html, body {
	height: 100%;
	background-color: #FFF;
	color: #666;
	font: normal 12px/24px Helvetica, Arial, sans-serif;
	}
img {
	border: 0;
	}
a {
	color: #666;
	text-transform: uppercase;
	text-decoration: none;
	}
#news div.playing a, span {
	color: #000;
	font: bold 8px Arial, Helvetica, sans-serif;
	line-height: 20px;
	}
.clickable {
	cursor: pointer;
	}
.center_wrap {
	width: 930px;
	margin: 0 auto 20px;
	overflow: hidden;
	}
form {
	background-color: #EEE;
	padding: 20px;
	width: 890px;
	overflow: hidden;
	}
form .form_group, label { 
	display: block; 
	width: 275px;
	float: left;
	padding-right: 20px;
	overflow: hidden;
	}
	label {
		padding-bottom: 10px;
		}
	label.ind {
		width: auto;
		}
	label span {
		float: left;
		font-size: 12px;
		color: #666;
		font-weight: normal;
		padding-right: 10px;
		line-height: 20px;
		display: block;
		width: 90px;
		}
		label.ind span {
			width: auto;
			}
button {
	float: right;
	padding: 0;
	}
input, select {
	float: left;
	padding: 2px;
	outline: none;
	}
select {
	width: 295px;
	padding: 0;
	}
textarea {
	margin-bottom: 0;
	outline: none;
	}
.sText {
	display: block;
	font-size: 8px;
	line-height: 8px;
	text-align:right;
	color: #666;
	padding: 5px 0;
	}

/* To make footer stick to bottom */
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	}
#menu {
	height: 33px;
	}
#hero_wrap {
	height: 412px;
}	
#hero {
	height: 400px;
	width: 100%;
	margin-bottom: 12px;
	background: #FFF url(../../assets/images/hero.jpg) no-repeat top center;
	}
#news {
	height: 22px;
	margin-bottom: 22px;
	}
#footer {
	height: 30px;
	text-align: center;
	clear: both;
	width: 930px;
	margin: 20px auto 20px;
	}
.dropdown{
	background: url(../../assets/images/arrow.gif) no-repeat right center;
	}
#content li.over, #news li.over {
	background-color: #E8E8E8;
	}
#news li ul li:hover, #content li ul li:hover {
	background-color: #FFF;
	}
#content li ul li.over2, #news li ul li.over2 {
	background-color: #FFF;
	}
	
/******** HEADERS ********/
#content h2 a.music {
	height: 16px;
	width: 53px;
	background: #FFF url(../../assets/images/music_header.gif) no-repeat left top;
	display: block;
	overflow: hidden;
}
#content h2 a.voice {
	height: 16px;
	width: 53px;
	background: #FFF url(../../assets/images/voice_header.gif) no-repeat left top;
	display: block;
	overflow: hidden;
}
#content h2 a.sound {
	height: 16px;
	width: 60px;
	background: #FFF url(../../assets/images/sound_header.gif) no-repeat left top;
	display: block;
	overflow: hidden;
}
#content h2 a.sight {
	height: 20px;
	width: 50px;
	background: #FFF url(../../assets/images/sight_header.gif) no-repeat left top;
	display: block;
	overflow: hidden;
}
#content h2 a:hover {
	background-position: left bottom;
}

/******** NEWS ********/
#news a {
	width: 160px;
	padding-left: 5px;
	color: #666;
	font: bold 8px Arial, Helvetica, sans-serif;
	line-height: 20px;
	display: block;
	}
#news div.border {
	padding: 0 10px;
	line-height: 22px;
	border: 1px solid #BFBFBF;
	}
#ticker {
	margin: 0;
	padding: 0;
	width: 744px;
	height: 22px;
	float: right;
	}
#news ul.playing {
	height: 20px;
	width: 180px;
	color: #000;
	list-style: none;
	position: relative;
	top: 0;
	left: 0;
	z-index: 100;
	}
#news li {
	height: 20px;
	width: 180px;
	margin-bottom: 5px;
	background-color: #FFF;
	font: bold 8px Arial, Helvetica, sans-serif;
	line-height: 20px;
	position: relative;
	border: 1px solid #BFBFBF;
	visibility: inherit; /* fixes IE7 'sticky bug' */
	}
#news li a {
	width: 150px;
	padding: 0 10px;
	color: #000;
	display: block;
	}
#news li a img {
	margin-left: 34px;
	}
#news li ul {
	height: 300px;
	margin: 0;
	border: 1px solid #BFBFBF;
	border-top: none;
	display: none;
	overflow-y: auto;
	overflow-x: hidden;
	}
#news li ul a {
	color: #666;
	}
#news li ul li {
	width: 180px;
	margin: 0;
	background-color: #E8E8E8;
	border: 1px dashed #BFBFBF;
	border-width: 1px 0 0;
	}
#news li ul {
	top: auto;
	left: auto;
	}
#news li:hover ul, #news li.over ul {
	position: absolute;
	top: 20px;
	left: 0px;
	margin-left: -1px;
	display: block;
	}
	
/******** CONTENT ********/
 h2 {
	
	margin-bottom: 15px;
	}
#content div.service {
	width: 162px;
	margin-right: 30px;
	float: left;
	}
#content div.end {
	margin: 0;
	}
#content ul {
	width: 160px;
	margin-top: 25px;
	list-style: none;
	}
#content li {
	height: 20px;
	width: 160px;
	margin-bottom: 5px;
	font: bold 8px Arial, Helvetica, sans-serif;
	line-height: 20px;
	position: relative;
	border: 1px solid #BFBFBF;
	visibility: inherit; /* fixes IE7 'sticky bug' */
	}
#content li a {
	width: 130px;
	padding: 0 10px;
	display: block;
	}
#content li a img {
	margin-left: 34px;
	}
#content li ul {
	margin: 0;
	background-color: #E8E8E8;
	border: 1px solid #BFBFBF;
	border-bottom: none;
	display: none;
	}
#content li ul li {
	width: 160px;
	margin: 0;
	border: 1px dashed #BFBFBF;
	border-width: 0 0 1px;
	}
#content li:hover ul, #content li.over ul {
	position: absolute;
	top: -125px;
	left: 0px;
	margin-left: -1px;
	display: block;
	}
	
#content .contact_links div a {
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 10px;
	text-transform: capitalize;
}
#content .contact_links div img {
	vertical-align: text-bottom;
}
	
.errata {
	background-color: #FF0000;
	color: #FFF;
	padding: 2px;
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
	}
.error {
	color: #FF0000;
	padding: 0px 10px 0 0;
	float: none;
	text-align: right;
	clear: left;
	width: auto;
	}
.success {
	padding: 10px;
	text-align: center;
	background-color: #EEE;
	font-weight: bold;
	}

/******** FOOTER ********/
#footer p {
	color: #BFBFBF;
	font: normal 11px Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	}
#footer a {
	color: #BFBFBF;
	font-weight: bold;
	}
#footer a:hover {
	color: #666;
	text-decoration: underline;
}