/*

Radio Assist Ministry CSS
Author: Josh Parrish // KeyLime Design  
Date: 07/28/2004
Updated: n/a
Revision: 0.1

*/

body {
	background: url(/graphics/main_bg.gif) #fff right repeat-y;
	color: #333;
	font-family: verdana, sans-serif;
	font-size: medium;
}
div, p, h1, h2, h3, h4, img, hr, form, body {
	margin: 0px;
	padding: 0px;
}
 #navtop ul, #navtop ol, #navtop li, #sidebox ul, #sidebox li {
    margin: 0px;
    padding: 0px;
    list-style: none;
 }
#pagehead {
	background: url(/graphics/radio_assist-top_bg.png);
}
#pagehead h1 {
	background: url(/graphics/radio_assist_tower.png) top right no-repeat;
}
#pagehead img {
	display: block;
}
#navtop {
	border-top: solid 1px #333;
	border-bottom: solid 1px #000;
	background: url(/graphics/nav_bg.gif) center center #666;
	padding-left: 192px;
}
#navtop ul {
	display: inline;
}
#navtop li {	
	float: left;
	background: url(/graphics/nav_bg.gif) center center;
	border-left: solid 1px #333;
	border-right: solid 1px #777;
	margin-right: -2px;
}
#navtop li ul {
	position: absolute;
	background: #666;
	border: solid 1px #333;
	border-bottom: 0px;
	width: 10em;
	left: -999em;
	z-index: 999;
}
#navtop li ul li {
	width: 10em;
	border: 0px;
	border-bottom: solid 1px #333;
}
#navtop li:hover, #navtop li.sfhover {
	background: url(/graphics/nav_bg2.gif) center center;
}
#navtop li:hover ul, #navtop li.sfhover ul {
	left: auto;
}
#navtop ul li a {
	color: #fff;
	display: block;
	font-size: x-small;
	text-decoration: none;
	vertical-align: middle;
	border-left: solid 1px #777;
	border-right: solid 1px #333;
	padding: 4px 10px;
}
#navtop span {
	color: #fff;
	display: block;
	font-size: x-small;
	text-decoration: none;
	vertical-align: middle;
	padding: 4px 10px;
}
#navtop a:hover {
	background: url(/graphics/nav_bg2.gif) center center;
}
#navtop li ul a {
	color: #fff;
	background-image: none;
	background-color: #666;
	border: 0px;
	padding: 4px;
}
#navtop li ul a:hover {
	background-image: none;
	background-color: #777;
}
#navtop div {
	line-height: 0px;
	background-color: #fff;
	clear: both;
	height: 0px;
	border: 0px;
}
#main {
	/* nothing yet */
}
#sidebox {
	width: 184px;
	float: left;
	margin: 8px;
}
#sidebox .search {
	color: #333;
	font-size: xx-small;
	background: url(/graphics/search_top.png) no-repeat;
}
#sidebox .google {
	background: url(/graphics/search_bottom.png) bottom no-repeat;
	padding: 12px;
	padding-bottom: 32px;
}
#sidebox .top {
	background: url(/graphics/sidebox_top.png);
	padding: 8px 16px 0px 12px;
}
#sidebox .body {
	color: #333;
	font-size: x-small;
	background: url(/graphics/sidebox_bg.png);
	padding: 4px 12px;
}
#sidebox .bottom {
	background: url(/graphics/sidebox_bottom.png) bottom;
	text-align: right;
	padding: 0px 16px 14px 12px;
}
#sidebox h2 {
	color: #3265b0;
	font-size: small;
	font-weight: bold;
	border-bottom: solid 1px #3265b0;
	padding-bottom: 4px;
}
#sidebox a {
	color: #039;
}
#sidebox a:hover {
	color: #006;
}
#sidebox ul {
	padding: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
}
#sidebox li ul {
	padding: 0px;
	padding-top: 2px;
	padding-bottom: 0px;
}
#sidebox li ul li {
	background: url(/graphics/list_dot.gif) left center no-repeat;
	padding: 0px;
	padding-left: 8px;
}
#sidebox .bottom p {
	font-size: xx-small;
	border-top: solid 1px #3265b0;
	padding-top: 4px;
}
#content {
	padding-top: 8px;
	padding-bottom: 16px;
	margin-left: 212px;
	margin-right: 116px;
}
#content h3 {
	font-size: large;
	margin: 8px 0px;
}
#footer {
	color: #ccc;
	font-size: xx-small;
	clear: both;
	border-top: solid 1px #ddd;
	padding-top: 4px;
	margin-top: 16px;
	margin-left: 212px;
	margin-right: 100px;
}
