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

body {
	/*background:url(../images/bg.jpg) repeat-x;*/
	background:url(../images/big-bg.jpg) center top no-repeat;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size:76.1%;
	margin:auto;
	text-align:center;
	color:#666666;
	}
	
* {
	margin:0;
	padding:0
	}
	
img {
	border:0 none;
	}
	
.clearer {
	clear:both;
	}


/**********************************************************************************************/
/* Heading/font sizes, colours and links */


h1 {
	font-size:1.8em;
	font-weight:normal;
	margin-top:0.7em;
	margin-bottom:0.8em;
	color:#24538a;
	}
	
h2 {
	font-size:1.2em;
	font-weight:normal;
	margin-bottom:1em;
	color:#24538a;
	}
	
h3 {
	font-size:1.35em;
	font-weight:normal;
	margin-bottom:0em;
	color:#24538a;
	}
	
h4 {
	font-size:1.35em;
	font-weight:bold;
	margin-bottom:0em;
	color:#24538a;
	}
	
h5 {
	font-size:1.4em;
	font-weight:normal;
	margin-bottom:0.25em;
	}

h6 {
	font-size:1.25em;
	font-weight:normal;
	margin-bottom:0.25em;
	}

p {
	color:#666666;
	font-size:1.1em;
	margin-bottom:1.3em;
	}

a, a:link {
	color:#24538a;
	text-decoration:none;
	}

a:hover { 
	text-decoration:underline;
	}

ul { margin-left:30px;}
li {}

ul li ul { margin-left:20px;}

p.date { padding:0px; color:#636363; font-weight:bold; font-size:1em; margin-bottom:0;}
p.author { padding:0px; color:#636363; font-size:0.9em; margin-bottom:0;}
/*.greenButton { background-color:#5cc1b6; width:27px; height:27px; color:#ffffff; padding-bottom:5px; padding-left:3px;}*/


/**********************************************************************************************/
/* Main Elements */


#wrapper {
	text-align:left;
	}

/*#bg {
	width:100%;
	background:url(../images/background.jpg) no-repeat;
	text-align:center;
	}*/

/*#wrapper {
	background-color:#ffffff;
	width:1024px;
	margin:auto;
	text-align:left;
	background:url(../images/background.jpg) no-repeat;
	}*/

	#header {
		width:988px;
		margin:auto;
		}

		#logo {
			display:inline;
			float:left;
			width:494px;
			}
	
		#slogan {
			display:inline;
			float:left;
			width:494px;
			text-align:right;
			}

#navigation {
	/*background:url(../images/nav-bg.jpg) repeat-x;*/
	width:988px;
	margin:auto;
	/*height:3em;*/
	}

/*#navigation ul {  Using tables now instead of list because of the nature of the design
	margin:0px 10px 20px 10px;
	}

#navigation li {
	display:inline;
	float:left;
	}

#navigation a {
	color:#656565;
	text-decoration:none;
	font-size:1.1em;
	line-height:1.9em;
	padding:0px 13px;
	border-right:1px solid #bebebe;
	display:block;
	}

#navigation a:hover {
	text-decoration:none;
	background:url(../images/nav-bg-over.jpg) repeat-x;
	border-right:1px solid #f2f2f2;
	color:#ffffff;
	}*/

#contentArea {
	width:988px;
	margin:auto;
	padding-top:8px;
	}

#leftCol {
	display:inline;
	float:left;
	width:200px;
	margin-right:16px;
	}

