@import "reset.css";
@import "lightbox.css";
@import "custlogos.css";

/* RWM BANNER */

.rwmbanner {
	position:absolute;
	right: 20px;
	bottom: 20px;
}

/* RWM BANNER END */


/* FONT STYLES */

body {
	font-family: "Lucida Grande", Lucida, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	letter-spacing: -0.05em;
	color: #42933e;
	padding: 0 0 10px 0;
	line-height: 20px;
}

.twocol h1 {
	color: #004b7d;
}

.onecol h5 a {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #004b7d;
	line-height: 20px;
}

.threecol h1 {
	color: #004b7d;
}

.threecol h1 a {
	color: #004b7d;
}

.threecol h1 a:hover {
	text-decoration: underline;
}

h2 {
	font-weight: bold;
	color: #004b7d;
}

/* FONT STYLES FOR THE PHONE NUMBER */

h3 {
	font-size: 18px;
	letter-spacing: -1px;
	color: #0098d2;
	line-height: 18px;
}

h4 {
	font-size: 40px;
	letter-spacing: -3px;
	color: #004b7d;
	line-height: 40px;
}

/* FONT STYLES FOR THE BIG BANNER */

h5 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -2px;
	line-height: 30px;
}

h6 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 66px;
	font-weight: 900;
	line-height: 70px;
	letter-spacing: -4px;
}

p {
	padding: 0 0 10px 0;
}

.twocol li {
	padding: 0 0 5px 0;
}

p, 
.twocol li {
	color: #808080;
	font-size: 12px;
	font-family: "Lucida Grande", Lucida, Helvetica, Arial, sans-serif;
	line-height: 16px;
}

a {
	color: #0098d2;
	text-decoration: none;
}

ul li a {
	color: #808080;
}

/* CENTRE THE SITE */

.maincontainer {
	width: 960px;
	margin: 0 auto;
}

/* BACKGROUND THE SITE */
body {
	background: url(/images/background.png) top left repeat-x;
}

/* HEADER */

.head {
	float: left;
	height: 160px;
	width: 960px;
}

/* gimme a logo */

.logo {
	float: left;
	background: url(/images/logo.png) top left no-repeat;
	margin: 20px;
	height: 90px;
	width: 215px;
	text-indent: -2000px;
	overflow: hidden;
}

/* GIMME A POHONE NUMBER */

.phonenumber {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	float: right;
	margin: 20px;
	text-align: right;
}

/* NEED A MENU NOW */

.menu {
	float: left;
	margin: 0 0 0 0;
	width: 946px;
	padding: 7px;
	background-color: #42933e;
	font-size: 12px;
	color: #fff;
}

.menu a {
	color: #fff;
	text-decoration: none;
}

.menu a:hover {
	text-decoration: underline;
}

.menu ul {
	float: right;
}

.menu li {
	display: inline;
	margin: 0 10px 0 0;
}

/* BODY */

/* CONTENT WRAPPERS */

.rowwrap {
	float: left;
	width: 940px;
}

.threecolwrap {
	float: left;
	width: 705px;
}

.onecolwrap {
	float: left;
	width: 215px;
}

.content {
	float: left;
	width: 940px;
	margin: 10px;
}

.smallbanner {
	float: left;
	padding: 20px;
	background-color: #004b7d;
	width: 920px;
	max-height:120px;
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
}

.bigbanner {
	float: left;
	width: 920px;
	padding: 20px;
	background-color: #004b7d;
	color: #fff;
	position: relative;
}

.bigbanner strong {
	color: #bfe6f4;
}

/* BODY - 4 COLUMN LAYOUT FOR HOME PAGE */

a.onecolmenu {
	float: left;
	width: 215px;
	padding: 10px;
}

a.onecolmenu:hover {
	background-color: #f2f2f2;
}

a.onecolmenu#nolink {
	text-decoration: none;
}

.onecol {
	float: left;
	width: 215px;
	padding: 10px;
	display: inline;
}

.twocol {
	float: left;
	width: 450px;
	margin: 10px;
	display: inline;
}

.threecol {
	float: left;
	width: 685px;
	margin: 10px;
	display: inline;
}

