body {
	margin: 0;
	padding: 0;
	font: normal 12px "Lucida Grande",Tahoma,Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
	}

/* General Tags */

a img {
	border: none;
	margin-bottom: 10px;
	}

/* Wrapper = Holds everything */
	
#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	}	
	
/* Header and Nav = Controls Header Image and Top Navigation */

#header {     
	background-position: center bottom;
	background-repeat: no-repeat;
	margin-bottom: 15px;
	   
	   /* For Nav */
	
	}
	
	#header ul {
		margin: 0;
		}
		
	#header li {
		display: inline;
		
		/* Effects the spacing of the li */
		margin-right: 25px;
		}
		
		#header li a {
			font: bold 12px Arial, Helvetica, sans-serif;
			color: #FFFFFF;
			text-decoration: none;
			}
			
		#header li a:hover {
		/*or add a feature	
			text-decoration: underline;*/
			}

#regional_header {     
	background-position: center bottom;
	background-repeat: no-repeat;
	margin-bottom: 15px;
	background-color: blue;
	color: WHITE;
	   
	   /* For Nav */
	
	}
	
	#regional_header ul {
		margin: 0;
		padding: 0;
		}
		
	#regional_header li {
		display: inline;
		
		/* Effects the spacing of the li */
		margin-right: 30px;
		}
		
		#regional_header li a {
			font: bold 12px Arial, Helvetica, sans-serif;
			color: #FFFFFF;
			text-decoration: none;
			}
			
		#regional_header li a:hover {
		/*or add a feature	
			text-decoration: underline;*/
			}
/* 3 Columns = #ads, #middlecol, #menus */

/* Left Col */			
#ads {
	float: left;
	width: 150px;
	padding-bottom:30px;
	padding-top:20px;

}
		
/* Right Col */
#menus {
	float: right;
	width: 150px;
	text-align: right;
}

		#nav {
			border-bottom-width: 0;
			width: 156px;
			text-align: left;
			margin-bottom: 15px;			
			}
		
		#nav ul{
			font: bold 90% "Lucida Grande",Tahoma,Verdana,Arial,Helvetica,sans-serif;
			margin: 0;
			padding: 0;
			list-style-type: none;
			}
		
		#nav li a{ /* For Nav Links */	
			color: WHITE;
			width: 130px; 
			display: block;
			padding: 3px 0;
			padding-left: 9px;
			text-decoration: none;
			}		
	
		#nav div.navtitle{ /* Title Bar For Each Section */
			background-color: #000;
			font: bold 18px "Lucida Grande",Tahoma,Verdana,Arial,Helvetica,sans-serif;
			color: #FFF;
			padding: 1px 0;
			padding-left: 5px;
			letter-spacing: 1px;
			border-bottom: 1px solid black;
			width:141px;
			}

/* Middle Column - Content Area */

#middlecol {
	width: 450px;
	margin-left: 15px;
	float: left;
	}

#content {
	float: left;
	width: 450px;
	text-align: justify;
	}
	


/*   -   Footer  -  */

#footer {
	height: 20px;
	/*color: #FFF;*/
	text-align: center;
	margin-top: 25px;
	padding-top: 8px;
	}

	#footer ul {
		font: bold 10px "Lucida Grande",Tahoma,Verdana,Arial,Helvetica,sans-serif;
		margin: 0;
		padding: 0;
		}

	#footer ul li {
		display:inline;
		margin: 0 8px;
		}
	
		#footer ul li a {
			 color: #FFF;
			 text-decoration: none;
			}

		#footer ul li a:hover {
			 text-decoration:underline;
			 font-weight: bold;
			 }

/* ~~~~~ Main Front Article ~~~~~ */

#front-article {
	font: normal 16px "Lucida Grande",Tahoma,Verdana,Arial,Helvetica,sans-serif;
	}

#content h4 {
	font-size: 22px;
	text-align: left;
	margin: 0;
	}
	
#front-article h4 {
	padding-top: 15px;
	}


#front-article h2 {
	font-size: 14px;
	}	