#subNav { width:160px; margin-left:20px; margin-top:0px;}
#subNav li { list-style-type:none; font-size:1em; line-height:1.7em; border-bottom:#dddddd 1px solid;}
#subNav a { color:#24538a; font-weight:bold;}
#subNav a:hover { color:#848484; text-decoration:none;}

	#blueSiloLarge {
		background:url(../images/bg/special-offers.jpg) bottom no-repeat #24538a;
		color:#ffffff;
		margin-bottom:10px;
		margin-top:-11px;
		}

		#blueSiloLarge h1 {
				background:url(../images/bg/special-offers-top.jpg) no-repeat;
				width:180px;
				height:36px;
				color:#ffffff;
				font-size:1.3em;
				padding:10px 10px 0px 10px;
				margin-bottom:0em;
				}

		#blueSiloLarge h2 {
			text-transform:uppercase;
			font-size:0.95em;
			padding:0px 10px;
			color:#ffffff;
			font-weight:bold;
			}

		#blueSiloLarge p {
			padding:0px 10px;
			font-size:0.95em;
			color:#ffffff;
			}

		#blueSiloLarge img { padding:10px;}
		#blueSiloLarge a, #blueSiloLarge a:link { color:#ffffff;}


	#greySiloLarge {
		background:url(../images/bg/grey-silo-bottom-large.jpg) bottom no-repeat;
		margin-bottom:10px;
		}
		
		#greySiloLarge h1 {
			background:url(../images/bg/grey-silo-top-large.jpg) no-repeat;
			width:180px;
			height:36px;
			color:#24538a;
			font-size:1.3em;
			padding:10px 10px 0px 10px;
			margin-bottom:0em;
			}

		#greySiloLarge h6 {
			background:url(../images/bg/grey-silo-top-large.jpg) no-repeat;
			width:180px;
			color:#24538a;
			font-size:1.3em;
			padding:0px 10px 0px 10px;
			margin-bottom:0em;
			}

#latestNews {}

	#latestNews h2 { color:#24538a; font-size:1em; text-transform:uppercase; padding:0px 10px; font-weight:bold;}
	#latestNews .date { padding:0px 10px; color:#636363; font-weight:bold; font-size:1em; margin-bottom:0;}
	#latestNews .author { padding:0px 10px; color:#636363; font-size:0.9em; margin-bottom:0;}
	#latestNews p { padding:0px 10px;}
	#latestNews img { padding:0px 10px 10px 10px;}


#middleCol {
	display:inline;
	float:left;
	width:599px;
	margin-right:19px;
	}

#middleCol ul { margin-bottom:1.3em;}
#middleCol li { margin-bottom:0.5em; font-size:1.1em;}

#middleCol table {}
#middleCol table tr td { 
	border-bottom:#e8e8e8 1px solid;
	padding:5px;
	}

#rightCol {
	display:inline;
	float:left;
	width:151px;
	margin-top:0px;
	padding-top:0px;
	}

#blueSiloSmall {
		background:url(../images/bg/silo-bottom-small.jpg) bottom no-repeat #24538a;
		color:#ffffff;
		margin-bottom:10px;
		margin-top:-11px;
		}

		#blueSiloSmall h1 {
				background:url(../images/bg/silo-top-small.jpg) no-repeat;
				width:151px;
				height:36px;
				color:#ffffff;
				font-size:1.3em;
				padding:10px 10px 0px 10px;
				margin-bottom:0em;
				}

		#blueSiloSmall h2 {
			text-transform:uppercase;
			font-size:0.95em;
			padding:0px 10px;
			color:#ffffff;
			font-weight:bold;
			}

		#blueSiloSmall p {
			padding:0px 10px;
			font-size:0.95em;
			color:#ffffff;
			}

		#blueSiloSmall img { padding:10px;}
		#blueSiloSmall a, #blueSiloSmall a:link { color:#ffffff;}
		#blueSiloSmall .grey a { color:#848484;}
		#blueSiloSmall .grey a:hover { color:#848484;}


#greySiloSmall {
		background:url(../images/bg/grey-silo-bottom-small.jpg) bottom no-repeat;
		margin-bottom:10px;
		}
		
		#greySiloSmall h1 {
			background:url(../images/bg/grey-silo-top-small.jpg) no-repeat;
			width:151px;
			color:#8b8b8b;
			font-size:1.3em;
			padding:10px 10px 10px 10px;
			margin-bottom:0em;
			}
		
		#greySiloSmall p {
			padding:0px 10px;
			font-size:0.95em;
			color:#8b8b8b;
			}

		#greySiloSmall a { color:#24538a;}
		.lightgreen { color:#33b1a4;}
		#greySiloSmall .blue { color:#24538a; font-weight:bold;}
		#greySiloSmall .blueLink { color:#24538a;}


#footer { font-size:0.9em; border-top: solid 1px #c8c8c8; padding-bottom:60px; margin-top:30px; padding-top:20px;}

	#footer ul {}
	#footer li { display:inline; float:left;}
	#footer a { color:#666666; padding:0px 5px;}
	#footer a:hover { color:#666666; text-decoration:underline;}
