pre, tt, code, samp, kbd, xmp, listing, plaintext {
	font-family: monospace;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, legend, input, textarea, blockquote, th, td {
	margin:0;
	padding:0;
}
p{
	margin:0;
	padding:0 0 10px 0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}
a {
	outline: 0;
}
a:link, a:active, a:visited {
	color: #a12830;
}
a:hover {
	text-decoration: none;
}
img {
	border: 0;
	outline: 0;
}
input, select, textarea {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
div.clear { /* Float fix */
	clear: both;
	height: 1px; /* Height must be 1 for the wrapping element to actually wrap the containing elements (IE fix) */
	overflow: hidden; /* Style used because MSIE refuses to automatically make div tags less than 1em high when in Standards Compatible mode. */
}
/* clearfix : 
-------------------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* clearfix ^ 
-------------------------------------------------------------------------*/
#flowers{
	height:462px;
}
#main-content {
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
	display:inline;
	float:left;
	width:612px;
}
#main-content h1{
	color:#005595;
	font-weight:bold;
	font-size:26px;
	padding:5px 0;
}
#main-content h2{
	color:#005595;
	font-weight:normal;
	font-size:16px;
	padding:5px 0;
}
#main-content a h2{
	text-decoration:none;
}
#main-content h3{
	font-size:14px;
	font-weight:bold;
	padding:5px 0;
	color:#005595;
}
#secondary-page{
	margin:30px 0 0 20px;
}
#secondary-page a{
	color:#065693;
}
#secondary-page h4{
	text-align:center;
	background:#fadd07;
	color:#065693;
	padding:5px;
	font-size:15px;
	font-weight:bold;
	width:250px;
	margin:0 0 20px 0;
}
#secondary-page ol{
	list-style:decimal;
	list-style-position:outside;
	margin-left:25px;
	color:#005595;
	font-size:12px;
}
#secondary-page ul{
	list-style:disc;
	list-style-position:outside;
	margin-left:25px;
	color:#005595;
	font-size:12px;
}
#header {
	height:85px;
	overflow:hidden;
}

/* nav : 
-------------------------------------------------------------------------*/

#nav {
	display:inline;
	float:left;
	position:relative;
	width:188px;
	padding:0;
	margin:0;
}

#nav a:link, #nav a:active, #nav a:visited {
	width:158px;
	height:41px;
	padding:17px 0 0 30px;
	display:block;
	background-image:url(../img/navbtn-off.jpg);
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	color:#065695;
}
#nav a:hover {
	background-image:url(../img/navbtn-on.jpg);
}
#nav a.current {
	background-image:url(../img/navbtn-on.jpg);
}
#nav ul {
	list-style:none;
}
#nav-bottom a:link, #nav-bottom a:active, #nav-bottom a:visited {
	width:158px;
	height:39px;
	padding:17px 0 0 30px;
	background-image:url(../img/navbottombtn-off.jpg);
}
#nav-bottom a:hover {
	background-image:url(../img/navbottombtn-on.jpg);
}
#nav-bottom-on{
	background-image:url(../img/navbottombtn-on.jpg);
	width:158px;
	height:39px;
	padding:17px 0 0 30px;
	display:block;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	color:#065695;
}
#greynav a:link, #greynav a:active, #greynav a:visited {
	width:158px;
	height:33px;
	padding:14px 0 0 30px;
	display:block;
	background-image:url(../img/greynavbtn-off.jpg);
	text-decoration:none;
	font-size:12px;
	font-weight: normal;
	color:#FFFFFF;
}
#greynav a:hover {
	background-image:url(../img/greynavbtn-on.jpg);
}
#greynav ul {
	list-style:none;
}
#nav-bottom-grey a:link, #nav-bottom-grey a:active, #nav-bottom-grey a:visited {
	width:158px;
	height:30px;
	padding:14px 0 0 30px;
	background-image:url(../img/greynavbottombtn-off.jpg);
}
#nav-bottom-grey a:hover {
	background-image:url(../img/greynavbottombtn-on.jpg);
}
#nav-on{
	background-image:url(../img/navbtn-on.jpg);
	width:158px;
	height:41px;
	padding:17px 0 0 30px;
	display:block;
	text-decoration:none;
	font-size:16px;
	font-weight: bold;
	color:#065695;
}
#greynav-on{
	background-image:url(../img/greynavbtn-on.jpg);
	width:158px;
	height:33px;
	padding:14px 0 0 30px;
	display:block;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}
