/*
File:		monaz_v2.css
Author:		Missouri District Church of the Nazarene
Date:		June 6, 2007
Purpose:	Main Missouri District Church of the Nazarene CSS File
Note:		There is one MSIE-only style command for the left_menu style 
            encased in a JavaScript conditional statement in the main 
			HTML document (index.htm).

= C H A N G E   H I S T O R Y =

 Date       Who         Changes
------     -----       ---------
2007/06/06	Tony C	    Created file.
*/

#page {
	width: 808px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #fef6c4;
	padding: 0px;
	margin: 0px;
	background-color: #262626; 
}

#body {
	width: 704px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: #fef6c4; 
	text-align: left; 
	vertical-align: top; left: 20px;
}

#normal_text {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #fef6c4; 
	text-align: left; 
	vertical-align: top;
	padding-right: 15px; 
	padding-left: 7px; 
}

#left_menu {
	background-image: url('images/monaz_v2_menu.gif'); 
	background-repeat: repeat-y; 
	text-align: right; 
	vertical-align: top; 
	width: 106px;
	color: #fef6c4;
	text-align: right;
	font-size: 9px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	padding-right: 48px;
}

#menu a{
	font-family: Verdana, Arial, Helvetica, Sans-Serif; 
	font-weight: bold; 
	font-size: 9px; 
	line-height: 21px;
	font-weight: bold; 
	text-decoration: none; 
	color: #fef6c4; 
}

#menu a:hover{
	color: #9898d8; 
	font-weight: bold; 
	text-decoration: none; 
}

#dropmenudiv{
	position:absolute;
	border-bottom-width: 0;
	font:normal 9px Verdana;
	font-weight: bold; 
	line-height: 13px; 
	background: #000038; 
	color: #fef6c4;
	border: 3px solid #000000;
	border-left: 1px solid #00000a; 
	border-top: 2px solid #7171b5; 
	z-index:100;
	margin-top: -13px; 
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 15px;
	padding: 1px 0;
	font-weight: bold; 
	text-decoration: none;
	background: #000038; 
	color: #fef6c4;
}

#dropmenudiv a:hover{ /*hover background color*/
	text-indent: 15px;
	padding: 1px 0;
	color: #000038;
	font-weight: bold; 
	text-decoration: none; 
	background: #fef6c4; 
}

#menu_bottom {
	background-image: url('images/monaz_v2_menu_bottom.gif');
	background-repeat: no-repeat;
	width: 104px; 
	height: 63px;
}

#bottom_bar {
	background-image: url('images/monaz_v2_bottom.gif');
	background-repeat: no-repeat;
	width: 808px;
	height: 97px;
	padding-top: 46px; 
	padding-bottom: 34px;
	padding-left: 64px; 
	padding-right: 64px;
	color: #fef6c4;
	text-align: center; 
	vertical-align: top;
	font-size: 10px;
}