/*
THEME NAME: Sandbox
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: A theme rich with powerful and dynamic semantic class selectors; a canvas for CSS artists
VERSION: 1.1
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
AUTHOR URI:
*/

/* Beginning of General Style Info */
body {
	color: #333;
        font-size:100%;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #fff;
	text-align: center;
	margin: 0;
	padding: 0;
}

h2{
 	text-align: left;
	letter-spacing: .05em;
	font: bold 1.1em/100% Georgia, "Times New Roman", Times, serif;
	color: #004282;
	padding: 1em 0 .5em;
	margin: 0 1em 0 25px;
}


h3{
	text-align: left;
	letter-spacing: .07em;
	text-transform: uppercase;
	font: bold .9em/100% Georgia, "Times New Roman", Times, serif;
	color: #004282;
	margin: 0 1em 0 25px;
	padding: 2em 0 0 0;
}

h4{
	text-align: left;
	letter-spacing: .07em;
	font: bold 1em/100% Georgia, "Times New Roman", Times, serif;
	color: #004282;
}

h5{
	text-align: left;
	letter-spacing: .07em;
	font: bold 1em/100% Georgia, "Times New Roman", Times, serif;
	color: #004282;
	margin-left: 25px;
}

h6{
	text-align: left;
	letter-spacing: .07em;
	font: italic bold .85em/100% Georgia, "Times New Roman", Times, serif;
	color: #004282;
	margin-left: 25px;
	position: relative;
	top: -15px;
}

p {
	font-size: 1em;
	line-height: 160%;
	word-spacing: .1em;
	text-align: left;
	margin: 0 1em 0 25px;
	padding: 1em 0 .5em;
}

div#access {
	position:relative;
	padding: 0;
	margin: 0 auto;
	width: 770px;
	background-color: #fff;
}

div#header {
	position:relative;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: 126px;
	background: url(http://www.mfbnyc.com/assets/images/nav_bg.png) repeat-x;
}

div#header h1 {
	position:relative;
	top: 0;
	width: 720px;
	height: 125px;
	padding: 0;
	margin: 0 auto;
	border: 0;
	background: url(http://www.mfbnyc.com/assets/images/mb_logo.png) no-repeat;
}

div#header h1 a{
	display: block;
	width: 125px;
	height: 125px;
	text-indent:-9999px;
}
div#menu{
	position: relative;
	top: -30px;
	margin: 0 auto;
	width: 770px;
	text-align: right;
}
div#menu ul, div#menu li {
	display: inline;
	margin: 0 10px;
	padding: 0;
	list-style-type: none;
}

div#menu a:link{	
	text-decoration:none;
	color: #fff;
	font-size: .8em;
}

div#menu a:visited {
	text-decoration: none;
	color: #fff;
	font-size: .8em;
}

div#menu a:hover{
	text-decoration: none;
	color: #cbcd96;
	font-size: .8em;
}

div#menu a:active{	
	text-decoration:none;
	color: #cbcd96;
	font-size: .8em;
}

#current{
	padding-top: 7px;
	color: #e6e6e6;
	border-top-width: 5px;
	border-top-style: solid;
	border-bottom-color: #e6e6e6;
}

div#main{
	position:relative;
	width: 800px;
	background-color: #fff;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	overflow: auto;
	
}

div#footer {
	position: relative;
	width: 100%;
	height: 224px;
	float: left;
	display: inline;
	background: #cbcd96 url(http://www.mfbnyc.com/assets/images/footer_bg.png) repeat-x;
	margin: 0;
	padding: 0;
}

div#footer p{
	position: relative;
	width: 750px;
	margin: 4px auto;
	padding: 0;
	text-align:center;
	font-size: .65em;
	color: #fff;
}

div#footer a:link{
	position: relative;
	width: 750px;
	margin: 4px auto;
	text-align:center;
	color: #fff;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #fff;
}

div#footer a:visited{
	color: #e6e6e6;
	text-decoration: none;
}

div#footer a:hover {
	color: #e6e6e6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6e6e6;
}

div#footer a:active{
	position: relative;
	width: 750px;
	margin: 4px auto;
	text-align:center;
	color: #fff;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #fff;
}


/* Text Selection */
::-moz-selection {

	background-color: #cbcd96;

	color: #000;

}

::selection {

	background-color: #cbcd96;

	color: #000;

}

div#content{
	position: relative;
	top: -16px;
	text-align: left;
	width: 770px;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
}

ul.small li{
        line-height: 130%;
	font-size: .85em;
	list-style-type: square;
	margin-bottom: .5em;
}
ul li{
        line-height: 130%;
	font-size: 1em;
	list-style-type: square;
	margin-bottom: .5em;
}

ul.contacts li{
        line-height: 130%;
	font-size: 1em;
	list-style-type: none;
	margin-bottom: .5em;
}

a:link{
	text-decoration: none;
	color: #0052a0;
	font-size: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0052a0;
}

a:visited{
	color: #082561;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #082561;
}

a:hover {
	color: #082561;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #082561;
}
a:active{
	text-decoration: none;
	color: #0052a0;
	font-size: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0052a0;
}
div#att_contact {
	text-align: left;
	font: italic bold .75em/100% Georgia, "Times New Roman", Times, serif;
	color: #004282;
	position: relative;
	top: -35px;
}
div#att_bio {
	position: relative;
	top: -35px;
}