/* @override http://www.bleonline.org/new/urt.css */

/* @override http://www.bleonline.org/new/urt.css */

/* @override http://www.bleonline.org/new/urt.css */

/* URT Web Layout */

body {
	margin: 0px;
	border: 0px;
}

#header {
	width: 100%;
	height: 360px;
	background: url(img/urt.bg.jpg) repeat-x;
}

hr { 
clear:both; 
display:block; 
visibility:hidden; 

}

#nav {
	color: #fff;
	text-decoration: none;
	margin-top: 0;
	padding-top: 122px;
	font: .68em "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1.5px;
}

#nav a {
	color: #fff;
	text-decoration: none;
}

#nav a:hover{
	border-bottom: 1px dotted #fff;
}

#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#nav li {
	margin-bottom: 7px;
}

* html #nav li {
		margin-bottom: 13px;
	}
}

.hide {
	display: none;
	}

.container {
	width: 950px;
	margin-left:auto;
	margin-right: auto;
	left: 10px;
}

.clear {
	clear: both;
}

#leftcolumn {
	width: 385px;
	float: left;
}

#rightcolumn {
	width: 539px;
	float: right;
}

#leftcolumnblog {
	width: 720px;
	float: left;
}

#rightcolumnblog {
	width: 200px;
	float: right;
}

#headleft {
	width: 385px;
	height: 360px;
	float: left;
	background-image: url(img/logo.left.jpg);
	margin: 0px;
	padding: 0px;
}

#headright {
	width: 535px;
	float: right;
}

#footer {
	height: 61px;
	background: url(img/urt.foot.jpg) repeat-x;
}

.hide {
	display: none;
	}

#headerlogo {
	width: 140px;
	height: 157px;
	background: url(http://www.cjfm.org/img/headerlogo.jpg);
}

#headernav {
	position: relative;
	top: 89px;
	left: 150px;
	z-index: 500;
}

.footcenter{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 24px;
	text-align: center;
}

.headcenter{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 24px;
	text-align: center;
}

img {
	border: none;
}

/* End Layout */

/* URT Fonts */
p {
	font: .7em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #666;
}

.table {
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #fff;
	padding-top: 5px;
}
#contact {
	padding: 10px;
	margin: 10px;
}

.contacttext {
	font: .85em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #666;
}

a {
	color: #0f0b71;
	text-decoration: none;
}

.urthead, h2 {
	font: 1.4em "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: bold;
	color: #0f0b71;
	text-decoration: none;
	margin-bottom: 2px;
	
}

#sidebar {
	font: .7em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #666;
}

#sidebar ul {
	list-style: none;
}

#sidebar li h2 {
	font: 1.3em "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: bold;
	color: #7a726b;
	text-decoration: none;
	margin-bottom: 2px;
}

#sidebar ul li ul li  {
	margin-left: -40px;
	padding-bottom: 3px;
}


.posttitle, h3 {
	font: 1em "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: bold;
	padding-top: 15px;
	color: #636060;
	margin: 0px;
	padding: 0px;
}

h3 a {
	color: #636060;
}

.postdateline, small {
	margin-top: 0px;
	font: .6em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #666;
	padding-top: 0px;
}

.footerfont {
	color: #808080;
	font: .6em "Lucida Grande", Lucida, Verdana, sans-serif;
}

.footerfont a{
	color: #808080;
}

.footerfont a:hover{
	color: #fff;
}

.signup {
	padding-left: 13px;
}

.churchrides {
	padding-top: 13px;
}
/*End URT Fonts */


/* URT Pricing Table CSS */
div.table th {
	background-color: #e8e8e8;
	padding: 6px 6px 6px 6px;
	border-bottom: 1px solid #fff;
	text-align: center;
	font-size: 12px;
	color: #4c4c4c;
	border-right: 1px solid #fff;
	
}

div.table tr {
	background-color: #333331;
	padding: 6px 6px 6px 12px;
}

div.table tr.alt {
	background-color: #4c4c4c;
	padding: 6px 6px 6px 12px;
}

div.table td {
	padding: 6px 6px 6px 12px;
	border-right: 1px solid #fff;
}
/* End URT Pricing Table CSS */


