@charset "utf-8";
body {
	margin: 0;
	color: #2C458F;
	background-color: #825F43;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 200px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4;
	background-attachment: fixed;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-position: left top;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	color: #2C458F;
}
h1 {
	font-size: 1.4em;

}
h2 {
	font-size: 1.1em;
}
h3 {
	font-size: 1em;
}
h4 {
	font-size: 0.95em;
}
a img { 
	border: none;
}
a:link {
	color: #2C458F;
	text-decoration: underline; 
}
a:visited {
	color: #2C458F;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

.container {
	width: 960px;
	margin: 0 auto; 
	background:rgb(255,255,255);
	background-color: rgba(255,255,255,0.5);
	-moz-border-radius : 20px;
	-webkit-border-radius : 20px;
	border-radius : 20px;
	-moz-box-shadow: 3px 3px 9px hsla(0,0%,0%,.2);
	-webkit-box-shadow: 3px 3px 9px hsla(0,0%,0%,.2);
	box-shadow: 3px 3px 9px hsla(0,0%,0%,.2);
}
header {
	background: 172,196,229;
	background-color: rgba(172,196,229,.8);
	height: 150px;
	-moz-border-radius : 20px 20px 0px 0px;
	-webkit-border-radius : 20px 20px 0px 0px;
	border-radius : 20px 20px 0px 0px;
	-moz-box-shadow: 3px 3px 9px hsla(0,0%,0%,.2);
	-webkit-box-shadow: 3px 3px 9px hsla(0,0%,0%,.2);
	box-shadow: 3px 3px 9px hsla(0,0%,0%,.2);
}

.sidebar1 {
	float: left;
	width: 180px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: rgb(104,135,226);
	background-color: rgba(104,135,226,0.7);
	-moz-border-radius : 0px 20px 20px 0px;
	-webkit-border-radius : 0px 20px 20px 0px;
	border-radius : 0px 20px 20px 0px;
	-moz-box-shadow: 3px 3px 9px hsla(0,0%,0%,.2);
	-webkit-box-shadow: 3px 3px 9px hsla(0,0%,0%,.2);
	box-shadow: 3px 3px 9px hsla(0,0%,0%,.2);
	font-size: 0.9em;
	padding-top: 10px;
	margin-right: 10px;
}
.content {
	width: 580px;
	float: left;
	background-color: rgba(255,255,255,.8);
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 0.9em;
}
aside {
	float: left;
	width: 180px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.content ul, .content ol {
	padding: 0 15px 15px 40px;
}
nav ul {
	list-style: none; 
	border-top: 1px solid #666; 
	margin-bottom: 15px;
	margin-top: 15px;
}
nav ul li {
	border-bottom: 1px solid #666;
}
nav a:link {
	text-decoration: none;
	color: rgba(255,255,255,1);
}
nav ul a, nav ul a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; 
	width: 160px;  
	text-decoration: none;
	background-color: #6887E2;
	color: rgba(255,255,255,1);
}
nav ul a:hover, nav ul a:active, nav ul a:focus { 
	background-color: #ACC4E5;
	color: rgba(44,69,143,1);
	text-decoration: none;
}
footer {
	padding: 10px 0;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both;
	background-attachment: scroll;
	background-image: url(../newImages/swoosh.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	font-size: 0.9em;
}
footer address {
	font-size: 0.8em;
	text-align: center;
	}
.smalltxt {
	font-size: 0.7em;	
	}
/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty block element as the final element following the last floated block (within the .container) if the footer is removed or taken out of the .container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
header, section, footer, aside, nav, article, figure {
	display: block;
}
.strapline {
	position: relative;
	width: 60%;
	float: right;
	color: rgba(44,69,143,1);
	padding-right: 35px;
	padding-top: 45px;
	}
.rhsaside {
	background: rgb(172,196,229);
	background-color: rgba(172,196,229,0.8);
	-moz-border-radius : 20px 0px 0px 20px;
	-webkit-border-radius : 20px 0px 0px 20px;
	border-radius : 20px 0px 0px 20px;
	-moz-box-shadow: 3px 3px 9px hsla(0,0%,0%,.2);
	-webkit-box-shadow: 3px 3px 9px hsla(0,0%,0%,.2);
	box-shadow: 3px 3px 9px hsla(0,0%,0%,.2);
	font-size: 0.9em;
	}
.lhsaside {
	background: rgb(172,196,229);
	background-color: rgba(172,196,229,0.8);
	-moz-border-radius : 0px 20px 20px 0px;
	-webkit-border-radius : 0px 20px 20px 0px;
	border-radius : 0px 20px 20px 0px;
	-moz-box-shadow: 3px 3px 9px hsla(0,0%,0%,.2);
	-webkit-box-shadow: 3px 3px 9px hsla(0,0%,0%,.2);
	box-shadow: 3px 3px 9px hsla(0,0%,0%,.2);
	}
.imgbdr {
	border: 1px solid #666666;
	}
.imgfr {
	float:right;
	border: 1px solid #666666;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 5px;
	}
.iframepadding {
	text-align: center;
	}
.website {
	font-size: 0.7em;
	text-align: right;
	padding-right: 10px;
	}
.website a:link {
	text-decoration: none;
}
.website a:visited {
	text-decoration: none;
}
.website a:hover, a:active, a:focus {
	text-decoration: underline;
}
#flagIcon {
       vertical-align: -11px;
    }
.layerheading {
	background-color: rgba(255,255,255,.1);
	color : #000000;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.layer2 {
	background-color: rgba(255,255,255,.9);
	border-color : #CCCCCC;
	border-style: solid;
	border-width: 1px;
	color : #000000;
	padding: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	-moz-box-shadow: 3px 3px 9px hsla(0,0%,0%,.2);
	-webkit-box-shadow: 3px 3px 9px hsla(0,0%,0%,.2);
	box-shadow: 3px 3px 9px hsla(0,0%,0%,.2);
}
.layerplain {
	background-color: rgba(255,255,255,.1);
	color : #000000;
	margin: 10px;
	padding: 10px;
}
.layerslider {
	background-color: rgba(255,255,255,.1);
	color : #000000;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.layerrounded {
	background-color: rgba(255,255,255,.9);
	padding: 10px;
	margin: 10px;
	border-color : #CCCCCC;
	border-style: solid;
	border-width: 1px;
	-moz-border-radius : 10px;
	-webkit-border-radius : 10px;
	border-radius : 10px;
	-moz-box-shadow: 3px 3px 9px hsla(0,0%,0%,.2);
	-webkit-box-shadow: 3px 3px 9px hsla(0,0%,0%,.2);
	box-shadow: 3px 3px 9px hsla(0,0%,0%,.2);
}
