html {
overflow-y: scroll;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	background-color:  #7f7f7f;
}

img.left {
float: left;
padding: 0 15px 0 0;
}

p {
	margin: 0 0 10px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: normal;
	line-height: 18px;
	color: #000000;
	text-align: left;
}

td.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: normal;
	line-height: 20px;
	color: #555454;
}

H1 {
	font-size: 1.5em;
	color: #e2b900;
	font-weight: normal;
	margin: 0px 0 10px 0;
	
	
}

H2 {
	font-size: 0.8em;
	color: #000000;
	font-weight: bold;
	margin: 10px 0 8px 0;
	
}

H3 {
	font-size: 1.05em;
	color: #555454;
	font-weight: normal;
	padding: 12px 0 10px 0;
	
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 10px 22px;
	margin: 0;
	}
	
li {
	font-size: 0.85em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 17px;
	padding: 0 0 4px 8px;
	margin: 0;
	}
	

ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	text-align: left;
	padding: 8px 0 0 20px;
	margin: 0;
	font-weight: normal;
	line-height: 20px;
	color: #000000;
	}
	
	
	
ol li {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0 0 12px 0;
	margin: 0;
	}
	
	
H2.line {
	border-top: solid 1px #e2b900;
	padding-top: 8px;
	
}

H2.underline {
	border-bottom: solid 1px #e2b900;
	padding-top: 8px;
	
}



	
/* ----- LINKS ----- */

A:LINK { 
	color: #000000;
	text-decoration: underline;
}

A:VISITED { 
	color: #000000;
	text-decoration: underline;
}

A:HOVER {
	color: #e2b900;
	text-decoration: underline;
}

A:ACTIVE { 
	color: #000000; 
	text-decoration: underline;

}


/* ----- NAV ----- */

#nav2 {
	width: 179px;
	height: 660px;
	/* background-color: #000000;  */
	float: left;
}

#nav {
	width: 179px;
	height: 438px;
	background-color: #000000; 
	background-image: url(../images/nav_bot.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
}

.nav li a {
	display: block;
	
}

.nav a:link, .nav a:visited {
	text-decoration: none;
	
}

.nav a:active {
	text-decoration: none;

	}

.nav a:hover {
		color: #e2b900;
	text-decoration: none;

}

ul.nav li span {
display: block;
}

ul.nav li span a {
		padding: 5px 0 6px 44px;
		color: #fff;	

}

ul.nav li.active a:hover, ul.nav li.active a:active,
ul.nav li.active a:link, ul.nav li.active a:visited {
	color: #e2b900;
}

ul.nav {
	text-align: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
	border-top: 1px solid #6c6c6c;
	background-color: #e2b900;
	}
		
ul.nav li { 
	font-family: Arial, Helvetica, san-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #ffffff;
	width: auto;
	display: block;
	background-color: #303030;
	border-bottom: 1px solid #6c6c6c;
	padding:0;

	}
	
ul.nav li.divider {
	color: #CCC;
	padding: 0 11px;
	margin: 0;
	}
	
ul.nav li.active {
	background: url(../images/nav_on.gif) no-repeat 30px 10px #575757;
}
	
/* ----- SUB NAV ----- */



/* ----- FRAMEWORK ----- */

#wrapper {
	margin: 0 auto;
	padding-left: 20px;
	width: 960px;
	text-align: left;
	background:url(../images/wrapper_bg.gif) repeat-y transparent;
	}
	
#wrapperFacts {
	width: 940px;
	background-color: #e2b900;
	}
	
#about {
	width: 761px;
	height: 438px;
	float: left;
	}
	
#facts {
	width: 281px;
	height: 821px;
	float: left;
}
	
#quote {
	width: 179px;
	float: left;
	background-color: #e2b900;

}


#text {
	width: 702px;
	padding: 25px 0px 35px 59px;
	background-color: #FFF;
	background: url(../images/about/aboutBg.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	float: left;
	text-align: left;	
}

#text p {
	padding-right: 265px;
	
}

p.press {
	padding-right: 180px !important;
}

#text h1 {
	padding-right: 265px;
	
}

#text h2 {
	padding-right: 265px;
	
}

#text h2.line, #text h2.underline {
	margin-right: 265px;
	
}

h2.press {
	padding-right: 100px !important;

}

#text ul {
	padding-right: 265px;
	
}

#factsText {
	width: 410px;
	height: 771px;
	padding: 25px 30px 25px 40px;
	background: url(../images/facts/factsBG.gif);
	background-position: bottom;
	background-color: #FFF;
	background-repeat: no-repeat;
	float: left;
	text-align: left;	
}

.gold {
		color: #e2b900;

}	

#footer {
	width: 940px;
	height: 35px;
	font-size: 0.65em;
	color: #FFF;
	float: left;
	margin: 0;
	padding: 15px 0 0 0;
}

#footer A:LINK { 
	color: #FFF;
	text-decoration: underline;
}

#footer A:VISITED { 
	color: #FFF;
	text-decoration: underline;
}

#footer A:HOVER {
	color: #e2b900;
	text-decoration: underline;
}

#footer A:ACTIVE { 
	color: #FFF;
	text-decoration: underline;

}

.clear {
	clear: both;
}
	
	
#map {
	background:url(../images/contact/map.gif) transparent no-repeat right top;
 	float: right;
	width: 471px;
	height: 174px;
}

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

/* ----- FOOTER ----- */


/* ----- FORMS ----- */

	div.label {
		font-family: Arial, Helvetica, san-serif;
		font-size: 11px;
		line-height: 16px;
		font-weight: bold;
		color: #505050;
		padding: 10px 0px 0px 45px;
	}
	
	div.input {
		font-family: Arial, Helvetica, san-serif;
		font-size: 11px;
		line-height: 16px;
		font-weight: bold;
		color: #505050;
		padding: 5px 0px 0px 45px;
	}
	
	div.submit {
		padding: 10px 0px 0px 45px;
	}
	
	input {
		font-family:Arial,Helvetica,san-serif;
		font-size: 11px;
		font-weight: normal;
		padding:4px;
		border: solid 1px #cccccc;
	}
	
	.textfield {
		font-family: Arial, Helvetica, san-serif;
		font-size: 11px;
		line-height: 16px;
		width: 300px;
		font-weight: normal;
		padding: 5px 5px 5px 5px;
		border: solid 1px #cccccc;
	}
	
	.textarea {
		font-family:Arial,Helvetica,san-serif;
		font-size: 11px;
		font-weight: normal;
		padding: 4px;
		width: 300px;
		border: solid 1px #cccccc;
	}
	
	.button:hover {
		background-color:#eb5e57;
	}

	.button {
		background-color:#756D5D;
		color:#FFFFFF;
		width:60px;
	}

