@charset "utf-8";
/* CSS Document */

html{

}

body{
	background-color: #333;
	font-family: Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1{
	color: #3f4951;
	font-size: 1.75em;
	line-height: 1.75em;
	margin: 0px;
	padding: 0px;
}

p{

}


img{
	border: 0px none transparent;
}

#topCap{
}

#botCap{
}

#background{
	background-color: #fff;
	border: 1px solid #ccc;	
	margin: 20px auto;
	padding: 20px 0px;
	width: 808px;	
}

#header{
	height: 108px;
	margin: 0px auto;
	min-height: 108px;
	width: 768px;
}

#header #logo{
	float: left;
}

#header #description{
	float: right;
	position: relative;
	top: 0px;
}

#nav{
	margin: 20px auto;	
	padding: 0px;
	width: 768px;	
	position: relative;
	top: 0px;

}

#nav ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#nav ul li{
	display: inline;
	margin: 0px;
	padding: 0px;
}

#nav ul li.selected{
	background-color: #73aa9d;
	color: #fff;
}

#nav a, #nav a:link, #nav a:active, #nav a:visited{
	text-decoration: none;
	color: #73aa9d;
	
	background-color: #fff;
	border: 2px solid #73aa9d;
	color: #73aa9d;	
	font-weight: bold;
	padding: 5px;
	margin: 0px 5px 0px 0px;	
	
	position: relative;
	top: 2px;
}

#nav a.onPage{
	background-color: #73aa9d;
	color: #fff;
}

#nav a:hover{
	color: #3f4951;
	background-color: #a2cabf;
}

#nav a.onPage:hover{
	background-color: #73aa9d;
	color: #fff;
}

#contentWrapperHome, #contentWrapper{
	margin: 0 auto;	
	width: 768px;	
}

#contentWrapper{
	background-image:url(../images/visual-fade.jpg);
	background-repeat: no-repeat;
}

#contentWrapper #col1{
	float: left;
	padding: 20px 0px 20px 20px;
	margin: 0px;
	width: 340px;
}

#contentWrapper #col2{
	float: right;
	padding: 20px 0px 20px 0px;
	margin: 70px 0px 0px 0px;	
	width: 350px;
}

#contentWrapper #col1 caption{
	background-color: #91b9ae;
	text-align: left;
	font-size: 1.25em;
	padding: 10px 0px 0px 10px;
}

#contentWrapper #col1 table{
	background-color: #91b9ae;
	border-collapse: collapse;	
	border-spacing: 0px;
	padding-bottom: 10px;
}

#contentWrapper #col1 table tr{
	margin: 5px;
	padding: 5px;
	background-color: #a2cabf;

}

#contentWrapper #col1 table tr td{
	padding: 5px;
	margin: 0px;
	border-top: 10px solid #91b9ae;	
}

#contentWrapper #col1 table tr td.colLeft{
	border-left: 10px solid #91b9ae;
}

#contentWrapper #col1 table tr td.colRight{
	border-right: 10px solid #91b9ae;
}

#contentWrapper #col1 table tr td.rowLast{
	background-color: #91b9ae;
	border-right: 10px solid #91b9ae;
	border-bottom: 10px solid #91b9ae;	
	border-left: 10px solid #91b9ae;
	text-align: right;
}

#summary{
	background-image:url(../images/bg-summary.jpg);
	background-position: top;
	background-repeat: no-repeat;
	font-weight: bold;
	height: 77px;
	min-height: 77px;
	margin: 0px;
	padding: 0px;
}

#summary .col1{
	float: left;
}

#summary .col2{
	float: left;
}

.brayentImg{
	border: 2px solid #73aa9d;
	margin-top: 20px;
}

#strapline{
	background-color: #3f4952;
	clear:both;
	margin: 20px auto 0px auto;	
	width: 768px;
	text-align: center;
}

#footer{
	clear: both;
	margin: 20px auto 0px auto;	
	width:768px;	
}

#footer .logoGlp{
	float: left;
	margin-bottom: 20px;
	margin-left: 20px;
}

#footer .logoIl{
	float: left;
	margin-bottom: 20px;
	margin-left: 40px;
	margin-top: 12px;
}

#footer .logoHe{
	float: right;
	margin-bottom: 20px;
	margin-right: 20px;
}

#footer p{
	font-size: 0.7em;
}

.clearFloat{
	clear: both;
}