/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F0F0F0; color: #000000;
	background-image: url(images/offbkgrndhdr.gif);
	background-position: top; background-repeat: repeat-x;
	margin: 0px; margin-bottom: 20px;
}
body#edit {
	background-image: none;
	background-color: #FFFFFF;
	font-size: 11px; line-height: 15px;
}
img { border: 0px; }

a:link { color: #660000; text-decoration: none; }
a:visited { color: #666666; text-decoration: none; }
a:hover { color: #660000; text-decoration: underline; }

h1 {
	font-size: 20px; line-height: 24px;
	font-weight: normal;
	color: #660000;
	padding: 0px; margin-top: 0px; margin-bottom: 15px;
}
h2 {
	font-size: 14px; line-height: 18px;
	font-weight: normal;
	color: #660000;
	padding: 0px; margin-top: 0px; margin-bottom: 15px;
}
h3 {
	font-size: 12px; line-height: 15px;
	font-weight: bold;
	color: #660000;
	padding: 0px; margin-top: 0px; margin-bottom: 5px;
}

p, ul, ol {
	font-size: 11px; line-height: 15px;
	color: #000000;
	padding: 0px;
	margin-top: 0px; margin-bottom: 15px;
}
p.notes { font-size: 9px; color: #666666; }
ul, ol { margin-left: 15px; }
ul.list_extended li { margin-bottom: 5px; }


/* HEADER SECTION */
#hdrSection {
	width: 748px;
	height: 60px; padding-top: 10px;
	margin-left: auto; margin-right: auto;
	background-color: #660000;
	background-image: url(images/offhdrgraphic.gif);
	background-position: right top; background-repeat: no-repeat;
	display: block;
}

/*#strapline {
	position: relative; float: left;
	padding-top: 17px;
}*/
h2.strapline {
	background-image: url(images/strapline.gif);
	width: 240px; height: 17px;
	float: left;
	margin-left: 10px;
	text-indent: -999999px;
	overflow: hidden;
	margin-top: 20px;
	display: block;
}
#logo {
	float: right;
	text-align: right;
	margin-right: 10px;
}
a.logotxt { width: 110px; }
a.logoicon { width: 50px; }
#strapline h1 { padding: 0px; margin: 0px; }

/* MAIN IMAGES */
#hdrImgs {
	width: 748px; /*height: 165px;*/ height: 123px;
	clear: both;
	border-bottom: 3px solid #666666;
	margin-left: auto; margin-right: auto;
}
.hdrimg {
	width: 187px; /*height: 165px;*/
	float: left;
}
.hdrimg img { width: 187px; height: 123px; }

/* NAVIGATION */
#nav {
	width: 187px;
	float: left;
	text-align: left;
	font-size: 11px; color: #CCCCCC; font-weight: bold;
	/*border-top: 1px solid #CCCCCC;*/
	margin-top: 10px;
	display: block;
}
#nav ul { margin: 0px; padding: 0px; list-style: none; color: #CCCCCC; }
#nav li { border-bottom: 1px solid #F0F0F0; }
#nav li a {
	color: #666666; text-decoration: none;
	background-color: #CCCCCC;
	padding: 3px 5px 3px 5px;
	display: block;
}
#nav li a:hover {
	color: #EEEEEE; text-decoration: none;
	background-color: #999999;
	display: block;
}
#nav li.current a, #nav li.current a:hover {
	color: #FFFFFF; text-decoration: none;
	background-color: #666666;
	padding: 3px 5px 3px 5px;
	display: block;
}

/* PAGE CONTENT STRUCTURE */
#pgContent {
	width: 748px; height: auto;
	clear: both;
	margin-left: auto; margin-right: auto;
	background-color: #FFFFFF;
	background-image: url(images/offbkgrnd.gif);
	background-position: right bottom; background-repeat: no-repeat;
}

#column1 {
	width: 187px;
	float: left;
	margin-bottom: 10px; margin-top: 10px;
	text-align: left;
}
#column2 {
	width: 354px; padding-left: 10px; padding-right: 10px;
	height: auto;
	float: left;
	margin-bottom: 10px; margin-top: 10px;
	text-align: left;
}
#column3 {
	width: 177px; height: auto;
	margin-bottom: 10px; margin-top: 10px;
	margin-right: 10px;
	float: right;
}

/* FOOTER */
#footer {
	width: 730px; padding-left: 10px; padding-right: 10px;
	height: 20px;
	clear: both;
	background-color: #CCCCCC;
	color: #666666; font-size: 10px; line-height: 20px;
}
#footerLinks { position: relative; float: left; font-weight: bold; }
#wdacredit { position: relative; float: right; }
#footer a:link { color: #666666; text-decoration: none; }
#footer a:visited { color: #666666; text-decoration: none; }
#footer a:hover { color: #000000; text-decoration: underline; }

