/* mac hide \
html, body { height: 100%; }*/
/* end hide
* html #outer { height: 100%; }*/

* { margin: 0; padding: 0; }

body {
	background: #EFF3F4;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	font: 100%/120% Arial, Helvetica, sans-serif;
}

/* Layout
------------------------------------------------------------------*/

#outer {
	width: 817px;
	margin: auto;
	position: relative;
	text-align: left;
	min-height: 100%;
	height: 100%;
	background: url(../images/bg.gif) top center repeat-y;
}

#wrapper1 {
	margin: auto;
	width: 771px;
}

#contentwrap {
	display: block;
	font-size: 0.75em; /* Global Content Font Size */
	line-height: 1.3em;
	background: url(../images/h_nav_bg.gif) repeat-x top;
	min-height: 250px;
	height: auto !important;
	height: 250px;
}

#header {
	background: #104581 url(../images/header_bg.jpg) 0 0 no-repeat;
	height: 102px;
}

	#headerleft {
		float: left;
	}

	#headerright {
		 float: right;
	}

#col-left {
	float: left;
	width: 248px;
	margin: 20px 0 0 12px;
	display: inline;
	padding-bottom: 120px;
}
#col-left img {
	margin-bottom:.1em;
}

#col-left .padding img {
	margin-bottom:15px;
}

#col-left-grey {
	background: #fff url(../images/side_base.gif) bottom left no-repeat;
	width: 248px;
	display: inline;
	float: left;
	margin-bottom: 1.5em;
}

.colwrap-right {
	float: right;
	width: 480px;
	margin: 20px 15px 0 0;
	display: inline;
}

	#col-center {
		background: #07B2EB;
		float: left;
		width: 49%;
	}

	#col-right {
		background: #07B2EB;
		float: right;
		width: 49%;
	}

.feature {
	height: 100px;
	background: #369;
}

/* Footer
------------------------------------------------------------------*/
#footerinner {
	font-size: 0.75em;
	background: url(../images/dotted_line.jpg) 0 0 repeat-x;
	padding: 10px 0 0 12px;
	margin: 10px 0 0 0;
	text-align:center;
}

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

#footerinner ul li a {
	line-height: 1.1em;
	padding: 0 5px 0 2px;
	background: none;
	border-right: 1px solid #47454A;
}
#footerinner ul li.contact a { border: none; }

#footerinner a:link, #footerinner a:visited {
		color: #47454A;
		text-decoration: none;
	}

	#footerinner a:hover {
		text-decoration: underline;
	}

#footer {
	background: url(../images/footer_bg.gif) bottom left no-repeat;
	clear: both;
	color: #A1A2A4;
	font-size: 0.65em;
	padding: 18px 0 0 0;
}
#footer p { margin: 0; }
	#footerleft {
		padding: 0 0 0 22px;
		line-height: 1.2em;
		text-align:center;
	}
	
	#footerleft span{
		color:#464749;

	}	
	
	
	

	#footerright {
		 float: right;
		 padding: 0 22px 0 0;
		 line-height: 1.2em;
	}

	#footer a:link, #footer a:visited {
		color: #A1A2A4;
		text-decoration: none;
	}

	#footer a:hover {
		text-decoration: underline;
	}

/* Navigation refer to horizontal_nav.css)
------------------------------------------------------------------*/

#h-nav {
	display: block;
	overflow: hidden;
	float: left;
	width: 100%;
}

/* Newsitem1
------------------------------------------------------------------*/

.newsitem1 {
	background: #f1f1f1;
	border-bottom: 1px solid #ccc;
	clear: both;
}
.newsitem1 h3 {
	margin-bottom: -0.75em;
}
.newsitem1 p.date {
	font-size: 0.8em;
}
.newsitem1 img {
	float: left;
	margin: 0 15px 15px 0;
}
/*.newsitem1 p, .newsitem1 h3 {
	margin-left: 115px; /* stop text wrapping around image */
/*}*/

/* Global Formatting
------------------------------------------------------------------*/

a img { border: none; }

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

a:hover {
	text-decoration: underline;
	color: #EC5600;
}

p { margin: 0 0 1.3em 0; }

.colwrap-right ul, .colwrap-right ol {
	margin: 0 0 1em 0;
	padding: 0 0 0 30px;
}

	.colwrap-right ul ul, .colwrap-right ol ol { margin-bottom: 0; }

.hide { display: none; }

