@charset "utf-8";
/* CSS Document */

/* ######################################################################### */
/* STRUCTURE */

.fsn-region-editor:hover
{
	background-color: #DCEBFF;
	
}

div#container {
	height: auto !important; 
  	height: 660px; 	
	min-height:660px;
	position: relative;
	padding: 0px 0px 20px 0px;
	width: 1000px;
	margin: 0 auto;
	text-align: relative;
}


div#wrapper {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	width: 982px;
}

div#topmenu {
	width:838px;
	background:url(../images/menu_bg.jpg);
	padding: 6px 40px 0px 122px;
	height:29px;
	color:#FFF;
	margin-bottom:50px;
	font-size:13px;
	}
	
div#topmenu a{
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}

div#topmenu a:hover{
	text-decoration:underline;
	color:#FFF;
}

div#topmenu a.active{
	text-decoration:underline;
	color:#FFF;
}

div#topmenu a.active:hover{
	text-decoration:underline;
	color:#FFF;
}

div#rightcolumn {
	width:195px;
	float:right;
	margin-bottom:40px;
	position:relative;
}

div#leftcolumn {
  	height: 400px; 
	width:235px;
	float:left;
	position:absolute;
}

div#middlecolumn {
	width:530px;
	position: relative;
	left:235px;
	margin-bottom:30px;
}

div#middlecolumnwide {
	width:700px;
	position: relative;
	left:235px;
	margin-bottom:30px;
}

div#footer{
	background: #2551B4;
	border-top:thin solid 1px #0099FF;
	height: 42px;
	width: 1000px;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
	text-align: center;
	font-size:10px;
	line-height: 13px;
	color:#FFFFFF;
	padding: 3px 10px 0px 10px;
}

#footer a{
	color:#FFFFFF;
}

/* ######################################################################### */
/* NAVS */

ul#nav {
	margin-top: 0px;
	font-size:14px;
	}

li.main {
	list-style:url(../images/bullet.jpg);
	margin-bottom:auto;
}

li.main a {
	text-decoration:none;
	color:#333;
}

li.main a:hover {
	text-decoration:underline;
	color:#359114;
}

li.main a.active {
	text-decoration:none;
	color:#359114;
}

li.main a.active:hover {
	text-decoration:none;
	color:#359114;
}

li.sub {
	list-style:none;
	font-size:11px;
	margin-bottom:auto;
	}

li.sub a{
	color:#333;
	text-decoration:none;
	}
	
li.sub a:hover{
	text-decoration:underline;
	color:#359114;
	}
	
li.sub a.active{
	text-decoration:underline;
	color:#359114;
	}
	
li.sub a.active:hover{
	text-decoration:underline;
	color:#359114;
	}

li {
	margin-bottom:25px;
	}

/* ######################################################################### */
/* DIVS */
#menuheader {
	background:url(../images/menuheader_bg.jpg) no-repeat bottom left;
	color:#359114;
	padding: 0px 0px 0px 5px;
	font-size:16px;
	}


/* ######################################################################### */
/* Tables */
table.newsbox {
	width:100%;
	border-collapse:separate;
	margin-bottom:20px;
	}
	
table.newsbox th {
		background:url(../images/bluebg.jpg) no-repeat;
		height:22px;
		text-align:left;
		padding:4px;
	}
	
table.newsbox th a{
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	}
	
table.contacts {
	width:100%;
	border-top: #E5E5E5 1px solid;
	}

.contacts td{
	vertical-align:top;
	padding:5px;
	border-bottom: #E5E5E5 1px solid;
	}
	
table.contacts tr{
	border-bottom:thin solid 1px #999;
	}

/* ######################################################################### */
/* DEFAULT STYLING */

a {
	color:#0066CC;
	text-decoration:underline;
} 

a:hover {
	color:;
	text-decoration:underline;
}

body {
	font-family: verdana;
	font-size: 13px;
	line-height: 23px;
	text-align: relative;
	color:#333;
	background-color: White;
	 /* centers container divs in browsers that don't understand margin: auto */
}


html, body { height: 100%;}

h1 {
	font-size:17px;
	color:#0099FF;
	}


h2 {
	font-size:15px;
	color:#0099FF;
	padding-top:20px;
	margin-bottom:-10px;
	}

p {
	margin-top:25px;
	}


/* ######################################################################### */
/* STYLES */

.fltrt { 
	float: right;
	margin-left: 10px;
}

.fltlft { 
	float: left;
	margin-right: 10px;
}

.clrflt {
clear:both;
}



.centre {
text-align:center;
}


.bold {
	font-weight:bold;
	}

a.medium {
	font-size:18px;
	}

a.large {
	font-size:24px;
	}
	
.small {
	font-size:11px;
	}

/* ######################################################################### */
/* DO NOT EDIT - STYLES TO MAKE EVERYTHING WORK THE SAME IN ALL BROWSERS */

/* Elements to clean out: */
body, fieldset, form, html {
	margin: 0;
	padding: 0;
}
html { /* font values can be overwritten for specific sites using body tag in default.css */
	font: 75%/150% Verdana, Arial, Helvetica, sans-serif; /* font-size, line-height, font-family */
}
input, label, select, textarea { /* font values can be overwritten for specific sites using these tags in default.css */
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Elements with a vertical margin: */
address, blockquote, dl, h3, h4, h5, h6, ol, pre, ul {
	margin: 1em 0;
	padding: 0;
}

/* Apply left margin:                     */
blockquote, dd {
	margin-left: 1em;
}
li {
	margin-left: 2.5em;
}

/* Miscellaneous: */
label {
	cursor: pointer;
}
fieldset {
	border: none;
}
input, select, textarea {
	font-size: 100%;
}
img {
	border: none;
}
textarea {
	overflow: auto;
}

input.submit {
	cursor: pointer;
}


/* Copyright (c) Webfuel Ltd. */
