/* CSS Document */
* {
	padding:0;
	margin:0;
}
body {
	background-color:#FFF;
	color:#808080;
	font-family:arial;
	font-size:12px;
}
table {
	border-collapse:collapse;
}
td {
	vertical-align:top;
}
h1,
h2,
h3 {
	margin-bottom:10px;
	color:#509517;
}
h1 {
	font-size:22px;
}
h2 {
	font-size:17px;
	color:#278AC8;
}
h3 {
	font-size:15px;
	color:#278AC8;
}
p {
	margin-bottom:5px;
}
img {
	border:none;
	margin-bottom:10px;
}
ul {
	list-style-type:none;
}
a:link,
a:visited,
a:active {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
strong {
	color:#4b4b4b;
}
.galleryLabel {
	margin-bottom:20px;
	display:block;
	width:103px;
	font-weight:bold;
	color:#4b4b4b;
	float:left;
	clear:left;
}
.alignLeft {
	text-align:left;
}
.alignRight {
	text-align:right;
}
.alignCenter {
	text-align:center;
}
.alignMiddle {
	vertical-align:middle;
}
.alignTop {
	vertical-align:top;
}
.alignBottom {
	vertical-align:bottom;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.clear {
	clear:both;
}
.ltGray {
	color:#808080;
}
.dkGray {
	color:#4b4b4b;
}
.white {
	color:#FFF;
}
.blue {
	color:#278AC8;
}
.borderLeft {
	border-left:1px solid #7f7f7f;
}
.borderRight {
	border-right:1px solid #7f7f7f;
}
.borderBottom {
	border-bottom:1px solid #7f7f7f;
}
.borderTop {
	border-top:1px solid #7f7f7f;
}
.borderFull {
	border:1px solid #7f7f7f;
}
.borderWhiteBottom {
	border-bottom:3px solid #fff;
}
.scrollBox {
	overflow:auto;
	height:430px;
	padding:5px;
}
.thumb {
	padding:0 5px 10px 5px;
	width:100px;
}
.displayBlock {
	display:block;
}
.marginLeftNeg {
	margin-left:-19px;
}
.imgMargin {
	margin-right:25px;
}
.one3rd {
	width:254px;
	padding:19px 5px 5px 24px;
}
.two3rd {
	width:508px;
	padding:19px 5px 5px 24px;
}
.fullWidth {
	width:757px;
	padding:24px 5px 5px 24px;
}
.half {
	width:383px;
	padding:19px 5px 5px 24px;
}
.more {
	background-repeat:no-repeat;
	background-position:0 6px;
	padding-left:10px;
}
.lowerCase {
	font-weight:normal;
	font-size:17px;
}
.gradCol {
	background-image:url(/images/gradCol_bg.gif);
	background-repeat:repeat-x;
	background-color:#d6d6d6;
}
	.gradCol h2 {
		background-image:url(/images/gradCol_target.gif);
		background-repeat:no-repeat;
		background-position:0 2px;
		padding-left:24px;
	}
	.gradCol .more {
		background-image:url(/images/gradCol_bull.gif);
	}
.dkTop {
	background-image:url(/images/h2_1bg.gif);
	background-repeat:repeat-x;
}
	.dkTop h2 {
		background-image:url(/images/h2_1_target.gif);
		background-repeat:no-repeat;
		background-position:0 2px;
		margin-top:-8px;
		padding-left:24px;
		padding-bottom:10px;
	}
	.dkTop .more {
		background-image:url(/images/arrow_bg.gif);
	}
.ltTop {
	background-image:url(/images/h2_2bg.gif);
	background-repeat:repeat-x;
}
	.ltTop h2 {
		background-image:url(/images/h2_2_target.gif);
		background-repeat:no-repeat;
		background-position:0 2px;
		margin-top:-8px;
		padding-left:24px;
		padding-bottom:10px;
	}
	.ltTop .more {
		background-image:url(/images/arrow_bg.gif);
	}
.blueBull {}
	.blueBull li {
		background-image:url(/images/blue_bull.gif);
		background-repeat:no-repeat;
		background-position:0 6px;
		padding-left:10px;
	}
.blueBox {
	margin-bottom:5px;
	background-color:#E9EEF2;
	padding:5px;
	_height:1px;
	min-height:1px;
}
a.blue:link,
a.blue:visited,
a.blue:active {
	text-decoration:underline;
}
a.blue:hover {
	text-decoration:none;
}
a.ltGray:link,
a.ltGray:visited,
a.ltGray:active {
	text-decoration:underline;
}
a.ltGray:hover {
	text-decoration:none;
}
.home1 {
	padding:19px 5px 5px 24px;
	width:294px;
}
.home2 {
	padding:19px 5px 5px 216px;
	width:275px;
	background-image:url(/images/blueCol_bg.jpg);
	background-repeat:no-repeat;
	color:#FFF;
}
	.home2 h1 {
		color:#FFF;
	}
	.home2 .more {
		background-image:url(/images/blueCol_bull.gif);
	}
#wrap {
	width:766px;
	margin:0 auto;
	border-left:1px solid #7F7F7F;
	border-right:1px solid #7F7F7F;
}
#header {
	height:421px;
	border-bottom:13px solid #7F7F7F;
}
#content {}
#footer {
	height:32px;
	padding-top:27px;
	background-color:#000;
	color:#727272;
	text-align:center;
}
	#footer a:link,
	#footer a:visited,
	#footer a:active {
		color:#509517;
		text-decoration:underline;
	}
	#footer a:hover {
		text-decoration:none;
	}
form label {
	display:block;
	width:65px;
	float:left;
	clear:left;
}
form select,
form textarea,
form input {
	margin-bottom:5px;
}
form textarea {
	height:125px;
}
form .formButton {
	border:none;
	background:none;
	width:100px;
	color:#4b4b4b;
	text-align:left;
	padding-left:15px;
	cursor:pointer;
	background-image:url(/images/gradCol_bull.gif);
	background-repeat:no-repeat;
	background-position:0 8px;
}

