/* Start of CMSMS style sheet 'wb-css' */
body {
	margin: 0px;
	padding: 0px 0px 0px 0px; /* Padding top = #fixedHead height */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #333;
}

.clearBoth {
	width: 100%;
	height: 1px;
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

h1 {
	font-size: 14pt;
	text-align:center;
}

h2 {
	font-size: 13pt;
	font-weight: bold;
}

h3 {
	font-size: 13px;
	font-weight: bold;
}

#content a, #footer a {
	color: #38619E;
	text-decoration: none;
	border-bottom: 1px dashed #38619E;
}

#content a:hover, #footer a:hover {
	color: #1F3658;
}

#content a.lightwindow {
	padding: 7px 0;
	display: block;
	background-color: #6B93C5;
	border: none;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

#content a.lightwindow:hover {
	text-decoration: underline;
}

/* HEADER
-------------------------------------------------------------------------------*/
#fixedHead {
	width: 100%;
	height: 200px;
	/*position: absolute;
	top:0px;
	left:0px;*/
	background-color: #FFF;
	background-image: url(images/header-bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	/*z-index: 105;*/
}

/* Fixed Header hack
----------------------*/
/*@media screen {
	body>div#fixedHead {
		position: fixed;
	}
}

* html body {
	overflow: hidden;
}

* html div#scrollable {
	height: 100%;
	overflow: auto;
}*/
/*--------------------*/
	
	#header {
		width: 900px;
		height: 200px;
		margin: 0px auto;
		position: relative;
	}
	
		#logo {
			float: left;
			margin: 15px 0px 0px 3px;
		}
		
		#tagline {
			width: 509px;
			height: 74px;
			float: right;
			margin: 45px 65px 0px 0px;
			background-image: url(images/tagline2.gif);
			background-position: top left;
			background-repeat: no-repeat;
			text-indent: -9999px;
			overflow: hidden;
		}
		
/* CONTENT
-------------------------------------------------------------------------------*/
#contentFull {
	width: 100%;
	clear: both;
	background-color: #F0F0F0;
}
	
	#content {
		width: 900px;
		margin: 0px auto;
		padding: 15px 0px 0px 0px;
	}
	
		#content h2 {
			margin: 0px;
			padding: 5px 0px 10px 0px;
		}
	
		#content p {
			margin: 0px;
			padding: 10px 0px;
			line-height: 1.8;
		}
		
		#content ul, #content ol {
			margin-bottom: 30px;
		}
		
		#content ul li, #content ol li {
			line-height: 1.8;
		}

#content #topLink {/*position: absolute; left: 0; bottom: 0;*/ text-decoration: none; font-size: 0.8em; color: #000000 !important; float: left; border-bottom: none; clear: both; background: url(images/arrow.gif) 0 0 no-repeat; padding-left: 16px; margin: 10px; width: 80px;}
#topAnchor {position: relative; top: -240px;}


/* CONTACT FORM
-------------------------------------------------------------------------------*/
.contactform {
	width: 300px;
	float: right;
	margin-left: 10px;
	background: #e9e9e9;
	padding: 10px;
	font-size: 0.9em;
}

.contactform div {
	width: 100%;
	clear:both;
	padding: 0.25em 0 0.25em 0;
	text-align: center;
}

.contactform div label {
	display: block;
}

.contactform div input {
	width: 200px;
	font-family: Arial, sans-serif;
	font-size: 1em;
}

.contactform div textarea {
	width: 200px;
	height: 120px;
	font-family: Arial, sans-serif;
	font-size: 1em;
}

.contactform div.required {
	/*color: #f00;*/
	font-weight: bold;
}

.contactform .captcha {
	border-top: 1px dotted #c0c0c0;
	border-bottom: 1px dotted #c0c0c0;
	margin: 10px 0;
	padding: 10px 0;
	text-align: center;
}

.contactform .captcha img {
	display: block;
	margin: 0 auto;
	border: 1px solid #c0c0c0;
	padding: 1px;
}

.error_message {
	display: none;
}

.submit {
	text-align: center;
}

.contactform div.submit input {
	width: 175px;
}

/* CONTACT FORM FULL WIDTH
-------------------------------------------------------------------------------*/
.contact-fullw {
	width: 100%;
	float: left;
	margin-left: 0px;
	background: #e9e9e9;
	padding: 0px;
	font-size: 0.9em;
}

.contact-fullw div {
	width: 100%;
	clear: both;
	padding: 0.25em 30px;
	text-align: left;
}

.contact-fullw div label {
	display: block;
	font-weight: bold;
}

.contact-fullw div input {
	width: 200px;
	font-family: Arial, sans-serif;
	font-size: 1em;
}

.contact-fullw div textarea {
	width: 800px;
	font-family: Arial, sans-serif;
	font-size: 1em;
}

.contact-fullw div.required {
	/*color: #f00;*/
	font-weight: bold;
}

.contact-fullw .captcha {
	border-top: 1px dotted #c0c0c0;
	border-bottom: 1px dotted #c0c0c0;
	margin: 10px 0;
	padding: 10px 30px;
	text-align: left;
}

