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

body {
	background-image: url(/images/hamilton_bg.gif);
	background-repeat: repeat-x;
	background-color: #51463c;
	padding: 0;
	margin: 12px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #232323;
}
a, a:hover, a:visited {
	color: #FFF;
	text-decoration: none;
}
.clear {
	clear: both;
}
.gut {
	width: 918px;
	text-align: left;
	background-image: url(/images/hamilton_center.gif);
	background-repeat: repeat-y;
}
.column1 {
	width: 180px;
	float: left;
}
.column2 {
	width: 734px;
	float: left;
}
.column2_cap {
	float: left;
	width: 4px;
	height: 204px;
	background-image: url(/images/hamilton_right_cap.gif);
}
.nav {
	background-image: url(/images/180x15_navtop.gif);
	background-repeat: repeat-x;
	padding: 15px 0 0 0;
	background-color: #232323;
	position: relative;
}
.nav a {
	font-size: 13px;
	padding: 0 0 0 12px;
	display: block;
	background-image: url(/images/hamilton_nav_up.gif);
	background-repeat: repeat-y;
	background-position: bottom;
	height: 23px;
	line-height: 23px;
	text-transform: lowercase;
}
.nav .last {
	background-position: -1px 0;
}
.nav a:hover, .nav .selected {
	background-image: url(/images/hamilton_nav_over.gif);
	background-repeat: repeat-y;
	position: relative;
	top: -1px;
	line-height: 24px;
	background-position: 0 0;
}
.bottomNav {
	position: relative;
	left: -4px;
	background-image: url(/images/hamilton_bottom_nav.jpg);
	width: 742px;
	height: 40px;
	line-height: 50px;
	text-indent: 16px;
}
.bottomNav a {
	color: #282828;
}
.bottomNav a:hover {
	text-decoration: underline;
}
.secondary {
	background-image: url(/images/gutTop.jpg);
	background-repeat: no-repeat;
	background-color: #b6b1ad;
}
.content {
	background-image: url(/images/gutBottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.content h1 {
	font-size: 28px;
	padding: 15px 0 0 0;
	margin: 0;
	font-weight: normal;
	text-align: center;
}
.contentLeft {
	width: 460px;
	float: left;
	margin-left: 12px;
}
.contentRight {
	width: 250px;
	margin-left: 12px;
	float: left;
	color: #403f3f;
}
p {
	font-size: 14px;
	line-height: 19px;
	color: #232323;
	padding: 0 0 30px 0;
	margin: 0;
	
}
ul {
	margin: 12px 0 0 0;
	padding: 0 0 0 12px;
	font-style: italic;
}

