/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  02: 2Col_Fixed_Sidebar_Left
  ------------------------------------------------
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #6c5955;
	background-color: #FFFFFF;
	background-image:url(images/templates/main/riverine-plains_template_bg.gif);
	background-position:top;
	background-repeat:no-repeat;
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
}

#masthead {
	color: #666;
	background-color: #fff;
	padding: 0px;
	margin: 0;
}

#masthead #menu {
	height: 35px;
	width:1000px;
	clear:both;
	color:#FFFFFF;
	background-color: #019292;
	text-align:center;
}
#masthead #menu .content {
	display:block;
	padding:0;
	margin:0 50px;
}
#masthead #spacer {
	height:5px;
	width:1000px;
	clear:both;
	background-color: #d1c194;
}
#masthead #flash {
	width:1000px;
	height: 178px;
	margin-bottom:20px;
}

#column_wrapper {
	clear:both;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

#left {
	width: 257px;
	margin-left:40px;
	margin-right:0;
	float: left;
	padding:0;
}

#left #latestNewsTop {
	width: 257px;
	height: 44px;
	background-image:url(images/templates/main/riverine-plains_template-main_latest-news-box_top.gif);
	background-position:top;
	background-repeat:no-repeat;
}

#left #latestNewsContent {
	width:257px;
	height: 150px;
	background-image:url(images/templates/main/riverine-plains_template-main_latest-news-box_body.gif);
	background-repeat:repeat-y;
}

#left #latestNewsContent .content {
	padding: 10px 30px 10px 20px;
}

#left #latestNewsBottom {
	width: 257px;
	height: 88px;
	background-image:url(images/templates/main/riverine-plains_template-main_latest-news-box_bottom.gif);
	background-position:top;
	background-repeat:no-repeat;
}

#left #latestNewsBottom .content {
	padding: 10px 20px 10px 10px;
}

#left .content {
	padding: 24px;
	font-size: 0.75em;
	line-height: 1.5em;
}

#right {
	width: 660px;
	float: right;

}
#right .content {
	padding: 0px 20px 20px 0px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#masthead .content {
	padding: 12px 16px;
}

#footer {
	background-color: #fff;
	color: #6c5955;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
}

#footer .content {
	padding: 12px 0;
	text-align:center;
}

a:link {
	color: #018684;
}
a:visited {
	color: #018684;
}
a:hover {
	color: #000000;
}

#left a:link {
	color: #000000;
}
#left a:visited {
	color: #000;
}
#left a:hover {
	color: #666;
}


h1 {
	font-size: 1.8em;
	font-weight:normal;
	font-weight: bold;
}
h2 {
	font-size: 1.3em;
	font-weight:normal;
	font-weight: bold;
	color: #F79041;

}
h3 {
	font-size: 1.1em;
	font-weight: bold;

}
h4 {
	font-size: 1em;
	font-weight: bold;

}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}


#left #latestNewsBottom #CAT_Search, #left #latestNewsBottom .cat_textbox_small {
	margin: 0;
	padding: 0;
	width:140px;
}

#left #latestNewsBottom .cat_button {
	float:right;
}



.blog-list h1 {
	font-size:12px;
	color:#666666;
	font-weight:normal;
}

.blogsitesummary {
}
.blogsitesummary li{
	list-style:disc;
	margin: 0;
	border:0;
}

.blogsitesummary li .author{
	font-size:9px;
	font-style:inherit;
	color:#999999;
}

.blogsitesummary li .date{
	font-size:9px;
	color:#999999;
}

.blogsitesummary {
	padding:0;
	margin:0;
}

.blogsitesummary li {
	list-style:none;
}

.secure-login h3, .newsletter-form h3 {
	background-color: #018685;
	color: #FFFFFF;
	margin: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: none;
}

.secure-login {
	background-color: #81C9C8;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	color: #FFFFFF;
}

.secure-login div.form, .newsletter-form div.form {
	padding-bottom: 9px;
}
.cat_button  {
	-moz-border-radius:2px 2px 2px 2px;
	background:none repeat scroll 0 0 #D1D2D4;
	border:medium none;
	color:#000000;
	font:11px Arial,Helvetica,sans-serif;
	margin-top:0px;
	padding:0;
	width:70px;
	height: 25px;
}
.search-box input.cat_textbox_small {
	margin:0;
	height: 25px;
	padding: 4px;
}

.blog-container h1 {
	font-size: 1.8em;
	font-weight:normal;
	font-weight: bold;
}

hr {
	border-top:0;
	border-left:0;
	border-right:0;
	border-bottom:2px solid #018684;
}