@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #A2832F;
	background-image: url(../images/bg_top.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
a {
	color: #ffffff;
	text-decoration: underline;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
}
hr {
	color: #D7B02D;

}

.top{
	width: 967px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	height: 222px;
	margin-top: 0px;
	margin-bottom: 0px;

}
.logo {
	width: 172px;
	float: left;
	margin-top: 10px;
	margin-left: 48px;
	margin-bottom: 10px;
}
.tagline {
	width: 540px;
	float: right;
	height: 39px;
	margin-top: 52px;
	margin-right: 144px;
	background-image: url(../images/txt_quality.gif);
	background-repeat: no-repeat;
}
.tagline span {
	display: none;
}

.navigation {
	clear: both;
	height: 76px;
	background-color: #D7B02D;
}

.center {
	background-color: #B48B21;
	background-image: url(../images/bg_center.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 0px;
}
/* prop is used to keep the content box open to a minimum height so the background looks right */
.prop {
    height:553px;
	float:right;
    width:1px;

}
/* clear is used to keep the content box open to a minimum height so the background looks right */
.clear {
	clear:both;
    height:1px;
    overflow:hidden;
}
.content {
	width: 927px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 20px;
	background-image: url(../images/bg_content.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #D7B02D;
}
.content .content_middle .yellow {
	color: #D7B02D;
}

.content .content_middle {
	padding: 10px;
	width: 440px;
}

.content .blackboard {
	background-image: url(../images/bg_blackboard.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 100px;
	padding-right: 60px;
	font-size: 10px;
	padding-left: 90px;
	padding-bottom: 20px;
	width: 173px;
	height: 293px;
	overflow: hidden;
}
.content .blackboard p {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.content .content_middle .img {
	margin: 5px;
}



.image {
	margin: 10px;
	padding: 10px;
	border: 1px solid #999999;
}
.footer {
	background-image: url(../images/bg_footer.jpg);
	background-repeat: repeat-x;
	height: 200px;
	padding-top: 30px;
	background-color: #A2832F;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C9B08F;
}

.footer .footer_content {
	text-align: right;
	width: 776px;
	font-size: 11px;
	color: #453621;
	margin:0 auto;
	font-weight:bold;
}
.footer .footer_content a {
	color: #E6C862;
	text-decoration: underline;
	font-weight:bold;
}
.footer .footer_content a:hover {
	color: #E6C862;
	text-decoration: none;
	font-weight:bold;
}
.callouts { margin-left:20px;  text-align:center;}
.callouts .calloutTitle{ font-weight:bold;}.tblDivider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A58525;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A58525;
}
