	body, html {
		height: 100%;
	}
	
	body {  
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #000;
		margin: 0;
		text-align: center;
		background: #fff url(images/tile.jpg) 0 0 repeat-x;
	}
	
	p {
		font-size: 80%;
	}
	
	p.prevnext {
		font-size: 67.5%;
	}
	
	p.breadcrumb {
		font-size: 67.5%;
		margin: 5px 0;
	}
	
	a:link, a:active {
		text-decoration: underline;
	}
	
	a:hover {
		text-decoration: none;
	}
	 
	#wrapper {
		position: relative;
		text-align: left;
		width: 770px;
		margin: 0 auto 0 auto;
		padding: 0;
		min-height: 100%;
		background: url(images/bg_fixed_header.jpg) 0 0 no-repeat;
	}
	
	* html #wrapper {
		height: 100%;
	}
	
	#header {
		width: 770px;
		height: 170px;
	}
	
	#logo-wrapper {
		width: 255px;
		float: left;
	}
	
	#logo .click {
		margin:0; padding:0;
		position:relative;
		left: 21px; top: 31px;
		width:213px; height:117px;
		overflow:hidden;
	}

	#logo .click a {
		display: block;
		cursor: pointer;
	}
   
	#logo .click span {
		display:block;
		position:absolute; left:0; top:0; z-index:1;
		width:213px; height:117px;
		margin:0; padding:0;
		background:url("images/company_logo.jpg") top left no-repeat;
	}
	
	#search-wrapper {
		width: 500px;
		float: left;
	}
	
	#search-wrapper #strapline {
		padding-top: 60px;
		width: 220px;
		float: left;
	}
	
	#search-wrapper #strapline h2 {
		color: #A71E3A;
		font-size: 80%;
		font-weight: 100;
		text-align: center;
		margin: 0;
	}
	
	#search-wrapper #search {
		float: left;
		margin-top: 60px;
		padding-left: 40px;
	}
	
	#search-wrapper #search form {
		display: block;
	}
	
	#search-wrapper #search fieldset {
		display: block;
		margin: 0;
		padding: 0;
		border: none;
	}
	
	#search-wrapper #search input {
		display: inline;
		width: 150px;
		padding: 3px;
		margin-top: 3px;
	}
	
	#search-wrapper #search input.submit {
		background: #fff;
		border: 1px solid #ccc;
		width: auto;
	}
	
	#search-wrapper #search label {
		display: block;
		margin-bottom: 1em;
		font-weight: bold;
		font-size: 80%;
		color: #A71E3A;
		padding: 3px;
	}
	
	#search-wrapper #search legend {
		display: none;
	}
	
	#content {
		width: 758px;
		margin: 0 5px 0 5px;
		padding: 0;
		border-left: 1px solid #999;
		border-right: 1px solid #999;
	}
	
	#rightcol {
		margin: 0 0 0 240px; /*was 245*/
		width: 505px; /*was 510*/
		float: left;
		padding: 0 5px 0 0 /*was zero*/
		/*border: 1px solid black;*/
	}
	
	* html #rightcol {
		display: inline; /* Double float bug */
	}
	
		#rightcol a:active,
		#rightcol a:link,
		#rightcol a:visited {
			color: #990000;
		}
	
		#rightcol h2 {
			color: #9A1C35;
			margin-top: 0;
			font-size: 140%;
			font-weight: 100;
		}
		
		#rightcol h3 {
			color: #9A1C35;
			margin-top: 0;
			font-size: 120%;
			font-weight: 100;
			border-bottom: 2px solid #EAE6CF;
			display: block;
		}
		
		#rightcol p {
			line-height: 1.8em;
		}
	
	#leftcol {
		width: 220px; /* Total width with padding 245px */
		padding-left: 13px;
		padding-right: 12px;
		margin-left: -100%;
		float: left;
		/*border: 1px solid green;*/
	}
	
	* html #leftcol {
		margin-left: -755px;
	}
	
		#navigation {
			width: 220px;
			margin: 0 0 20px 0;
			padding: 0;
		}
					
		#navigation ul {
			margin: 0 0 0 0;
			padding: 0;
			list-style: none;
		}
			  
		#navigation li {
			border-bottom: 1px dashed #ccc;
			line-height: 3em;
			font-size: 75%;
			padding-left: 15px;
		}
				
		#navigation li a {
			text-decoration: none;
			display: block;
			width: 100%;
			color: #333;
		}
						
		#navigation li a:hover,
		#navigation li a.first:hover {
			color: #c00;
		}
		
		#navigation li a.selected {
			color: #c00;
			font-weight: bold;
		}
		
		#navigation li a.first {
			color: #333;
			font-weight: normal;
		}
	
		#leftcol h4 {
			margin: 0;
			padding: 10px;
			background: url(images/bg_fixed_leftcol_h4.jpg) 0 0 no-repeat;
			display: block;
			font-size: 100%;
			font-weight: 100;
			color: #A71E3A;
		}
		
		* html #leftcol h4 {
			font-weight: normal;
		}
		
		#leftcol #press {
			width: 200px;
			padding: 10px;
			border-bottom: 1px solid #ccc;
		}
		
	#content-footer {
		width: 760px;
		height: 25px;
		clear: left;
	}
		
	#footer {
		width: 750px;
		margin: 0 auto 0 auto;
		padding: 30px 10px;
		display: block;
		background: url(images/bg_fixed_content_footer.jpg) top center no-repeat;
	}
	
	#footer a:link,
	#footer a:active,
	#footer a:visited {
		color: #999;
	}
	
	#footer p {
		line-height: normal;
		color: #999;
		margin: 0;
		font-size: 67.5%;
	}
	
	#footer img {
		margin: 20px 0;
	}
	
	#footer p.left {
		text-align: left;
	}
	
	#footer #minilogos {
		width: 740px;
		margin: 0;
		padding: 0;
		display: block;
	}
	
	#footer #minilogos img {
		float: left;
		border: none;
		margin: 0; padding: 0; 
	}	
	
	
	#footer #minilogos img a {
		border: none;
	}
	
	.invalid,
	.required {
		color: red;
	}
	
	.skip {
		display: none;
	}
	
