/*********************************************************
NEUTRALIZE
**********************************************************/
html, body, form, fieldset, table, th, td {
	margin: 0;
	padding: 0;
	font: 12px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #212121;
}
td {
	padding: 5px;	
}
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 0 0 16px 0;
	padding: 0;
}
li, dd, blockquote {
	margin-left: 1em;
}
fieldset {
	border: none;
}
input, select, textarea {
	font-size: 100%;
}
a:active, a:focus  {
  outline: none;
}

/*********************************************************
CORE STYLES
**********************************************************/
body {
	background: #f1f1f1;	
}
#maintable{
	width: 750px;
	margin: 0px auto;
}
#topbanner{
	background:url(/images/st_mark.jpg) no-repeat top left;
	width: 750px;
	height: 214px;
	clear: both;
	position:relative;
}
#topbanner a {
	position:absolute;
	top:15px;
	left:15px;
	width:300px;
	height:75px;
	display:block;
}
#menu {
	background:url(/images/menu_bg.jpg) repeat-x top left;
	width: 750px;
	height: 27px;
	clear: both;
}
#bottombanner{
	background:url(/images/bottom_banner.jpg) no-repeat top left;
	width: 750px;
	height: 11px;
	clear: both;
}
#mainarea{
	background: #ffffff url(/images/crosses_tilt.jpg) no-repeat bottom right;
	padding: 16px 40px;
	width: 670px;
	margin: 0px auto;
	color: #1d1d1d;
	min-height: 180px;
	clear:both;
}
#footer_ribbon {
	background:url(/images/faith.jpg) no-repeat top left;
	width: 750px;
	height: 38px;
	clear: both;
}
#footer_menu {
	padding-top: 2px;
	color: #1d1d1d;
	font-size: 11px;
	font-family: verdana, tahoma, Arial, Helvetica, sans-serif;
	background-color: #a1c5ed;
}
#footer_menu p {
	text-align:center;
	margin: 0px;
	line-height: 17px;
}
#footer_menu small {
	font-size:9px;
	color:#4e9aed;
	display:block;
	width:100%;
	text-align: center;
}
#footer_menu a { color: #1d1d1d; text-decoration: none; }
#footer_menu a:visited { color: #1d1d1d; text-decoration: none; }
#footer_menu a:hover { color: #1d1d1d; text-decoration: underline; }

/*********************************************************
I TRIED TO MAKE THIS EASY TO STYLE! SEE NOTES BELOW
**********************************************************/
#dropdown {
	width: 730px;
	margin: 0px auto;
	z-index:100;
}
.dropdown {
	line-height:27px;
}
.dropdown a {
	/* The minimum width of the "MAIN" links on top */
	width: auto;
	font-family: helvetica, verdana, tahoma, arial;
	text-transform: uppercase;
	font-size: 11px;
	font-weight:bold;
	display:block;
	padding:0px 14px;
	color: #ffffff;
	text-decoration:none;
	text-align: left;
}
.dropdown a:hover{
	
}
.dropdown ul {
	top:27px;
	margin:0;
}
.dropdown li ul {
	line-height: 21px;
}
.dropdown li ul a{
	/* The width of the dropdown and popout menu */
	width:150px;
	background-color:#548bd6;
	text-align:left;
	padding: 0px 0px 0px 5px;
	opacity: .95;
}
.dropdown li ul {
	border-top: solid 1px #426da8;
	/* time for some math  {a}:width + {a}:padding + {a}:border */
	width:157px;
}
.dropdown li ul li{
	/* time for some math  {a}:width + {a}:padding + {a}:border */
	width:157px;
}
.dropdown li ul li a{
	border-bottom: solid 1px #426da8;
	border-top: solid 1px #8bbaed;
	border-left: solid 1px #426da8;
	border-right: solid 1px #8bbaed;
}
.dropdown li ul li a:hover{
	background-color: #426da8;
}
.dropdown a.popout {
	/* totally optional popout indicator */
	background-image: url(/images/popout.gif);
	background-position: 95% center;
	background-repeat:no-repeat;
	cursor:default;
}
.dropdown a.nohand {
	cursor:default;
}
/************************************************************
ONLY EDIT BELOW IF YOU REALLY KNOW WHAT YOUR DOING!
************************************************************/
.dropdown {
	margin:0;
	padding:0;
	list-style-type:none;
}
.dropdown ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
.dropdown a {
	display:block;
}
.dropdown li{
	margin: 0;
	float:left;
	position:relative;
	display: block;
}
.dropdown ul {
	position:absolute;
	display:none;
}
.dropdown li ul a{
	float:left;
}
.dropdown li ul {
	float:left;
}
.dropdown li ul li{
	float:left;
	position:relative;
}
.dropdown ul ul{
	top:0;
	left:100%;
}
.dropdown li ul ul {
	width:auto;
	margin: -1px 0px 0px 0px;
	float:left;
}
.dropdown li:hover ul ul, .dropdown li:hover ul ul ul, .dropdown li:hover ul ul ul ul{
	display:none;
}
.dropdown li:hover ul, .dropdown li li:hover ul, .dropdown li li li:hover ul, .dropdown li li li li:hover ul{
	display:block;
}
