@charset "utf-8";
/* CSS Document */

body {
	background:url(/images/bg.jpg) repeat-x top;
	background-color:#cbcbcb;
	margin:0px;
	padding:0px;
}
.clearing {
	clear:both;
}
#headerContainer {
	background:url(/images/headerImage.png) no-repeat right;
	height:91px;
	margin:0px auto;
	width:759px;
}
	a#logo {
		background-image:url(/images/logo.png);
		display:block;
		height:79px;
		width:239px;
	}
#nav {
	height:19px;
	margin:0px auto;
	width:759px;
}
	#nav ul {
		color:#FFF;
		font:13px Arial, Helvetica, sans-serif;
		list-style-type:none;
		margin:2px 0px 0px 260px;
	}
	#nav ul li {
		border-right:1px solid;
		border-color:#FFF;
		display:inline;
	}
	#nav ul li a {
		color:#FFF;
		padding:0px 6px;
		text-decoration:none;
	}
	#nav ul li a:hover {
		background-image:url(../images/orangeArrow.jpg);
		background-repeat:no-repeat;
		background-position:bottom center;
		color:#fdc400;
		padding-bottom:7px;
		text-decoration:none;
	}
	#nav li.last {
		border:none;
	}
#topContentContainer {
	border-bottom:2px solid;
	border-color:#FFF;
	height:195px;
	margin:0px auto;
	width:759px;
}
	#topContentContainer .topLeft {
		border-right:2px solid;
		border-color:#FFF;
		color:#FFF;
		float:left;
		font:12px Arial, Helvetica, sans-serif;
		width:199px;
	}
	#topContentContainer .topRight, #contentContainer #rightColumn {
		background-color:#cbcbcb;
		color:#000;
		float:right;
		font:12px Arial, Helvetica, sans-serif;
		height:170px;
		padding:15px 25px 10px 25px;
		width:508px;
	}
			#contentContainer #rightColumn.interiorRight {
				height:auto;
			}
		#topContentContainer .topRight a, #contentContainer #rightColumn a {
			color:#4e5baa;
			text-decoration:none;
		}
		#topContentContainer .topRight a:hover, #contentContainer #rightColumn a:hover {
			color:#959de5;
			text-decoration:underline;
		}
#bottomContentContainer {
	background-image:url(../images/blueBoxBg.gif);
	background-repeat:repeat-y;
	border-bottom:2px solid;
	border-color:#FFF;
	margin:0px auto;
	width:759px;
}
	#bottomContentContainer .bottomLeft {
		color:#CCC;
		float:left;
		font:11px Arial, Helvetica, sans-serif;
		padding:10px 5px 10px 5px;
		width:187px;
	}
		#bottomContentContainer .bottomLeft h1 {
			color:#FFF;
			font:13px Arial, Helvetica, sans-serif;
			font-weight:bold;
			padding-left:5px;
			margin-bottom:5px;
		}
			#bottomContentContainer .bottomLeft h1 a {
				color:#FFF;
				text-decoration:none;
			}
			#bottomContentContainer .bottomLeft h1 a:hover  {
				color:#FFF;
				text-decoration:underline;
			}
		#bottomContentContainer .bottomLeft ul {
			color:#CCC;
			list-style-type:none;
			margin:0px 0px 0px -35px;
		}
		#bottomContentContainer .bottomLeft ul li {
			padding:3px 0px;
		}
		#bottomContentContainer .bottomLeft ul li a {
			color:#CCC;
			text-decoration:none;
		}
		#bottomContentContainer .bottomLeft ul li a:hover {
			color:#FFF;
			text-decoration:underline;
		}
		
		#bottomContentContainer .bottomRight {
			color:#000;
			font:12px Arial, Helvetica, sans-serif;
			float:right;
			padding:10px 5px 10px 0px;
			width:275px;
		}
			#bottomContentContainer .bottomRight a {
				color:#3d6ba6;
				text-decoration:none;
			}
			#bottomContentContainer .bottomRight a:hover {
				color:#3d6ba6;
				text-decoration:underline;
			}
#footer {
	background-color:#f0f1eb;
	background-image:url(../images/footerGradient.gif);
	background-position:top;
	background-repeat:repeat-x;
	color:#000;
	font:12px Arial, Helvetica, sans-serif;
	font-weight:bold;
	height:114px;
	margin:0px auto;
	padding-top:10px;
	text-align:center;
	width:759px;
}
/****Begin Interior Layout Styles ***/
#contentContainer {
	background-image:url(../images/contentContainerBg.gif);
	background-repeat:repeat-y;
	border-bottom:2px solid;
	border-color:#FFF;
	margin:0px auto;
	width:759px;
}
	#contentContainer #leftColumn {
		color:#FFF;
		float:left;
		font:11px Arial, Helvetica, sans-serif;
		padding:0px 10px 10px 10px;
		width:179px;
	}
		#contentContainer #leftColumn .topPhoto {
			border-bottom:1px solid;
			border-color:#FFF;
			height:195px;
			margin:0px 0px 10px -10px;
			width:199px;
		}
	#contentContainer #rightColumn ul {
		list-style-image:url(../images/greyArrow.gif);
		margin:0px;
	}
		#contentContainer #rightColumn ul li {
			padding:3px 0px;
		}
		
/*** Begin Font Styles ***/
h1 {
	color:#000;
	font:16px Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-top:0px;
	padding-top:10px;
}

h2 {
	color:#3d6ba6;
	font:16px Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:3px 0px;
}
h3 {
	color:#000;
	font:12px Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:3px 0px;
}
.address {
	color:#000;
	font:12px Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.copy {
	color:#666;
	font:14px Arial, Helvetica, sans-serif;
	padding:50px 0px 0px 20px;
	text-align:left;
}
/**** Begin Form Styles ****/
label {
	float:left;
	line-height:22px;
	margin-left:25px;
	width:80px;
}
input {
	width:325px;
}
.submit {
	width:auto;
}
