/* Begin CSS Reset */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,article,aside,dialog,figure,footer,header,hgroup,nav,section{margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}article,aside,dialog,figure,footer,header,hgroup,nav,section{display:block;}body{line-height:1.5;}table{border-collapse:separate;border-spacing:0;}caption,th,td{text-align:left;font-weight:normal;}blockquote:before,blockquote:after,q:before,q:after{content:"";}blockquote,q{quotes:"" "";}a img{border:none;}
/* End CSS Reset */

body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #333;
	background: #fff;
	
}

a {
	outline: none;
	color: #205a2e;
}

p {
	margin: 0 0 20px 0;
}

h2 {
	margin: 0 0 20px 0;
	color: #333;
	font-size: 24px;
	font-weight: bold;
}

h3 {
	margin: 0 0 10px 0;
	color: #333;
	font-size: 16px;
	font-weight: bold;
}

h4 {
	margin: 0 0 15px 0;
	padding-bottom: 7px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #dddcdc;
}

input, texarea, select {
	font-size:14px;
	padding: 2px;
}

#wrapper {
	width: 940px;
	margin: 0 auto;
	margin-bottom: 60px;
	background: #fff;
}

#header {
	overflow: hidden;
	margin-top: 12px;
}

#logo {
	width:380px;
	float: left;
}

#logo h1 a {
	display: block;
	width: 201px;
	height: 106px;
	text-indent: -2000px;
	background: url('/img/logo_large.gif');
}

#login {
	width:560px;
	float: left;
}

#call_us {
	margin-top: 65px;
	font-size: 24px;
	text-align: right;
}

#call_us b {
	color: #205a2e;
}

#nav {
	overflow: hidden;
	margin-top: 17px;
}

#main_menu {
	list-style: none;
}

#main_menu li {
	float: left;
}

#main_menu li a {
	display: block;
}

#main_menu li a#btn_home {
	width: 196px;
	height: 50px;
	text-indent: -2000px;
	background: url('/img/btn_home_off.gif');
}

#main_menu li a#btn_home:hover {
	background: url('/img/btn_home_on.gif');
}

#main_menu li a#btn_bonds_for_sale {
	width: 182px;
	height: 50px;
	text-indent: -2000px;
	background: url('/img/btn_bonds_for_sale_off.gif');
}

#main_menu li a#btn_bonds_for_sale:hover {
	background: url('/img/btn_bonds_for_sale_on.gif');
}

#main_menu li a#btn_how_munigo_works {
	width: 223px;
	height: 50px;
	text-indent: -2000px;
	background: url('/img/btn_how_munigo_works_off.gif');
}

#main_menu li a#btn_how_munigo_works:hover {
	background: url('/img/btn_how_munigo_works_on.gif');
}

#main_menu li#nav_cap {
	width: 339px;
	height: 50px;
	background: url('/img/nav_cap_right.gif');
}

#main_menu li#nav_cap a#btn_nav_open_account {
	margin-top: 9px;
	margin-left: 58px;
	width: 220px;
	height: 31px;
	text-indent: -2000px;
	background: url('/img/btn_nav_open_account.gif');
}

#content {
	overflow: hidden;
	margin: 20px 0 60px 0;
}

.clear {
	clear: both;
}

#wall {
	margin-right: 20px;
	width: 620px;
	height: 320px;
	float: left;
	background: url('/img/mw_1.png');
}

#wall_button {
	display: block;
	width: 220px;
	height: 40px;
	margin-top: 244px;
	margin-left: 373px;
	text-indent: -3000px;
}

#home_featured_bonds {
	width: 300px;
	height: 320px;
	float: left;
	background: url('/img/bg_home_featured_bonds.gif');
}

.home_column {
	width: 280px;
	float: left;
	margin-right: 40px;
	font-size: 13px;
}

#footer {
	padding-top: 20px;
	padding-bottom: 100px;
	background: url('/img/bg_footer.gif') repeat-x;
	text-align: center;
	font-size: 12px;
}

#featured_bonds {
	text-align: center;
	margin-bottom: 15px;
}

.feature_box {
	width: 260px;
	background: url('/img/feature_box_bg.gif');
}

.feature_box_content {
	height: 230px;
	margin: 10px 20px 10px 20px;
}

.featured_title {
	height: 38px;
	margin-bottom: 7px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	text-shadow: 1px 1px 0 #fff;
}

.featured_title2 {
	margin-bottom: 7px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	text-shadow: 1px 1px 0 #fff;
}

.featured_data {
	width: 100%;
	margin-top: 15px;
}

.featured_attribute {
	font-size: 11px;
	text-shadow: 1px 1px 0 #fff;
}

.featured_value {
	font-size: 14px;
	font-weight: bold;
	text-shadow: 1px 1px 0 #fff;
}

.featured_yt_data {
	width: 100%;
	margin-top: 12px;
}

.featured_yt_attribute {
	font-size: 11px;
	text-shadow: 1px 1px 0 #fff;
	font-weight: bold;
}

.featured_yt_value {
	font-size: 28px;
	color: #ec5f01;
	font-weight: bold;
	text-shadow: 1px 1px 0 #fff;
}

.featured_learn_more {
	margin-top: 5px;
}

.featured_learn_more a {
	display: block;
	margin: 0 auto;
	width: 146px;
	height: 48px;
	text-indent: -8000px;
	background: url('/img/btn_featured_learn_more.png');
}

.feature_box_cap_top {
	height: 8px;
	background: url('/img/feature_box_cap_top.gif');
}

.feature_box_cap_bottom {
	height: 7px;
	background: url('/img/feature_box_cap_bottom.gif');
}

.separator {
	height: 2px;
	background: url('/img/bg_separator.gif');
}

.more_featured {
	border-bottom: 1px solid #dddcdc;
	margin-bottom: 15px;
}

.more_yt {
	width: 116px;
	height: 51px;
	margin-left: 15px;
	background: url('/img/bg_yt.gif');
}

.more_yt_attribute {
	margin: 0 0 0 10px;
	padding-top:5px;
	font-size: 12px;
	font-weight: bold;
}

.more_yt_value {
	margin: 0 0 0 10px;
	font-size: 18px;
	color: #ec5f01;
	font-weight: bold;
	text-shadow: 1px 1px 0 #fff;
}

#sort_bar {
	margin: 25px 0 5px 0;
	width: 940px;
	height: 44px;
	background: url('/img/bg_sort_bar.gif');
}

#bond_carousel {
	list-style-type: none;
}

.learn_more {
	width: 95%;
	margin: 0 auto;
	background: #eceeec;
	display: none;
}

label {
	display: block;
	margin-top: 10px;
	margin-bottom: 3px;
	font-weight: bold;
	font-size: 12px;
}

.error-message{
	margin-top: 5px;
	color: red;
	font-weight: bold;
	font-size: 12px;
}