@charset "ISO-8859-1";

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html {height: 100%;}
body {
	height: 100%;
	background-image: url(images/backHeader.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #ebe6e0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#wrap {
	height: 100%;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/concept_03.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

body > #wrap {height: auto; min-height: 100%;}

h2 {
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-bottom: 20px;
}

h5 {
	color: #666666;
	line-height: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	font-size: 12px;
}

#main {
	padding-bottom: 150px;
	width: 960px;
	font-size: 16px;
	color: #231F20;
	margin: 0px;
	z-index: 10;
}  /* must be same height as the footer */

#footer {
	margin-top: -150px; /* negative value of footer height */
	height: 150px;
	clear:both;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #231f20;
	background-image: url(images/footer_07.jpg);
	background-repeat: no-repeat;
	background-position: center top;
} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#logo {
	height: 263px;
	float: left;
	width: 309px;
}

#mast {
	background-image: url(images/concept_02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 263px;
	width: 651px;
	margin: 0px;
	float: left;
}

#news {
	color: #000000;
	float: right;
	height: 180px;
	width: 320px;
	margin-top: 20px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(images/news-background.png);
}

#news.video {
	color: #000000;
	float: right;
	height: 180px;
	width: 320px;
	margin-top: 20px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: none;
}

#news p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	margin-right: 10px;
	margin-left: 10px;	
}

#news a:link, #news a:visited {
	color: #43BD62;
	text-decoration: none;
	font-weight: bold;	
}

#news a:hover {
	text-decoration: underline;	
}

#news img {
	margin-left: 14px;
	margin-top: 12px;
	border: 2px solid #231F20;
}

#news h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	margin-left: 16px;
	margin-top: 10px;	
}

#navcontainer {
	float: left;
	width: 651px;
}

#navlist {
	width: 580px;
	float: left;
	margin-top: 16px;
}

#navlist li {
	display: inline;
	list-style-type: none;
	padding-right: 0px;
	color: #EBE6E0;
	padding-left: 18px;
	float: left;
}

#navlist li a:link, #navlist li a:visited {
	color: #EBE6E0;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C14E22;
	font-weight: bold;
	font-size: 14px;
}

#navlist li a:hover {
	color: #00A94F;
}

#side {
	float: left;
	width: 309px;
}

#side ul {
	margin-left: 76px;
	list-style-type: none;
	float: left;
	width: 180px;
	display: block;
	padding-bottom: 20px;
}

#side ul li {
	line-height: 34px;
	color: #C14E22;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4A4848;
}

#side ul li a:link, #side ul li a:visited {
	color: #C14E23;
	text-decoration: none;
}

#side ul li a:hover {
	color: #231F20;
}

.first {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #4A4848;
}

.right_img {
	float: right;
	margin: 10px;
}

.marketing {
	width: 309px;
	height: 140px;
}

#mainContent {
	float: right;
	width: 651px;
	left: 309px;
}

.text {
	line-height: 30px;
	padding: 20px;
	text-align: left;
	font-size: 14px;
}

.text ul {
	margin-left: 60px;
	line-height: 18px;
}

.text li {
	margin-bottom: 20px;
	margin-top: 20px;
}

.text ul ul li {
	line-height: 14px;
	margin-bottom: 8px;
	list-style-type: square;
}

.text a:link, .text a:visited {
	color: #C14E22;
}

.management {
	line-height: 20px;
	text-align: left;
	font-size: 14px;
}

#ul_left {
	float: left;
	width: 300px;
	margin-bottom: 10px;
}

#ul_right {
	float: right;
	width: 300px;
	margin-bottom: 10px;
}
.footerContent {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	color: #EBE6E0;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 150px;
	font-size: 12px;
	text-align: right;
}

.footerContent a:link, .footerContent a:visited {
	color: #C14E22;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

.footerContent a:hover {
	color: #EBE6E0;
}

.copyright {
	color: #EBE6E0;
	font-size: 11px;
}

.footerContent p {
	padding-top: 30px;
}

.siteBy a:link, .siteBy a:visited {
	color: #EBE6E0;
	font-weight: normal;
	font-size: 11px;
}

.siteBy a:hover {
	color: #CC6633;
	text-decoration: underline;
}
