body {
	behavior:url(Assets/csshover.htc);
	text-align:center;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	background:url(images/background.jpg);
	margin:0px;
	padding:25px 0px;
}
/************* MAIN *********************/
#container {
	width:758px;
	border:#FFF 1px solid;
	padding:0px;
	margin:auto;
	background:url(images/trinity_06.jpg) repeat-y;
}
#header {
	background:#062d80;
}
	#fheader {
		height:107px;
		border-bottom:#FFF 1px solid;
	}
#navbar {
	clear:both;
	background:url(images/trinity_02.jpg) no-repeat;
	width:758px;
	height:33px;
}
#gohome {
	float:right;
	width:35px;
	height:32px;
	padding:1px 4px 0 0;
}
#contentarea {
	background:url(images/trinity_03.jpg) top no-repeat;
	padding-top:29px;
}
#flash {
	width:742px;
	height:195px;
	margin:auto;
	border-bottom:#FFF 1px solid;
	background:url(images/Trinitychurchfront.jpg) no-repeat;
}
#isite_content {
	padding:4px;
}
#channels {
	width:740px;
	margin:auto;
	overflow:hidden;
	padding:5px 0px 5px 4px;
	color:#fff;
	text-align:left;
}
.channel {
	width:225px;
	padding:0px 9px 9px 9px;
	background:url(images/channelbottom.jpg) no-repeat bottom 0px;
}
.channel h3 {
	margin:0px 0px 3px 0px;
	font-size:12px;
	padding:8px;
	border-bottom:#8396C0 1px solid;
}
.wrap {
	width:244px;
	float:left;
	background:url(images/channelbackground.jpg) repeat-y;
}
#footer {
	clear:left;
	text-align:left;
	padding:6px 12px;
	font-size:10px;
	font-weight:normal;
	color:#345290;
	width:740px;
}
#orginfo {
	border-top:#062D80 1px solid;
	padding-top:3px;
	text-align:center;

}
/********* FOOTER MENU *********/
#fmenu {
	height:20px;
	padding-top:5px;
}
#fmenu a {
	display:block;
	float:left;
	padding:0px 5px 0px 0px;
	margin-right:8px;
}
#fmenu .menuitem {
	font-size:10px;
	color:#345290;
	font-weight:normal;
}
#fmenu .menuitem:hover {
	color:#345290;
	text-decoration:underline;
}
#fmenu .selected {
	color:#345290;
	font-weight:bold;
}
#fmenu .selected:hover {
	color:#000;
}
/********** COPYRIGHT *******************/
#copyright {
	background:url(images/background.jpg);
	clear:both;
	margin:auto;
	padding:5px;
	color:#999;
}
/************* MENU *********************/
/** TOPMENU **/
#topmenu {
	width:730px;
	text-align:right;
	margin:auto;
	padding:10px;
}
#topmenu ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
#topmenu li {
	display:inline;
	border-right:#6A76B4 1px solid;
}
#topmenu a {
	color:#CA0C0C;
	padding:0px 7px;
}
#topmenu a:hover {
	text-decoration:underline;
	color:#6A76B4;
}
/*************/
#menu {
	float:left;
	font-size:12px;
	color:#FFF;
	width:713px;
	height:33px;
}
#menu a {
	display:block;
	text-decoration:none;
}
#menu .menuitem {
	float:left;
	padding:4px 5px 5px 5px;
	color:#000;
	font-weight:bold;
	cursor:pointer;
}
#menu .menuitem:hover {
	background:url(images/arrow.gif) bottom center no-repeat;
}
#menu .menuitem a {
	padding:5px;
}
#menu .menuitem:hover a {
	color:#000;
	background:#9E9F94;
}
/** SUB MENU **/
.menucontainer {
	z-index:4;
	visibility:hidden;
	text-align:left;
	position:absolute;
	background:#658CD9;
	border:#333 1px solid;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=2);
}
.subitem {
	width:142px;
	padding:4px;
	font-weight:bold;
	color:#FFF;	
	border-bottom:#B2C6EC 1px solid;
	margin:0px;	
	background:#658CD9;
}
.subitem:hover {
	background:#7C9DDF;
	color:#FFF;
	padding:4px;
	margin:0px;
}
/************************** LINKS ************************/
a {
	color:#373F7F;
	text-decoration:none;
}
a:hover {
	color:#666666;
	text-decoration:underline;
}
.channel a {
	color:#FFF;
	text-decoration:underline;
}
.channel a:hover {
	color:#FFF;
	font-weight:bold;
	text-decoration:underline;
}
