@charset "UTF-8";

/*----------------------- Elements for type styles */

h3 {
	line-height: 25%;
	color: #FFFFFF;
}

strong {
	color: #FFFFFF;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a visited {
	color: #999999;
	text-decoration: none;	
}

a img {
    border: 0px;
}

/*----------------------- Elements for layout composition */

body {
	font: 90% Lucida Sans Unicode, Lucida Grande, sans-serif;
	line-height: 150%;
	background: #666666;
	margin: 0;
	padding: 0;
	color: #CCCCCC;
	word-spacing: 0.02em;
	letter-spacing: 0.02em;
	background-color: #000000;
	background-image: url(images/Page2RadioBG.jpg);
	background-repeat: repeat-x;
}

.twoColFixRtHdr #container { 
	width: 800px;  
	background: #000;
	margin: 15px auto; 
}

.twoColFixRtHdr #header {
	background-image: url(images/Page2Radio-Header.jpg);
	background-color: #000000;
	height: 200px;
	width: 800px;
} 

.twoColFixRtHdr #header h1 {
	margin: 0; 
	padding: 10px 0;
}

.twoColFixRtHdr #sidebar1 {
	float: right;
	width: 200px;
	background: #000;
	padding: 15px 10px;
	text-align: center;
}

.twoColFixRtHdr #mainContent { 
	margin: 0 250px 0 0;
	padding: 0 20px; 
} 

.twoColFixRtHdr #footer {
	padding: 5px 20px;
	background:#000;
	color: #FFFFFF;
	text-align: right;
	background-image: url(images/Page2RadioFooter.jpg);
	height: 50px;
	margin-bottom: 10px;
	margin-top: 20px;
	background-repeat: no-repeat;
}

.twoColFixRtHdr #footer p {
	margin: 0;
	padding: 10px 0;
}
	
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*----------------------- Elements for container boxes with rounded corners */

#rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 20px auto;
	width: 475px;
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner thead th.rounded-company
{
	background: #460002 url('images/left.gif') left -1px no-repeat;
}
#rounded-corner thead th.rounded-q4
{
	background: #460002 url('images/right.gif') right -1px no-repeat;
}
#rounded-corner th
{
	padding: 10px;
	font-weight: normal;
	font-size: 12px;
	color: #CCC;
	background: #460002;
}
#rounded-corner td
{
	padding: 10px;
	background: #404040;
	border-top: 1px dashed #d9d9d9;
	color: #CCC;
	background-image: url(images/BoxShadow.gif);
	background-repeat: repeat-x;
}
#rounded-corner tfoot td.rounded-foot-left
{
	background: #404040 url('images/botleft.png') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #404040 url('images/botright.png') right bottom no-repeat;
}
#rounded-corner tbody tr:hover td
{
	background: #191919;
	background-image: url(images/BoxShadowOver.gif);
	background-repeat: repeat-x;
}

/*----------------------- Elements for items within container boxes */

#rssfield {
	width: 485px;
	border: 2px solid #9B0005;
	vertical-align: top;
	background-image: url(images/RSS-Background-Element.gif);
	background-repeat: no-repeat;
	background-position: 370px 10px;
	display: block;
	padding: 20px;
	float: left;
	margin-right: -20px;
}

#sitedesign {
	width: 800px;
	height: 20px;
	margin-top: 10px;
	text-align: center;
	font-size: 85%;
	margin-bottom: 40px;	
}

.rssIcon {
	padding-right: 5px;
}

.imagePad {
	padding-right: 20px;
	float: left;
}

/*----------------------- Elements for form on contact page */

label {
	width: 6em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}

.submit input {
	margin-left: 6.5em;
}

input {
	color: #000;
	background: #ccc;
	border: 1px solid #000
}

textarea {
	color: #000;
	background: #ccc;
	border: 1px solid #000
}

.submit input {
	color: #000;
	background: #ccc;
	border: 2px outset #333
}

fieldset {
	border: 1px solid #000;
	width: auto
}