h2 {
	margin: 0 0 0.3em 0;
	font-size: 1.7em;
	font-weight: normal;
	color: #76d91a;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

	h2 a:link, h2 a:visited {
		color: #000;
		text-decoration: none;
	}

	h2 a:hover {
		color: #000;
		text-decoration: none;
	}

h3 {
	font-size: 1.3em;
	margin: 0 0 0.75em 0;
	color: #76d91a;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

h4 {
	font-size: 1.1em;
	margin: 0 0 0.5em 0;
	color: #76d91a;
}

h4#grey-heading {
	font-size: 1.2em;
	margin: 0 0 0.5em 0;
	color: #666;
}


.grey { color: #666; }

.imgRight {
	float: right;
	margin: 0 0 10px 20px;
}

.imgLeft {
	float: left;
	margin: 0 20px 10px 0;
}

#col-left .padding { padding: 10px 9px 0 9px; }
.padding { padding: 10px; }

.emphasis {
	font-size: 1.1em;
	font-weight: bold;
}

.clear { clear: both; }

/*** Messages ***/

div.error {
	width: 100%;
	height: 22px;
	background: #FF6666 url(../images/error.gif) 10px 8px no-repeat;
	position: absolute;
	color: #fff;
	padding-top: 8px;
	font: bold 10px Verdana, Helvetica, sans-serif;
	border-bottom: 1px solid #fff;
	z-index: 200;
}

/* Steps
------------------------------------------------------------------*/

.steps {
	border-top: 1px solid #8CC63F;
}
.steps h4 {
	padding-left: 75px;
	line-height: 22px;
	margin: 0.75em 0 0.75em 0;
}
.steps p {
	padding-left: 12px;
}
.steps.one h4 { background: url(../images/step1.gif) 0 0 no-repeat; }
.steps.two h4 { background: url(../images/step2.gif) 0 0 no-repeat; }
.steps.three h4 { background: url(../images/step3.gif) 0 0 no-repeat; }
.steps.four h4 { background: url(../images/step4.gif) 0 0 no-repeat; }
.steps.four { border-bottom: 1px solid #8CC63F; margin-bottom: 1em; }

/* Forms
------------------------------------------------------------------*/

form {
	font-size: 1.1em;
}

input, select, textarea {
	margin: 0 0 2px 0;
}

fieldset {
	margin: 0;
	padding: .1em;
	border: none;
}

fieldset br { display: none; }

legend {
	font-weight: bold;
	margin-bottom: 1em;
	color: #76d91a;
}

fieldset div {
	clear: both;
	margin: .3em 0;
	position: relative;
}

fieldset div span {
	display: none;
}

fieldset div:hover span {
	font-size: 85%;
	background-color: #fff;
	margin-left: 20em;
	line-height: 1.3em;
	padding: .2em .5em .3em;
	border: 1px solid #999;
	color: #666;
	display: block;
	position: absolute;
	z-index: 100;
	float: right;
}

* html fieldset div span {
	display: none;
}

label, fieldset div.cr p {
	margin: 0;
	display: block;
	width: 10em;
	text-align: left;
	float: left;
	font-size: 0.9em;
}

fieldset div.cr p { margin-left: -10em; }

div.cr {
	margin-left: 9em;
}

fieldset div.cr label {
	text-align: left;
	display: inline;
	float: none;
}

.mandat { color: #ff0000; }

.buttons { margin: 1em 0 0 9em; }

.removed { display: none !important; }

/* Snap Forms */

span.error { color: #f00; font-size: 0.85em; font-style: italic; padding-left: 10px; display: block; text-align: right;}
.error label { font-weight: bold; }

.form-table {
	margin: 1em 0 1em -222px;
	position: relative;
}
.form-table td {
	padding: 2px;
}
select option { padding-right: 20px; }
td.form-label { padding-right: 20px; }
.form-table .form-label { width: 200px; font-size: 0.9em; }
.form-table label { width: 100%; text-align: right; }
td.form-button { padding: 15px 0 0 220px; }

/* Tables
------------------------------------------------------------------*/

table, th, td { border: none; margin-bottom: 20px; }

th {
	line-height: 20px;
	background: #eee;
	padding-left: 5px;
	color: #666
}

td {
	color: #666;
}

td li { margin-bottom: 0.5em; }

img.fcbanner { margin: 0 0 10px -265px; position: relative; }


table.bonus {

border: none; margin-bottom:5px;
}
table.bonus td {
padding:2px;
vertical-align:middle;
color: #000;
}

