* {
	margin:0;
	padding:0;
}

body {
	background:#003457;
	font-family:"Century Gothic", Verdana, sans-serif;
	color:#FFF;
	font-size:14px;
}

.container {
	width:1121px;
	margin-left:auto;
	margin-right:auto;
}

.navbar {
	width:1120px;
}

.navbar td {
	padding:0px;
	margin:auto;
	vertical-align:center;
}

.navbar .item a {
	padding:6px 22px;
	background:transparent;
	color:#BBB;
	text-transform:uppercase;
	font-size:16px;
	text-align:center;
	min-width:120px;
	font-weight:100;
	text-decoration:none;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}

.navbar .item a:hover, .navbar .item .highlighted {
	background:url('img/hover.png');
	color:#FFF;
	text-decoration:none;
	text-shadow:1px 1px 2px #000;
}

 .navbar .item .highlighted {
	color:#DDD;
	text-decoration:none;
}

.navbar .first {
	width:40px;
	min-width:40px;
	background:#001C2B;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
}

.navbar .last {
	width:40px;
	min-width:40px;
	background:#001C2B;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
}

.navbar .item {
	background:#001C2B;
	height:40px;
}

.bufferY {
	height:20px;
}

.bufferX {
	width:20px;
}

.sidebar div {
	width:179px;
	background:#001C2B;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-align:center;
	padding:10px 2px 20px;
	margin-bottom:20px;
}
.sidebar br {
	margin-bottom:10px;
}

.sidebar .twitter div {
	margin:0px;
	padding:0px;
	width:auto;
	background:transparent;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
}

.sidebar .twitter img {
	border:0px;
}

#listenlive {
	padding-bottom:10px;
}

.listenliveUp {
	background:transparent;
}

.listenliveDown {
	background:url('img/blackgradienthover.png') repeat-x;
}

.mainContent {
	background:#FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-align:left;
	color:#000;
	padding:20px 75px;
	width:650px;
	min-width:700px;
}

.mainContent p a {
	color:#333;
	font-weight:normal;
	text-decoration:none;
}

.mainContent p a:hover {
	color:#000;
/*	text-decoration:none;*/
}

.mainContent img {
	border:0px;
}

h2, h3 {
	text-align:center;
	color:#09456B;
	text-transform:uppercase;
	font-size:16px;
	font-weight:lighter;
}

h3 { text-align:left; }

.mainContent .accent {
	color:#09456B;
	text-transform:uppercase;
	font-size:16px;
	font-weight:normal;
	border:0px;
}

.mainContent h2 span {
	font-size:24px;
	font-weight:bold;
}

.mainContent h3 {
	font-size:14px;
	font-weight:lighter;
}

.mainContent h3 span {
	font-weight:bold;
	font-size:18px;
}

.mainContent p {
	margin-top:5px;
	margin-bottom:20px;
}

.mainContent img {
	margin:8px;
}

.mainContent .ultraSpacer {
	margin-bottom:15px;
}

.mainContent ul {
	margin-left:30px;
}

.mainContent .player {
	text-align:center;
	width:250px;
}

.mainContent noscript p {
	width:200px;
	margin:auto 57px;
}

a {
	color:#C3D93A;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}

#fancyanimation {
	text-align:left;
}

#fancyanimation ul {
}

#fancyanimation li {
	list-style:none;
	display:inline;
	padding:2px 22px 4px 22px;
	margin:0px;
	background:#DCDCDC url('img/grayshade.gif') repeat-x top left;
	font-size:11px;
	font-family:Verdana, sans-serif;
	cursor:pointer;
}

#fancyanimation div {
	width:366px;
	height:365px;
	overflow:hidden;
}

.largeButton {
	font-family:"Trebuchet MS",serif;
	border:0px;
	width:244px;
	height:77px;
	line-height:77px;
	font-size:24px;
	font-weight:100;
	text-align:center;
	color:#FFF;
	cursor:pointer;
	display:block;
	text-decoration:none;
}

.largeButton img {
	margin:0px;
}

.multilineButton {
	line-height:36px;
}

.largeButton:hover {
	color:#FFF;
	text-decoration:none;
}

.largeGreen {
	background:url('img/largebutton1.png') no-repeat top left;
	text-shadow:1px 1px 1px #2F7301;
}

.largeGreen:hover {
	background-position:bottom left;
}

.largeGreen:active {
	background-position:top left;
}

.largeBlue {
	background:url('img/largebutton1.png') no-repeat top right;
	text-shadow:1px 1px 1px #174583;
}

.largeBlue:hover {
	background-position:bottom right;
}

.largeBlue:active {
	background-position:top right;
}

.largeGray {
	background:url('img/largebutton2.png') no-repeat top left;
	text-shadow:1px 1px 1px #2F7301;
}

.largeGray:hover {
	background-position:bottom left;
}

.largeGray:active {
	background-position:top left;
}

.largeRed {
	background:url('img/largebutton2.png') no-repeat top right;
	text-shadow:1px 1px 1px #174583;
}

