@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #D6D2C7;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.midlands #container {
	width: 911px;
	margin: 0 auto;
	text-align: left;
	margin-top:20px;
}
.midlands #header {
	background: #DDDDDD; 
	background-image:url(../images/bkgd_header.gif);
	background-repeat:no-repeat;
	height:102px;
	padding: 0 10px 0 20px;
}
.midlands #header h1 {
	margin: 0; 
	padding: 10px 0;
}
.midlands #mainContentHome {
	padding: 0;
	background: #FFFFFF;
	width:520px;
}

.midlands #mainContentRight {
	width: 391px;
	height:261px;
	float:right;
	background:url(../images/home_quote.gif) no-repeat;
}

.midlands #footer {
	padding: 0 ;
	background:#DDDDDD;
	background-image:url(../images/bkgd_home_bottom.jpg);
	background-repeat:no-repeat;
	height:213px;
	clear:both;
}
.midlands #footer p {
	margin: 0;
	padding: 10px 0;
}


/* MEET OUR TEAM BLOCK */

#meetOurTeam {
	float:left;
	margin-left:4px;
}

/* ----END MEET OUR TEAM ---- */



/* NEWS AND EVENTS BLOCK */

.midlands #newsEvents {
	width:321px;
	height:209px;
	float:left;
	margin-left:5px;
	background:url(../images/bkgd_newsEvents.jpg) no-repeat;
}

.midlands #newsEvents div {
	padding:0px 8px 8px 13px;
	font-size:11px;
	color:#fff;
}

.midlands #newsEvents h1 {
	padding:0;
	margin:0;
	font-size:12px;
}

.midlands #newsEvents a, a:visited {
	color:#a99a6f;
}

.midlands #newsEvents a:hover {
	color:white;
	text-decoration:underline;
}

.midlands #newsEvents div ul {
	margin:0;
	padding:6px 0 2px 0;
	list-style:none;
}

/* ----END NEWS AND EVENTS---- */


/* 40TH ANNIVERSARY BLOCK */

.midlands #anniversary {
	float:left;
	margin-left:5px;
}

/* ----END 40TH ANNIVERSARY---- */


#logo {
	padding:8px 0 0 4px;
	float:left;
}

.gold {
	color:#a99a6f;
}

/* TOP NAVIGATION BLOCK */

#topNavContainer {
	width: 580px;
	margin-top:40px;
	float:right;
	z-index:100;
	position:relative;
}

/* FOOTER LINKS */

#footerLinks {
	width: 871px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:right;
	padding-right:40px;
	padding-top:20px;
	margin:0 auto;
}

#footerLinks a, a:visited {
	color:black;
}

#footerLinks a:hover {
	color:#900;
}

#homeQuote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	color:#fff;
	font-style:italic;
	padding:45px 20px 0px 30px;
	height:130px;
	z-index:0;
}

#market {
	padding:15px 0 0 0;
	width:387px;
	height:63px;
	background-color:#000;
	border-right:4px solid #fff;
	border-bottom:4px solid #fff;
	border-top:4px solid #fff;
	z-index:0;
}

#form {
	padding-left: 15px;
	/*padding-top:10px;*/
	color:#fff;
}

.stockFundLookup {
	background-color:#242424;
	border:1px solid #333;
	height:35px;
	font-size:22px;
	font-weight:normal;
	text-transform:uppercase;
	color:#ccc;
	text-align:center;
	padding-top:5px;
}

.btnGo {
	padding-left:8px;
}
	
	
	
	
	