#front-article ul {
	margin: 0;
	padding: 0 25px 0 35px;
	}
	
	#front-article li {
		margin: 10px 0;
		font: normal 11px "Lucida Grande",Tahoma,Verdana,Arial,Helvetica,sans-serif;
		}
	

/*~~~~~Article Box~~~~~*/	 

#articlebox {
	width: 130px;
	margin-left: 5px;
	padding-bottom: 10px;
	}
	
	#articleheader {
		font: bold 18px Arial, Helvetica, sans-serif;
		height: 17px;
		color: #000;
		text-align: left;
		border-bottom: 1px solid #000;
		}
		
	#articlecontent {
		width: 130px;
		}
		
			#articlecontent h1 {
			font-weight: bold;
			font-size: 16px;
			color: #2175bc;
				}
				
			#articlecontent h2 {
			font-weight: bold;
			font-size: 11px;
				}
				
/* For Read More Articles */

#content h4 {
	font-size: 16px;
	margin-bottom: 5px;
	}
	
#content p {
	font-size: 12px;
	}
	
/* Article */

#article h1 {
	font-size: 20px;
	text-align: left;
	}	
					

/*~~~~~Visit Related Sites~~~~~*/

#relatedsites {
	border-bottom-width: 0;
	width: 156px;
	text-align: left;
	}
	
#relatedsites h1 {
	width: 141px;
	color: white;
	border-bottom: 1px solid black;
	margin: 0;
	padding: 1px 0;
	padding-left: 5px;
	background-color: black;
	font: bold 18px "Lucida Grande",Tahoma,Verdana,Arial,Helvetica,sans-serif;	
	}
	
	#relatedsites ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
		}
		
	#relatedsites li {
		list-style: none;
		}	
		
		#relatedsites li a {
			display: block;
			padding: 3px 0;
			padding-left: 9px;
			width: 130px; /*185px minus all left/right paddings and margins*/
			text-decoration: none;
			color: white;
			background-color: #2175bc;
			border-bottom: 1px solid #90bade;
			}
			
		* html #relatedsites li a{ /*IE only */
			width: 145px; /*IE 5*/
			w\idth: 130px; /*185px minus all left/right paddings and margins*/
			}
		
	
/*~~~~For the Map~~~~*/

#front-map-links {
	border: 1px solid #000;
	padding-bottom: 10px;
}

	#front-map-links h3#frontmap_header {
		background-color: #000;
		color: #FFF;
		margin: 0px 0px 10px 0px;
	}


/* For Listings 

.listing {
	margin-top: 10px;
	background-color: #fff;
	border-width: 1px 2px 2px 1px;
	border-style: solid;
	border-color: #2175bc;
}

	.listing p {
		padding: 5px;
		margin: 0;
	}

	.listing h4 {
		background-color: #2175bc; 
		padding: 3px;
		font-size: 1em;
		margin: 0;
		color: #FFF;		
	}

		.listing h4 span {
			padding-top: 2px;
			float: right;
		color: WHITE;			
		}

	.listing h3#listing_header {
		background-color: #2175bc; 
		padding: 3px;
		font-size: .8em;
		margin: 0;
		color: WHITE;
	}*/
	
	
	.search-results {
			text-align: left;
			}

	/*	
		.listing h3 span {
			padding-top: 2px;
			float: right;
		}

	.listing h4.description {
		background-color: #2175bc; 
		padding: 3px;
		font-size: .8em;
		margin: 0;
	}

		.listing h4.description span {
			padding-top: 2px;
			float: right;
		}
*/
.pages {
	/*background-color:#2175bc; 
	font-size:1em;
	padding:3px;*/
	height: 25px;
	overflow: hidden;
	/*margin: 1px 0 4px 0;
	border-width: 1px 2px 2px 1px;
	border-style: solid;
	border-color: #000;
	color: WHITE;*/
	}

	/*.pages span {
		float:right;
	}			 		

	.pages span form a#page_link {
		padding: 5px 0 0 0;
		}*/	 
		
/* Real Estate Promo */

