/* RC RADIO NETWORK CSS FILE  */

body{
	margin: 0px;
	color: black;
	font-family: verdana,arial;
	font-size: 10pt;
	text-align: center;
	background-color: #dcd3aa;
	background-attachment : fixed;
}
table, td, tr , p{
	color: black;
	font-family: verdana,arial;
	font-size: 10pt;
}

/* COMMON AREAS */
#container {
	margin: 0 auto;
	width: 935px;
	text-align: left;
}
#header {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 229px;
}
#topnavigation {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 30px;
}

tr.mainmenu td {
	vertical-align: middle;
}

tr.mainmenu td { background-color: black; width: 935px; height: 30px; color: #dcd3aa; font-size: 10pt; font-weight: bold; }
tr.mainmenu td a { font-weight: bold; color: #dcd3aa; }
tr.mainmenu td a:hover { color: white; }

#bottom{
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 140px;
	background-color: #923f1f;
}
#footer{
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 60px;
	background-color: #daa14a;
}

.copyright_text  {
	font-size: 8pt;
	font-weight: bold;
}

#listenDiv {
	width: 400px;
	height: 150px;
	color: #02424e;
	font-size: 12pt;
	font-weight: bold;
	padding: 20px;
	background-color: #ffffcc;
}
#livebcDiv {
	width: 400px;
	height: 200px;
	color: #02424e;
	font-size: 12pt;
	font-weight: bold;
	padding: 20px;
	background-color: #ffffcc;
}

/* Headings and Titles */

.whitesubtitle {
	padding-left: 40px; 
	color: white; 
	font-size: 13pt; 
	font-weight: bold; 
} 
.darksubtitle {
	color: #1c434e; 
	font-size: 13pt; 
	font-weight: bold; 
} 
.dark2subtitle {
	color: #1c434e; 
	font-size: 15pt; 
	font-weight: bold; 
} 
.brownsubtitle {
	color: #814126; 
	font-size: 13pt; 
	font-weight: bold; 
} 
.brownsmtext {
	color: #814126; 
	font-size: 10pt; 
}
.lightsmtext { 
	margin-left: 40px;
	color: #dcd3aa; 
	font-size: 8pt; 
}

.bigredtitle {
	color: red;
	font-size: 22pt;
	font-weight: bold;	
}

.bigblacktitle{
	color: black;
	font-size: 18pt;
	font-weight: bold;
}

/* LINKS */

a:active { COLOR: white; TEXT-DECORATION: none; }
a:link {	COLOR: #814126;	TEXT-DECORATION: none; font-weight: bold;}
a:visited {	COLOR: #814126; TEXT-DECORATION: none; font-weight: bold;}
a:hover {COLOR: #306369;	TEXT-DECORATION: none; font-weight: bold;}

a.players:active { COLOR: dcd3aa; font-weight: bold;TEXT-DECORATION: none; }
a.players:link {	COLOR: #dcd3aa;	font-weight: bold;TEXT-DECORATION: none;}
a.players:visited {	COLOR: #FFFFCC; font-weight: bold;TEXT-DECORATION: none;}
a.players:hover {COLOR: white;	font-weight: bold;TEXT-DECORATION: none;}

a.lightanchor { color: #dcd3aa; font-weight: bold; }
a.lightanchor:active { color: #dcd3aa; font-weight: bold; }
a.lightanchor:link { color: #dcd3aa; font-weight: bold; }
a.lightanchor:visited { color: #dcd3aa; font-weight: bold; }
a.lightanchor:hover { color: white; font-weight: bold; }

/* LIVE PAGE */

#webcam {
	border: 2px solid black;
}

/* MAIN PAGE */

#sponsor_space{
	width: 482px; 
	height: 144px; 
	background: #e9e1c3;
	margin: auto;
}

/* FAQ PAGE */

#faqs {
	padding-top: 100px;
	padding-left: 40px;
}

.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#814126;
	font-size:12pt;
	font-weight: bold;
	width:600px;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;
	/* background-image:url('images/bg_answer.gif');
	background-repeat:no-repeat;
	background-position:top right;	
	*/
	height:20px;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	color: 1c434e;
	margin-left: 4px;
	border:1px solid #1c434e;
	background-color:#e9e1c3; 
	width:572px;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:4px;
	font-size:10pt;	
	position:relative;
}

/* DONATE PAGE */

table#donate_prices {
	margin-top: 8px;
	border: 1px solid black;
	background: #e9e1c3;
	padding: 4px;
}

table#donate_prices td.description {
	color: #814126;
	font-size: 8pt;
	padding-bottom: 6px;
	padding-right: 16px;
	height: 60px;
}


