body {
	background: #4396CA url(images/background_image.jpg) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	text-align: center;
}

a	{
	text-decoration: underline;
	color: #165DA3;
}

a:hover {
	text-decoration: none;
}

p, li {
	font-size: 75%;
	line-height: 1.8em;
}

#page_wrapper {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#header_wrapper {
	height: 134px;
	overflow:hidden;
}

	#header_text {
		width: 600px;
		float: right;
		color: #ffffff;
	}
		
	#header_wrapper h1 {
		margin-top: 40px;
		margin-bottom:-9px;
		font-size: 120%;
		text-align:right;
	}
	
	#header_wrapper h2 {
		margin-top: 10px;
		font-size: 100%;
		text-align:right;
	}

#main {
	background: url(images/main_bg.jpg) repeat-y;
	
}

#navigation_wrapper {
	margin: 0px;
	width: 270px;
	min-height: 450px;
	float:left;
}

	#navigation_header {
		margin: 0px;
		width: 270px;
		height: 39px;
		background: url(images/navigation_header_background.jpg) repeat-x;
		overflow: hidden;
	}
	
	#navigation_header p,
	#archive_header p {	
		font-weight: bolder;
		color: #ffffff;
		padding-top:0px;
		margin-top:10px;
		padding-left: 15px;
	}
	
	#archive_header p {
		color: #CC0000;
	}
	
	
	
	#navigation_content {
		margin: 0px;
	}
	
	#navigation_content ul {
		margin: 0 0 20px 0; padding: 0;
	}
	
	#navigation_content li {
		margin: 0 10px;
		padding: 10px 0;
		display: block;
		font-weight: bold;
		list-style:none;
		width: 250px;
		border-bottom: 1px dashed black;
	}
	
	#navigation_content li a {
		text-transform:uppercase;
		color: #165DA3;
		text-decoration: none;
		display: block;
	}
	
	#navigation_content li a.selected {
		color: #000;
	}
	
	#navigation_content li a.selected:hover {
		color: #165DA3;
	}
	
	#navigation_content li a:hover {
		color: #000;
		text-decoration: none;
	}

#content_wrapper {
	margin: 0px;
	width: 680px;
	min-height: 450px;
	float: right;
}

	#content_header {
		margin: 0px;
		width: 680px;
		height: 39px;
		background: url(images/main_content_header.jpg) repeat-x;
		overflow:hidden;
	}
	
	#content_header p {		
		font-weight: bolder;
		color: #165DA3;
		padding-top:0px;
		margin-top:10px;
		padding-left: 15px;
	}
	
	#content_header p a {
		color: #165DA3;
	}
	
	#content_header p a:hover {
		text-decoration: none;
	}
	
	#content_content {
		margin: 0px;
		padding: 0 15px;
	}
	
	#content_content h2 {
		font-size: 140%;
		font-weight: normal;
	}
	
	#content_content h3 {
		font-size: 110%;
		font-weight: normal;
	}
	
	#content_content p {
		font-weight: normal;
	}
	
	.content-images {
		text-align: center;
	}
	
	.content-images ul {
		margin: 0;
		padding: 0;
		list-style: none;
		text-align: center;
	}
	
	.content-images ul li {
		display: inline;
		margin: 0 80px;
	}
	
	.signature {
		font-weight: bold;
		padding-left: 5px;
	}

#footer {
	clear: both;
	padding-top: 10px;
	margin-top: -2px;
	margin-bottom: 15px;
	background: url(images/footer_bg.jpg) top center no-repeat;
}

#footer p {
	margin: 0;
	line-height: 1.5em;
	text-align: center;
	color: #ffffff;
}

#footer a {
	color: #fff;
}

#footer ul {
	margin: 0;
	padding: 15px 0;
	list-style: none;
	text-align: center;
}

#footer li {
	margin: 15px 10px 0 10px;
	display: inline;
}		

#footer li a {
	text-decoration: none;
	color: #FFCC00;
	text-transform: uppercase;
}	

#footer li a:hover {	
	color: #fff;
}

	#footer #address {
		padding-bottom: 0px;
		font-size: 80%;
	}
		
#logo p {
	margin: 0; padding: 0;
	position: relative;
	width: 270px; height: 121px; /* Width and height of the image */
	overflow: hidden;
}

#logo p a {
	display: block;
	cursor: pointer;
}
   
	#logo p span {
		display: block;
		position: absolute; left: 0; top: 0; z-index:1;
		width: 270px; height: 121px; /* Width and height of the image */
		margin: 0; padding: 0;
		background: url("images/site_logo.jpg") top left no-repeat; /* Path to the image relative to the stylesheet */
	}

	
	.invalid,
	.required {
		color: red;
	}
	
	.articles,
	.prevnext {
		font-size: 67.5%;
	}
	
	.skip {
		display: none;
	}
	
	#forms {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	
	#forms .errors {
		font-size: 75%;
		color:#900;
	}
	
	#forms fieldset {
		display: block;
		width: 90%;
		margin: 0 0 3em 0;
		padding: 0 1em 1em 1em;
		border: 1px solid #666;
	}
	
	#forms legend {
		font-size: 140%;
	}
	
	#forms label {
		display: block;
		margin-bottom: 1em;
		font-weight: bold;
		font-size: 75%;
	}
	
	#forms input,
	#forms textarea {
		display: block;
		width: 25em;
		border: 1px solid #ccc;
		padding: 3px;
	}
		
	#forms select {
		display: block;
		border: 1px solid #ccc;
	}
	
	#forms textarea {
		height: 150px;
	}
	
	#forms input.submit {
		width: auto;
		background: #eee;
		border: 2px solid darkred;
		padding: 3px;
		font-size: 75%;
	}
	
	#forms input.hidden {
		border: none;
		display: none;
	}	
	
	#forms input.checkbox {
		display: inline;
		width: auto;
		margin-right: 1em;
		border: none;
	}
	
	#forms label.checkbox {
		display: inline;
	}
	
	#forms label.first {
		padding-top: 1em;
	}
	
	#forms fieldset fieldset {
		float: left;
		border: 1px solid #ccc;
	}
		
	#forms fieldset fieldset legend {
		font-size: 100%;
	}
	
	#forms fieldset fieldset label {
		float: left;
		padding-top: 1em;
		margin-right: 15px;
	}
	
	#forms .spacer {
		margin: 0; padding-top: 1em;
	}
	
	#forms fieldset.radio {
		margin: 1em 0 2em 0;
		border: 1px solid #ccc;
	}
	
	#forms fieldset.radio input {
		clear: both;
		float: left;
		width: auto;
		border: none;
	}
	
	#forms fieldset.radio label{
		font-weight: normal;
	}

	.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 #0066CC;
		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;
	}


	/********* 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;
	}
