/* CSS Document */

html, body, ul, ol, li, p, h1 , h2, h3, h4, h5, h6, form, fieldset, a, div, img, blockquote
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

html, body
{
	font-family: Arial, Helvetica, sans-serif;
	background: #eae3bb url(../../Images/bg3.jpg) repeat-x top;
}

body
{
	font-size: 12px;
}

.clear
{
	clear: both;
	font-size: 0;
	height: 0;
}

.center
{
	text-align: center;
	margin: 0 auto;
}

a
{
	color: #f97344;
	font-weight:bold;
}

/*************************************************** Typography ***************************************************/

h1, h2, h3, h4, h5, h6
{
	color: #4f350d;
	padding-top: 12px;
	padding-bottom: 6px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}

h1
{
	font-size: 26px;	
}

h2
{
	font-size: 22px;
}

h3
{
	font-size: 18px;
}

h4
{
	font-size: 16px;
}

h5
{
	font-size: 15px;
	font-weight: bold;
}

h6
{
	font-size: 14px;
	font-weight: bold;
}

p
{
	color: #171717;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 6px;
	padding-bottom: 14px;
	line-height: 1.5;
}

/*************************************************** Layout Divs ***************************************************/

#main-wrapper
{
	width: 950px;
	margin: 0 auto;
	float:left;
}

#header
{
	width: 950px;
	/*height: 300px;*/
	/*margin: 0 auto;*/
	margin-left: 50px;
	float:left;	
}

#logo
{
	width: 500px;
	height: 65px;
	padding-top:20px;
	padding-bottom:10px;
	float:left;
}

#logo a
{
	font-size:30px;
	text-decoration:none;
	font-style:italic;
	color:#fdba4d;
}

.Subheader
{
	font-size:30px;
	text-decoration:none;
	font-style:italic;
	color:#f97344;
} 
.SubheaderSmall
{
	font-size:18px;
	text-decoration:none;
	font-style:italic;
	color:#f97344;
} 
#logo a span
{
	font-size:24px;
	font-style:italic;
	color:#fff;
}
#content-wrapper #topnavigation
{
	padding-top:20px;
}
#content-wrapper #topnavigation .Panelbar {
	color:white;
	float:left;
	width:250px;
	/*margin-top:0;*/
	margin-top:10px;
}
.Navigation_Orchard {	
	/*margin-top:90px;*/
	/*font-size:18px;*/
	/*width: 400px;*/
	/*float: left;*/
	/*background-color:#f97344;*/
}

#banner-photo
{
	width: 362px;
	height: 200px;
	float: right;
	margin: 18px 4px 0 0;
}

#content-wrapper
{
	width: 950px;
	margin-top:50px;
	margin-left:50px;
}

#footer
{
	width: 950px;
	border-top: 1px solid #cdc078;
	margin-top: 20px;
	margin-left:50px;
}

/*************************************************** Main Content Styles ***************************************************/


#content-wrapper #content-right
{
	width: 362px;
	/*height: 300px;*/
	float: right;
	margin-left: 50px;
	display: inline;
}


}
#content-wrapper #column-full
{
	width: 900;
	/*height:300px;*/
	display: inline;
	margin-left: 50px;
	float:left;

}
#content-wrapper #content-right .Panelbar
{
	background: none;	
}
#content-wrapper #content-right .Panelbar ul
{
}


#content-wrapper #content-left 
{
	width: 498px;
	/*height: 300px;*/
	float: left;
	/*margin-right: 10px;*/
	display: inline;
}

#content-wrapper ul
{
	padding: 10px 30px 20px 30px;
}

#content-wrapper ul li
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #171717;
	padding-bottom: 9px;
	padding-left: 28px;
	background: url(../images/list-bullet.gif) 12px 5px no-repeat;
	list-style: none;
}

#content-wrapper #content-right h2.title
{
	width: 347px;
	border-bottom: 1px solid #cdc078;
	margin-bottom: 14px;
	padding-top: 16px;
}

#content-wrapper #content-left h2.title
{
	width: 347px;
	border-bottom: 1px solid #cdc078;
	margin-bottom: 14px;
	padding-top: 16px;
}

#content-wrapper h1.title
{
	width: 544px;
	border-bottom: 1px solid #cdc078;
	margin-bottom: 14px;
}

#content-wrapper img.photo-left
{
	border: 2px solid #cdc078;
	float: left;
	margin: 3px 20px 10px 0;
}

#content-wrapper img.photo-right
{
	border: 2px solid #cdc078;
	float: right;
	margin: 48px 0 10px 50px;
}

/***************************************************** Banner Styles *****************************************************/

#banner-photo img
{
	border: 2px solid #fff;
}

/*************************************************** Navigation Styles ***************************************************/

.Navigation_Orchard ul
{
	/*margin: 18px 0 0 0; */
	margin-bottom: 0;
	margin-top: 0px;
	/*width: 400px;*/
	
}

.Navigation_Orchard ul li
{
	list-style: none;
	/*border-top: 1px solid #C0A172;	*/
	padding-left: 0px;
}
.Navigation_Orchard a:link a:visited
{
	color:#fdba4d;
}

.Navigation_Orchard ul li a:link,
.Navigation_Orchard ul li a:visited
{
	display: block;
	text-decoration: none;
	color: #fdba4d;
	font-size: 14px;
	font-weight: bold;
	/*width: 376px;*/
	padding: 0 0;
	/*background: url(img/invertedGroupImage.gif) no-repeat 9px 10px;*/
}

.Navigation_Orchard ul li.last
{
	/*border-bottom: 1px solid #C0A172;*/
}


.Navigation_Orchard ul li a:hover
{
	color: #fff;
	font-style:italic;
}

#home #navigation ul li a#home-link, #about #navigation ul li a#about-link
{
	color: #fdba4d;
}
.Navigation_Orchard ul li
{
	color: #fdba4d;
}

/*************************************************** Footer Styles ***************************************************/

#footer p
{
	/*margin: 0;*/
	padding: 8px 0;
	font-size: 11px;
	color: #8d6929;
	text-align: center;
}

#footer p a
{
	text-decoration: none;
	color: #8d6929;
}
#content-wrapper ul.news-list h4 {
	margin: 0;
}

#content-wrapper ul.news-list p {
	margin: 0;
	font-size: 1.1em;
}
#content-wrapper ul.news-list p.date {
	margin: 0 0 5px;
	font-size: 1em;
}
#content-wrapper ul.news-list {
	margin: 0;
	padding: 0;
	font-size: 1em;
}
#content-wrapper ul.news-list li {
	margin: 0;
	padding: 10px 0;
	list-style-type: none;
	border-top: 1px solid #e3e3e3;
}
#content-wrapper ul.news-list li.first {
	padding: 0 0 10px;
	border-top: none;
}
#content-wrapper ul.news-list h4 a:link, ul.news-list h4 a:visited, ul.news-list h4 a:hover, ul.news-list h4 a:active {
	color: #fdba4d;
}