/* --------------------------------------------
|  GLOBAL STYLES											
--------------------------------------------- */

html { border: none; }
body, td {
	margin: 0;
	padding: 0;
	line-height: 13px; 
	background: #000 url(graphics/bg_body.jpg) no-repeat center top;
	font: 13px Arial, Helvetica, sans-serif;
	color: #e1e1e1;
	text-align: center;
	}
img {
	border: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
	}
p { margin: 0 0 24px 0; }
a {
	text-decoration: underline;
	color: #FFF;
	}
a:hover {
	text-decoration: none;
	color: #FFF;
	}
h1, h2, h3, h4, h5, form { margin: 0; }
h1 {
	font: bold 22px Arial, Helvetica, sans-serif;
	color: #f7941d;
	padding-bottom: 11px;
	}
h2 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #f7941d;
	padding-bottom: 23px;
	}
	h2 a {
		color: #f7941d;
		text-decoration: none;
		}
		h2 a:hover {
			color: #f7941d;
			text-decoration: underline;
			}
.subtitleText {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #fe9900;
	}
.textBold { font-weight: bold; }

/* --------------------------------------------
|  NAVIGATION												
--------------------------------------------- */

/* -- PRIMARY NAVIGATION -- */
#nav {
	position: absolute;
	top: 112px;
	left: 291px;
	margin: 0;
	padding: 0;
	}
	#nav ul {
		list-style: none;
		padding: 0;
		margin: 0;
		}
		#nav li {
			float: left;
			padding-left: 29px;
			}
			#nav li a {
				color: #ad680c;
				text-decoration: none;
				font: bold 14px Arial, Helvetica, sans-serif;
				}
				#nav li a:hover {
					color: #f4b871;
					text-decoration: none;
					font: bold 14px Arial, Helvetica, sans-serif;
					}
					#nav li a.current {
						color: #f7941d;
						text-decoration: none;
						font: bold 14px Arial, Helvetica, sans-serif;
						}


/* --------------------------------------------
|  STRUCTURE												
--------------------------------------------- */

#siteContainer {
	position: relative;
	margin: 0 auto;
	width: 926px;
	height: auto;
	text-align: left;
	background: url(graphics/bg_colleft.jpg) 1px 654px; /* Fixes left column BG in previous versions of IE */
	}

/* -- HEADER -- */

#logo {
	position: absolute;
	left: -26px;
	}
#header {
	height: 137px;
	background: url(graphics/bg_header.jpg) no-repeat right;
	}
	#headerTopText {
		position: absolute;
		top: 39px;
		left: 381px;
		font: italic bold 14px Arial, Helvetica, sans-serif;
		color: #c3c7c1;
		}
	
/* -- MIDDLE AREA -- */

#midArea {
	width: 926px;
	height: auto;
	background: url(graphics/bg_home_mid_area.jpg) no-repeat;
	line-height: 0;
	font-size: 0;
	}
	#midAreaPadding {
		padding-left: 145px;
		}

/* -- BODY -- */

#midBorder {
	height: 1px;
	background: #000;
	width: 926px;
	line-height: 0px;
	font-size: 0px;
	margin: 0;
	padding: 0;
	border: none;
	}
	
#contentArea {
	background: url(graphics/bg_colleft.jpg) 1px 37px;
	/*border-top: 1px solid #000;  delete border for IE6 to not show the gap */
	width: auto;
	height: auto;
	}

#colLeft {
	position: relative;
	float: left;
	width: 212px;
	height: auto !important; 
	min-height: 283px;
	background: url(graphics/bg_colleft.jpg); 
	border-left: 1px solid #000;
	margin: 0;
	padding: 0;
	}
	#colLeftHeader {
		background: url(graphics/bg_colleft_header.jpg) no-repeat;
		width: 212px;
		height: 36px;
		}
		#colLeftHeaderContent {
			padding: 13px 0 0 24px;
			}
			#colLeftMenu {
				list-style: none;
				padding: 0;
				margin: 0;
				}
				#colLeftMenu li {
					padding-bottom: 22px;
					}
					#colLeftMenu li.topPadding {
						padding-top: 23px;
						}
				#colLeftMenu a {
					color: #959595;
					text-decoration: none;
					font: italic 14px Arial, Helvetica, sans-serif;
					}
					#colLeftMenu a:hover {
						color: #FFF;
						text-decoration: underline;
						font: italic 14px Arial, Helvetica, sans-serif;
						}