/* LATEST NEWS */
#news_sl {
	width: 177px; height: auto;
	/*margin-right: 10px;*/
	margin-bottom: 10px;
	display: block;
}

#news_sl_links {
	font-size: 10px;
	font-weight:bold;
	display:block; 
	color:#333333;
	
	
}


#column3 h2, #column3 h3 {
	padding: 5px;
	font-weight: bold;
	margin-top: 0px;
	text-align: left;
	color: #FFFFFF;
	display: block;
}
#column3 h2 { background-color: #660000; margin-bottom: 2px; font-size: 12px; line-height: 14px; }
#column3 h3 { background-color: #666666; margin-bottom: 0px; font-size: 11px; line-height: 13px; }
#news_sl img { width: 167px; }
#column3 p {
	padding: 5px;
	font-size: 10px; font-weight: bold;
	line-height: 13px;
	margin-bottom: 2px; margin-top: 0px;
	color: #333333; background-color: #CCCCCC;
	clear: both;
	display: block;
}
#column3 p a:hover { color: #000; text-decoration: none; }
/*
#latestNews ul { margin: 0px; padding: 0px; list-style: none; }
#latestNews li {
	width: 230px; height: auto; padding: 5px;
	font-size: 11px; line-height: 15px; font-weight: bold;
	background-color: #DCDCDC; color: #666666;
	display: block;
}
#latestNews li a { color: #666666; text-decoration: none; }
#latestNews li a:hover { color: #000000; text-decoration: none; }
*/

/* QUOTES */
.quotes {
	width: 230px; height: auto; padding: 5px;
	background-color: #F0F0F0;
	color: #666666;
	font-size: 11px; line-height: 15px;
}
.quotes h1 {
	font-size: 11px; font-weight: bold;
	color: #660000;
	padding: 0px; margin: 0px;
}
.quotes p {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px; line-height: 15px; font-style: italic;
	margin: 0px; padding: 0px;
	color: #666666;
}
.quotes p.credit {
	font-size: 11px; line-height: 15px;
	color: #666666;
	font-weight: bold;
}


/* QUESTIONS AND ANSWERS */
h3.question { font-weight: normal; }
h3.question a {
	background-color: #E1E1E1;
	padding: 5px 5px 5px 28px;
	text-indent: -23px;
	display: block;
}
h3.question a:hover {
	color: #660000;
	background-color: #CCCCCC;
	text-decoration: none;
}
.answer_hide { display: none; }
.answer_show {
	padding-left: 5px; padding-right: 5px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
p.answer_close { margin-bottom: 5px; }
/*span.question_number {
	float: left;
	display: block;
}*/


#subscribe {
	position:absolute;
	width:345px;
	z-index:2;
	}

.news_story {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
}
.news_story h2 {
	color: #660000;
	/*background-color: #660000;*/
	padding-top: 2px; padding-bottom: 2px;
	border-top: 0px solid #660000; border-bottom: 1px solid #CCC;
	display: block;
	margin-bottom: 5px;
}
.news_story p { margin-bottom: 4px; }
.news_img {
	float: left;
	margin-right: 10px;
}

div.news_img {
	background-repeat: none;
	background-position: center;
	width: 167px;
	height: 110px;
}


/* FORM STYLES */
form#subscribeform {
	border: 1px solid #CCCCCC;
	padding: 5px 10px 10px 10px;
	/*display: none;*/
}
.formRow {
	padding-top: 5px;
	clear: both;
	display: block;
}
label {
	width: 80px;
	float: left;
	font-size: 11px;
	line-height: 25px;
}
input.formField {
	width: 240px; padding: 5px;
	float: left;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
textarea.formTextarea {
	width: 240px; height: 100px; padding: 5px;
	float: left;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; line-height: 15px;
}
input.formButton {
	float: left;
	font-size: 12px;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background-color: #F0F0F0;
	color: #666666;
}
input.formButton:hover {
	border-left: 1px solid #990000;
	border-top: 1px solid #990000;
	border-right: 1px solid #330000;
	border-bottom: 1px solid #330000;
	background-color: #660000;
	color: #FFFFFF;
}

.validation-advice {font-size: 12px;color:#660000;padding: 0px 0px 0px 80px;clear:both;}

p.formNotes {
	clear: both;
	padding-left: 80px;
	padding-top: 10px;
	display: block;
}


p.download {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 5px; padding-bottom: 5px;
	display: block;
}

.hide { display: none; }

.imgLeft {
	float: left;
	margin-right: 10px;
}

.sidebarImage {
	background-repeat: no-repeat;
	background-position: center;
	width: 167px;
	height: 110px;
	margin-left: 5px;
	margin-top: 5px;
}

#news_sidebar {
	background-color: #CCCCCC;
}

#news_sidebar2 {
	background-color: #CCCCCC;
}

div#storyImage {
	background-position: center;
	background-repeat: no-repeat;
	width: 354px;
	height: 230px;
}
