/*
 * Brainworks Software Development Corporation Classified CSS Stylesheet.
 * First Create on May 7, 2003
 * Added distinct links for use with in Classifieds on May 8, 2003
 */

/* First, a list of anchor tags that can be used 
 * to provide a different link presentation within
 * the Classifieds section. These styles are assigned
 * as a class and override the standard anchor tags.
 */

.bwanchor
{
	font-family: Arial;
	font-size: 10pt;
	color: blue;
	text-decoration: none;
}

.bwanchor:link
{
	font-family: Verdana, sans-serif;
	font-size: 11pt;
	color: green;
	text-decoration: none;
}

.bwanchor:hover, .bwanchor:visited:hover
{ 
	font-family: Verdana, sans-serif;
	font-size: 11pt;
	color: blue;
	text-decoration: none;
}

.bwanchor:active
{
	font-family: Verdana, sans-serif;
	font-size: 11pt;
	color: yellow;
	text-decoration: none;
}

.bwanchor:focus
{
	font-family: Verdana, sans-serif;
	font-size: 11pt;
	color: red;
	text-decoration: none;
}

.bwanchor:visited
{
	font-family: Verdana, sans-serif;
	font-size: 11pt;
	color: orange;
	text-decoration: none;
}

/* Common text style attributes */
.bwads {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 9pt;
		}
.bwbold { font-weight: bold; }
.bwitalic { font-style: italic; }
.bwunderline { text-decoration: underline; }
.bwallcaps { text-transform: uppercase; }
.bwsmallcaps { font-variant: small-caps; }
.bwmonospace { font-family: monospace; }
.bwsuperscript  { vertical-align: super; }
.bwsubscript { vertical-align: sub; }
.bwstrikethru { text-decoration: line-through; }

/* Common text alignment styles */
.bwleft { text-align: left; }
.bwright { text-align: right; }
.bwjustify { text-align: justify; }
.bwcenter { text-align: center; }

/* Styles that change font size */
.bwsmall2{ font-size: 7pt; }
.bwsmall1{ font-size: 8pt; }
.bwlarge1{ font-size: 12pt; }
.bwlarge2{ font-size: 14pt; }
.bwlarge3{ font-size: 16pt; }
.bwlarge4{ font-size: 18pt; }

h1 {color: #FFF; font: bold 28px Verdana, sans-serif; }
h3 {color: #FFF; font: bold 20px Verdana, sans-serif; }
p {color: #000; font: 11px Verdana, sans-serif; }
h2 {color: #000; font: bold 11px Verdana, sans-serif; }
h4 {color: #000; font: 13px Verdana, sans-serif; }
h5 {color: #000; font: bold 20px Verdana, sans-serif; }
h6 {color: #000; font: bold 13px Verdana, sans-serif; }

div#wrap {
	position:relative;
	top: 8px;
	width: 710px;
	margin-left: 25px;
	z-index: 3;
}

body>div#wrap {
	top: 0;
}

div#threebigbtns {
	height: 150px;
	width: 710px;
	margin: 0;
	padding: 9px 0 9px 0;
	border: 0;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
}

div#leftcol {
	float: left;
	width: 220px;
	height: 150px;
	margin: 0 9px 0 0;
	padding: 0 9px 0 0;
	border: 0;
	text-align: center;
	border-right: 1px solid #000000;
}


div#rightcol {
	float: right;
	width: 220px;
	height: 150px;
	margin: 0 0 9px 0;
	padding: 0 0 0 9px;
	border: 0;
	text-align: center;
	border-left: 1px solid #000000;
}

div#centercol {
	margin: 9px 230px 0 230px;
	padding: 0;
	text-align: center;
}

div#threebigbtns>div#centercol {
	margin: 0 230px 0 230px;
}

div#feat {
	height: 50px;
	width: 710px;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	background-color: #000000;
	text-decoration: none;
}

div#featleft {
	float: left;
	width: 297px;
	height: 125px;
	margin: 0 0 0 0;
	padding: 0 27px 0 27px;
	border: 0;
	text-align: left;
	border-right: 2px solid #000000;
	border-left: 2px solid #000000;
	border-bottom: 2px solid #000000;
}


div#featright {
	float: right;
	width: 299px;
	height: 125px;
	margin: 0 0 0 0;
	padding: 0 27px 0 27px;
	border: 0;
	text-align: left;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
}

div#clear {
	clear: both;
	position:relative;
	top:0;
}

div#toe {
	position:relative;
	top: 0;
	width: 710px;
	margin-left: auto;
	margin-right: auto;
	z-index: 3;
}

div#t {
	position: relative;
	padding: 0 0 5px 0;
	margin: 0;
	top: 7px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font: bold 9px Verdana, sans-serif;
}

div#tline {
	position: relative;
	top: 10px;
	width: 710px;
	padding: 4px 0 10px 0;
	border: 0;
	border-top: 2px solid #000000;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	list-style-type: none;
}

div#line {
	position: relative;
	top: 15px;
	width: 710px;
	padding: 9px 0 0 0;
	border: 0;
	border-top: 2px solid #000000;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	list-style-type: none;
	font: bold 9px Verdana, sans-serif;
}

div#menu {
	position: relative;
	top: 15px;
	width: 710px;
	padding: 9px 0 0 0;
	border: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	list-style-type: none;
	font: bold 9px Verdana, sans-serif;
}
	
div#menu ul#foot {
	padding: 0px;
	margin: 0px;
}
div#menu ul#foot li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
	border: 0;
}
div#menu ul#foot li a {
	margin: 0 0 0 -3px;
	padding: 2px 0.5em 2px 0.5em;
	text-decoration: none;
	border-right: 1px solid #000000;
}
div#menu ul#foot li#sm a {
	margin:  0 0 0 -3px;
	padding: 2px 0.5em 2px 0.5em;
	text-decoration: none;
	border: 0;
}
a:link, a:visited {
	color: #00F;
	text-decoration: none;
}
a:hover, a:active {
	color: #000;
	background-color: #FCF;
	text-decoration: none;
}

/* font colors were #069 and background was #D9E0E8 */