#forms {
	width: 100%;
	padding: 0;
	margin: 0;
}

#forms .errors {
	font-size: 75%;
	color:#900;
}

#forms .leftset,
#forms .rightset {
	float: left;
	margin: 0 2em 0 0;
	padding: 0;
}

#forms .rightset {
	margin: 0;
}

#forms #cmdweblogin,
		#forms #cmdcancel {
			clear: none;
			float: left;
			margin-right: 10px;
		}	

#generalForm fieldset {
	display: block;
	width: 90%;
	margin: 0 0 3em 0;
	padding: 0 1em 1em 1em;
	border: 1px solid #ccc;
}
#generalForm fieldset fieldset {
	float: left;
	border: 1px solid #ccc;
}
	
#generalForm fieldset fieldset legend {
	font-size: 100%;
}

#generalForm fieldset fieldset label {
	float: left;
	padding-top: 1em;
	margin-right: 15px;
}

#generalForm .leftinput {
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;
}

#generalForm input,
#generalForm textarea {
	display: block;
	width: 25em;
	border: 1px solid #ccc;
	padding: 3px;
}

#generalForm textarea {
	height: 150px;
}

#generalForm input.submit {
	width: auto;
	background: #eee;
	border: 2px solid darkred;
	padding: 3px;
	font-size: 75%;
}

#generalForm input.hidden {
	border: none;
	display: none;
}	

#generalForm input.checkbox {
	display: inline;
	width: auto;
	margin-right: 1em;
	border: none;
}
#generalForm label {
	display: block;
	margin-bottom: 1em;
	font-weight: bold;
	font-size: 75%;
}

#generalForm label.checkbox {
	display: inline;
}
#generalForm label.first {
	padding-top: 1em;
}
#generalForm select {
	display: block;
	border: 1px solid #ccc;
}
#generalForm legend {
	font-size: 140%;
	color: #999999;
}
#generalForm .spacer {
	margin: 0; padding-top: 1em;
}

#generalForm fieldset.radio {
	margin: 1em 0 2em 0;
	border: 1px solid #ccc;
}

#generalForm fieldset.radio input {
	clear: both;
	float: left;
	width: auto;
	border: none;
}

#generalForm fieldset.radio input.border {
	display: block;
	width: 25em;
	border: 1px solid #ccc;
	padding: 3px;
}

#generalForm fieldset.radio label{
	font-weight: normal;
}