#colRight {
	float: left;	
	background: #268d5b;
	width: 712px;
	margin: 0;
	padding: 0;
	}
	#mainContentWrapper {
		float: left;
		width: 712px;
		height: auto;
		padding: 0px;
		margin: 0;
		background: #111 url(graphics/bg_content.jpg) no-repeat bottom right;
		border-left: 1px solid #000;
		}
		#mainContent {
			padding: 13px 0 59px 32px;
			width: 639px;
			line-height: 22px;
			}
			#mainContent a {
				color: #f7941d;
				text-decoration: none;
				font-weight: normal;
				}
				#mainContent a:hover {
					color: #f7941d;
					text-decoration: underline;
					font-weight: normal;
					}
		#mainContent ul, #mainContent ol li ul {
			padding: 0 0 0 16px;
			margin: 0;
			list-style: none;
			}
			#mainContent li, #mainContent ol li ul li {
				background: url(graphics/bullet_style.gif) 0 10px no-repeat;
				padding-left: 12px;
				}
		#mainContent ol li {
			background: none;
			padding: 0;
			}
#minHeight {
	height: 600px;
	width: 1px;
	float: right;
	}
				
/* -- FOOTER -- */

#footer {
	position: relative;
	clear: both;
	width: 926px;
	height: auto;
	min-height: 148px;
	background: url(graphics/bg_footer.jpg) repeat-y;
	color: #545454;
	font: 12px Arial, Helvetica, sans-serif;
	}
	#footer a.colHeader {
		font-weight: bold;
		}
		#footer a:hover.colHeader {
			font-weight: bold; 
			}
	#footer a {
		color: #545454;
		text-decoration: none;
		font-weight: normal;
		}
		#footer a:hover {
			color: #FFF;
			text-decoration: underline;
			font-weight: normal;
			}
	#footerCol1 {
		float: left;
		width: 221px;
		height: auto;
		}
		#footerCopyright {
			padding-left: 26px;
			}
	#footerCol2 {
		float: left;
		width: 140px;
		height: 90px;
		}
	#footerCol3 {
		float: left;
		width: 134px;
		height: 90px;
		}
	#footerCol4 {
		float: left;
		width: 134px;
		height: 90px;
		}
	#footerCol5 {
		float: left;
		width: 297px;
		height: auto;
		text-align: right;
		color: #898989;
		font: 14px Arial, Helvetica, sans-serif;
		}
		#footerCol5 a {
			color: #f7941d;
			font: 14px Arial, Helvetica, sans-serif;
			text-decoration: none;
			}
			#footerCol5 a:hover {
				color: #f7941d;
				font: 14px Arial, Helvetica, sans-serif;
				text-decoration: underline;
				}
		#footerCol5 ul {
			list-style: none;
			padding: 23px 22px 0 0;
			margin: 0;
			}
			#footerCol5 ul li {
				padding-bottom: 10px;
				}
			.footerRightTitle {
				color: #c3c7c1;
				font: italic bold 14px Arial, Helvetica, sans-serif;
				}
			.footerRightOrange {
				color: #f7941d;
				}
.footerUl {
	list-style: none;
	padding: 23px 0 0 0;
	margin: 0;
	}
	.footerUl li {
		padding-bottom: 3px;
		}
		
/* -- FOOTER BAR -- */

#footerBar {
	width: 926px;
	height: 9px;
	background: url(graphics/bg_footer_bar.jpg) no-repeat;
	margin: 8px auto 10px auto;
	}
	
/* -- FOOTER ACRO SIG -- */

#footerAcro {
	width: 926px;
	height: auto;
	margin: 0 auto;
	text-align: right;
	color: #262626;
	font-weight: bold;
	}
	#footerAcro a {
		color: #262626;
		text-decoration: none;
		font-weight: bold;
		}
		#footerAcro a:hover {
			color: #585858;
			text-decoration: underline;
			font-weight: bold;
			}
			
/* --------------------------------------------
|  SITE MAP													
--------------------------------------------- */

.siteMapList { margin-top: 15px }
.siteMapList dt {
	background:url(graphics/ico_folder.gif) 0 4px no-repeat;
	padding-left:20px;
	line-height:20px;
	}
.siteMapList dd {	
	padding-left:10px;
	margin-left:25px;
	line-height:16px;
	background:url(graphics/sitemap_2nd.gif) no-repeat;
	}
.siteMapList dd a {	
	color: #666;
	text-decoration:none;
	}
.siteMapList .bottom { background:url(graphics/sitemap_2nd_bottom.gif) no-repeat; }

/* --------------------------------------------
|  CONTENT SPECIFIC										
--------------------------------------------- */

.floatLeft { float: left; }
.floatRight { float: right; }
.clearBoth { clear: both }

/* --------------------------------------------
|  ABOUT US									
--------------------------------------------- */

#aboutContentWrapper {
	float: left;
	width: 712px;
	height: auto;
	padding: 0px;
	margin: 0;
	background: #111;
	border-left: 1px solid #000;
	}
	#aboutUsImgRight {
		float: right;
		padding-left: 20px;
		}
