/* CSS Document */

/* Body and Universal Reset */

* {margin: 0; padding: 0;}

body {
	text-align:center;
	margin:0;
	background:#fff;
}
	
#container {
	margin:15px auto;
	width:916px;
	text-align:left;
}

td {
	vertical-align:top;
}

img {
	border:0;
}

#popupWindowCaller {
	display:none;
}

.clear {
	clear:both;
	height:1px;
}


/* Typography */



/* Header */

#header {
	text-align:center;
	clear:both;
	padding:35px 0 0 0;
}

#search {
	display:none;
	float:right;
	height:35px;
	padding:0 0 10px 44px;
	background:url(/images/buttons/search.gif) no-repeat;
}

#search input {
	border:1px solid #919295;
	border-left:none;
	padding:2px 10px 2px 0;
	height:17px;
	width:90px;
	margin:2px 0 0 0;
	*margin:1px 0 0 0;
	color:#919295;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
}


/* Main Navigation */

#mainNav {
	margin:30px 0 40px 0;
	padding-top:9px;
	font-size:14px;
	text-align:center;
}

#mainNav li {
	list-style:none;
	display:inline;
	margin:0 80px 0 0;
}

#mainNav li.last {
	margin:0;
}

#mainNav a, #headerNav a {
	color:#919295;
}

#mainNav a:hover, #mainNav a.down, #headerNav a:hover {
	color:#C1D72E;
}


/* Content */

#content {
	width:410px;
	padding:0 0 25px 90px;
	float:left;
}

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

#content ul {
	margin-left:18px;
	list-style:none;
}

#content li {
	background:url(images/backgrounds/black_list_arrow.gif) no-repeat 0 4px;
	padding:0 0 0 16px;
}

#content li li {
	background:url(images/backgrounds/black_list_dash.gif) no-repeat 0 8px;
	padding:0 0 0 12px;
}

#content ul.highlightList {
	margin:0 0 10px -16px;
}

#content ul.highlightList li {
	background:url(/images/backgrounds/green_list_arrow.gif) no-repeat 0 4px;
	padding:0 0 8px 16px;
}


/* Sidebar */

#sideBar {
	float:right;
	width:345px;
	margin:0 10px 0 0;
}

#sideBar p, #sideBar table {
	margin:0 0 18px 0;
}

#sideBar p.sideBarQuote {
	color:#919295;
	font-size:25px;
	font-weight:bold;
	line-height:28px;
	text-align:right;
	padding:0 60px 58px 0;
	margin:0;
}

.leftQuote {
	margin:0 -23px -15px 0;
}

.rightQuote {
	margin:-10px -60px -28px -13px;
}

.sideBarQuote span {
	position:relative;
}


/* Online Enquiry Form */

#content table.onlineEnquiryTable {
	margin-left:-16px;
}

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

.onlineEnquiryTable td.formLabel {
	padding-bottom:5px;
	color:#919295;
	font-size:15px;
	font-weight:bold;
}

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

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

.required {
	vertical-align:middle;
	padding:0 7px 0 0;
}

.onlineEnquiryTable input.textinput, .onlineEnquiryTable input.textinputhover, .onlineEnquiryTable textarea {
	width:404px;
	background:#F6FAE8;
	margin:0 0 10px 0;
}

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

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

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

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

.submit {
	text-align:right;
}

.errorText {
	color:#FF0000;
}


/* Footer */

#newsTicker {
	margin:0 0 25px 0;
}

#newsTicker a {
	color:#919295;
}

#newsTicker a:hover {
	color:#C1D72E;
}

#newsTickerList li {
	list-style:none;
	display:inline;
}

.tickerFadeLeft, .tickerFadeRight {
	background:url(/images/backgrounds/ticker_fade_left.png) repeat-y;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/backgrounds/ticker_fade_left.png',sizingMethod='scale');
	width:186px;
	height:16px;
	position:absolute;
	z-index:10;
}

.tickerFadeRight {
	background:url(images/backgrounds/ticker_fade_right.png) repeat-y;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/backgrounds/ticker_fade_right.png',sizingMethod='scale');
	margin-left:730px;
}

#footer {
	border-top:8px solid #C1D72E;
	color:#919295;
	font-size:11px;
	padding:5px 0 10px 0;
	text-align:right;
}

#footer a {
	color:#919295;
}

#footer a:hover, #footer a .plus {
	color:#F78F1E;
}

#footerNav {
	float:left;
	list-style:none;
}

#footerNav li {
	display:inline;
}

#footerNav a:hover {
	color:#C1D72E;
}


/* Classes Reserved for the TinyMCE Editor  */

.editor {
	width: 100%;
}

.mini_editor {}
