@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #333333;
	background-image: url(../images/bodybg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
}

#Website {
	position:relative;
	left:0px;
	top:0px;
	width:990px;
}

#header-contact_ {
	position:absolute;
	left:0px;
	top:0px;
	width:990px;
	height:80px;
}

#header-logo_ {
	position:absolute;
	left:0px;
	top:80px;
	width:990px;
	height:175px;
}

#menu_ {
	position:absolute;
	left:0px;
	top:281px;
	width:990px;
	height:70px;
}

#maincontent-topgrey_ {
	position:relative;
	left:0px;
	top:0px;
	width:990px;
	height:8px;
	background-image: url(../images/maincontent_topgrey.gif);
	background-color:#FFFFFF;
	background-position: left top;
}

#maincontent_ {
	position:absolute;
	left:0px;
	top:375px;
	width:990px;
}

#maincontent_text {
	position: relative;
	width: 890px;
	padding-left: 50px;
	padding-top: 40px;
	_padding-top: 70px;
	#padding-top: 70px;
	padding-right: 50px;
	padding-bottom: 40px;
	text-align: left;
	background-color:#FFFFFF;
	background-image:url(../images/maincontent_text_bg.gif);
	background-repeat:repeat-y;
	background-position: top;
}

#maincontent-bottomgrey_ {
	position:relative;
	left:0px;
	width:990px;
	height:8px;
	top: 0px;
	background-image:url(../images/maincontent_bottomgrey.gif);
	background-position:bottom;
	background-color:#FFFFFF;
}

/************* Footer Stylings *************/


#footer_ {
	position:relative;
	left:0px;
	top: 25px;
	width:990px;
	height:100px;
	#top: 25px;
	#height: 125px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
}

#footer_text {
	position: relative;
	padding-left: 50px;
	padding-top: 15px;
	text-align: left;
	
	
	font-size: 0.7em;
	color: #333333;
	line-height: 1.5em;
}

#footer_text a, #footer_text a:hover {
	color: #333333;
}

/************* Text Stylings *************/

h1 {
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #e0a717;
	letter-spacing: -0.05em;
	line-height: 0.1em;
	margin-bottom: -0.05em;
}

h2 {
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	color: #5c5c5c;
	letter-spacing: -0.05em;
	margin-bottom: -0.2em;
}

h3 {
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	letter-spacing: -0.05em;
	margin-bottom: -0.2em;
}

h4 {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	letter-spacing: -0.05em;
	font-weight: bold;
	margin-bottom: -0.2em;
}

p, #maincontent_text li {
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	letter-spacing: 0.01em;
	line-height: 1.8em;
}

a {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

#maincontent_text li {
	list-style-image:url(../images/tick.gif);
	margin-left:-10px;
}

#maincontent_text li.yellow, .yellow {
	color: #e0a717;
}

#maincontent_text li.grey, .grey {
	color: #5c5c5c;
}

/************* Right Image Stylings *************/

.right_image {
	padding-left: 20px;
	padding-bottom: 20px;
}

a:hover img.home-image {
	opacity:0.7;
	filter:alpha(opacity=70);
}


