@charset "utf-8";
/* CSS Document */

/*make all elements uniform*/

*{	padding:0;
	margin:0;
	border:0;
	border-collapse:collapse;}


/*format the body*/
body{	text-align:center;
		background: url(images/body-bg.gif);
		background-repeat:repeat-x;
		background-position:top;
		background-color:#ebe2b9;}


/*container*/
#container{	width:960px;
			text-align:left;
			margin:0 auto;
			background:#000000;
			position:relative;}

/*format the header*/
#header{	width:960px;
			height:423px;
			background:#000000;}

/*format the header*/
#header2{	width:960px;
			height:225px;
			background:#000000;}

/*the bar area, can put a horizontal nav here if you want*/
#bar{	height:44px;
		background:url(images/bar-bg.jpg);
		background-position:bottom;
		width:960px;
		background-repeat:no-repeat;
		background-color:#000000;
		padding:20px 0 0 0;
		}

/*format the navigation*/


ul#mainnav {
	margin: 0;
	padding: 12px 0 0 16px;
}
ul#mainnav li {
	float: left; 
	padding: 0;
	list-style: none;
	list-style-image: none;
	font-family:Georgia, "Times New Roman", Times, serif;
}
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	text-align: left;
	white-space: nowrap;
	text-transform:uppercase;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 18px;
	padding-bottom: 4px;
	padding-left: 17px;
}

ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	
	background-color:#ffffff;
	color:#663300;
}

ul#mainnav li a:hover{ 	background-color: #203d5d;
	color:#ffffff;}






/*format the content*/
#content{	background:url(images/content-bg.gif);
			background-repeat:repeat-y;}
		
#content a{color: #003399;
	text-decoration: none;}	

#content li {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	list-style-position: outside;
	list-style-type: disc;
	font-size: 12px;
}	
	
#text h1{	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size:22px;
	color: #333333;
	margin: 10px 10px 15px 30px;
	padding: 0px 0px 5px 0px;}
	
	
#text p{ font-family:Georgia, "Times New Roman", Times, serif;
				color:#333333;
				font-size:12px;
				padding: 5px 20px 5px 30px;}		


/*left column*/
#left_side{	float:left;
			width:478px;
			padding: 30px 0 20px 0;
			background:url(images/left-bg.jpg);
			background-position:top;
			background-repeat:no-repeat;}

#left_side h1{ 	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size:22px;
	color: #333333;
	margin: 0 10px 10px 30px;
}
				
#left_side h2{ font-family:Rockwell, Georgia, "Times New Roman", Times, serif;
				font-weight:100;
				font-size:18px;
				padding:0 0 10px 0;
				margin:30px 30px 10px 45px;
				color:#ffffff;
				border-bottom:1px solid #534236;}
				
				
#left_side p{	font-family:Georgia, "Times New Roman", Times, serif;
				color:#333333;
				font-size:12px;
				padding: 5px 20px 5px 30px;
				line-height:1.5em;
				
				}
				
#left_side ul{ font-family: Verdana,, "Times New Roman", Times, serif;
				color:#e6dbcd;
				font-size:12px;
				margin:5px 30px 5px 60px;
				}	
				
				
#left_side strong{ color:#eac99e;}			
				
			
/*right column*/
#right_side{	float:right;
				width:482px;
				padding:30px 0 10px 0;
				background:url(images/right-bg.jpg);
				background-position:top;
				background-repeat:no-repeat;
				}
				
#right_side p{font-family:Georgia, "Times New Roman", Times, serif;
				color:#333333;
				font-size:12px;
				padding: 5px 30px 5px 0;
				line-height:1.5em;}
				
#right_side address{ font-family: Verdana,, "Times New Roman", Times, serif;
				color:#ffffff;
				font-size:12px;
				padding:10px 5px 10px 20px;
				line-height:1.3em;
				font-style:normal;
				}
				
#spacer{ height:35px;}

/*format footer*/
#footer{	clear:both;
			background:url(images/footer-bg.jpg);
			background-repeat:no-repeat;
			background-position:top;
			width:960px;
			font-family: Georgia, Arial, Helvetica, sans-serif;
			color:#FFFFFF;
			font-size:11px;
			text-transform:uppercase;
			background-color:#000000;
			padding:0 0 10px 0;
			}
			
#footer a{ color:#FFFFFF;}

ul#subnav{	margin:0 0 0 16px;
			padding:15px 0 15px 0;
			list-style:none;
			font-size:11px;}


#subnav li{	display:inline;
			margin:0;
			padding:0;
			font-size:11px;
			
			}

#subnav a:link{
	display:inline;
	color:#FFFFFF;
	text-decoration:none;
	margin:0;
	font-size:11px;
	padding-top: 0;
	padding-right: 17px;
	padding-bottom: 0;
	padding-left: 17px;
			}
			
#subnav a:visited{
			display:inline;
			color:#FFFFFF;
			text-decoration:none;
			margin:0;
			padding:0 4px 0 4px;
			font-size:11px;}

/*copyright information*/
div#copyright {	text-align:left;
				font-family:Georgia, "Times New Roman", Times, serif;
				font-size:10px;
				color: #ffffff;
				padding:0 0 50px 13px;
				background:#000000;
				 }
				 

div#copyright a:link, div#copyright a:visited {
color: #ffffff;
}


div#copyright a:hover, div#copyright a:active {
color: #ffffff;
}

.ypimg { }


#owner{
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#663300;
	float:right;
	margin-top: -100px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 0;
}
		
		
#owner-button{ background:#003366;
				padding:5px;}		

#owner a:link{	font-family: Arial, Helvetica, sans-serif;
				font-size:10px;
				color:#fff;
				
				}
				
#owner a:visited{	font-family: Arial, Helvetica, sans-serif;
				font-size:10px;
				color:#fff;
				
				}		
				
/*custom*/



#audio{ position:absolute;
		top:430px;
		left:120px;
		width:150px;
		height:30px;}
		
	
		
div#columna{
	width: 179px;
	float: left;
	display: inline;
	margin: 5px;
	text-align: center;
	border-right: 1px solid #ebe2b9;
	color:#ebe2b9;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	background-color: #000000;
	background-image: none;
}

div#columnb{
	width: 300px;
	float: left;
	display: inline;
	background: none;
	margin: 5px;
	text-align: center;
	color:#ebe2b9;
	height:50px;
}

div#columnc{
	width: 179px;
	float: left;
	display: inline;
	background: none;
	margin: 5px;
	text-align: center;
	border-left: 1px solid #ebe2b9;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

#columnc a{ color:#ebe2b9;}

.center{ text-align:center;}

#listings{ padding:0 0 0 16px;}

.right{ float:right;
		margin:0 40px 0 15px;}

.marketshare {
float:right;
margin: 0 30px 0 15px;
border:1px solid #d2a377;}
		
#testimonial{ text-align:center;}

#search{ padding:0 0 0 16px;}

.clearall {
clear:both;}
