@charset "utf-8";
/* CSS Document */

/* ######################################################################### */
/* STRUCTURE */


.container {
	background:url(../images/top.jpg) repeat-x;
	position: relative;
	width: 930px;
	margin: 0px auto 0px auto;
	text-align: relative;
	padding-top:15px;
}


div#wrapper {
	background: url(../images/bg_content.jpg) repeat-y center;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	width: 100%;
}


.content {	
	margin-top:15px;
	padding-bottom:200px;
	position:relative;
	display:table-cell;
	}

.quote {
	background:url(../images/bg_quote.jpg) no-repeat;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	float:left;
	width:210px;
	color:#333;
	font-size:19px;
	line-height:32px;
	padding:40px 20px 60px 20px;
	margin-right:20px;
	margin-top:15px;
	}

div#footer{
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
	width:100%;
	background: #000;
	color:#FFF;
	height: 150px;
	font-size:13px;
	line-height: 20px;
	padding: 0px 0px 0px 0px;
}

div#footer a{
	color:#FFF;
}

.footercontainer {
	position: relative;
	width: 930px;
	margin: 0px auto 0px auto;
}


/* ######################################################################### */
/* MENUS */

#menu {
	position:relative;
	font-size:16px;
	top:16px;
	font-family:Century Gothic;
	font-weight:bold;
	margin-bottom:16px;
}
	
#menu a{
	color:#fff;
	text-decoration:none;
	display:inline-block;
	height:38px;
	padding:5px 16px 5px 16px;
	}
	
#menu a:hover{
	color:#fff;
	background:url(../images/button_active.jpg) center top;
	}
	
#menu a.active{
	color:#fff;
	background:url(../images/button_active.jpg) center top;
	}
	



/* ######################################################################### */
/* DIVS */

.thirds {
	width:30%;
	float:left;
	margin-right:22px;
	font-size:14px;
	line-height:17px;
	margin-top:15px;
	}
	
.thirds H1 {
	color:#0099CC;
	font-size:15px;
	margin-top:0px;
	margin-bottom:0px;
	font-weight:normal;
}
	
.fthirds {
	width:22%;
	float:left;
	margin-right:16px;
	font-size:13px;
	line-height:17px;
	margin-top:15px;
	}
	
.thirds a{
	color:#666;
	}
	
.email {
	float:left;
	width:270px;
	margin-top:15px;
	}

.highlight {
	padding:10px;
	background:#FFFFD2;
	text-align:center;
	color:#D8AC00;
	font-size:16px;
	font-style:italic;
	margin:30px 0px;
	}

/* ######################################################################### */
/* DEFAULT STYLING */

a {
	color:#0099CC;
	text-decoration:none;
} 

a:hover {
	color:;
	text-decoration:underline;
}

body {
	background:url(../images/top.jpg) repeat-x;
	font-family: Verdana;
	font-size:14px;
	line-height: 16pt;
	text-align: relative;
	color:#666;
	 /* centers container divs in browsers that don't understand margin: auto */
}


html, body { height: 100%;}


H1 {
	color:#0099CC;
	font-size:25px;
	margin-top:0px;
	margin-bottom:30px;
	margin-top:25px;
	font-weight:normal;
}

H2 {
	color: #C00;
	font-size:16px;
	font-weight:100;
	margin-top:30px;
	margin-bottom:5px;
	font-style:italic;
}

li {
	list-style:url(../images/bullet.jpg);
}

p { 
	margin-top:10px;
	margin-bottom:10px;
}

/* ######################################################################### */
/* STYLES */

.fltrt { 
	float: right;
	margin-left: 10px;
}

.fltlft { 
	float: left;
	margin-right: 10px;
}

.clrflt {
clear:both;
}

.white {
	color:#FFFFFF;
}


.centre {
text-align:center;
}


.bold {
	font-weight:bold;
	}

.quotee {
	color:#F60;
	font-style:italic;
	font-size:16px;
	}
	
.intro {
	font-family: Verdana;
	font-size:16px;
	line-height: 19pt;
	}
	
.border {
	border: #999 solid 1px;
	padding:6px;
	}
	
.blue {	
color:#0099CC;
}


.tablestyle {
	width: 100%;
	margin: 20px 0px;
	border-collapse:collapse;
	border: #FFFFFF 1px solid;
	border-bottom: #999999 2px solid;
	border-top: #999999 1px solid;
}

.tablestyle td {
	padding: 14px;
	border-bottom: #CCCCCC 1px solid;
}

.tablestyle th {	
	border: #FFFFFF 1px solid;
	background-color: #D0E9FB;
	color: #666666;
	font-weight: bold;
	padding: 10px;
}


/* ######################################################################### */
/* 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;
	border: 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: 1.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. */

