@charset "utf-8";
/* CSS Document */

html, body, div, form, fieldset,  
input, textarea {  
	margin: 0;  
	padding: 0;  
}  
img, fieldset {border: 0;}  
h1, h2, h3 {font-weight: normal; margin: 0; padding: 0; }  
em {font-style: italic;}  
strong {font-weight: bold;}  
blockquote{
	background-image: url(images/quote.gif);
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: 30px;
	font-size: 18px;
	font-style: italic;
	margin: 0px;
	color: #000;
	line-height: 24px;
}
blockquote span{
	font-size: 12px;
	font-weight: normal;
	float: right;
	padding-top: 10px;
}  
body{
	background-color: #cfd7d3;
	background-image:url(images/bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	font-family: "Calibri", Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 18px;
	font-size: 12px;
}
a{
	color: #333;
}
.bulletlist{
	list-style-image: url(bullet.gif);
	margin: 15px 0 0 0;
	display: block;
	line-height: 24px;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
} 
.bulletlist li{
	padding-bottom: 5px;
}  
.bulletlist span{
	font-size: 18px;
}  
h1{
	font-size: 24px;
	color: #1b553c;
	font-weight: bold;
	line-height: 24px;
	padding-top: 5px;
}
h2{
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
}
h3{
	font-size: 18px;
	color: #1b553c;
	font-weight:bold;
	background-image: url(images/titleBg.gif);
	background-repeat: no-repeat;
	padding: 10px 0 10px 5px;
}
h4{
	font-size: 24px;
	color: #1b553c;
	font-weight: normal;
	margin: 0px;
	line-height: 24px;
	padding-top: 5px;
}
#wrapper{
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}
#container{
	width: 100%;
	float: left;
	background-color: #fff;
	border: solid 1px #c3cac7;
	padding: 3px;
}
#header{
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 139px;
}
#navContainer{
	height: 22px;
	clear: both;
}
#menuContainer { 
	float: left;
	padding-top: 113px;
	padding-left: 0px;
	width: 830px;
}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menu {padding:0; list-style:none; text-align:center; margin: 0 -12px 0 0; font-weight: bold; font-size: 14px; height:24px; width:830px;}
#menu li {display:inline; margin:0 -2px; text-align:left;}
#menu li a {display:inline-block; height:22px; margin:4px 3px 0 0; padding:0 10px 0 0; background:url(button.png) right top; color:#fff; text-decoration:none;}
#menu li a b {display:block; height:22px; font-weight: bold; float:left; padding: 0 0 0 10px; background:url(button.png) left top; cursor:pointer;}
#menu li a:hover, 
#menu li a:active,
#menu li a:focus,
#menu li.current,
.home #menu li#home a,
.single #menu li#single a,
.dropdown #menu li#dropdown a,
.dropline #menu li#dropline a,
.flyout #menu li#flyout a,
.support #menu li#support a,
.contact #menu li#contact a
{background-position:right bottom; color:#1b553c;}
#menu li a:hover b,
#menu li a:active b,
#menu li a:focus b,
#menu li.current,
.home #menu li#home a b,
.single #menu li#single a b,
.dropdown #menu li#dropdown a b,
.dropline #menu li#dropline a b,
.flyout #menu li#flyout a b,
.support #menu li#support a b,
.contact #menu li#contact a b
{background-position:left bottom; color:#1b553c;}
#menu #current{
color: #FF9;
}/**/

.contentContainer{
	float: left;
	width: 940px;
	clear: both;
	padding-top: 10px;
}
.contentContainer #left{
	width: 230px;
	padding-right: 5px;
	border-right: dotted 1px #999;
	float: left;
}
.contentContainer #right{
	width: 700px;
	padding-left: 4px;
	float: left;
}
.textContainer{
	padding: 15px;
	float: left;
}
#news{
	width: 230px;
	float: right;
	margin-left: 15px;
}
#banner{
	width: 700px;
	height: 284px;
}
#search{
	width: 230px;
	float: left;
	margin: 10px 0 0 0;
	font-size: 12px;
	background-image: url(images/searchBg.gif);
	background-repeat: repeat-x;
	clear: both;
	padding-bottom: 10px;
}
.searchlist{
	width: 100%;
	font-size: 11px;
	padding: 2px;
	background-image: url(images/formBg.jpg);
	background-repeat: repeat-x;
	border: solid 1px #ccc;
}
.searchButton{
	background-image: url(images/search.gif);
	background-repeat: no-repeat;
	border: 0;
	margin: 10px 0 10px 0;
	width: 132px;
	height: 27px;
	cursor: pointer;
}
/* slider */
#ft { -moz-border-radius: 5px; }
