@charset "UTF-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color:#ccc;
	background-image:url(../resources/graphics/MFBG.png);
	background-repeat:repeat-x;
}

#mainContainer {
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	width:900px;
}

#topBrand {
	margin:0px;
	padding:0;
	height:23px;
	overflow: hidden;
}

#headerContainer {
	background-image:url(../resources/graphics/MFBannerBG.png);
	width:900px;
	height:73px;
	margin:0;
	padding:0;
	overflow: hidden;
}

#headerLogo {
	margin-left:30px;
	float:left;
}

#searchContainer {
	float:right;
	padding-top:3px;
	padding-right:25px;
}

#basicNav {
	padding-top:35px;
	padding-left:648px;
}

#basicNav ul{
}

#basicNav li{
	display:inline;
	text-decoration:none;
}

#basicNav a{
	text-decoration:none;
	color:#000;
	padding: 0 5px 0 0;
	font-size:12px;
}

#basicNav a:hover{
	color:#999;
}

#mainNavContainer {
	background-image:url(../resources/graphics/MainNavBG.png);
	padding-left:18px;
}

/********************* BEGIN MAIN NAV ***************************************/
.chromestyle{
	width: 99%;
	font-weight:normal;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	width: 98%;
	padding:0px 0px 3px 0px;
	margin: 0;
	text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color:#fff;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	font-size: 13px;
}

.chromestyle ul li a:hover{
	color: #fae4cf;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	/*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #333; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color:#666;
	visibility: hidden;
	width: 150px;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #333; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: #fae4cf;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #888;
}

/******************************************************* CONTENT CONTAINERS ********************************************/

#mainContentContainer {
	background-image:url(../resources/graphics/ContentBG.png);
	background-repeat:repeat-y;
}

#leftContent {
	margin-top:10px;
	margin-left: 30px;
	display: inline; /******** IE 6 hack ******/
	float:left;
	width:587px;
	padding: 5px 5px 0px 5px;
	border-style:solid;
	border-width:thin;
	border-color:#333;
	background-image: url(../resources/graphics/ContentContainerBG.png);
}

#rightContent {
	margin-left: 15px;
}

#rss {
	margin-top:0px;
}

/***************************************** CONTENT CLASSES ******************************************/

img.floatLeft { 
    float: left; 
    margin-right: 10px; 
}

.a {
	color:#F63;
	text-decoration:none;
}

.featuredContent {
	font-size:12px;
	text-decoration:none;
}

.featuredContent a{
	color:#F63;
	text-decoration:none;
}

.featuredContent h3 {
	color:#633100;
}

.featuredContent h4 {
	color:#633100;
}

.mainContent {
	width:565px;
	padding:10px;
	float:left;
	margin-bottom:10px;
	background-color:#fff;
	border-style:solid;
	border-width:thin;	
	font-size:12px;
	color: #000;
}

.mainContent a {	
	text-decoration:none;
	color:#F63;
}
/************************   RIGHT Content Classes    *******************/
.rightContent {
	margin-top:10px;
	margin-left: 5px;
	margin-right:30px;
	float:left;
	clear: right;
	width:222px;
	display: inline; /******** IE 6 hack ******/
}

.pdfLinks {
	background-color:#ddd;
	border-style:solid;
	border-width:thin;
	font-size:10px;
	width:200px;
	padding:10px;
	margin-top:10px;
	color: #424242;
}
.pdfLinks a {
	text-decoration:none;
	color:#c60;
	font-size:12px;
}

.pdfLinks a:hover {
	color:#000;
}

.pdfLinks li {
	list-style-image:url(../resources/graphics/pdficon_small.gif);
}


/*****************************************    MAIN PAGE *************************************************/

#featuredContentContainer {
}

#specialOffer {
}

/***************************************      LATEST ISSUE     ****************************************/



/***************************************       ABOUT  ******************************/

#aboutMF {
}

#staffContainer {
	margin-top:15px;
}

.staff {
}

/*************************** CONTACT *******************************/
#contactContainer {
}

/*************************** SUBSCRIBE *****************************/
#subscribeContainer {
}

/*************************** BACK ISSUES **************************/

#backissuesContainer {
}

/*************************** LINKS RIGHT CONTENT **************************/

#rss {
}


/************************************************** DONATE ************************************/
#donate {
	padding-left:30px;
	width:838px;
	font-size:14px;
}

/* for amount, search, select, and donate.php pages jl 2008/11/07 */
	.center {
		text-align: center;
	}
	.field_heading {
		text-align: right;
		font-weight: bold;
	}
	.field_note {
		font-style: italic;
	}
	.msg {
		text-align: left;
		color: red;
		font-size: 1.25em;
	}
	/* end for amount, search, select, and donate.php pages jl 2008/11/07 */
	
	
/************************************************** SUBSCRIBE ************************************/
/* for subscribe pages jl 2010/02/16 */

.missingFieldTitle {
	text-align: right;
	color: red;
	font-size: 1.25em;
}
.missingMsg {
	color: red;
}
.subCompleteMsg {
	font-style: italic;
}

/* end for subscribe pages jl 2010/02/16 */
		
/******************************************* FOOTER ******************************/

#clearFloat {
	clear:both;
	display: block;
}

#footerContainer {
	height:46px;
	clear:both;
	background-image: url(../resources/graphics/FooterBottomRounded.png);
}

#bottomRoundedContainer {
}



