/* CSS Document */

/*
-----------------------------------------------
Name:     One to the Left & Room to Grow v3
Author:   Karim McCall / Market M 
URL:      http://www.mhaiv.org
Date:     21 February 2008
----------------------------------------------- */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow: -moz-scrollbars-vertical;
	background: #fff;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
}

table {
	border-collapse:collapse;
}

h1 { 
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#650360;
	margin:16px 0 16px 0;
	padding:0;
}

h2 {
	font-weight:bold;
	color:#fff;
	margin:0;
	padding:0;
	font-size:13px;
}

#container {
	width:780px;
	margin:0 auto;
	background: url(images/img_mainBG.gif);
}

#header-container {
	width:750px;
	height:79px;
	margin:0 auto;
	background: url(images/img_headerBG.jpg) no-repeat;
}

#nav-container {
	width:750px;
	height:33px;
	margin:0 auto;
	background: url(images/img_navBG.gif);
}

.title-block {
	background-color:#650360;
	padding:10px 0 10px 14px;
}

.home-main {
	color:#666666;
	text-align:left;
}

.main {
	margin:14px;
	color:#666666;
	text-align:left;
}

#footer-container {
	width:745px;
	font-size:9px;
	margin:0 auto;
	color:#464646;
}

/* Left Sidebar
----------------------------------------------- */

#left-sb {
	color:#000000;
	padding:0;
	background: url(images/img_LsidebarBG.gif);
}

.left-sb01content {
	margin:12px 6px 12px 12px;
}

.left-sb01 {
	width:230px;
	text-align:left;
	vertical-align:top;
	padding:0px;
	background: url(images/img_sbBG_news-events.gif) bottom no-repeat #ffffff;
}

.left-sb02 {
	width:230px;
	text-align:left;
	vertical-align:top;
	padding:0px;
	background: url(images/img_sbBG_resources.gif) bottom no-repeat #ffffff;
}

.left-sb03 {
	width:230px;
	text-align:left;
	vertical-align:top;
	padding:0px;
	background: url(images/img_sbBG_volunteer.gif) bottom no-repeat #ffffff;
}

.left-sb04 {
	width:230px;
	text-align:left;
	vertical-align:top;
	padding:0px;
	background: url(images/img_sbBG_donate.gif) bottom no-repeat #ffffff;
}


/* Links
----------------------------------------------- */
a, a:link, a:visited {
	text-decoration:underline;
	color:#fff;
	text-transform:none;
}

a, a:hover, a:active, a:focus {
	text-decoration:underline;
	color:#fff;
	text-transform:none;
}

div.main a, a:link, a:visited {
	text-decoration:underline;
	color:#0072bc;
	text-transform:none;
}

div.main a, a:hover, a:active, a:focus {
	text-decoration:underline;
	color:#0072bc;
	text-transform:none;
}

#left-sb a:link, a:visited {
	text-decoration: underline;
	color: #000;
	text-transform:none;
}

#left-sb a:hover {
	text-decoration: underline;
	color: #000;
	text-transform:none;
}

#left-sb a, a:active, a:focus {
	text-decoration: underline;
	color: #000;
	text-transform:none;
}

#footer-container a:link, a:visited {
	text-decoration: none;
	color: #464646;
	text-transform:none;
}

#footer-container a:hover {
	text-decoration: underline;
	color: #464646;
	text-transform:none;
}

#footer-container a, a:active, a:focus {
	text-decoration: none;
	color: #464646;
	text-transform:none;
}

/* Dropdown
----------------------------------------------- */

#dropmenudiv{
position:absolute;
border:1px solid #ffffff;
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:20px;
z-index:100;
color:#ffffff;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 6px;
border-bottom: 1px solid #ffffff;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color:#ffffff;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #7b9e07;
color:#ffffff;
}
