@charset "utf-8";
/* CSS Document */

html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th {
	font-size:1em;
	font-style:normal;
	font-weight:normal;
}
p {padding-bottom:10px}
a {
	color: #C36100;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

ul, ol {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
fieldset, img {
	border:medium none;
}
caption, th {
	text-align:left;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
.clear {
	clear:both;
}
.burnt {
	color: #C36100;
}
.black {
	color: #000000;
}
img {
	border: none;
}
h1 {
	color: #999999;
	font-size: 246%;
	font-weight: 100;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Segoe UI", sans-serif;
	letter-spacing: 0px;
	padding-bottom: 15px;
}
h2 {
	color: #C36100;
	font-size: 140%;
	font-weight: normal;
	font-family: "HelveticaNeue-Roman", "Helvetica Neue Roman", "Segoe UI", sans-serif;
	letter-spacing: 0px;
	padding: 10px 0;
}
h3 {
	color: #000000;
	font-size: 80%;
	font-weight: bold;
	font-family: "Segoe UI", sans-serif;
	letter-spacing: 0px;
}
h4 {
	color: #C36100;
	font-size: 70%;
	font-weight: bold;
	font-family: "Segoe UI", sans-serif;
	letter-spacing: 0px;
}
body {
	background: url(../images/page/bg.jpg) no-repeat fixed center #e0e0e0;
	font-family: "Segoe UI", Arial;
	color: #000000;
}

#wrapper {
	width: 980px;
	margin: 0px auto;
}
.header {
	height: 130px;
	min-height: 130px;
}
.menu {
	float: right;
	display: inline;
	margin-top: 50px;
	font-size: 70%;
	text-transform: uppercase;
}
		.menu a {
			text-decoration: none;
			margin:20px 0 0 20px;
			color: #000000;
			padding: 40px 4px 10px 4px;
			font-weight: bold;
		}
		.menu a:hover, .menu a.selected {
			background: url(../images/page/menuFlames.png) right bottom no-repeat;
		}
		.menu a.burnt {
			color: #C36100;
		}
#feature {
	clear: both;
	padding-top: 20px;
	width: 920px;
}
		#featureLeft {
			width: 570px;
			height: 410px;
			min-height: 410px;
			background: url(../images/page/featureBack.png) no-repeat;
			display: inline-block;
			float: left;
			margin-left: 20px;
		}
				#featureLeft img {
					margin: 7px 5px 5px 5px;
				}
		#featureRight {
			width: 340px;
			height: 410px;
			min-height: 410px;
			display: inline-block;
			float: right;
			line-height: 22px;
			font-size: 82%;
			text-align: justify;
			margin-right: 30px;
		}
#inner {
	font-size: 90%;
}
	.inner strong {
		font-weight:bold;
	}
.footer {
	background: url(../images/page/footer.png) center no-repeat;
	width: 100%;
}
		.footerContent {
			width: 980px;
			margin: 0 auto;
			background: url(../images/page/footerBack.png) no-repeat;
			text-transform: uppercase;
			height: 70px;
			min-height: 70px;
			padding-top: 35px;
			font-size: 65%;
			line-height: 18px;
		}
				.footerContent a {
					text-decoration: none;
					margin:5px 10px 0 0;
					color: #000000;
					padding: 10px;
					background: url(../images/page/lilFlame.png) no-repeat left center;
				}
				.footerContent a:hover {
					text-decoration: underline;
					background: url(../images/page/blackArrow.png) no-repeat right;
					
				}
				
		.footerBrand {
			margin-top: -10px;
			float: right;
			display: inline;
			width: 110px;
		}

#contentExecutive {
	padding: 10px 0;
	background: #000000;
	width: 100%;
}
.message {
	width: 980px;
	margin: 0px auto;
	color: #FFFFFF;
	font-size: 67%;
	text-transform: uppercase;
	text-align: center;
}