html {
	background: #FFF url('../images/layout/bg_main.jpg') repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #999;
}
/* MAIN WRAPPERS */
#mainWrapper {
	width: 934px;
	margin: auto;
	height: 100%;
}
#bottomWrapper {
	width: 934px;
	margin: auto;
	clear: both;
}
#innerWrapper {
	width: 919px;
	margin: auto;
	background: url('../images/layout/bg_inner.png') repeat-y;
	padding: 0px 0px 0px 15px;
	float: left;
}
/* TOP */
#headerWrapper {
	height: 199px;
	background: #FFF url('../images/layout/bg_header_blue.jpg') no-repeat;
	width: 904px;
}
#logoWrapper {
	width: 290px;
	height: 46px;
	float: left;
	margin: 45px 0px 24px 0px;
}
/* TOP RIGHT MENU */
#rightMenuWrapper {
	width: 300px;
	height: 19px;
	background: #5F7794;
	float: right;
	margin: 5px -10px 0px 0px;
	padding: 4px 0px 0px 20px;
	color: #FFF;
	/* CSS3 TRANSPARENCY (ONLY VALIDATES AGAINST CSS3) */
	opacity:0.8;
	/* IE TRANSPARENCY (WON'T VALIDATE) */
	filter:alpha(opacity=80);
}
#rightMenuWrapper li {
	float: left;
	padding: 0px 3px 0px 0px;
}
#rightMenuWrapper li a {
	color: #FFF;
	text-decoration: none;
	font-size: 0.95em;
}
#rightMenuWrapper li a:hover {
	text-decoration: underline;
}
/* MAIN MENU */
#menuWrapper {
	background: url('../images/layout/bg_menu.jpg') bottom repeat-x;
	height: 58px;
	clear: both;
}
#menuWrapper li {
	float: left;
	padding: 0px 0px 0px 0px;
}
#menuWrapper li a {
	display: inline;
	float: left;
	text-decoration: none;
	font-size: 1.2em;
	padding: 14px 15px 0px 15px;
	margin: 15px 0px 0px 0px;
	background: url('../images/layout/bg_menu_btn.png') right top no-repeat;
	height: 29px;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
}
#menuWrapper li a:hover {
	background: url('../images/layout/bg_menu_btn.png') right -43px no-repeat;
}
#menuWrapper li a.active {
	margin: 0px 0px 0px 0px;
	padding: 29px 15px 0px 15px;
	background: url('../images/layout/bg_menu_btn_active.png') right top no-repeat;
	height: 29px;
}
#menuWrapper li a.active:hover {
	background: url('../images/layout/bg_menu_btn_active.png') right top no-repeat;
}
/* SEARCH */
#searchWrapper {
	width: 343px;
	float: left;
	margin: 15px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	font-size: 1.2em;
}
#searchWrapper #srchForm label {
	margin: 0px 16px 0px 16px;
	padding: 4px 0px 0px 0px;
	float: left;
	color: #FFF;
}
#searchWrapper #srchForm input {
	background: url('../images/layout/bg_search.png') no-repeat;
	border: none;
	width: 170px;
	height: 24px;
	float: left;
	margin: 0px 10px 0px 0px;
	color: #999;
	padding: 0px 0px 0px 20px;
	font-size: 1.2em;
}
#searchWrapper #srchForm input#srchBtn {
	background: url('/assets/images/layout/bg_search_btn.png') no-repeat;
	width: 56px;
	height: 24px;
	border: none;
	color: #FFF;
	float: left;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
}
#searchWrapper #srchForm input#srchBtn:hover {
	background: url('../images/layout/bg_search_btn_over.png') no-repeat;
	cursor: pointer;
}
#borderStrip {
	width: 904px;
	height: 24px;
	background: #5F7794;
	float: left;
	margin: 1px 0px 1px 0px;
}
/* MIDDLE */
#contentWrapper {
	width: 904px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#contentLeft {
	width: 579px;
	float: left;
	padding:25px 5px 0px 0px;
	.padding:45px 5px 0px 0px;
}
#contentLeft p {
	float: left;
	width: 560px;
	padding: 0px 0px 20px 0px;
}

#contentLeft h3 {
	font-weight:bold;
	color:#655405;
	float: left;
	width: 360px;
	padding:20px 20px 10px 0px;
}

#contentLeft a {
	color:#655405;
}

#contentLeft a:hover {
	color:#999;
}

#contentLeft li  {
	list-style:url(../images/layout/bullet.gif);
	margin-left:20px;
}

#contentLeft img {
	margin: 0px 100px 0px 100px;
}
#contentRight {
	min-height: 288px;
	width: 280px;
	float: left;
	background: url('../images/layout/bg_home_right.jpg') no-repeat;
	color: #FFF;
	padding: 25px 20px 0px 20px;
	.padding:65px 20px 0px 20px;
}
#contentRight h4 {
	font-size: 1.4em;
	font-weight: normal;
	color: #FFF;
	margin: 0px 0px 25px 0px;
}
/* HOME BOXES */
#homeBoxWrapper {
	float: left;
	margin: 30px 0px 0px 0px;
	width: 584px;
}
.headlineBox {
	width: 186px;
	min-height: 133px;
	margin: 0px 7px 0px 0px;
	float: left;
}
.headlineBox.box1 {
	background: #28A8FE;
}
.headlineBox.box2 {
	background: #1F83C6;
}
.headlineBox.box3 {
	background: #18669B;
}
.headlineBox h3 {
	font-size: 1.4em;
	font-weight: normal;
	color: #FFF;
	margin: 10px 0px 0px 10px;
	float: left;
	width: 128px;
	min-height: 63px;
}
#homeBoxWrapper .headlineBox p {
	color: #FFF;
	min-height: 40px;
	width: 166px;
	float: left;
	padding: 10px;
	font-size: 0.95em;
}
#homeBoxWrapper .headlineBox.box1 p {
	background: #1F83C6;
}
#homeBoxWrapper .headlineBox.box2 p {
	background: #18669B;
}
#homeBoxWrapper .headlineBox.box3 p {
	background: #135079;
}
/* BUTTONS */
.linkButton {
	display: block;
	width: 27px;
	height: 27px;
}
.linkButton:hover, #homeBoxWrapper .linkButton:hover {
	background: url('../images/layout/btn_link_over.png') no-repeat;
}
.linkButton.btn1 {
	background: url('../images/layout/btn_link_colour1.png') no-repeat;
}
.linkButton.btn2 {
	background: url('../images/layout/btn_link_colour2.png') no-repeat;
}
.linkButton.btn3 {
	background: url('../images/layout/btn_link_colour3.png') no-repeat;
}
.headlineBox a.linkButton {
	float: left;
	margin: 10px 0px 0px 10px;
}

