@charset "utf-8";
/* reset browser styles */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
	padding: 0px;
	margin: 0px;
	font-size: 100%;
	font-weight: normal;
}
ol { 
  margin-left: 1.4em; 
  list-style: decimal; 
}
ul { 
  margin-left: 1.4em; 
  list-style:square; 
}
img {
	border: 0;
}
/* end reset browser styles */ 

/* CSS layout */
h1 {
	color:yellow;
	margin-top:65px;
	font-size:2em;
}
h2 {
	color:yellow;
	margin-top:30px;
	font-size:1.4em;
}
em {
	font-size:1.2em;
	color:#3F3;

}
a:link {
	color:white;
	text-decoration:underline;
}
a:hover {
	color:yellow;
}
a:visited {
	color:white;
	
}


body {
	margin:0 auto;
	width:955px;
	padding: 0;
	background-image:url('../images/backgrounds/coast_stripe_bg.jpg');
	background-repeat:no-repeat;
	position:relative;
	background-attachment:fixed;
	background-position:top center;
	background-color:black;
	font-family:Arial, Helvetica, sans-serif;
	color:white;
	font-size:.95em;
	line-height:120%;
}
#container {
	width:953px;
		
}
#rc_onair img{
	border:medium gray groove;	
}
#right_col {
	width:235px;
	float:right;
	background-image:url(../images/backgrounds/frm_200_400.png);
}

#right_col h1 {
	text-align:center;
	font-weight: bold;
	margin:40px 0 10px 0;
	font-size: 1.5em;
}
#right_col p {
	text-align:center;	
}
#right_col #rc_onair {
	text-align:center;
	height:auto;
	vertical-align:middle;
	padding: 0;
}
#right_col li {
	list-style-type:circle;
	line-height:2.5em;
	border-top:medium gray groove;
	margin-left:10px;
}
#right_col .onair img {
	margin-bottom: 0px;

}
#right_col img {
	margin:40px 0 10px 0;
}
.fb_logo {
	margin-bottom:10px;	
}
.small_print {
	
	font-size:.7em;	
}
#page_cont {
	width:718px;
	height:auto;
	float:left;
	background-image:url(../images/backgrounds/frm_200_400.png)
}
#mast_head {
	width:710px;
	height:300px;
	text-align:center;
	background-image:url(../images/backgrounds/blue_see_thru.png);
	border:medium gray groove;	
}
.list_flash {
	position:absolute;
	left:537px;
	top:0;
	z-index:10;
	height: 50px;
	width: 86px;
	overflow: visible;
}
.listen {
	position:absolute;
	left:15px;
	top:12px;
	z-index:8;
	height: 109px;
	
}

#nav_bar {
	background-image:url('../images/backgrounds/menu_bw_grad.jpg');
	color:white;
	font-size:.85em;
	height:20px;
	padding:2px 10px;
	margin-bottom:0px;
}
#navlinks {
	margin:0;
	padding-top:4px;
	padding-left:20px;
	
}
#navlinks li{
	display:inline;
	border-right:medium gray groove;
	padding:0 20px;
	font-size:0.9em;
	line-height:1em;
	text-align:center;
}
#navlinks li.last_nav {
	border-right:0;
}

#navlinks li a:hover {
	color:yellow;
	text-decoration:none;
}
#top_banner {
	margin-top:0px;
	height:125px;
	background-color:#000;
	
}
#top_banner img {
	margin-top:15px;
	
}
.deals_ban {
	margin-left:5px;
	margin-top:5px;
}
.shop_crt {
	margin:0px 0 0 5px;	
}
#content {
	border:thin grey solid;	
}
#content h1 {
	margin-top:20px;
	margin-left: 30px;
	
}
#content p {
	margin:20px 20px;
}

#footer {
	clear:both;
	width:910px;
	margin:0 auto;
	font-size:75%;
	text-align:center;

	}
#eeoc_lnk {
	width: 908px;
}

#content table {
	margin-left: 0px;
}