.largeRed:hover {
	background-position:bottom right;
}

.largeRed:active {
	background-position:top right;
}

.clear {
	clear:both;
}

.index table {
	margin:0px auto 30px;
}

.index p a {
	font-weight:normal;
	color:#333;
	border-bottom:1px dotted #333;
}

.index p a:hover {
	color:#000;
	text-decoration:none;
	border-bottom:1px solid #000;
}

.promo {
	width:450px;
	margin:10px auto;
	border:1px solid #999;
	padding:4px 12px;
	background:url(img/promobg.png) repeat;
}

.specs {
	width:300px;
	margin:10px;
	border:1px solid #999;
	padding:4px 12px;
	background:url(img/promobg.png) repeat;
}

.specs p {
	margin-left:30px;
	text-indent:-30px;
	margin-bottom:12px;
}

.specs span {
	font-weight:bold;
	font-size:16px;
}

.footer {
	font-size:12px;
	line-height:16px;
	margin:30px auto 100px;
}

.apply {
	text-align:center;
	padding-top:6px;
}

.apply .standout, .training .standout {
	width:400px;
	margin:auto;
	border:1px solid #999;
	text-align:center;
	padding:10px;
}

.apply .section {
	font-size:20px;
	border-bottom:1px solid #AAA;
	background:#FFF url('app/sectionbg.png') repeat-x bottom left;
}

.apply .dj {
	display:block;
	border:1px solid #999;
	background:#E6E6E6 url('app/gloss.png') no-repeat;
	float:none;
	width:360px;
	margin:6px auto;
}

.apply .dj p {
	font-size:12px;
	width:240px;
	padding:0px;
	text-align:left;
	margin:2px auto 40px;
	clear:both;
}

.apply .dj p input {
	width:240px;
}

.apply .eg {
	display:block;
	float:right;
	font-family:Verdana,sans-serif;
	font-size:11px;
	color:#575757;
	font-style:italic;
}

.apply .dj .djNum {
	float:left;
	margin-left:10px;
	margin-top:6px;
	font-size:18px;
	font-weight:bold;
	font-family:Times New Roman, Times, serif;
}

.apply #addDJButton, .apply #removeDJButton {
	width:200px;
	margin:0px auto;
}

.apply #addDJButton a, .apply #removeDJButton a {
	display:block;
	margin:2px auto;
	padding:4px;
	color:#333;
	border:1px solid #DEDEDE;
	background:transparent;
}

.apply #addDJButton a:hover, .apply #removeDJButton a:hover {
	background:url(img/promobg.png);
	text-decoration:none;
}

.apply .timeslotTable {
	width:620px;
	margin:auto;
}

.apply .timeslotTable td {
	padding:6px 0px;
}

.apply .timeslotTable .evenRow {
	background:#FFF;
}

.apply .timeslotTable .oddRow {
	background:#F6F6F6;
}

.apply .timeslotTable td a, .apply .sampleTd {
	display:block;
	width:75px;
	height:20px;
	padding:0px;
	border:1px solid transparent;
}

.timeslotFree {
	background:#DDD;
}

.timeslotBusy {
	background:#DDD url(app/redx.gif) no-repeat center center;
}

.apply .timeslotTable td a:hover {
	border:1px solid #222;
}

.apply #timeslotInfo {
	position:absolute;
	visibility:hidden;
	padding:4px 18px;
	background:#F0F0F0;
	border:1px solid #999;
}

.application {
	width:400px;
	margin:10px auto;
}

.application .field {
	margin:10px auto 30px;
}

.application .name {
	text-align:right;
	float:left;
}

.application .input {
	text-align:left;
	float:right;
}

.schedule {
	background:transparent;
}

.formtable {
	border:1px solid #939393;
}

.formtable td {
	padding:6px 24px;
}

.formtable .oddRow {
	background:#EEE;
}

.formtable .evenRow {
	background:#FFF;
}

.formtable textarea, .formtable input {
	font-family:Verdana, sans-serif;
	font-size:11px;
}

.formtable textarea {
	width:162px;
	height:100px;
}

.formtablesmall td {
	padding:4px 6px;
}

#addthis {
	position:fixed;
	bottom:13px;
	right:13px;
}

#socialtable {
	margin:auto;
}

#socialtable .socialRow {
}

#socialtable a:hover {
	text-decoration:none;
}

#socialtable .socialRow td {
	padding:3px 6px;
	vertical-align:middle;
	text-align:center;
}

.press .articles td {
	vertical-align:top;
	padding-bottom:6px;
}

.press .articles .image {
	vertical-align:middle;
	padding:4px;
}

.press .articles .date {
	text-align:right;
	font-family:Verdana, sans-serif;
	font-size:12px;
	margin-bottom:0px;
	color:#848484;
	display:block;
}

.press .articles .full {
	text-align:center;
	padding-bottom:20px;
}

.press .articles .full a {
	color:#333;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px dotted #484848;
}

.press .articles .full a:hover {
	color:#000;
	border-bottom-style:solid;
}

.press .articles {
}