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

html, #wrap {
	height: 100%;
}
body > #wrap {
	height: auto;
	min-height: 100%;
}
#main {
	padding-bottom: 40px; /* must be same height as the footer */
}
body {
	margin:0;
	padding:0;
	/*line-height: 1em;*/
	font-family: Arial;
	font-size: 12px;
	color: #7A7A7A;
	height: 100%;
	width: 100%;
	min-width: 1024px;
}
#topsection {
	background: #3C3F44;
	height: 10px; /*Height of top section*/
}
#navisection {
	background: #FFFFFF;
	height: 85px; /*Height of navigation section*/
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear: both;
}
#navigation {
	width: 888px;
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 15px;
}
#navi-left {
	float: left;
}
#navi-right {
	float: right;
	margin-top: 20px;
}
#nav-top .right {
	background-color:#7D5345;
	color:#F9EFE5;
	font-size:10px;
	width:175px;
	padding: 5px 5px 5px 5px;
	margin-top: 5px;
	text-align: center;
}
#nav-top .right a:link, #nav-top .right a:visited {
	color:#F9EFE5;
	font-size:10px;
	text-align:left;
	text-decoration:none;
}
#nav-top .right a:hover {
	color:#F9EFE5;
	font-size:10px;
	text-align:left;
	text-decoration:none;
}
#nav-bot .right {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial;
	margin-top: 20px;
}
#nav-bot .right a:link, #nav-bot .right a:visited, #nav-bot .right a:active {
	color: #7A7A7A;
	text-decoration: none;
}
#nav-bot .right a:hover {
	color: #7A7A7A;
	text-decoration: none;
}
#column1 {
	width:50%;
	float:left;
	margin-right:-444px;
	background:#3C3F44;
}
#col1inner {
	height: 345px;
	margin-right:449px;
	background:#3C3F44;
}
#about-col1inner {
	height: 175px;
	margin-right:449px;
	background:#3C3F44;
}
#column2 {
	width:888px;
	float:left;
	background:#FFFFFF;
	position:relative;
	z-index:10;
}
#column3outer {
	width:50%;
	float:right;
	margin-left:-445px;
	background:#3C3F44;
}
#column3 {
	height: 345px;
	margin-left:449px;
	background:#3C3F44;
}
#about-column3 {
	height: 175px;
	margin-left:449px;
	background:#3C3F44;
}
#banner {
	float: left;
	z-index: 10;
}
#logo {
	float: right;
	z-index: 10;
}
#contentsection {
	clear: both;
	width: 100%;
	height: 100%;
}
#content {
	width: 888px;
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 15px;
	line-height: 1.5em;
	height: 100%;
}
#content1 {
	width:310px;
	float:left;
	padding-left: 15px;
	padding-right: 30px;
	padding-top: 40px;
}
#content1 a:link, #content1 a:visited, #content1 a:active {
	color: #3384B8;
	text-decoration: none;
}
#content1 a:hover {
	color: #3384B8;
	text-decoration: underline;
}
#content2 {
	width:303px;
	float:left;
	padding-left: 5px;
	padding-right: 30px;
	padding-top: 40px;
}
#content2 a:link, #content2 a:visited, #content2 a:active {
	color: #3384B8;
	text-decoration: none;
}
#content2 a:hover {
	color: #3384B8;
	text-decoration: underline;
}
#content3 {
	width:195px;
	float:left;
	padding-top: 40px;
}
#content3 a:link, #content3 a:visited, #content3 a:active {
	color: #3384B8;
	text-decoration: none;
}
#content3 a:hover {
	color: #3384B8;
	text-decoration: underline;
}
#content4 {
	width:400px;
	float:left;
	padding-top: 20px;
}
#content4 a:link, #content3 a:visited, #content3 a:active {
	color: #3384B8;
	text-decoration: none;
}
#content4 a:hover {
	color: #3384B8;
	text-decoration: underline;
}
#about-content1 {
	width:140px;
	float:left;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 53px;
}
#about-content1 a:link, #about-content1 a:visited, #about-content1 a:active {
	color: #7A7A7A;
	text-decoration: none;
}
#about-content1 a:hover {
	color: #7A7A7A;
	text-decoration: underline;
}
#about-content2 {
	width:488px;
	float:left;
	padding-left: 20px;
	padding-right: 30px;
	padding-top: 52px;
}
#about-content2 a:link, #about-content2 a:visited, #about-content2 a:active {
	color: #7D5345;
	text-decoration: none;
}
#about-content2 a:hover {
	color: #7D5345;
	text-decoration: underline;
}
#footer {
	clear: both;
	width: 100%;
	background: #F9EFE5;
	color: #783E31;
	text-align: center;
	height: 28px;
	font-family: Arial;
	font-size: 11px;
	border-top-color: #D6C2B2;
	border-top-style: solid;
	border-top-width: 1px;
	margin: -40px auto 0 auto;
	position: relative;
	padding-top: 12px;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #783E31;
	text-decoration: none;
}
#footer a:hover {
	color: #783E31;
	text-decoration: underline;
}
.borderTopDashed {
	border-top: solid 1px #D0C1B2;
	margin-top:7px;
	margin-bottom:7px;
}
.btt {
	color: #7D5345;
}
.btt a:link, .btt a:visited, .btt a:active {
	color: #7D5345;
	text-decoration: none;
}
.btt a:hover {
	color: #7D5345;
	text-decoration: underline;
}
.breadcrumbs {
	font-size: 11px;
}
.breadcrumbs a:link, .breadcrumbs a:visited, .breadcrumbs a:active {
	color: #7A7A7A;
	text-decoration: none;
}
.breadcrumbs a:hover {
	color: #7A7A7A;
	text-decoration: underline;
}
.title {
	color: #7D5345;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
}