/* FORM */
#formWrapper {
	width: 310px;
	float: left;
	margin: 15px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	font-size: 1em;
}
#formWrapper #contactForm label {
	margin: 4px 8px 8px 2px;
	padding: 4px 0px 0px 0px;
	float: left;
	color: #999;
}
#formWrapper #contactForm input {
	background: url('../images/layout/bg_form.jpg') no-repeat;
	border: none;
	width: 180px;
	height: 24px;
	float: right;
	margin: 4px 10px 4px 0px;
	color: #999;
	padding: 2px 0px 0px 10px;
	font-size: 1.2em;
}

#formWrapper #contactForm textarea {
	background:url('../images/layout/bg_textfield.jpg') no-repeat;
	border:none;
	width:180px;
	height:88px;
	float:right;
	margin:4px 10px 4px 0px;
	color:#999;
	padding:2px 0px 0px 10px;
	font-size:1.2em;
}

#formWrapper #contactForm input#formBtn {
	background: url('../images/layout/bg_search_btn.png') no-repeat;
	width: 56px;
	height: 24px;
	border: none;
	color: #FFF;
	float: left;
	margin: 4px 0px 0px 110px;
	padding: 0px;
	font-size: 1em;
}
#formWrapper #contactForm input#formBtn:hover {
	background: url('../images/layout/bg_search_btn_over.png') no-repeat;
	cursor: pointer;
}

/* FOOTER */
#footerWrapper {
	height: 45px;
	background: url('../images/layout/bg_footer.png') no-repeat;
	padding: 30px 0px 0px 0px;
	float: left;
	clear: both;
	width: 100%;
}
#footerTop, #footerBottom {
	text-align: center;
}
#footerWrapper li {
	display: inline;
	padding: 0px 3px 0px 0px;
	color: #5F7794;
}
#footerWrapper li a {
	color: #5F7794;
	text-decoration: none;
	font-size: 0.95em;
}
#footerWrapper li a:hover {
	text-decoration: underline;
}
#footerWrapper span {
	color: #5F7794;
	font-size: 0.95em;
}
/* GENERAL TEXT */
h2 {
	font-size: 1.4em;
	font-weight: normal;
	color: #5F7794;
	margin: 0px 0px 25px 0px;
}
p {
	font-size: 1em;
}
/* GENERAL */
.remove {
	display: none;
}

/* ========================================== */
/* GOLD VERSION CSS (ADD .gold CLASS TO BODY) */
/* ========================================== */
body.gold {
	color: #666;
	background: #FFF url('../images/layout_gold/bg_main_gold.jpg') repeat-x;
}
/* TOP */
body.gold #headerWrapper {
	height: 174px;
	background: #FFF url('../images/layout_gold/bg_header_gold.jpg') repeat-x;
	margin: 0px 0px 1px -10px;
	padding: 0px 0px 0px 10px;
	width: 914px;
}
/* MENU */
body.gold #menuWrapper {
	background: url('../images/layout_gold/bg_menu_gold.jpg') bottom repeat-x;
	width: 904px;
	clear: both;
	float: left;
}
body.gold #menuWrapper li a {
	background: url('../images/layout_gold/bg_menu_btn_gold.png') right top no-repeat;
}
body.gold #menuWrapper li a:hover {
	background: url('../images/layout_gold/bg_menu_btn_gold.png') right top no-repeat;
	color: #655405;
}
body.gold #menuWrapper li a.active {
	background: url('../images/layout_gold/bg_menu_btn_gold_active.png') right top no-repeat;
	color: #655405;
}
body.gold #menuWrapper li a.active:hover {
	background: url('../images/layout_gold/bg_menu_btn_gold_active.png') right top no-repeat;
}
body.gold #borderStrip {
	background: url('../images/layout_gold/bg_strip_gold.jpg') repeat-x;
}
/* RIGHT AREA */
body.gold #contentRight {
	background: url('../images/layout_gold/bg_home_right_gold.jpg') repeat-x;
	color: #655405;
}
body.gold #contentRight h4, body.gold #contentRight h3 {
	color: #655405;
	margin: 20px 0px 25px 0px;
	font-size: 1.4em;
	font-weight: normal;
}

/* LOGOS */

#standardsWrapper {
	width:136px;
	height:70px;
	margin:30px auto 0px auto;
}

/* FOOTER */
body.gold #footerWrapper li, .gold #footerWrapper li a, .gold #footerWrapper span {
	color: #666;
}
/* GENERAL TEXT */
body.gold h2 {
	color: #655405;
}
body.gold #topImage {
	position: relative;
}
body.gold #topImage img {
	position: absolute;
	top: 0px;
	right: 55px;
}



