html {
	background:#691a13;

	}

body {
	font: 1em/1.2 verdana, arial, sans-serif;
	background-position: top left;
	
	
}
* {margin:0; padding:0;} /* removes defaults of all elements */


/*main font formatting*/
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	margin-top: 6pt;
	margin-bottom:3pt;
	color: #333;

}
em {
	line-height: 1.2em;
}
hr {
	border: 1px solid #B51032;
	background-color: #B51032;
	width: 50%;
	text-align: center;
}
h1 {
	padding-top: 10px;
	margin-bottom: 8px;
	font: normal 1.5em helvetica, arial, sans-serif;
	font-weight: bold;
	color: #666;
	background-color: transparent;
	text-align:center;
}


.imgleft {float:left; margin-right:8px; margin-bottom:8px;}
.imgright {float:right; margin-left:8px; margin-bottom:8px; margin-top:5px;}


div#column3 h1 {
	padding-top: 20px;
	margin-bottom: 20px;
	font: normal 1.2em helvetica, arial, sans-serif;
	font-weight: bold;
	color: #00588a;
	background-color: transparent;
	text-align:center;
}
h2 {
	font: normal 1.02em verdana, arial, sans-serif;
	font-weight: bold;
	color: #999;
	background-color: transparent;
	padding-bottom: 5px;
	margin-top: 8pt;
}
h3 {
	font: normal 0.75em verdana, arial, sans-serif;
	font-weight: bold;
	color: #666;
	background-color: transparent;
	line-height: 1.3;
	margin: 6pt 0 3px 0px;
	/*margin-bottom: -12px;*/
}
h4 {
	font: normal 0.8em verdana, arial, sans-serif;
	color: #646464;
	background-color: transparent;
	padding-bottom: 5px;
	margin-left: 5px;
	margin-top: 10px;
	/*margin-bottom: 50px;*/
}


ul {
	font-size: 0.8em;
	margin-bottom: 20px;
	margin-top:20px;
	/*line-height: 1.6;*/
	padding-left:20px;
	margin-left: 20px;
}

li {
	/*font-size: 0.85em;*/
	line-height: 1.2;
	margin-bottom: 5px;
	line-height:1.6;
}

/*Main links*/
a:link {
	color: #D54D1E;
}

a:visited {
	color: #666;
}

a:hover {
	color: #306745;
}

a:active {
	color: #D54D1E;
}


#wrapper {
	min-width:780px; max-width:960px; /* sets the max and min widths*/
	background-image: url(../images/banner-GREY.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
	background-color: #FFF;
	text-align: left;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding: 200px 0 0 0;
	border-left: 1px solid #1c186e;
}

div#contentarea { background-color:#FFF; /* ensures bg is white if faux graphic doesn't load */
	/*background:url(../images/faux_left.gif) repeat-y top left; /* faux columns graphic left column */
	/*background: url(../images/bg-content-home.gif) #FFFFFF no-repeat; */
	position:relative; /* set positioning context  for left sidebar div */
	background: url(../images/ghost-bg2.jpg) #FFFFFF no-repeat;
	}
	
div#contentareaclient { background-color:#FFF; /* ensures bg is white if faux graphic doesn't load */
	/*background:url(../images/faux_left.gif) repeat-y top left; /* faux columns graphic left column */
	/*background: url(../images/bg-content-home.gif) #FFFFFF no-repeat; */
	position:relative; /* set positioning context  for left sidebar div */
	background: url(../images/hands-over-the-world.jpg) #FFFFFF no-repeat;
	}
	
div#contentarea2 {background-color:#FFF; /* ensures bg is white if faux graphic doesn't load */
	/*background:url(../images/faux_right.gif) repeat-y top right; /* faux columns graphic right column */
	position:relative; /* set positioning context  for right sidebar div */
	padding-left:15px;

	}
/*div#column1 {
	width:0px;
	position: absolute;
	float: left;
	padding: 5px 0 5px 0;
	top:30px;
	left:0px;
	background-color:#01a2dc;
	z-index:4000;
	}*/
div#column2 {
	margin:0 250px 0 20px; 
	padding:30px;
	border-right: 1px solid #ccc;
	}


div#column3 {
	width:250px;
	float: right;
	top:30px;
	right:0px;
	background-color:#fff;
	overflow:hidden;
	padding:0;
	z-index:4000;
	
	}

div.clearer {clear: left; line-height: 0; height: 0;}

.clearBoth {
	clear: both;
}

div#footer {
	background-color:#00588a; 
	text-align:center; 
	padding-top:3px; padding-bottom:3px; 
	font-size:90%; 
	color:#fff;
	width:960px;

	} 
	
div#footer a:link {
	color: #fff;
	text-decoration:none;
}

div#footer a:visited {
	color: #fff;
	text-decoration:none;
}

div#footer a:hover {
	color: #fff;
	text-decoration:none;
}

div#footer a:active {
	color: #fff;
	text-decoration:none;
}	
	
	
	
	
	

.clearfix:after {
	display: block;  
    height: 0; 
    clear: both; 
    visibility: visible;
}

.clearfix {display: inline-block;}
.clearfix {display: block;}

/***Corner styles for JQuery box corners***/

div.inner { color: #000; text-align: center; font-family: verdana, arial, sans-serif; margin: 0; background: #f1f1f1; padding: 5px; border:0; font-size:0.7em;} /*change background colour*/
div.inner code {display:none; }
div.inner h2 { color:#00588a; font-size:1.2em; margin-bottom:10px; }
div.outer { float: left; margin: 10px; background: #24a9e1; padding: 15px; width: 210px }/*changes border colour - comment out to remove border*/