/*________________ template.php _______________  */

body {
	background-color:#5e086d;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top:20px;
}

h1, h2, h3, h4, h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#5e086d;
}

h1 {
	font-size:24px;
	text-align:center;
}
h2, h3 {
	font-size:18px;
}

img {
	border:none;
}

address {
	font-style:normal;
}

#wrapper {
	width:787px;
	background:url(images/wrapper.shadow.jpg) repeat-y;
	background-position:750px;
}
#head_topimg{
	padding-left:4px;
}
#wrapper2{
	border-left:17px #3f5c19 solid;
	border-right:17px #3f5c19 solid;
	width:681px;
	position:relative;
}
#head {
	background-color:white;
	position:relative;
	height:120px;
}

#head, #content{
	border-left:4px #f9f9ca solid;
	border-right:4px #f9f9ca solid;
}

	#content {
		min-height:300px;
	}
	#content a {
		color:#3f5c19;
	}
	#lapuertalogo {
		padding:10px;
	}
	
	#clucky {
		left:-49px;
		position:absolute;
		top:-60px;
		z-index:100;
	}
	
	#clucky img {
		float:left;
	}
	
	#clucky blockquote {
		position:absolute;
		top:43px;
		left:123px;
				
		font-size:24px;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-weight:bold;
		color:#5E086D;
	}
	
	/* current menu item */
	body#index ul.site.nav #home a, 
	body#models ul.site.nav #models a, 
	body#model ul.site.nav #models a, 
	body#features ul.site.nav #features a, 
	body#community ul.site.nav #community a, 
	body#sitemap ul.site.nav #sitemap a,
	body#directions ul.site.nav #directions a,
	body#contact ul.site.nav #contact a,
	body#service ul.site.nav #contact a {
		text-decoration:underline;
	}

	ul.site.nav {
		position:absolute;
		right:0;
		bottom:0;
		margin:0;
		
		list-style:none;
		border-bottom:2px solid #4c6927;
		background-color:#3f5c19;	
		
		padding-top:5px;
		padding-left:100px;
		background-image:url(images/menu.topedge.jpg);
		background-position:top right;
		background-repeat:repeat-x;
		
		width:510px;
		height:37px;
	}
	
	ul.site.nav a{
		color:white;
		text-decoration:none;
		font-weight:bold;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:12px;
		
		display:block;
		height:15px;
		padding:11px 8px;
	}
	
	ul.site.nav li {
		float:left;
		position: relative;
	}
	
	ul.site.nav li:hover{
		background-color:#627a3e;
	}
	
	
	ul.nav ul.submenu {
		position: absolute;
		left: 0;
		
		list-style: none;
		padding: 0;
		margin: 0;
		white-space: nowrap;
		
		border-right: 1px solid black;
		border-bottom: 1px solid black;
		
		visibility: hidden;
	}
	
	ul.nav li:hover ul.submenu{
		visibility: visible;
	}
	
	ul.nav ul.submenu li {
		width:100%;
		text-align: left;
		background: #3F5D15;
	}
	
	ul.nav ul.submenu li a{
		font-size: 10px;
		padding: 5px;
		font-weight: normal;
		display:  block;
		width: 80px;
	}
#content {
	background-color:#f9f9ca;
	text-align:justify;
	padding:20px;
	padding-top:1px;
	padding-bottom:1px;
}

#content #sandbag{
	height:0px;
	width:0px;
	float:left;
	/*
	float:left;
	width:190px;
	height:40px;
	*/
}

#foot {
	padding-left:3px;
}
.listNoBull {
	list-style:none;
	text-align:left;
	padding: 0px 0px 0px 5px;
}

.error {
	color:red;
}

.disclaimer {
	color:#777;
	font-style:italic;
	font-size:11px;
}


#copyright {
	font-size:9px;
	width:400px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	position:relative;
	color:#FFFFFF;
	line-height:18px;
}
#copyright a, #copyright a:visited {
	color:#CCCCCC;
	text-decoration:none;
}
#copyright a.horizonlink, #copyright a:visited.horizonlink {
	font-size:12px;
	color:#CCCCCC;
	text-decoration:none;
}
#copyright a:hover {
	color:#CCCCCC;
	text-decoration:underline;
}

/*  Features  */ 

body#features #content ul {
	padding-left:20px;
	padding-right:10px;
	text-align:left;
	list-style:circle;
}

body#features #content ul a {
	text-decoration:none;
	border-bottom:1px dotted #3F5C19;
}

body#features #content ul a:hover {
	border-bottom-style:solid;

}

/*________________ template-lite.php _______________  */

body.template-lite #wrapper2 {
	border:17px solid #3F5C19;
}

body.template-lite #content {
	padding:15px;
}
