<!--- 
Filename: main.css
Created by: Scott 
Purpose: linked stylesheet
 --->
 * { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #000;
}
.nws {
	font-size: 36px;
	color: #016701;
	font-weight: bold;
}
.nwscom {
	font-size: 34px;
	color: #DF9B12;
	font-weight: normal;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 130%;
	padding-bottom: 10px;
}

h3 {
	font-size: 95%;
	padding-bottom: 5px;
}

a {
	color:#0F2578;
}
img.float-right {
  	margin: 5px 0px 10px 10px;
	float:right;
}

img.float-left {
  	margin: 5px 10px 10px 0px;
	float:left;
}

.clear { clear: both; 
}

#wrapper {
	margin: 0 auto;
	width: 965px;
	background-color: #FFF;
}
#header {
	color: #333;
	width: 945px;
	float: left;
	padding: 10px;
	height: 300px;
	margin: 0px 0px 0px 0px;
	background-color: #E7DBD5;
	background-image: url(images/header_01.jpg);
	background-repeat: no-repeat;
}
#headerINT {
	color: #333;
	width: 945px;
	float: left;
	padding: 10px;
	height: 130px;
	margin: 0px 0px 0px 0px;
	background-color: #E7DBD5;
	background-image: url(images/header_int.jpg);
	background-repeat: no-repeat;
}
#headerContact {
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	float:right;
	padding-right: 0px;
	padding-top: 10px;
	text-align: center;
}

#headerContact a {
	color: #FFF;
}


#navigation {
	float: left;
	width: 965px;
	color: #FFF;
	margin: 0px 0px 0px 0px;
	background: #0f2578;
}
#leftcolumn {
	color: #333;
	margin: 0px;
	width: 668px;
	float: left;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	text-align: left;
}
#rightcolumn {
	float: right;
	color: #333;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	width: 246px;
	display: inline;
	background: #ffffff;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0F2578;
}
#mlssearch {
	color: #333;
	margin-left: auto;
	margin-right: auto;
	width: 668px;
	text-align: center;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	}
#footer {
	width: 945px;
	clear: both;
	color: #FFF;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	background-color: #102679;
}
#footer p {
	font-size: 10px;
	text-align: right;
}

#footer a {
	color: white;
}

#footer a:hover {
	text-decoration:none;
}
.featured_listings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
a.featured_listings:LINK, a.featured_listings:VISITED {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
a.featured_listings:HOVER {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
.mattblacktabs{
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 15 px;
	width: 100%;
	overflow: hidden;
	}

.mattblacktabs ul{
margin: 0;
padding-right: 10;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: bold 16px Georgia;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 10px 10px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #0F2578; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: white; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
color: black;
}
A.menu:LINK, A.menu:VISITED {
	padding-right: 4px;
	padding-left: 4px; /*offset of tabs relative to browser left edge*/
	color : #FFF;
	text-decoration : none;
	font-family : Tahoma;
	font-size: 125%;
	font-weight: bold;
}
A.menu:HOVER {
	padding-right: 4px;
	padding-left: 4px; /*offset of tabs relative to browser left edge*/
	background-color : #FFF;
	color : #000080;
	text-decoration : none;
	font-family : Tahoma;
	font-size: 125%;
	font-weight: bold;
	padding: 10 px;
}