@charset "utf-8";
/* CSS Document */

@import url("fckport.css");

body {
	background: #94320c url(../../_homeimg/body_bg.jpg) top left repeat-x;
	padding: 0 0 30px 0;
	color:#754c24;
}




#wrapper {
	width: 900px;
	margin: 0 auto;
}


#wrapper_body {
	float: left;
	display: inline;
	background: #94320C url(../../_homeimg/home_bg.jpg) top left no-repeat;
	padding: 0 52px 0 52px;
}

#nav {
	display: inline;
	width: 796px;
	height: 50px;
}

#nav ul {
	display: inline;
	padding: 0;
	margin: 0;
	height: 50px;
}

#nav li {
	float: left;
	display: inline;
	padding: 0;
	margin: 0;
	list-style: none;
	height: 50px;
}


#content {
	width: 796px;
	float: left;
	clear: both;
	display: inline;
	overflow: hidden;
	height: 425px;
}

#welcome {
	float: left;
	width: 436px;
	height: 152px;
	overflow: hidden;
	padding: 0 25px 25px 20px;
}

#welcome img {
	float: left;
	margin: 0 10px 0 0;
}

#welcome p {
	padding: 28px 0 0 2px;
	color: #fef395;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.45em;
	line-height: 1.45em;
}


#highlight {
	clear:left;
	float: right;
	display:inline;
	width: 292px;
	height: 407px;
	/* background: url(../../_homeimg/highlight.jpg) top left no-repeat; */
	padding: 20px 0 0 23px;
	color: #5b1d05;
	font-family: Georgia, "Times New Roman", Times, serif;
	
	font-weight: normal;
	font-style: italic;
}
div#content > div#highlight {clear:none;}

#highlight div.content {
	margin: 0 0 21px 0;
}

#highlight p {
	line-height: 1.25em;
	font-size: 1.75em;
	padding-bottom: 0;
	margin-bottom: 12px;
}

#highlight p.small {
	font-size: 1.2em;
}


#highlight img.retreat {
	border: 1px solid #9f3d0a;
}

#latestNews  {
	clear: left;
	float: left;
	width: 411px;
	height: 190px;
	overflow: hidden;
	background: url(../../_homeimg/latestNews.jpg) top left no-repeat;
	padding: 60px 70px 0 0;
}

#latestNews div.item {
	position: relative;
	min-height: 100px;
	height: 100px!important;
	height: 100px;
	overflow: hidden;
	
}




#latestNews div.thumb {
	position: absolute;
	top: 0;
	left: 13px;
	width: 73px;
	height: 73px;
	border: 1px solid #9f3d0a;
	padding: 4px;
	background-color: #ed8f19;
}

#latestNews h3 {
	margin: 0 0 5px 105px;
	color: #f1bb6c;
	font-size: 1.2em!important;
	font-weight: bold;
	font-style: normal;
}

#latestNews h3 a, #latestNews h3 a:hover {
	color: #f1bb6c;
}


#latestNews p {
	margin: 0 0 5px 105px;
	color: #ed8f19;
	line-height: 1.35em;
}

#latestNews p a {
	color: #faa835;
}

#latestNews a:hover {
	text-decoration: underline;
}


#wrapper_footer {
	clear: both;
	width: 810px;
	height: 40px;
	margin: 0 auto;
	padding: 80px 45px 0 45px;
	background: url(../../_homeimg/footer_bg.jpg) top left no-repeat;
}

#footer_links {
	color: #c36a15;
}

#footer_links a {
	color: #c36a15;
}


#footer_links a:hover {
	text-decoration: underline;
}


#fraynework_logo {
	float: right;
}