.fourcol {
	float: left;
	width: 900px;
	margin: 10px;
	display: inline;
}

.onecol ul li {
	padding: 0 0 5px 0;
}

.onecol ul li a:hover {
	text-decoration: underline;
}


#newsspacer ul li {
	padding: 0 0 5px 0;
}

/* BODY - NEWS */

.onecol strong, 
.twocol strong, 
.onecolmenu strong {
	color: #0098d2;
	font-weight: normal;
	font-size: 10px;
}

ul li strong {
	font-weight: bold;
	color: #0098d2;
}

#right {
	float: right;
}

.twocol li a {
	text-decoration: none;
}

.twocol li a:hover {
	text-decoration: underline;
}

/* FOOTER */

#footlogos {
	margin: 20px 0 0 320px;
}

.footercontainer {
	width: 960px;
	margin: 20px auto 0;
}

.widegreenbar {
	background-color: #42933e;
	float: left;
	width: 960px;
	border-bottom: 5px solid #004b7d;
}

.footermain {
	width: 940px;
	padding: 10px;
	background-color: #f2f2f2;
	float: left;
}

.footwrap {
	float: left;
	width: 940px;
	padding: 10px;
}

#footmenu {
	width: 920px;
}

.newswrap {
	float: left;
	width: 685px;
	display: inline;
}

.teamwrap {
	float: left;
	width: 450px;
	display: inline;
}

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

/* GOOGLEMAP */

#googlemap {
	border: 5px solid #ccc;
	height: 350px;
	margin: 10px 0;
	width: 450px;
}

/* IMAGE STYLES */

#thumb {
	padding: 4px;
}

.allcol h2 {
	padding: 0 0 10px 0;
	font-size: 16px;
}

.allcol strong {
	font-weight: bold;
}

.allcol ul li,
.allcol li {
	padding: 0 0 10px 0;
	margin: 0 0 0 20px;
	list-style-type: disc;
	color: #808080;
}

.allcol ul ul li {
	padding: 0 0 10px 0;
	margin: 0 0 0 30px;
	list-style-type: circle;
	color: #808080;
}

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

.news-search {
	background: #f2f2f2;
	padding: 20px;
	margin: 14px 0 0;
	float: left;
	clear: left;
}

.news-search h3 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

.news-search p {
	font-size: 14px;
	margin: 12px 0 0;
}

.news-search .disabled {
	display: none;
}

.news-pagination p {
	margin: 0;
	color: #999;
	font-size: 14px;
}

.news-pagination input {
	float: none;
}

.news-pagination .disabled {
	display: inline;
	color: #333;
}

.news-pagination .next_page:after {
	content: "\0020 \00BB";
}

.news-pagination .prev_page:before {
	content: "\00AB \0020";
}

.newswrap h2 {
	text-transform: uppercase;
	font-weight: bold;
	color: #004b7d;
	font-size: 16px;
	margin: 0 0 4px;
}

.newswrap h2 a:hover:after {
	content: "\0020 \00BB";
}

.newswrap h3 {
	color: #999;
	font-size: 12px;
	margin: 0 0 12px;
}

.twitter {
	background: url(/images/twitter.png) top left no-repeat;
	padding: 0 0 0 58px;
	font-size: 14px;
}

.twitter h2 {
	font-size: 12px;
}

.twitter p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #999;
}

.newswrap h4 {
	font-size: 12px;
	letter-spacing: 0;
}

.newswrap .field,
.newswrap .checkbox {
	float: left;
	clear: left;
	width: 100%;
	margin: 0 0 5px;
}

.newswrap .field label {
	float: left;
	clear: left;
	width: 120px;
}

.newswrap .field input {
	width: 400px;
}

.newswrap .field textarea {
	width: 400px;
	height: 120px;
}

ul.newslist li a {
	font-size: 12px;
	color: #0098d2;
}

/* CSS TWEAKS */

.topnav {
	position:relative;
	float:right;
	padding: 0 10px 0 0;
	top: -30px;
}

#widehead {
	width: 940px;
	padding: 0 0 0 10px;
}

#halfwidehead {
	width: 420px;
}