/*************** Notifications ***************/
.notification {
	position: relative;
	margin: 0 0 15px 0;
	padding: 0;
	border: 1px solid;
	background-position: 10px 11px !important;
	background-repeat: no-repeat !important;
	font-size: 13px;
	width: 99.8%;
}
.attention {
	background: #fffbcc url('../_images/icons/exclamation.png') 10px 11px no-repeat;
	border-color: #e6db55;
	color: #666452;
}
.information {
	background: #dbe3ff url('../_images/icons/information.png');
	border-color: #a2b4ee;
	color: #585b66;
}
.success {
	background: #d5ffce url('../_images/icons/tick_circle.png');
	border-color: #9adf8f;
	color: #556652;
}
.error {
	background: #ffcece url('../_images/icons/cross_circle.png');
	border-color: #df8f8f;
	color: #665252;
}
.notification div {
	display:block;
	font-style:normal;
	padding: 10px 10px 10px 36px;
	line-height: 1.5em;
}
.notification .close {
	color:#990000;
	font-size:9px;
	position:absolute;
	right:5px;
	top:5px;
}

body {
	margin: 0;
	padding: 20px 0 40px 0;
	font-size: 11px;
	font-family: "Verdana";
	color: #999;
	background-color: #000;
	background-image: URL("../_images/body-background.jpg");
	background-repeat: repeat-x;
	background-position: 0 141px;
}

a img {
	border: none;
}
p, h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 8px 0;
}
p, td, th {
	line-height: 20px;
}
td, th {
	vertical-align: top;
}
b, strong {
	color: #5B6275;
}
.home b, .home strong {
	font-weight: normal;
}
h1  {
	font-family: "Trajan Pro", "Trajan", "Adobe Garamond", Garamond, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 16px;
}
h2  {
	font-family: "Trajan Pro", "Trajan", "Adobe Garamond", Garamond, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
	margin-left: 20px;
}

h3  {
	font-family: "Trajan Pro", "Trajan", "Adobe Garamond", Garamond, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 12px;
}

h3 a {
	font-family: "Trajan Pro", "Trajan", "Adobe Garamond", Garamond, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0px 0px 0px 20px;
}

h3 a:hover {
	color: #a43f35;	
}

#areaBody ul {
	margin: 0;
	padding: 0 0 0 15px;
}

#areaContainer {
	width: 980px;
	margin: 0 auto;
}

#areaHeader {
	height: 120px;
	border-bottom: 1px solid #51586E;
	background-color: #F6F6F7;
}
#areaHeader .headerLogo {
	float: left;
	padding: 30px 0 0 40px;
}
#areaHeader .headerNav {
	float: right;
	padding: 30px 20px 0 0;
}
#areaHeader .headerNav a {
	padding: 0 5px;
	color: #999;
	text-transform: uppercase;
	font-size: 10px;
	text-decoration: none;
}
#areaHeader .headerNav a:hover, #areaHeader .headerNav a.actived  {
	color: #5B6275;
	text-decoration: underline;
}


/* CSS FOR MAIN NAV */ 
#areaMainNav {
	position: relative;
	height: 35px;
	list-style-type: none;
	background-image: URL("../_images/mainnav-background.jpg");
	background-repeat: repeat-x;
	padding-left: 45px;
}

#areaMainNav ul {
	margin: 0;
	padding: 0;
}

#areaMainNav ul  li {
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
}
#areaMainNav ul  li a {
	display: block;
	width: 178px;
	border-right: 1px solid #CDD0D5;
	color: #FFF;
	font-family: "Trajan Pro", "Trajan", serif;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 0;
	text-align: center;
}
#areaMainNav ul  li a.first {
	border-left: 1px solid #CDD0D5;
}
#areaMainNav ul li:hover a, #areaMainNav ul li a:hover, #areaMainNav li a.actived {
	background-image: URL("../_images/mainnav-hover.jpg");
	background-repeat: repeat-x;
}

/* CSS FOR SUB NAV */ 
#areaMainNav ul li:hover ul li a {
	background-image: none;
}
#areaMainNav ul  li ul {
	position: absolute;
	z-index: 1000;
	display: none;
}
#areaMainNav ul  li ul.hover  {

}
#areaMainNav ul  li ul li {
	float: none;
}
#areaMainNav ul  li:hover ul li {

}
#areaMainNav ul  li ul li a {
	width: 180px;
	display: block;
	background-color: #434448;
	color: #CCC;
	padding: 7px 0;
	text-align: center;
	font-size: 11px;
	border: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#areaMainNav ul  li.first ul li a {
	border: none;
}
#areaMainNav ul  li ul li a:hover, #areaMainNav ul  li ul li a.actived {
	background-image: none;
	background-color: #858A97;
	color: #FFF;
	opacity: 1;
	filter: alpha(opacity=100);
}

#areaFooter {
	padding: 10px 35px 10px 45px;
	height: 20px;
	font-size: 10px;
}
#areaFooter .footerLegend {
	float: left;
}
#areaFooter .footerNav {
	float: right;
}
#areaFooter .footerNav a {
	color: #CCC;
	text-decoration: none;
	padding: 0 10px;
}
#areaFooter .footerNav a:hover, #areaFooter .footerNav a.actived {
	color: #FFF;
	text-decoration: underline;
}

#areaBody {
	background-color: #F6F6F7;
	padding: 20px 90px 40px 90px;
}
.home #areaBody { padding: 0 140px 40px 0; }

#areaBannerHome {	display: none; }
.home #areaBannerHome {	display: block;height:159px;  }
#areaBanner {	display: block; height:159px; }
.home #areaBanner {	display: none; }

.clear {
	height: 1px;
	clear: both;
}



/* Author: Craig Erskine Description: Dynamic Menu System - Horizontal/Vertical */ #areaMainNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
#areaMainNav ul ul {
	margin: 0;
	list-style: none;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
}
#areaMainNav ul ul ul, #areaMainNav ul ul ul ul {
	top: 0;
	left: 100%;
}
#areaMainNav ul li {
	float: left;
	display: inline;
	position: relative;
}
#areaMainNav ul ul li {
	width: 100%;
	display: block;
} /* Root Menu */
#areaMainNav ul a {
	float: left;
	display: block;
} /* Root Menu Hover Persistence */
#areaMainNav ul a:hover, #areaMainNav ul li:hover a, #areaMainNav ul li.iehover a {
} /* 2nd Menu */
#areaMainNav ul li:hover li a, #areaMainNav ul li.iehover li a {
	float: none;
} /* 2nd Menu Hover Persistence */
/* Hover Function - Do Not Move */
#areaMainNav ul li:hover ul ul, #areaMainNav ul li:hover ul ul ul, #areaMainNav ul li.iehover ul ul, #areaMainNav ul li.iehover ul ul ul {
	display: none;
}
#areaMainNav ul li:hover ul, #areaMainNav ul ul li:hover ul, #areaMainNav ul ul ul li:hover ul, #areaMainNav ul li.iehover ul, #areaMainNav ul ul li.iehover ul, #areaMainNav ul ul ul li.iehover ul {
	display: block;
}

#contact-form-wrapper {
	float:right;
	margin-left:30px;
}

button.button {
	color:#000;
	background-color:#bcbdbf;
	border:solid 1px #000;
}

a, * a {
	color:#262626;
}

a:hover, * a:hover {
	color:#000;
}
