/* CSS Document */

body {
	background: #490f1b url(images/bg.jpg) top repeat-x;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #4c464a;
}
#inner_cont{
	background:url(images/inner_bg.jpg) top center no-repeat;
	width:100%;
	height:320px;
	margin:0;
	float:left;
}
p { padding: 0; margin: 0 0 12px 0;}
a, a:visited, a:active {
	outline: none;
	color: #490F1B;
}
a:hover, a:focus {
	outline: none;
	color: #490F1B;
	text-decoration: none;
}
#container {
	width: 930px;
	position: relative;
	margin:20px auto 0;
	border: solid 10px #CCCCCC;
	padding:0;
	background:url(images/container_bg.gif) repeat-y top right #4c464a;
}
#left_content {
	width: 265px;
	float: left;
	background:#4c464a;
	height:720px;
}
#right_content {
	width: 655px;
	margin-left:10px;
	float: left;
}
.restricted_height{
	height:720px;
	overflow:hidden
}

#right_header{
	border-bottom:solid 10px #CCCCCC;
	float:left;
}
/**************************************** HEADER ****************************************/
#header {
	width: 265px;
	background:url(images/left_img.jpg) no-repeat top center;
	height: 395px;
	float: left;
	overflow:hidden;
}
#address{
	width:240px;
	margin:0 auto;
	color:#fff;
	font-size:13px;
	margin-top:295px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}
#address a{
	color:#fff;
}
#navigation {
	width: 265px;
	float: left;
	background: url(images/nav_bg.jpg) no-repeat top center;
	height:325px;
}


/**************************************** Article Content ****************************************/
#artContent {
	float: left;
	width: 615px;
	padding: 7px 20px 10px;
	border-bottom: 2px solid #ffffff;	
	min-height: 350px;
}
h2.artTitle {
	font-size: 24px;
	color: #01486b;
	padding: 15px 0 15px 25px;
	margin: 0 0 5px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	background:url(images/title_ornament.gif) no-repeat;
}
.artDesc {
	padding: 0;
	line-height: 1.4;
}
.artDesc ul {
	padding: 0;
	margin: 0 0 12px 12px;
	list-style: none;
}
.artDesc ul li {
	padding: 0 0 10px 14px;
	margin: 0;
	background: url(images/arrow.gif) 0px 4px no-repeat;
}
.artDesc img {
 	border: 3px solid #01486b;
	margin-bottom: 10px;
}
.summaryPageTitle {
	margin: 0;
}
.summaryPageDescription {
	margin: 0 0 15px;
}
.searchDesc h1{
	display: none;
}
/**************************************** Footer ****************************************/

.clear{
	clear: both;
}    
#footer {
	width: 870px;
	font-size: 10px;
	color: #796f75;
	text-align: center;
	margin:0 auto;
	height:25px;
	padding-top:15px;
}
#footer a, #footer a:visited, #footer a:active{
	text-decoration: underline;
	color: #796f75;
}
#footer a:hover, #footer a:focus{
	text-decoration: none;
	color: #796f75;
}  




