html,body{
	margin:0;
}

body{
	background-color: #FFFFFF;
	background-image:url('/images/Wood.jpg');
}

.rounded{
	text-align: center;
	/*background-color: #CC9900;*/
	background-image:url('/images/lite_wood.jpg');
	background-repeat: repeat;
	width: 980px;
	margin:0 auto;
	
	/*for chrome*/
	-webkit-border-radius: 15px;
	
	/*for ie, you also need to have border-radium.htc in the root*/
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	border: 3px solid #BDBDBD;

	behavior: url(ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'ronded' class */
}

.rounded-noborder{
	text-align: center;
	background-color: #FFFFFF;
	width: 980px;
	margin:0 auto;
	
	/*for chrome*/
	-webkit-border-bottpm-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;

	/*IE*/
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;

	behavior: url(ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'rounded-noborder' class */
}

.callout{
	width:400px;/*490px;*/
	height:250px;/*250px;*/
	border: 10px solid #8B4513; 
	text-align: center;
	margin:0 auto;
	position: relative;

	/*Chrome*/
	-webkit-border-radius: 15px;

	/*IE*/
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;

	behavior: url(ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'callout' class */
}

#mainPix {
	width:400px;/*490px;*/
	height:250px;/*250px;*/
	border: 0; 
	text-align: center;

	/*Chrome*/
	-webkit-border-radius: 5px;

	/*IE*/
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;

	behavior: url(ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'mainPix' ID */
}

#mainPix:hover{
	cursor: pointer;
}

#header{
	/*background-image:url('/images/lite_wood.jpg');*/
	padding-top:10px;
	height:340px;
}

#main{
	height:288px;
	background-image:url('/images/header7.png');
	background-repeat: no-repeat;
}

#sub{
	/*background-image:url('/images/lite_wood.jpg');*/
	/*background-color: #CC9900;*/
	 height:400px;
}

#sub-facility{
	/*background-image:url('/images/lite_wood.jpg');*/
	/*background-color: #CC9900;*/
	 height:600px;
}

.h2-contact-us{
	padding-left: 20px;
	font: bold 150%/100% "Lucida";
	text-align: left;
}

.p-contact1{
	padding-left: 40px;
	text-align: left;
	font: 120% "Lucida";
	line-height: 24px;
}

#sub #mainPix-left-text {
	float:left;
	width:20%;
	padding:10px;
	margin:0px auto; 
}

#sub #mainPix-right-text {
	float:right;
	width:20%;
	padding:10px;
	margin:0px auto; 
}

#main-farm-caption{
	font:size 25;
}

#main-farm-description{
}

#navbar ul{
	margin:0;
	padding:0;
	overflow:hidden;
}

#navbar ul li{
	display: inline-block;
	background-color:#848484;
	padding:.5em;
	height: 15px;
	width: 100px;
	text-align: center;

	/*Chrome*/
	-webkit-border-radius: 5px;

	/*IE*/
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;

	behavior: url(ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'nav'  */
}

#navbar ul li a{
	text-decoration: none;
	color: #FFFFFF; 
}

li.current{
	color: #000000;
	background: #FF0000;
}

/*Gallery Section*/

#gallery-tab ul{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	overflow: hidden;
}

#gallery-tab ul li{
	list-style: none;
	margin-bottom: 25px;
	float: left;
	padding: 20px;
}

#gallery-tab ul li img{
	cursor: pointer;
	width: 200px;
	height: 166px;

}

/*Footer Section*/

#footer{
	/*background-image:url('/images/lite_wood.jpg');*/
	text-align: center;
	/*background-color: #CC9900;*/
}

#footer #site-name{
	width: 800px;/*50%;*/
	padding:10px;
	border:10px solid #8B4513;
	margin:0px auto; 
	
	/*Chrome*/
	-webkit-border-radius: 5px;	

	/*IE*/
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;

	behavior: url(ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'footer */
}

#cedarFooter-linkList{
	margin:0;
	padding:0;
	list-style-type: none;
}

#cedarFooter-linkList li{
	display: inline-block;
	/*padding-right: 2px;*/
	border-right: solid 2px;
	width: 75px;
}

#cedarFooter-linkList li:last-child{
	border-right: 0px;
}

#cedarFooter-linkList li a{
	text-decoration: none;
	color: black;
}