/* nav ^ 
-------------------------------------------------------------------------*/
#home-bottom {
	display:inline;
	float:left;
	width:560px;
	height:128px;
	padding:10px 0 0 20px;
}
#home-bottom h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#055594;
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}
#home-bottom p {
	font-size:12px;
	color:#055594;
}
#home-bottom-title {
	background-color:#065695;
	display:inline;
	float:left;
	height:138px;
}
#breaking-news{
	position:absolute;
	top:30px;
	left:30px;
	width:550px;
	height:400px;
	background:#fddd00;
}
#breaking-news h1{
	margin:23px 0 0 15px;
}
#breaking-news-content{
	background:#FFFFFF;
	width:510px;
	height:255px;
	margin:6px 0 0 10px;
	padding:10px;
	color:#005595;
	font-family:Arial, Helvetica, sans-serif;
}
#breaking-news-content a:link, #breaking-news-content a:active, #breaking-news-content a:visited{
	color:#6e6f71;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	padding:5px 0;
}
#breaking-news-content a:hover{
	text-decoration:underline;
}
#breaking-news-content p{
	font-size:13px;
	padding:5px 0;
}
#breaking-news-content h2{
	font-size:24px;
	font-weight:bold;
	padding:0 0 5px 0;
}
#breaking-news-content h3{
	font-size:18px;
	font-weight:bold;
	padding:10px 0 5px 0;
}
#leftrail{
	margin:20px 0 0 0;
	width:186px;
	border:solid 1px #005595;
	color:#005595;
}
#leftrail p{
	font-size:13px;
}
#leftrail a:link, #leftrail a:active, #leftrail a:visited{
	text-decoration:none;
	background:none;
	font-size:14px;
	font-weight:bold;
	padding:5px 0;
	font-weight: normal;
}
#leftrail a:hover{
	font-weight: normal;
	background:none;
	text-decoration:underline;
}
#leftrail h1{
	font-weight:bold;
	font-size:16px;
	padding:0 0 10px 0;
}
#leftrail h3{
	padding:10px 0;
	text-align:center;
	background:#005595;
	color:#fadd07;
	font-weight:bold;
	font-size:14;
}
#leftrail h4{
	font-weight:bold;
	font-size:16px;
	padding:0 0 10px 0;
}
.leftrail-content{
	padding:10px;
}
#print-email{
	margin:5px 0;
	display:inline;
	float:right;
	color:#555555;
}
#print-email a{
	font-size:13px;
	color:#555555;
	text-decoration:none;
}
#mainarticle{
	display:inline;
	float:left;
	width:280px;
	border:solid 1px #005595;
	padding:10px;
}
#mainarticle p{
	margin:10px 0 0 0;
	color:#6e6f73;
}
#mainarticle h2{
	font-size:16px;
	font-weight:bold;
	border-bottom:solid 1px #005595;
}
#mainarticle h3{
	font-size:11px;
	font-weight:normal;
}
#mainarticle a{
	text-decoration:none;
}
#main-bottom-news {
	background-color:#eaebed;
}
#featured-stories{
	display:inline;
	float:right;
	width:270px;
}
#featured-stories ul{
	margin-left:0;
}
#featured-stories a{
	font-size:12px;
	font-weight:bold;
	color:#666666;
	text-decoration:none;
}
#featured-stories a:hover, #featured-stories a.current{
	color:#055594;
}
#featured-stories h2{
	text-align:center;
	background:#fadd07;
	color:#065693;
	padding:5px;
	font-size:15px;
	font-weight:bold;
}
#featured-stories ul{
	list-style:none;
}
#featured-stories li{
	padding:8px 0;
	border-bottom:solid 1px #82abcb;
}
.greysmall{
	margin:10px 0 0 0;
	color:#6e6f73;
	font-size:11px;
	list-style-type:disc;
	list-style-position:inside;
}
.caption{
	margin:10px 0 0 0;
	color:#6e6f73;
	font-size:10px;
	width:270px;
}
.articlepicture{
	padding:10px;
	border:solid 1px #005595;
	color:#6e6f73;
	font-size:10px;
	/*width:275px;*/
}
.articlepicture-noborder{
	display:inline;
	width:auto;
	float:right;
	padding:10px;
}
.ordered-list{
	margin:10px 0 0 0;
	color:#6e6f73;
	font-size:11px;
	list-style:inside;
	list-style-type:decimal;
}
#form{
	color:#065693;
	font-size:12px;
}
#form h1{
	font-size:12px;
	font-weight:bold;	
}
#form h5{
	font-size:14px;
	font-weight:bold;	
	color:#000000;
}
h6{
	font-size:15px;
	font-weight:bold;
}
#form p{
	padding:0;
	margin:0;
}
.label{
	margin-top:10px;
	color:#6e6f73;
	font-size:11px;
}
#forsale{
	display:inline;
	float:right;
	width: 591px;
}
#forsale h1{
	font-size:12px;
	color:#000000;
}
#forsale a{	
	color:#ec018e;
}
#submission-box{
	width:350px;
	background:#ececec;
	padding:10px;
}
#forsale{
	margin:0 0 10px 0;
}
#forsale p{
	color:#6e6f73;
}
#forsale img{
	display:inline;
	float:left;
	border:solid 1px #005894;
	margin:10px 10px 10px 0;
}
.post-info{
	font-weight:bold;
	padding:0 0 7px 0;
}

#textsubmissions{
	padding:5px 5px 15px 5px;
}
#textsubmissions ul{
	margin-left:0;
}
#textsubmissions p{
	margin:0;
	padding:0;
}
#textsubmissions li{
	color:#065693;
	padding:5px 5px 0 5px;
	margin:0;
	font-size:12px;
	font-weight:normal;
	list-style:inside;
	list-style-type:disc;
}
.form-name{
	display:inline;
	float:left;
	margin:0;
}

#terms{
	color:#666666;
	list-style:disc;
	list-style-position:outside;
	margin:10px 0;
	padding:0 0 0 10px;
}
#terms li{
	padding:5px 0 0 0;
}

#secondary-page .greysmall ul{
	
	list-style:disc outside none;
	color:#6E6F73;
	margin-left:0px;
}