* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 overflow:auto;
 background-image:url(http://www.downtown.sc/workspaces/www/templates/domains/downtown.sc/images/downtownbackground.jpg);
 background-repeat:no-repeat;
 background-color:#000000;
}

#wrapper{ 
 margin: 0 auto;
 width: 800px;
 
}

#header {
 width: 800px;
}

#navigation {
 width: 800px;
 height:38px;
 color: #333;
 background-color:#192361;
}

#content { 
 width: 800px;
 color: #333;
 background-color:#1D2764;
}

#navigation ul {
		margin: 0;
		padding: 3px 0 0 0;
		text-align:center;
		font-size:12px;
		}
#navigation li {
		display: inline;
		margin: 0 20px 0 5px;
		}	
#navigation li a {
			font-size: 1.25em;
			font-weight:bold;
			color: white;
			text-decoration: none;
			}

#footer {
 width: 800px;
 height:38px;
 color: #333;
 font-size:8px;
 background-color:#192361;
}
#footer ul {
		margin: 0;
		padding: 3px 0 0 0;
		text-align:center;
		font-size:8px;
		}
#footer li {
		display: inline;
		margin: 0 20px 0 5px;
		}	
#footer li a {
			font-size: 1.25em;
			font-weight:bold;
			color: white;
			text-decoration: none;
			}

/* Radio Player on top */

#top_radio_player {
	width: 800px;
	height: 60px;
	margin: 0 auto;
	clear:both;
	}

#radio_left {
	background: url(/workspaces/www/templates/global/images/radiosc_t_easylistening.png) no-repeat;
	width: 285px;
	height: 60px;
	float: left;
	}
	
#radio_right {
	background: url(/workspaces/www/templates/global/images/radiosc_t_classicrock.png) no-repeat;
	width: 285px;
	height: 60px;
	float: left;	
	}	
	
	#radiofloat	{
		display: block;
		width: 285px;
		height: 25px;
		cursor: pointer;
	}
	
	div#nowplaying_track div.nowplaying {
		background: #1f3895;
		color: WHITE;
		}

#alert {
	border-top: 1px solid #d77575;
	border-bottom: 1px solid #d77575;
	background: #fdefef;
	color: #003467;
	margin-bottom: 15px;
}

	#alert p {
		margin: 0px;
		padding: 10px;
		color: #cc6161;
		border: none;
	}

	#alert ul {
		margin: 0 0 10px 25px;
		padding: 0;
		list-style: square;
	}

	#alert li {
		color: #cc6161;
	}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	padding:5px;
	}
	
P {
font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding:10px;
	color:#FFFFFF;
	}

ul {
margin-left:20px;
}

li {
margin-left:20px;
color:#FFFFFF;
}

/* Form Formation */

#generalform {
	color: #000000;
	font-size: 1em;
	width: 500px;
	background: #FFFFFF;
	padding: 25px;
	text-align: left;
	}	
	
#generalform fieldset {
	border: 2px solid #BE0000;
	}	
	
#generalform legend {
	font-size: .8em;
	font-weight: bold;
	color: #1D2764;
	padding: 0px 5px;
	}
	
#generalform label {
	color: #000000;
	font-size: 90%;
	font-weight: bold;
	display: block;
	float: left;
	width: 100px;
	text-align:right;
	margin:4px 5px 0px 0px;
}

#generalform input {
	width: 200px;
	margin:2px 0px 0px 0px;
	border-width: 1px;
	border-style: solid solid solid solid;
	border-color: #1D2764;
	color: #1D2764;
	font-family:"Courier New", Courier, mono;
	padding:1px 2px;
}	

#generalform textarea {
	border-width: 1px;
	border-style: solid solid solid solid;
	border-color: #1D2764;
}

#form-wrapper {
	background: #e6f2fd;
	width: 550px;
	margin: 0 auto;
	}

	#form-wrapper fieldset {
		padding: 10px 0 15px 15px;
		margin: 0 0 15px 0;
		text-align: left;
		border: 4px dotted #3c678e;
	}

	#form-wrapper span {
		font-size: .8em;
		font-weight: bold;
		display: block;
	}

	#form-wrapper p {
		background: #3c678e none;
		padding: 10px;
		line-height: 150%;
		font-size: 1em;
		color: #fff;
		font-weight: bold;
	}


	#form-wrapper legend {
		font-weight: bold;
		color: #fff;
		text-align: center;
		font-size: .9em;
		padding: 3px 45px 8px 45px;
		background: transparent url(../images/button.gif) no-repeat;
	}

	#legend-domain {
		padding: 3px 35px 8px 25px !important;
	}

	#legend-contact {
		padding: 3px 45px 8px 35px !important;
	}

	#form-wrapper label {
		font-size: .9em;
		font-weight: bold;
	}

	#form-wrapper input {
		border: 1px solid #000;
		width: 300px;
	}

.buttons {
	text-align: left;
}

	.buttons input {
		width: auto !important;
		border: none !important;
	}

	.buttons a:link,
	.buttons a:visited{
		color: #fff;
		background: transparent url(../images/fax-button.gif) no-repeat;
		padding: 10px 35px 10px 5px;
		text-decoration: none;
		font-weight: bold;
	}

	.buttons a:hover,
	.buttons a:active{
		background-color: maroon;
	}




#alert {
	border-top: 1px solid #d77575;
	border-bottom: 1px solid #d77575;
	background: #fdefef;
	color: #003467;
	margin-bottom: 15px;
}

	#alert p {
		margin: 0px;
		padding: 10px;
		color: #cc6161;
		border: none;
	}

	#alert ul {
		margin: 0 0 10px 25px;
		padding: 0;
		list-style: square;
	}

	#alert li {
		color: #cc6161;
	}
