@charset "utf-8";

/* CSS Document */

a {
	outline: none;
}

:focus {
	-moz-outline-style: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	/*Style for Scrollbars on Welcome and Directory page*/
	scrollbar-3dlight-color:#969599;
	scrollbar-arrow-color:#f5f5f5;
	scrollbar-base-color:#f9f9f9;
	scrollbar-darkshadow-color:#4f5356;
	scrollbar-face-color:#4f5356;
	scrollbar-highlight-color:#808080;
	scrollbar-shadow-color:#969599;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	background-color: #40669e;
	color: #2f3030;
}
h3 {
	font-size: 16px;
	margin: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.list-style {
    list-style-image: url(../images/bullet.gif);
	margin-bottom: 5px;
	font-size: 12px;	
	
}

a {
	color: #386da4;
	text-decoration: none;
}

a:hover {
	color: #f7941e;
	text-decoration: underline;
}

#wrapper {
	background-color: #FFF;
	width: 972px;
	margin-right: auto;
	margin-left: auto;
}

div#header {
	position:relative;
}

#header {
	height: 102px;
}

#header #logo {
	height: 82px;
	width: 312px;
	position: absolute;
	left: 15px;
	top: 10px;
}

#header #subnav {
	position: absolute;
	top: 6px;
	right: 19px;
	font-size: 11px;
	font-weight: bold;
	width: auto;
}

#header #phone {
	position: absolute;
	bottom: 9px;
	right: 232px;
	font-weight: bold;
}

#header #registernow {
	height: 77px;
	width: 203px;
	position: absolute;
	top: 25px;
	right: 15px;
}

#horiz_menu {
	background-image: url(../images/horiz_menu.jpg);
	background-repeat: no-repeat;
	height: 38px;
	width: 100%;
}
#content {
	background-color: #FFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	overflow: auto;
}

#content #leftcolumn {
	float: left;
	width: 630px;
	margin-bottom: 15px;
	padding-left: 10px;
	display: inline;
	font-size: 12px;
	line-height: 19px;
}
#content #leftcolumn br {
	line-height: 12px;
}
#content #leftcolumn #leftbox {
	background-image: url(../images/leftcolumn_index_box.jpg);
	background-repeat: no-repeat;
	height: 225px;
	width: 333px;
}

#content #leftcolumn div#leftbox {
	position:relative
}

#content #leftcolumn #leftbox #leftboxpic {
	height: 178px;
	width: 294px;
	position: absolute;
	top: 25px;
	right: 25px;
	border: 2px solid #CB7307;
	background-image: url(../images/index_boxpic.jpg);
}

#content #leftcolumn #leftbox #leftboxlist {
	position: absolute;
	left: 25px;
	top: 52px;
	font-size: 15px;
	font-weight: bold;
	width: 287px;
}

#content #leftcolumn #leftbox #leftboxlist a {
	text-decoration: none;
	color: #000;
}

#content #leftcolumn #leftbox #leftboxlist a:hover {
	color: #333;
	text-decoration: underline;
}

#content #leftcolumn h3 {
	color: #40659d;
	font-size: 20px;
}

#content #rightcolumn {
	float: right;
	width: 255px;
	margin-bottom: 15px;
	display: inline;
}

#content #rightcolumn #rightboxtop {
	width: 246px;
	background-image: url(../images/rightcolumn_box_top.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 14px;
}

#content #rightcolumn #rightboxmiddle {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c85b00;
	border-left-color: #c85b00;
	width: 194px;
	margin-left: 1px;
	padding-left: 24px;
	padding-right: 24px;
	font-size: 12px;
	padding-top: 18px;
	background-color: #F7941E;
	color: #FFF;
}

#content #rightcolumn #rightboxbottom {
	width: 246px;
	background-image: url(../images/rightcolumn_box_bottom.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 12px;
}

#content #rightcolumn #wantmoreinfo {
	margin-top: 20px;
	width: 246px;
	text-align: center;
}
.whystartaband_index p {


}
#footer {
	background-image: url(../images/footer_bg.gif);
	height: 55px;
	padding-top: 10px;
	padding-left: 17px;
}

#footer .footeraddress {
	font-size: 11px;
	color: #999;
}

#footer .copyright {
	font-size: 10px;
	color: #999;
}
