@charset "UTF-8";
body {
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #7B838f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/body-bg-home.gif);
	background-repeat: repeat;
	width: 790px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.home body{
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #7B838f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/body-bg-home.gif);
	background-repeat: repeat;
	width: 790px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.home #container {
	width: 790px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #DFEDF6;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.home #header {
	background-image: url(images/nav/nav-bg.jpg);
	background-repeat: no-repeat;
	height: 220px;
	width: 790px;
	padding-top: 0;
	padding-bottom: 0;
}
.home #header-home {
	background-image: url(images/nav/nav-bg-home.jpg);
	background-repeat: no-repeat;
	height: 317px;
	width: 790px;
	padding-top: 0;
	padding-bottom: 0;
}
.home #nav {
	position: relative;
	top: 162px;
	left: 320px;
}
.home #nav-home {
	position: relative;
	top: 260px;
	left: 320px;
}
.home #mainContent {
	background: #7B838F;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 20px;
	padding-bottom: 0px;
	margin: 0px;
	height: 260px;
}
.home #mainContent h1 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	line-height: 24px;
	font-weight: bold;
	padding: 0;
}
.home #mainContent a:link{
	color: #FFFFFF;
	font-size: 18px;
	text-decoration: underline;
}
.home #mainContent a:visited{
	color: #FFFFFF;
	font-size: 18px;
	text-decoration: underline;
}
.home #mainContent a:hover{
	color: #CCCCCC;
	font-size: 18px;
	text-decoration: underline;
}
.home #mainContent a:active{
	color: #FFFFFF;
	font-size: 18px;
	text-decoration: underline;
}
.home #secondaryContent {
	background: #FFFFFF;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	width: 632px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.home #secondaryContent ul{
	list-style-image: url(images/bullet.gif);
	line-height: 20px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.home #container #secondaryContent p {
	line-height: 18px;
}
.home #container #secondaryContent h1 {
	font-size: 18px;
	color: #C2BA1B;
	font-style: italic;
}
.home #container #secondaryContent h2 {
	font-size: 15px;
	font-weight: bold;
	color: #957135;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.home #container #secondaryContent h3 {
	font-size: 13px;
	font-style: italic;
	color: #957135;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.home #container #secondaryContent h4 {
	font-style: italic;
	color: #C2BA1B;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.home #secondaryContent .bold-table{
	font-weight: bold;
	color: #000000;
	line-height: 19px;
}
.home #secondaryContent a:link{
	color: #7B838f;
	font-size: 16px;
	text-decoration: underline;
}
.home #secondaryContent a:visited{
	color: #7B838f;
	font-size: 16px;
	text-decoration: underline;
}
.home #secondaryContent a:hover{
	color: #666666;
	font-size: 16px;
	text-decoration: underline;
}
.home #secondaryContent a:active{
	color: #7B838f;
	font-size: 16px;
	text-decoration: underline;
}
.home #footer {
	padding-top: 20px;
	padding-bottom: 20px;
	margin: auto;
	text-align: center;
}
.home #footer a:link{
	color: #7B838f;
	font-size: 14px;
	text-decoration: underline;
}
.home #footer a:visited{
	color: #7B838f;
	font-size: 14px;
	text-decoration: underline;
}
.home #footer a:hover{
	color: #666666;
	font-size: 14px;
	text-decoration: underline;
}
.home #footer a:active{
	color: #7B838f;
	font-size: 14px;
	text-decoration: underline;
}