#generalForm fieldset.radio label.on {
	font-weight: bold;
}

	
/*	#forms {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	
	#forms fieldset {
		display: block;
		margin: 0 0 1em 0;
		border: 0 solid #FFFFFF;
		border-top: 1px solid #000000;
		padding: 0 1em 1em 1em;
	}

	#forms fieldset.radio {
		margin: 0 0 0 -1em;
		border: 0 solid #FFFFFF;
	}

	#forms fieldset.radio input {
		position: static;
		clear: both;
		float: left;
	}

	#forms fieldset.radio label {
		position: relative;
		top: -1.25em;
		display: inline;
		width: auto;
		margin: 0 0 0 8em;
		font-weight: bold;
		font-weight: normal;
	}

	#forms fieldset.radio legend {
		float: left;
		font-weight: bold;
	}

	#forms input,
	#forms textarea {
		position: relative;
		top: -1.4em;
		left: 150px;;
		display: block;
		border: 1px solid #ccc;
		width: 200px;
	}
	
	#forms textarea {
		width: 300px;
		left: 150px;
		height: 150px;
	}
	
	#forms input.hidden {
		display: none;
	}
	
	#forms input.checkbox {
		width: auto;
		border: none;
	}

	#forms input.submit {
		clear: both;
		top: 0;
		left: 0;
		border: 1px outset #666;
		margin-left: 1em;
		width: auto;
		padding: 5px;
	}
	
		

	#forms label {
		clear: both;
		float: left;
		display: block;
		width: 100%;
		margin-top: -1em;
		padding: 3px;
		font-weight: bold;
		font-size: 75%;
	}

	#forms label.first {
		margin-top: 1em;
	}

	#forms select {
		position: relative;
		top: -1.4em;
		left: 150px;
		display: block;
	}
*/	
	.clearer {
		clear: both;
		height: 1px;
	}
	
	/********* CMS STYLES ********/
	
	
	
	.errors {
		font-size: 75%;
		color: #CC0000;
	}
	
	.ditto_wrapper .ditto_link {
		text-align: right;
	}

	.ditto_wrapper a, .ditto_wrapper a:visited, .ditto_wrapper a:hover {	
		border: 0;
	}
	
	.ditto_pages .ditto_currentpage {
		border: 1px solid #000;
		padding: 1px 5px 2px;
		margin-right: 1px;
		background-color: #ccc;
		color: #666;
	}
	
	.ditto_pages .ditto_off {
		border: 1px solid #999;
		padding: 1px 5px 2px;
		margin-right: 1px;
		color: #ccc;
	}
	
	.ditto_pages a, .ditto_pages a:link, .ditto_pages a:visited {
		border: 1px solid #A71E3A;
		padding: 1px 5px 2px;
		margin-right: 1px;
		text-decoration: none !important;
		color: #0066CC;
	}
	
	.ditto_pages a:hover {
		background-color: #fff;
		color: #000;
	}
	
	.searchTerms {
		font-size: 75%;
		padding: 10px 0;
	}
	
	.ajaxSearch_highlight1,
	.ajaxSearch_highlight2,
	.ajaxSearch_highlight3,
	.ajaxSearch_highlight4,
	.ajaxSearch_highlight5 {
		background-color: #FFFF00;
		font-weight: bold;
	}
	
	.ajaxSearch_result,
	.ajaxSearch_resultDescription {
		font-size: 100%;
	}
	
	.ajaxSearch_paging {
		font-size: 75%;
		margin: 15px 0;
	}
	
	.ajaxSearch_paging a, .ajaxSearch_paging a:link, .ajaxSearch_paging a:visited {
		border: 1px solid #A71E3A;
		padding: 1px 5px 2px;
		margin-right: 1px;
		text-decoration: none !important;
		color: #0066CC;
	}
	
	.ajaxSearch_paging a:hover {
		background-color: #fff;
		color: #000;
	}
	
	.ajaxSearch_output {
		border: 1px solid black;
		position: absolute;
		left: 0;
		top: 0;
	}
	
	.articles {
		font-size: 67.5%;
		color: #666666;
	}

	/********* EDITOR SELECTORS ********/
	.image-right {
		float: right;
		margin: 0 0 10px 10px;
	}
	
	.image-left {
		float: left;
		margin: 0 10px 10px 0;
	}
	
	.left {
		text-align: left;
	}
	
	.center {
		text-align: center;
	}
	
	.right {
		text-align: right;
	}
	
	.justify {
		text-align: justify;
	}
