/* CSS for  */
* {
	margin: 0;
	padding: 0;
}
body {
	color: #444444;
	font: 62.5% Helvetica, verdana, geneva, sans-serif;
}

a,
a:link { color: #4d7f3d; text-decoration: none; font-weight: bold; }
a:hover { text-decoration: underline; }

h1 {
	color: #0d4982;
	font-size: 1.8em;
	margin: 0 0 25px 0;
	padding: 0;
}
h2 {
	color: #6c97b0;
	font-size: 1.5em;
	margin: 0 0 15px 0;
	padding: 0;
}
h3 {
	color: #444444;
	font-size: 1.3em;
	margin: 0 0 25px 0;
	padding: 0;
}

.email_confirm { display: none; }
input { padding: 2px; }
option { padding: 1px 3px 1px 2px; }
ul, ol { margin: 10px 0 10px 35px; }
li { margin: 0 0 5px 0; }
p { margin: 0 0 20px 0; }

img { border: 0; }
img.l { margin: 0 10px 0 0; border: 2px solid #0d4982; }
img.r { margin: 0 0 0 10px; border: 2px solid #0d4982; }

.l { float: left; }
.r { float: right; }
.clear { clear: both; }
.clear-l { clear: left; }
.clear-r { clear: right; }

.b { font-weight: bold; }
.u { text-decoration: underline; }
.i { font-style: italic; }
.small { font-size: .89em; }
.large { font-size: 1.2em; }
.t-c { text-align: center; }
.t-r { text-align: right; }
.t-l { text-align: left; }

.wrap {
	width: 880px;
	margin: 0 auto;
}

#header { }
	#header-right {
		float: right; 
		text-align: right; 
	}
	#top-nav {
		float: right;
		width:200px;
	}
	#top-nav ul {
		margin: 15px 0 10px 0;
		padding: 0;
		float: right;
		list-style: none;
	}
	#top-nav ul li {
		margin: 0 7px 0 0;
		padding: 0 7px 0 0;
		float: left;
		font-weight: bold;
		font-size: 1.1em;
		border-right: 1px solid #4d7f3d;
	}
	#top-nav ul li.last { border: 0; margin-right: 0; padding-right: 0; }
	.address {
		float:right; 
		width:170px; 
		margin-top:-10px;
	}
	#phone { 
		clear: right; 
		display: block;
		margin: 0 0 10px 0;
		color: #809db9;
		font-size: 2.9em;
		font-weight: bold;
		width:200px;
		float:right;
	}
	#email { 
		display: block;
		margin: 0 0 10px 0;
		width:200px;
		float:right;
		clear:both;
	}
	#address {
		float:right; 
		clear:both; 
		width:400px; 
		margin:0 0 10px 0;
		color:#4D7F3D;
	}
	#logo { 
		float: left;
		margin-top: 55px;		
	}
	

#nav { 
	font-size: 1.1em;
}
	#nav ul { /* all lists */
		padding: 0;
		margin: 0;
		float: right; 
		list-style: none;
		clear:both;
	}
	#nav li { /* all list items */
		padding: 0;
		margin: 0;
		float: left;
		display: block;
		border-right: 5px solid #FFFFFF;
		text-align: center;
		width: 140px; /* width needed or else Opera goes nuts */
	}
	#nav li.last { border: 0; }
	#nav a {
		display: block;
		padding: 4px 0 0 0;
		margin: 0;
		width: 140px;
		color: #FFFFFF;
		font-weight: bold;
		background-color: #6c97b0;
		border-bottom: 1px solid #FFFFFF;
	}
	#nav a:hover,
	#nav a.active { 
		text-decoration: none;
		background-color: #0d4982;
		border-color: #0d4982;
	}
	
#banner { 
	clear: both;
	height: 227px;
	text-align: left;
	border-top: 20px solid #0d4982; 
	background: url('/images/bg-header.gif') bottom repeat-x;
}
	#right-banner {
		position: absolute;
		width: 349px;
		height: 227px;
		margin-left: 531px;
		color: #FFFFFF;
		font-size: 1.5em;
		line-height: 1.6em;
		font-weight: normal;
		font-family: Myriad, Myriad Pro, Verdana, Arial, Helvetica, sans-serif;
		background: url('/images/bg-header-right-quote.png') top left no-repeat;
	}
	.flash-div { margin: 20px 0 0 50px; }
	
	#right-banner p { 
		margin: 20px 40px 0 70px;
		position: relative; /* Makes the text selectable on a PNG background in IE6 */
	}

#content { 
	clear: both; 
}
	#content .wrap {
		padding: 15px 0 15px 0; 
		width: 905px;
		min-height: 347px;
		background: url('/images/bg-content-shadow.gif') top left no-repeat;
	}

