/*

		J & M 
		Main CSS
		Alison Endacott
		August 2007


		blue	#1f3255
		green	#7f9079
		gray	#4d4d4d
*/


* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}
	#content a img,
	#content a:hover img {
		 border: 0;
	}
	
	
body {
	background: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #4d4d4d;
	font-size: 75%;
	line-height: 1.6;
}

a {
	color: #1f3255;
}
	a:hover {
		color: #7f9079;
	}

#container {
	width: 770px;
	padding-top: 1em;
	margin-left: 12px;
	background: url(/images/web/blue.gif) no-repeat 190px 163px;
}

	#content {
		width: 548px;
		padding-left: 30px;
		float: left;
		_display: inline;
		margin-top: -50px;
	}

h1 {
	float: left;
	width: 192px;
	height: 130px;
	background: url(/images/web/bullet-blue.gif) no-repeat bottom right;
	position: relative;
	z-index: 999;
}

#head span {
	float: left;
	text-align: right;
	width: 530px;
	margin-left: 30px;
	height: 40px;
	margin-top: 30px;
	display: block;
	border-bottom: 2px solid #1f3255;
	color: #1f3255;
	font-weight: bold;
	font-style: italic;
	background: url(/images/web/bullet-blue.gif) no-repeat 538px 18px;
	padding-right: 18px;
}
	.sIFR-active #head span#heading {
		font-size: 10px;
		height: 50px;
		margin-top: 20px;
		background-position: 538px 30px;
	}

#navigation {
	margin-top: 22px;
	clear: both;
	list-style: none;
	width: 172px;
	text-align: right;
	float: left;
	_display: inline;
	padding-right: 20px;
	padding-top: 15px;
}

	#navigation li {
		font-size: 1.3em;
		padding: .4em 0;
		font-style: italic;
		font-weight: bold;
	}
	
	.sIFR-active #navigation li {
		font-size: 13px;
	}
	
		#navigation li a {
			text-decoration: none;
		}

p {
	padding: .5em 0;
	clear: both;
}

/* ------------------------ 
		homepage
------------------------ */
body.home h2 {
	width: 318px;
	padding: 0;
	padding-top: 13px;
	background: #1f3255;
	margin-left: 228px;
	min-height: 35px;
}

	p.home {
		color: #7f9079;
		font-size: 120%;
		line-height: 1.5;
		font-style: italic;
		display: block;
		
	}
	
	body.home p {
		clear: both;
		display: block;
	}
	
	p.home img {
		margin-top: -20px;
		float: left;
		padding: 12px 20px 10px 0;
	}

/* ------------------------ 
	inner pages
------------------------ */
h2 {
	display: block;
	min-height: 44px;
	_height: 44px;
	margin-bottom: 2em;
	text-align: center;
	color: #fff;
	font-size: 125%;
	font-style: italic;
	background: #1f3255 url(/images/web/bg-inner-head.jpg) no-repeat top right;
	padding: 18px 210px 0 10px;
}
	
	 .sIFR-active h2 {
    	font-size: 12px;
    }
	
	img.right {
		float: right;
		padding: .5em 0 .5em 1em;
	}
	
	img.left {
		float: left;
		padding: .5em 1em .5em 0;
	}

	p {
		display: inline;
		padding: .5em 0;
	}	
	
	#content ul {
		padding: .5em 0;
	}
	
		#content li {
			margin-left: 20px;
			padding: .1em 0;
			list-style: none;
			background: url(/images/web/bullet-green-sm.gif) no-repeat 0 8px;
			padding-left: 10px;
			margin-top: .4em;
		}
		
		#content ul#resources {
			padding: 0;
		}
		
		#content ul#resources li {
			margin: 0;
			background: none;
		}
		
		#resources img {
			padding: 0;
			margin: 0;
			*position: absolute;
			*left: 704px;
		}
				
h4 {
	font-size: 110%;
	display: block;
	padding-top: 1em;
	color: #7f9079;
}

p em {
	color:#7f9079;
	font-weight: bold;
}

/* form */
body.contact #content div {
	width: 320px;
	float: left;
}
	body.contact #content div.info {
		width: 225px;
	}

body.contact p {
	display: block;
}

body.contact #content img {
	padding-bottom: 1em;
	display: block;
}

fieldset {
	border: 0;
	margin-top: -8px;
}
	legend {
		display: none;
	}
	
	input,
	label {
		display: block;
	}
	
	label {
		width: 145px;
		text-align: right;
		position: relative;
		top: 1.5em;
	}
	
	#content input,
	textarea {
		margin-left: 155px;
		border: 1px solid #7f9079;
		width: 140px;
	}
	
	input#btnSubmit {
		border: 0;
		margin-top: 1em;
		width: auto;
	}
	
	#summary {
		font-size: 95%;
	}
	
	#summary li {
		background: none;
		list-style-type: disc;
		padding: 0;
	}

/* ------------------------ 
		footer
------------------------ */
#footer {
	clear: both;
	width: 550px;
	margin-left: 220px;
	font-size: 85%;
	color: #1f3255;
	background: url(/images/web/bullet-green.gif) no-repeat bottom right;
	position: relative;
	top: 40px;
	margin-top: -20px;
}
	#footer p {
		display: block;
	}
 

		
/* ------------------------ 
		EASY CLEARING 
------------------------ */

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {
height:1%;
}
*+html .clearfix {
height:1%;
}
.clearfix {
display:block;
}
/* End hide from IE-mac */
/* ------------------------ 
 		sifr 
------------------------ */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced, .sIFR-ignore {
	visibility: visible !important;
}

span#heading span.sIFR-alternate,
.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

