/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: verdana, arial, helvetica, sansSerif;
	font-size: 11px;
	color: #5f5e5e;
	background-color: #2c284e;
	text-align: center;
	background-image: url(../images/general/background_base.gif);
	background-position: center;
	background-repeat: repeat-y;
}
h1 span {
 display:none;
}
h2 span {
 display:none;
}
h3 span {
 display:none;
}
a span {
 display:none;
}
p {
	margin-bottom: 20px;	
}

/* ------------ LAYOUT ELEMENTS ---------------- */
#wrapper {
	text-align:left;
	width: 800px;
	margin: 0 auto 0px auto;
}
#header {
	height: 72px;
	background-image: url(../images/general/background_header.gif);
	background-repeat: repeat-x;
	padding: 8px 0 0 18px;
}	
#header h1 {
	float: left;
}
#header a {
	display: block;
	background-image: url(../images/general/logo.gif);
	background-repeat: no-repeat;
	width: 279px;
	height: 59px;
}
#header h2 {
	float: right;
	width: 308px;
	height: 35px;
	background-image: url(../images/general/sub-title3.gif);
	background-repeat: no-repeat;
	margin: 24px 10px 0 0;
}
/* ----- PRIMARY NAVIGATION ----- */
#primaryNavContainer {
	height: 29px;
	background-image: url(../images/general/background_nav.gif);
	background-repeat: repeat-x;
	padding-top: 5px;
}	
#primaryNavigation {
	list-style-type: none;
	margin-left: 18px;	
	
	padding-top: 4px;
}
#primaryNavigation li {
	display: inline;
	padding-right: 9px;	
	
	color: #d8d7d7;	
}
#primaryNavigation a {
	color: #d8d7d7;	
	text-decoration:none;	
}
#primaryNavigation a:hover {
	color: #fff;	
}
#primaryNavigation a.navOn {
	color: #fff;
	font-weight: bold;	
}
#primaryNavigation img 
{ width: 24px;
  vertical-align: top;
  margin-top: -2px;
}

#displayImage {
	height: 200px;
}
#displayImageBase {
	height: 21px;
	background-image: url(../images/general/background_content_top.gif);
	background-repeat: repeat-x;
	background-position:top;
}
/* ----- MAIN CONTENT ----- */
#mainContent {
	background-color: #fff;	
	padding: 9px 18px 24px 18px;
}
#mainContentFooter {
	height: 18px;
	background-color: #fff;
	background-image: url(../images/general/background_content_bottom.gif);
}
#contentLHS p, #contentLHS li, #contentLHS a, #contentRHS a {
	line-height: 16px;
}
#contentLHS ul {
	margin-left: 12px;	
}
#contentLHS li {
	margin-bottom: 20px;
	list-style-image:url(../images/general/listitem.gif);
}

#contentRHS a {
	color: #7b7d7f;
	text-decoration: none;
}
#contentRHS a:hover {
	text-decoration: underline;
}
/* ----- FOOTER ----- */
#footer {
	background-color: #fff;	
	padding: 0px 18px 24px 18px;
text-align: center;
}
/* ----- MAILING LIST ----- */
.mailingListBlock {
	border: solid 1px #807e95;
	background-color: #e0dfe5;
	margin-top: 10px;
}
.mailingListBlock h2 {
	background-image: url(../images/titles/mailingList.gif);
	background-repeat: no-repeat;
	width: 251px;
	height: 20px;	
	margin: 14px 0 3px 14px;
}

.mailingListBlockText {
	padding: 7px 14px 13px 14px;
}
.mailingListBlockText ul 
{
	margin: 0 0 14px 14px;
}
.mailingListBlockText p {
	font-size: 11px;
}
.form250 {
	font-family: "trebuchet MS", verdana, arial, helvetica, sansSerif;
	font-size: 11px;
	width: 250px;
	border: solid 1px #2c284e;
}
#submitButton {
	text-align: right;
	padding-top: 15px;
}
#submitButton a {
	color: #fff;
	font-size: 10px;
	background-color: #9593a6;
	border: solid 1px #2c284e;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
}
#submitButton a:hover {
	text-decoration: none;
}

/* ----- CLASSES ----- */
.clear {
	clear: both;
}
.whiteText {
	color: #fff;
}
.smallMargin {
	margin-bottom: 5px;	
}
.left {
	float: left;
}
