/* This is shared by Churchill Online.  URLs must be absolute. */

* {
	margin: 0px;
	border: 0px none transparent;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Main layout */
body {
	background: #f3f3f3;
	margin: 5px;
	color: black;
}
div.headbanner {
	position: relative;
	width: 990px;
	height: 95px;
	background: url('http://www.churchillians.net/images/ChuNetBanner.jpeg');
	background-repeat: no-repeat;
}
div.headbannernonav {
	position: relative;
	width: 990px;
	height: 95px;
	background: url('http://www.churchillians.net/images/ChuNetBannerNoNav.jpeg');
	background-repeat: no-repeat;
}
span.nav {
	float: left;
	padding-left: 135px;
	padding-top: 66px;
	padding-bottom: 0px;
	padding-right: 0px;
	font-size: 12px;
	font-weight: bold;
}
.nav a { padding-left: 15px; padding-right: 15px; }
div.footbannerbg {
	position: relative;
	width: 990px;
	height: 92px;
	background: url('http://www.churchillians.net/images/ChuNetFooter.jpeg');
	background-repeat: no-repeat;
}
div.footbanner {
	padding-left: 10px;
	padding-top: 39px;
	padding-bottom: 0px;
	padding-right: 0px;
	font-size: 12px;
	color: white;
	max-width: 990px;
	text-align: left;
}
.footbanner a:link { color: white; }
.footbanner a:visited { color: white; }
.footbanner a:active { color: white; }
.footbanner a:hover { color: white; }
div.contentbg {
	position: relative;
	width: 990px;
	background: url('http://www.churchillians.net/images/ChuNetSides.jpeg');
	background-repeat: repeat-y;
}
div.content {
	padding-left: 20px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 14px;
	text-align: left;
	max-width: 949px;
}

/* Menus */
div.menuhead {
	display: inline;
	position: relative;
}
div.menu {
	visibility: hidden;
	position: absolute;
	z-index: 2;
	background-color: #fafafa;
	border: 1px solid #aaaaaa;
	padding: 6px;
	text-align: left;
}
.menu a:link, .menu a:visited, .menu a:active, .menu a:hover {
	padding-left: 0px;
	padding-right: 0px;
	font-weight: normal;
	color: #666666;
}

/* Headings */
h1, h2, h3, h4 {
	color: #c4a600;
	padding-top: 15px;
	padding-bottom: 5px;
	max-width: 800px;
}
h1            { font-size: 24px; color: #c4a600; }
h2            { font-size: 20px; color: #5c5010; }
h3            { font-size: 16px; color: #5c5010; }
h4            { font-size: 14px; color: #5c5010; }
h2.boxhdr     {
	font-size: 24px;
	color:white;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}

a:link        { color: #005b94; text-decoration: none; }
a:visited     { color: #005b94; text-decoration: none; }
a:active      { color: red; text-decoration: underline; }
a:hover       { color: #005b94; text-decoration: underline; }
pre           { margin: 0px; font-family: Courier, monospaced; font-size: 12px; }
p             { max-width: 875px; padding-top: 5px; padding-bottom: 5px; text-align: justify; }
ol, ul        { max-width: 755px; padding-left: 45px; }
li            { padding-top: 3px; padding-bottom: 3px; }

/* Forms (for Churchill Online) */
input {color: #000000; background: #c4a600; border: 1px solid black; margin: 3px; padding-left: 2px; padding-right: 2px; padding-top: 1px; padding-bottom: 1px; }
select {color: #000000; background: #c4a600; border: 1px solid black; margin: 3px; padding-left: 2px; padding-right: 2px; padding-top: 1px; padding-bottom: 1px; }
textarea {color: #000000; background: #c4a600; border: 1px solid black; margin: 3px; padding-left: 2px; padding-right: 2px; padding-top: 1px; padding-bottom: 1px; }

/* Login Box */
div.loginbox    { position:relative; width: 220px; padding: 4px 10px 4px 10px; }
span.login      { color: white; font-weight: bold; font-size: 90% ; position: relative; top: 2px; }
span.loginfield { position: absolute; left: 95px; }
span.loginfieldr { width: 106px; text-align: right; }

