/* ---GENERAL STYLES--- */
html, body { 
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background: #fff;
	color: #333;
}
body {
	min-height:101%
}

img {
	vertical-align: top; /* In mozilla there is a space between the images if we dont align them to the top */
	border: 0px;
}

img a {
	border: 0;
}

p {
	color: #333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: left;
}

#container {
	width: 758px;
	margin: 10px auto 0 auto;
	position: relative;
}

#logo-container {
	position: relative;
	height: 83px;
	width: 758px;
	z-index: 10;
}
#logo {
	position: absolute;
	left: 78px;
	top: 0px;
}

#telephone {
	color: #12133D;
	font-size: 36px;
	position: absolute;
	right: 5px;
	top: 0px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#address {
	color: #9B8C53;
	font-size: 18px;
	position: absolute;
	right: 5px;
	top: 66px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#header-navigation {
	width: 758px;
	height: 160px;
	margin: 0;
	background-image: url(../image/banner_home.jpg);
	position: relative;
	z-index: 5;
}
#header-navigation ul {
	position: absolute;
	left: 100px;
	bottom: 10px;
}
#header-navigation ul, #header-navigation ul li, #header-navigation ul li p {
	margin: 0;
	padding: 0;
}
#header-navigation ul li {
	list-style: none;
	float: left;
}
#header-navigation ul li a {
	text-align: center;
	display: block;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	padding: 0 20px;
}
#header-navigation ul li a:hover {
	color: #FFE584;
	text-decoration: overline;
}

#body-content {
	clear: both;
	width: 758px;
	padding: 0;
	text-align: left;
}

#content-text-container {
	width: 758px;
	background-image: url(../image/shadow_background.gif);
	background-position: left;
	background-repeat: repeat-y;
}
#left-side {
	float: left; 
	width: 209px;
	margin: 10px 0 0 0;
}
#left-side p {
	font-size: 11px;
	color: #11133D;
	padding: 0 20px;
}
#content-text {
	float: right;
	width: 444px;
	padding: 0 80px 80px 20px;
}
#content-text h1 {
	background-image: url(../image/header_background.gif);
	background-repeat: repeat-y;
	color: #11133D;
	padding: 0 0 0 20px;
}
#content-text p {
	font-size: 12px;
	color: #11133D;
	padding: 0 20px;
}

#footer {
	clear: both;
	width: 756px;
	margin: 0;
	padding: 0;
	background: url(../image/bg-ftr.gif) top left repeat-y;
}
#footer a {
	color: #11133D;
}
#footer p {
	background: url(../image/bg-ftr-top.gif) top left no-repeat;
	padding: 13px 0 10px 20px;
}
#footer a:hover {
	color: #990000;
}

#contact-us .contact-us
, #home .home 
, #about-us .about-us
, #fact-sheets .fact-sheets {
	text-decoration: overline;
}