.contact-fullw .captcha img {
	display: block;
	margin: 0 0 10px;
	border: 1px solid #c0c0c0;
	padding: 1px;
}

.contact-fullw #m4fbrp_captcha_phrase {
	margin: 10px 0;
	padding: 0px;
}

.error_message {
	display: none;
}

.submit {
	text-align: center;
}

.contact-fullw div.submit input {
	width: 175px;
	margin: 0 0 10px;
	padding: 0;
}

/* LIGHTBOXED CONTACT FORM
-------------------------------------------------------------------------------*/

		
/* HOME PAGE
-------------------------------------------------------------------------------*/
#homeLeft, #homeRight {
	float: left;
}

#homeLeft {
	width: 605px;
	margin: 0px 15px 0px 0px;
	padding: 0px 0px 10px 0px;
}

	h1.homeTitle {
		width: 267px;
		height: 56px;
		margin-top: 0px;
		background-image: url(images/home-title.gif);
		background-position: top left;
		background-repeat: no-repeat;
		text-indent: -9999px;
		overflow: hidden;
	}
	

	#todaysHeadlines{
		float: left;
		margin: 0px 10px 0px 0px;
	}
	
		#todaysHeadlines a {
			width: 166px;
			height: 100px;
			float: left;
			background-image: url(images/todays-headlines.gif);
			background-position: top left;
			background-repeat: no-repeat;
			text-indent: -9999px;
			overflow: hidden;
			text-decoration: none;
			border: 0;
		}
		
		#missingPiece{
				float: left;
				margin: 0px 10px 0px 0px;
			}
			
				#missingPiece a {
					width: 220px;
					height: 100px;
					float: left;
					background-image: url(images/missing-piece.gif);
					background-position: top left;
					background-repeat: no-repeat;
					text-indent: -9999px;
					overflow: hidden;
					text-decoration: none;
					border: 0;
				}
				
		#intOps {
			float: left;
			margin: 0px;
		}
			
			#intOps a {
				width: 197px;
				height: 100px;
				float: left;
				background-image: url(images/international-operations.gif);
				background-position: top left;
				background-repeat: no-repeat;
				text-indent: -9999px;
				overflow: hidden;
				text-decoration: none;
				border: 0;
			}
			
	#jigsaw {
		margin: 20px 0 0;
		line-height: 100px;
	}
	
		#jigsaw img {
			margin: 0 20px 0 0;
			float: left;
		}

#homeRight {
	width: 260px;
	margin: 0px;
	padding: 15px 10px 10px 10px;
	background-color: #E9E9E9;
	font-size: 12px;
}

	h2.blow {
		width: 240px;
		height: 23px;
		margin-top: 5px;
		background-image: url(images/blow-the-whistle.gif);
		background-position: top left;
		background-repeat: no-repeat;
		text-indent: -9999px;
		overflow: hidden;
	}
	
	#homeRight td {
		padding: 5px 0px;
	}

/* Home Right Form */

#contactFormShort {
     width: 260px;
}

#homeRight input, #homeRight textarea, #contactFormShort input, #contactFormShort textarea  {
     width: 140px;
	 margin-bottom: 5px;
}

#homeRight .submit input, #contactFormShort .submit input {
     width: 146px;
}

# homeRight p, #contactFormShort p {
     width: 100%;
     clear: both;
}

#homeRight p label, #contactFormShort p label {
     clear: left;
     width: 100px;
     float:left;
	 margin-bottom: 5px;
	 font-size: 12px;
}

#homeRight p input, #homeRight p textarea, #homeRight input, #contactFormShort p input, #contactFormShort p textarea, #contactFormShort input{
     float: right;
}

#homeRight span.formError, #contactFormShort span.formError {
     color: red;
     font-size: 10px;
}

#searchul {
     list-style-type:none;
}

.searchli {
     padding:10px;
     border-bottom:1px solid #cccccc;
}

.searchli_even {
     padding:10px;
     background:#EBEBEB;
     border-bottom:1px solid #cccccc;
}

.searchhilite {
     font-weight:bold;
}

#headersearch {
     position:absolute; 
     /* bottom:65px;  */
     top:20px;
     right:0px; 
     text-align:right;
}

/* Headlines
-------------------------------------------------------------------------------*/
div.NewsSummarySummary img {
	border-bottom: none;
}

/* FOOTER
-------------------------------------------------------------------------------*/
#footerFull {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(images/footer-bg.gif);
	background-position: top;
	background-repeat: repeat-x;
}

	#footer {
		width: 900px;
		height: 76px;
		margin: 0px auto;
		background-image: url(images/footer-content-bg.gif);
		background-position: top;
		background-repeat: repeat-x;
		color: #172842;
		font-size: 12px;
	}
	
		#copyright {
			float: right;
			margin: 10px 10px 0px 0px;
		}
		
		#wdl {
			float: right;
			clear: right;
			margin: 5px 10px 0px 0px;
		}
		
		#footerInfo {
			margin: 22px 10px 0px 0px;
			float: right;
			font-size: 10px;
		}
/* End of 'wb-css' */

