
/* TEXT  */

a,
a:link,
a:visited
 {
color: #81A2B0;
text-decoration:none;
}
 
a:hover {
	border-bottom:#2d2d2d dotted 1px; 
	color: #e3bdc3; 
	padding-bottom:2px; 
    text-decoration:none;
} 

/* CSS Layout */

html, body {  
	background-image:url(/ui/images/layout/bellasoro-bg-fill.jpg);
	background-repeat:repeat-x;
	background-color:#f0ddcf;
	margin:0;
	padding:0;
	text-align:left;
	width:100%;
	}   
	
#top { 
	float:left;
	height:140px;  
	width:100%;
	}

	#head { 
			clear: both;
			height:140px;
			margin:0 auto; 
			padding:0; 
			position:relative; 
			width:967px;
			} 
		
		#head-left {  
			float:left; 
			width:72px; 
		}   
		
			#head-left-top {  
				clear:both;
				height:120px; 
				width:72px; 
			}
		
			#head-left-bottom {   
				background: url(../images/layout/navbar_left.jpg) no-repeat;
				height:20px; 
				width:72px; 
			}    
			
		#head-middle { 
			float:left;  
			width:242px; 
		}  
			#logo { 
			padding: 20px 0 0 35px;
			}
		
		#head-right { 
			float:left;    
			width:653px; 
		} 
		
			#head-right-top {  
				clear:both;
				height:120px; 
				width:653px; 
			}
		
				  #head-right-top a{  
				  	  border: none;
					  color: #CCC;
					  float:right;
					  font-size: .8em; 
					  padding:10px 40px 0 0;
				  }  
			
			#head-right-bottom {  
				background: url(../images/layout/navbar_right.jpg) no-repeat;
				height:20px; 
				width:653px;  
			}   
		  
		  	#head-right-bottomul, #head-right-bottom ul li {
				display:inline; 
			}
		  
		  	#head-right-bottom ul li a {
				border: none;
			color:#441d20;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:12px;
			line-height:20px;
			padding:0 0 0 80px;
			text-decoration:none;
			vertical-align:top;
			}
		  
		  	#head-right-bottom ul li a:hover {
			color:#ffffff; 
			}
	
#middle {
	float:left;
	text-align:left;
	width:100%;
	}
	
	#content { 
				clear: both;
				margin:0 auto; 
				padding:0 33px;  
				width:901px;
				}
		
		/* HOME */
				
			#content-home-top {
				clear:both;
				width:100%;
			}
					
				#content-home-left {  
					float:left; 
					padding:28px 1px 16px 0;
					width:601px; 
				}
				
				
				#slides img
				{
				display: block;
				position:relative;
				z-index: 2;
				}
							
				#content-home-right {  
					float:left;
					padding:28px 0 16px 0;
					width:299px; 
				}  
				
			#content-home-bottom {
				background: url(../images/layout/featured-background.jpg) no-repeat;
				clear:both;
				height:159px;
				padding:0 22px;
				width:900px;
			}
		
			  .content-home-bottom-cont {
				  float:left;
				  height:105px;
				  margin: 15px 0 24px 0;
				  overflow: hidden;
				  padding: 10px; 
				  width:264px;
				  }
				
				  #content-home-bottom h3{  
					color: #482124;
					display:block;
					font-size: 1.0em;
					font-weight:600;
					line-height: 1.1em;
				  	position:relative;
				  	top:-10px;
				  }
			  
				  .right-divider {
					border-right: #ddc2bb solid 1px ;				  
				  }  
				  
				  .featured-image {
					height:110px;
					float:left;
					overflow:hidden;
					width:100px;
				  }
				  
				  .featured-text {
					color:#3c241a;
					height:110px;
					float:left;
					line-height: 1.40em;
					margin-left:5px;
					overflow:hidden;
					width:159px;
				  }
		
		/* END HOME */
		
		/* INTERIOR */ 
				
			#content-interior-top {  
				background:url(../images/layout/bodyfill-top-cap.jpg) no-repeat;
				height: 21px;
				margin:27px 0 0 0;
				width:900px;
			}
				
			#content-interior-middle {
				background: url(../images/layout/bodyfill.jpg) repeat-y; 
				padding: 0 75px;
				width:750px;
			}
				
				#content-interior-middle h1 {
				  padding:5px 0;
				  color: #482124;
				  font-family:Georgia, "Times New Roman", Times, serif;
				  font-size: 2.3em;
				  line-height: 3.3em;
				} 
				
				#content-interior-middle h2 { 
				  color: #482124;
				  font-family:Georgia, "Times New Roman", Times, serif;
				  font-size: 1.8em;
				  line-height: 2.7em;
				  padding: 4px 6px;
				  background: #f9f7eb;
				  -moz-border-radius: 4px;
				  -webkit-border-radius: 4px;  
				} 
			#content-interior-bottom {
				background: url(../images/layout/bodyfill-bottom-cap.jpg) no-repeat;
				height: 21px;
				width:900px;
			}
			  
		/* INTERIOR END */
#bottom {
	float:left;
	margin:27px 0 0 0;
	text-align:left;
	width:100%;
	}	

	#footer { 
			border-top: #4b372c solid 1px;
			margin:0 auto; 
			padding:20px 0;  
			width:967px;
			} 

		#footer-text {  
				padding:0 33px;   
				} 
		
		  #copyright {
			color:#482124;
			font-size:11px;
		    float:left;
		  }
	  
		  #footer-nav {
		  float:right;
		  } 
		  
		  	#footer-nav ul, #footer-nav ul li {
				display:inline;
			}
		  
		  	#footer-nav ul li a {
			color:#482124;
			font-size:11px;
			padding:0 16px;
			text-decoration:none;
			}
			  
			  .left-divider {
				border-left: #71564f solid 1px ;				  
			  }  


