

/* =Basic HTML, IDs and Classes
----------------------------------------------------------------------*/


a
{
	cursor: pointer;
	text-decoration: none;
}

a *
{
	cursor: pointer;
}

img,
fieldset,
iframe
{
	border: 0;
}

iframe
{
	margin: 0 0 10px;
}

.align_right
{
	text-align: right;
}

li.clear,
#content ul.cols li.clear,
#content ul.group li.clear,
.clear
{
	clear: both;
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 0;
	height: 0;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

#skip_links
{
	overflow: hidden;
	width: 0;
	height: 0;
}

strong
{
	color: #210;
}

/* =Shadow
----------------------------------------------------------------------*/

.shadow
{
	background: url(../img/shadow.png) repeat-x;
	clear: both;
	font-size: 0;
	position: absolute;
	top: -5px;
	left: 0;
	width: 100%;
	height: 5px;
}

#this_week .shadow
{
	top: -10px;
}

/* =Ministry Index
----------------------------------------------------------------------*/

#ministry_index
{
	font-size: 11px;
	margin: 0 auto;
	padding: 10px 0 20px;
	width: 960px;
}

#ministry_index dl
{
	float: left;
	overflow: hidden;
	padding: 0 10px;
	width: 172px;
}

#ministry_index dt
{
	padding: 10px 0 5px;
}

#ministry_index dd
{
	padding: 1px 0;
}

#ministry_index dt a
{
	font-weight: bold;
	font-size: 12px;
	color: #fff;
}

#ministry_index dd a
{
	color: #fff8dc;
}

#ministry_index a:hover
{
	text-decoration: underline;
}

/* =Header
----------------------------------------------------------------------*/

#header_wrap
{
	background: url(../img/header.jpg) repeat-x center top;
	border-top: 4px solid #34140a;
	width: 100%;
}

#header
{
	background: url(../img/header.jpg) no-repeat center top;
	border-top: 4px solid #34140a;
	margin: -4px auto 0;
	overflow: hidden;
	position: relative;
	width: 960px;
	height: 118px;
}

#header h1
{
	margin: 0 0 0 25px;
	padding: 15px 0;
	width: 220px;
}

#header h1 a
{
	background: url(../img/logo.png) no-repeat;
	color: #fff;
	display: block;
	text-indent: -99999px;
	width: 220px;
	height: 83px;
}

#header h1 img
{
	display: block;
	overflow: hidden;
	width: 0;
	height: 0;
}

#header span
{
	color: #fff;
	font-size: 11px;
	position: absolute;
	top: 5px;
	right: 150px;
}

#header span a
{
	color: #fff;
	padding: 0 5px;
}

#header span a:hover
{
	text-decoration: underline;
}


/* footer Index
----------------------------------------------------------------------*/

#nav_bottom a
{
	text-decoration: none;
	color: #fff;
}

#nav_bottom a:hover
{
	color: #fff;
	text-decoration: underline;
}

/* footer Index CP
----------------------------------------------------------------------*/

#cp_bottom a
{
	text-decoration: none;
	color: #6B1806;
}

#cp_bottom a:hover
{
	text-decoration: underline;
	color: #6B1806;
}

/* LeftMenu
----------------------------------------------------------------------*/

#leftmenu a
{
	font: 12px Arial, "Trebuchet MS", sans-serif;
	text-decoration: none;
	color: #6B1806;
}

#leftmenu a:hover
{
	font: 12px Arial, "Trebuchet MS", sans-serif;
	text-decoration: underline;
	color: #6B1806;
}

/* LeftMenu_icons
----------------------------------------------------------------------*/

#leftmenu_icons a
{
	font: 12px Arial, "Trebuchet MS", sans-serif;
	text-decoration: none;
	color : #3c5270;
}

#leftmenu_icons a:hover
{
	font: 12px Arial, "Trebuchet MS", sans-serif;
	text-decoration: underline;
	color : #3c5270;
}



#Staff_Page a
{
	font: 12px Arial, "Trebuchet MS", sans-serif;
	text-decoration: none;
	color : #3c5270;
}
#Staff_Page a:hover
{
	font: 12px Arial, "Trebuchet MS", sans-serif;
	text-decoration: underline;
	color : #3c5270;
}
.staff_name
{
	font: 14px Arial, "Trebuchet MS", sans-serif;
	font-weight:bold;
	color : #3c5270;
}
.staff_title
{
	font: 12px Arial, "Trebuchet MS", sans-serif;
	font-style: italic;
	color : #470103;
}
.news_title
{
	font: 13px Arial, "Trebuchet MS", sans-serif;
	font-weight:bold;
	color : #690004;
}
.news_content 
{
	font: 11px Arial, "Trebuchet MS", sans-serif;
	font-style: italic;
	color : #690004;
}
