/* CSS Document */

body {
	background: #000000 url(images/bg.gif) top repeat-x;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #47403B;
}
a, a:visited, a:active {
	outline: none;
	color: #7b7c7b;
}
a:hover, a:focus {
	outline: none;
	color: #47403B;
	text-decoration: none;
}
#container {
	width: 956px;
	position: relative;
	margin-left:auto;
	margin-right: auto;
	height: 0px;
}
#container2 {
	width: 950px;
	background-image:url(images/shadow.png);
	background-repeat: repeat-y;
	float: left;
	padding: 0 3px;
}


/**************************************** HEADER ****************************************/
#header {
	width: 950px;
	height: 325px;
	float: left;
	background: url(images/header_bg.jpg) no-repeat;
}
#logo {
	background-image:url(images/logo.gif);
	background-repeat:no-repeat;
	height: 130px;
	width: 278px;
	float: right;
	margin: 82px 68px 0 0;
}
#logo h1 {
	height: 130px;
	width: 278px;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
#logo h1 a {
	display: block;
	width: 278px;
	height: 130px;
}
#logo span {
	display:none;
} 	
#navigation {
	height: 58px;
	width: 950px;
	float: left;
	background: url(images/nav_bg.gif) repeat-x;
}



/**************************************** Front Content ****************************************/

#content {
	float: left;
	width: 870px;
	background: #fefefe url(images/cont_bg.gif) bottom repeat-x;
	padding: 36px 40px 16px 40px;
	border-bottom: 2px solid #ffffff;
}
#left {
	float: left;
	width: 395px;
	min-height: 372px;
	padding: 12px 0 10px 0;
}
#right {
	float: right;
	width: 434px;
	padding: 12px 0 10px 40px;
	border-left: 1px solid #dadbd9;
}
#topLeft {
	border-bottom: 1px solid #dadbd9;
	width: 354px;
	padding-right: 40px;
}
h2.frontTitle3 {
	font-size: 24px;
	color: #000000;
	padding: 0 10px 0 0;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	display: inline;
}
.frontDesc3 {
	padding: 15px 0 0 0;
	line-height: 1.3;
	text-align: justify;
}
ul.rss {
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
}
ul.rss li {
	margin: 0;
	padding: 0 0 20px 0;
}
ul.rss a {
	text-decoration: none;
}
ul.rss strong {
	font-size: 12px;
	display: inline-block;
	padding: 0 0 5px;
	margin: 0;
}
#botLeft {
	width: 354px;
	padding: 15px 40px 0 0;
}
#searchbox {
	margin-top: 0px;
}
#searchvar {
	border:1px solid #b5b4a4;
	color:#7B7C7B;
	font-size:10px;
	height:16px;
	margin-right: 5px;
	padding:3px 2px 0 2px;
	width:200px;
	float: left;
}
#searchsubmit {
	padding:2px 4px;
	color:#f9f9f9;
	font-size: 10px;
	background-color: #b5b4a4;
	font-weight: bold;
	border:1px solid #b5b4a4;
}
h2.frontTitle {
	font-size: 24px;
	color: #000000;
	padding: 0 0 15px 0;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
.frontDesc {
	padding: 0;
	line-height: 1.5;
	text-align: justify;
}
.frontDesc img {
	border: 1px solid #cdcdc5;
	padding: 5px;
}
#bot_cont {
	background: #887761 url(images/bot_cont_bg.jpg) top left no-repeat;
	float: left;
	width: 870px;
	height: 190px;
	overflow: hidden;
	padding: 20px 40px;
	color: #fdfdfd
}
h2.frontTitle2 {
	font-size: 24px;
	color: #fdfdfd;
	padding: 0;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
.frontDesc2 {
	padding: 0;
	line-height: 1.3;
	text-align: justify;
}

.frontDesc2 ul {
	padding: 0;
	margin: 30px 0 0 100px;
	list-style-image: url(images/bull.gif);
}
.frontDesc2 li {
	padding: 0;
	margin: 0 0 8px 0;
}
/**************************************** Article Content ****************************************/
#artContent {
	float: left;
	width: 870px;
	background: #fefefe url(images/cont_bg.gif) bottom repeat-x;
	padding: 10px 40px 16px 40px;
	border-bottom: 2px solid #ffffff;	
	min-height: 350px;
}
#breadcrumbs {
	float: right;
	background: #fefefe;
	width: 870px;
	line-height: 10px;
	padding: 10px 40px 0 40px;
	text-align: right;
	text-transform: lowercase;
	font-size: 10px;
	color: #b5b4a4;
}
#breadcrumbs a, #breadcrumbs a:visited, #breadcrumbs a:active{
	text-decoration: none;
	color: #b5b4a4;
}
#breadcrumbs a:hover, #breadcrumbs a:focus{
	text-decoration: none;
	color: #47403B;
}
h1.artTitle {
	font-size: 24px;
	color: #000000;
	padding: 0 0 15px 0;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
.artDesc {
	padding: 0;
	line-height: 1.5;
}
.summaryPageTitle {
	margin: 0;
}
.summaryPageDescription {
	margin: 0 0 15px;
}
.searchDesc h1{
	display: none;
}
/**************************************** Footer ****************************************/

#clear{
	clear: both;
}    
#footer {
	float: left;
	width: 870px;
	min-height: 43px;
	padding: 30px 40px 0 40px;
	background: #49413c url(images/bg_footer.gif);
	font-size: 10px;
	color: #b6b5a5;
	text-align: left;
}
#footer a, #footer a:visited, #footer a:active{
	text-decoration: underline;
	color: #f6df7b;
}
#footer a:hover, #footer a:focus{
	text-decoration: none;
	color: #f6df7b;
}  