#left-col {
	width: 480px;
	margin: 0 0 0 25px;
	font-size: 1.2em;
	line-height: 1.8em;
}
	.drop-cap { 
		z-index: 0;
		margin-right: -10px;
	}
	p.intro { 
		z-index: 100;
		font-size: 1.4em; 
		line-height: 1.3em; 
		font-weight: bold; 
	}

	ul.bracket1 {
		background: url('/images/bg-brackets1.gif') top left no-repeat;
		padding: 10px 0 5px 0;
		margin: 0 0 10px 30px;
		width: 420px;
		line-height: normal;
		height: 225px;
	}

ul.bracket1 li {
		margin: 0 35px 10px 30px;
		padding: 0 0 0 10px;
		font-weight: bold;
		line-height: normal;
		font-size: 1.1em;
		list-style: none;
		color: #0d4982; 
		background: url('/images/blue-bullet.gif') 0px 5px no-repeat; 
	}

	ul.bracket {
		background: url('/images/bg-brackets.gif') top left no-repeat;
		padding: 10px 0 5px 0;
		margin: 0 0 10px 30px;
		width: 420px;
		line-height: normal;
		height: 159px;
	}
	ul.bracket li {
		margin: 0 35px 10px 30px;
		padding: 0 0 0 10px;
		font-weight: bold;
		line-height: normal;
		font-size: 1.1em;
		list-style: none;
		color: #0d4982; 
		background: url('/images/blue-bullet.gif') 0px 5px no-repeat; 
	}
	ul.bracket li a { color: #0d4982; }
	
	ul.two-col li {
		margin: 0 15px 10px 30px;
		float: left;
		width: 145px;
	}
#contact-form form {
	padding: 5px 20px 5px 10px;
	margin-left: 75px;
}
#contact-form input,
#contact-form textarea{ 
	padding: 4px;
	margin-bottom: 10px;
	border: 1px inset #5f5f5f;
	color: #6c6c6c;
	font-weight: bold;
	width: 300px; 
	font-size: 1.2em;
}
#contact-form select { 
	padding: 4px;
	margin-bottom: 10px;
	border: 1px inset #5f5f5f;
	color: #6c6c6c;
	font-weight: bold;
	width: 310px; 
	font-size: 1.2em;
}
#contact-form input.contact { 
	margin: 15px 0 15px 0;
	padding: 5px;
	width: 150px;
	color: #FFFFFF;
	border: 0;
	background-color: #4d7f3d;
}
#contact-form input.contact:hover { background-color: #0d4982; }
	
	
#right-col { 
	float: right;
	margin: 20px 15px 0 0;
	padding: 0 0 20px 0;
	width: 355px;
}	
	#right-col h2 {
		margin: 0;
		padding: 5px 5px 5px 10px;
		color: #FFFFFF;
		background-color: #0d4982;
	}
	#right-col .block {
		margin: 0;
		padding: 5px 5px 5px 10px;
		font-size: 1.1em;
		line-height: 1.4em;
		border-bottom: 2px solid #FFFFFF;
		background: url('/images/bg-blue-gradient.gif') bottom repeat-x;
	}
	#right-col p { margin: 0 0 5px 0; padding: 0; }

	#right-contact {
		text-align: left;	
		background: url('/images/bg-blue-gradient-long.gif') bottom repeat-x;
	}
	#right-contact p {
		padding: 5px 10px 5px 10px;
		font-size: 1.2em;	
		line-height: 1.4em;	
	}
	#right-contact form {
		padding: 5px 20px 5px 10px;
	}
	#right-contact input { 
		padding: 4px;
		margin-bottom: 10px;
		border: 1px inset #5f5f5f;
		color: #6c6c6c;
		font-weight: bold;
		width: 100%; 
		font-size: 1.2em;
	}
	#right-contact input.contact { 
		margin: 15px 0 15px 95px;
		padding: 5px;
		width: 150px;
		color: #FFFFFF;
		border: 0;
		background-color: #4d7f3d;
	}
	#right-contact input.contact:hover { background-color: #0d4982; }

#footer {
	clear: both;
	padding: 10px 0 10px 0;
	margin: 0 0 20px 0;
	font-size: 1.1em;
	color: #FFFFFF;
	background-color: #6c97b0;
}
	#footer a { color: #FFFFFF; }
	
	#footer-nav ul {
		float: left;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#footer-nav ul li {
		margin: 0 7px 0 0;
		padding: 0 7px 0 0;
		float: left;
		font-weight: bold;
		border-right: 1px solid #FFFFFF;
	}
	#footer-nav ul li a { padding: 0; margin: 0; }
	#footer-nav ul li.last { border: 0; margin-right: 0; padding-right: 0; }
	
	#copyright { float: right; text-align: right; }
	#bwm a:hover { color: #CCFFFF; }








