/* CSS Document */

/* Body and Universal Reset */

* {margin: 0; padding: 0;}

body {
	text-align:center;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size:12px;
	color:#4D4D4D;
	line-height:20px;
	background:url(/images/backgrounds/bg.gif) repeat-y #00A2E3 top center;
}
	
#container {
	margin:0 auto;
	width:954px;
	padding:26px 107px;
	text-align:left;
	background:url(/images/backgrounds/header_bg.gif) no-repeat;
}

td {
	font-family:Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size:12px;
	color:#4D4D4D;
	line-height:20px;
	vertical-align:top;
}

img {
	border:0;
}

#popupWindowCaller {
	display:none;
}

.clear {
	clear:both;
	height:1px;
	background:#FFFFFF;
}

hr{
	border:none;
	height:1px;
	background:#CCCCCC;
	_border-bottom:solid #CCCCCC 1px;
	margin-bottom:17px
}


/* Typography */

h2 a {
	color:#1F9248;
}

h2 a:hover {
	color:#00A2E4;
}



/* Header */

.logo {
	margin:0 0 10px 35px;
}


/* Main Navigation */

#mainNav {
	height:28px;
	background:#000000;
	text-align:center;
	border:1px solid #fff;
	padding:9px 0 0 0;
}

#mainNav li {
	list-style:none;
	display:inline;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	margin:0 16px;
}

#mainNav li a {
	color:#FFFFFF;
}

#mainNav li a:hover {
	color:#1F9248;
}


/* Left Col */

#leftCol {
	width:279px;
	float:right;
	margin:0 1px 0 0;
}

#subNav li {
	line-height:17px;
	border-bottom:1px solid #fff;
	list-style:none;
}

#subNav li a {
	padding:6px 18px;
	background:#EDEDED;
	display:block;
}

#subNav li a:hover {
	background:#00A2E3;
	color:#FFFFFF;
}


/***** News Ticker *****/


#leftCol .widget {
	float: left;
}


/* Content */

#contentContainer {
	background:url(/images/backgrounds/left_col_bg.gif) repeat-y #FFFFFF top right;
}

#content {
	width:638px;
	padding:0 18px;
	float:left;
}

#content p, #content table, #content table ul {
	margin:0 0 20px 0;
}

#content ol {
	margin:0 0 20px 22px;
}

#content ul li {
	list-style:none;
	background:url(/images/spacers/list_dot.gif) no-repeat 0 7px;
	padding:0 0 0 18px;
}

#homeFlash {
	margin:-14px -17px -1px -17px;
}

.homeBottomIMG {
	margin:-13px -17px -1px -17px;
}


/* News */

.newsHomeArticle {
	font-size:11px;
	line-height:17px;
	border-bottom:1px solid #fff;
	padding:6px 16px 9px 16px;
	background:#EDEDED;
}

.newsHomeArticle p{
	margin-bottom:15px;
}

.newsHomeTitle {
	color:#1F9248;
	font-weight:bold;
}

.newshomedate {
	font-size:10px;
}



.newsDate {
	font-size:11px;
}

.newsHomeArticle a:hover, a.newsReadMore:hover {
	color:#00A2E4;
}

.blogMenu, #categoriesList{
	list-style:none;
	margin:10px 0 0 3px;
}

.blogMenu li{
	margin:5px 0 0 0;
}

.blogSearch{
	margin:10px 0 0 20px;
}


/* Online Enquiry Form */

.onlineEnquiryTable td {
	padding-bottom:5px;
}

.yourDetails {	
	padding:7px 0 0 0;
	height:30px;
	font-weight:bold;
	font-size:13px;
}

.requiredFields {
	text-align:right;
	padding:7px 18px 0 0;
	font-size:11px;
}

.required {
	text-align:center;
	vertical-align:middle;
	padding-left:15px;
	padding-right:5px;
}

.onlineEnquiryTable input.textinput, .onlineEnquiryTable input.textinputhover, .onlineEnquiryTable textarea {
	width:440px;
}

input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(/images/backgrounds/white.gif);
}

.textinput {
	border:1px solid #d2d2d2;
	padding:3px;
}

.textinputhover {
	border:1px solid #1F9248; 
	padding:3px;
}

select {
	font-size:11px;
	color:#808080;
}

.submit {
	text-align:right;
}

.errorText {
	color:#FF0000;
}


/* Footer */

#footerLogos {
	background:#FFFFFF;
	padding:15px 0px 20px 0px;
	text-align:center;
}

#footerLogos li {
	display:inline;
	list-style:none;
	margin:0 22px 0 22px;
	padding:0;
}

#footerLogos li img {
	vertical-align:middle;
}

.copyByline {
	color:#fff;
	font-size:11px;
	line-height:35px;
}

.copyByline a {
	color:#fff;
}

.copyByline a:hover {
	color:#fff;
	text-decoration:underline;
}

.rightFooter {
	float:right;
}



