/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "trebuchet MS", verdana, arial, helvetica, sansSerif;
	font-size: 11px;
	color:#ffffff;
	background-color:#151515;
	text-align:center;
	margin: 0px;
	background-image: url(../images/general/bg_main.gif);
	background-repeat: repeat;
	background-position: center top;
}
h1 span {
 display:none;
}
h2 span {
 display:none;
}
h3 span {
 display:none;
}
a span {
 display:none;
}
/* ------------ LAYOUT ELEMENTS ---------------- */
#header {
	text-align:left;
	width:703px;
	height: 60px;
	margin: 0 auto 0px auto;
	background-image: url(../images/general/bg_header.gif);
	background-repeat: no-repeat;
	padding: 43px 0 28px 52px;
}
#header h1 {
	background-image: url(../images/general/logo.gif);
	background-repeat: no-repeat;
	width: 175px;
	height: 60px;	
}
#header h1 a {
	width: 175px;
	height: 60px;
}
#wrapper {
	text-align:left;
	width:755px;
	margin: 0 auto 0px auto;
	padding: 0 25px 0 25px;
}

#primaryNavigationContainer {
	width:755px;
	height: 212px;
	background-image: url(../images/general/bg_nav.gif);
	background-repeat: no-repeat;
	margin-bottom: 23px;
	padding-top: 8px;
}
#primaryNavigation {
	list-style-type: none;
	margin-left: 50px;
}
#primaryNavigation li {
	display: inline;
	font-size: 12px;
	padding-right: 15px;	
	color: #555555;	
}
#primaryNavigation a {
	color: #555555;	
	text-decoration:none;	
}
#primaryNavigation a:hover {
	color: #DDD8C3;	
}
#primaryNavigation a.navOn {
	color: #DDD8C3;	
}
#primaryNavigationContainerImage {
	padding: 8px 0 0 23px;
}

#footer {
	width: 655px;
	background-image: url(../images/general/footer_bar.gif);
	background-repeat: no-repeat;
	color: #737373;	
	font-size: 11px;
	padding: 20px 50px 40px 50px;
	margin-top: 40px;
}
#footerRHS {
	float: right;
}
#footerNavigation {
	list-style-type: none;
}
#footerNavigation li {
	display: inline;
	padding-right: 12px;		
}
#footerNavigation a {
	color: #737373;	
	text-decoration:none;	
}
#footerNavigation a:hover {
	color: #ffffff;	
}
#footerRHS2 {
	float: right;
	padding-top: 15px;
	padding-right: 12px;
}
#footerRHS2 a {
	color: #737373;	
	text-decoration:none;	
}
#footerRHS2 a:hover {
	color: #ffffff;		
}