#re_topservice {
	width: 200px;
	float: left;
	margin-right: 5px;
	}	
	
	#re_topservice h2 {
		font: small-caps 20px Arial, Helvetica, sans-serif;
		margin: 0;
		padding: 0;
		line-height: 18px;
		}	
		
	#re_topservice h3 {
		font: bold 14px Arial, Helvetica, sans-serif;
		margin: 5px 0;
		padding: 0;
		line-height: 18px;
		text-align: left;
		border: none;
		}
		
		#re_topservice ul {
			margin: 10px 0 0 13px;
			padding: 0;
			text-align: left;
			}
			
			#re_topservice li {
				font-size: 10px;
				}			

#re_propertysearch {
	float: left;
	}
	
#re_leftcol {
	width: 200px;
	float: left;
	margin: 50px 5px 0 0;
	}
	
#re_rightcol {
	width: 240px;
	float: left;
	}
	
	#re_rightcol h2 {
		font-size: 14px;
		font-weight: bold;
		margin: 5px 0 3px 0;
		padding: 0;
		text-align: left;
		}
		
	#re_rightcol p {
		font-size: 11px;
		font-weight: normal;
		margin: 2px 0;
		padding: 0;
		text-align: left;
		}					

.listingTitle{
	float:left;
	width:300px;
}

.listingOwner{
	float:right;
	text-align:left;
	width:110px;
}

/* Form Formation */

#generalform {
	width: 425px;
	}	
	
#generalform fieldset {
	background-color: WHITE;
	
	border-width:2px 2px 2px 10px;
	border-style:solid;
	border-color: #000;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
		
	margin:20px 0px 20px 20px;
	width:409px;
	position:relative;
	display:block;
	padding: 0px 10px 10px 10px;
}

#generalform fieldset legend {	
	background-color: WHITE;
	
	border-width:1px 1px 1px 10px;
	border-color:#000;
	border-style:solid;
	
	color: #000;
	font-weight:bold;
	text-transform:uppercase;
	font-size:90%;
	text-align:center;
		
	width:186px;
	padding:3px 5px;
	margin:0px 0px 10px -40px;
	position:relative;
	top: -14px;
	
}
	 
#generalform fieldset legend img {
	padding:0px 5px 0px 5px;	
}

#generalform label {
	color:#000;
	font-size:90%;
	font-weight:bold;
	
	display:block;
	float:left;
	width:100px;
	text-align:right;
	margin:4px 5px 0px 0px;
}

#generalform input {
	background-color: WHITE;
	
	width:200px;
	margin:2px 0px 0px 0px;
	
	border-width: 0px 0px 1px 0px;
	border-style: solid solid solid solid;
	border-color: #000;
	
	color:#000;
	font-family:"Courier New", Courier, mono;
	
	padding:1px 2px;
}

#generalform input#qualify_am,
#generalform input#qualify_pm,
#generalform input#qualifybuyers_yes,
#generalform input#qualifybuyers_no,
#generalform input#listnow_fullservice,
#generalform input#listnow_flatfee {
	width: 25px;
	}

#generalform .button {
	background-color:#000;
	background-image:none;
	color: WHITE;
	border-width:1px;
	border-style:solid;
	border-color:#000;
	
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	
	width:100px;
	padding:2px;
	margin:0px 0px 0px 20px
}


/* Radio Player on top For Church Music */

#radio_c2 {
	background: url(/workspaces/www/templates/domains/ashleyriverpca.sc/images/radio_c_bg.png) repeat-x;
	width: 100%;
	height: 60px;
	}

#top_radio_player2 {
	width: 800px;
	margin: 0 auto;
	clear:both;
	}

#radio_left2 {
	background: url(/workspaces/www/templates/global/images/radiosc_t_christian.png) no-repeat;
	width: 285px;
	height: 60px;
	float: left;
	}
	
#radio_right2 {
	background: url(/workspaces/www/templates/global/images/radiosc_t_sermons.png) no-repeat;
	width: 285px;
	height: 60px;
	float: right;	
	}	
	
	#radiofloat2	{
		display: block;
		width: 285px;
		height: 25px;
		cursor: pointer;
	}
	
	div#nowplaying_track div.nowplaying {
		background: #1f3895;
		color: WHITE;
		}	
		
/* Radio Player on top */

/* 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;
	}

