@charset "UTF-8";
#header {
	background-image: url(../images/bg_header_inner.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	height: 202px;
	margin: 0px auto;
	position: relative;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#header #topNav {
	position: absolute;
	bottom: 0px;
	background-image: url(../images/bg_topnav.jpg);
	height: 34px;
	width: 746px;
	background-repeat: no-repeat;
	left: 252px;
}
#header #logolink {
	position: absolute;
	left: 47px;
	width: 160px;
	height: 184px;
	top: 7px;
}
#header #logolink img {
	margin: 0px;
	border: none;
}
#topNav div {
	float: left;
	background-image: url(../images/divider_topnav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 16px 0 0 10px;
	color: white;
	font-size: 65%;
	text-transform: uppercase;
	margin: 0px 10px 0 0;
	font-weight: bold;
}
#topNav #first {
	background-image: none;
	margin-left: 15px;
}
#topNav div a {
	color: #FFFFFF;
	text-decoration: none;
}
#topNav div a:hover, #topNav div a.selected {
	color:#ff9900;
}



/*--------------center----------r*/
#centerRow {
	width: 1000px;
	margin: 0 auto;
	border-top: 10px solid #cc6633;
	background-color: #E0E3E7;
	background-image: url(../images/hdr_aboutus.jpg);
	background-repeat: no-repeat;
	background-position: 251px 0px;
}

#holdSideNav {
	width: 250px;
	float: left;
	display:inline;
	margin: 0px;
}
#holdSideNav #sideNav {
	width: 250px;
	background-color: #E0E3E7;
}


#holdSideNav #sideNav div a{
	background-image: url(../images/bg_innerinnernav.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #000000;
	font-size: 65%;
	display: block;
	padding: 10px 0 0px 40px;
	width: 205px;
	text-transform: uppercase;
	height: 19px;
}


#holdSideNav #sideNav div a:hover,#holdSideNav #sideNav div a.selected {
	background-image: url(../images/bg_innerinnernav_sel.jpg);
}


h2{
	font-size: 130%;
	color: #BA7836;
	margin: 5px;
	margin-left: 40px;
}


#holdCenter {
	float: right;
	width: 600px;
	color: #333333;
	margin: 0px 120px 20px 0;
	padding: 0px;
	display: inline;
	margin-top: 90px;
}

#holdCenterLeft{
	
	width:160px;
	float:left;
}

#holdCenterLeft p {
	font-size:75% !important;
	color:#000000 !important;	
}
#holdCenterLeft img {
	margin-bottom:10px !important;	
}
#holdCenterLeft strong {
	font-size:110% !important;
	color:#000000 !important;	
}
#holdCenterRight{
	
	width:410px;
	margin-left:20px;
	float:left;
	
}


#centerRow p {
	font-size: 80%;
	color: #333333;
	margin: 0px 0px 10px 0;
	line-height: 130%;
}



#centerRow p strong {
	font-size: 130%;
	color: #BA7836;
}



/*---------footer----------*/
#footer {
	height: 35px;
	width: 1000px;
	margin: 0px auto;
	background-color: #AEAEAE;
	border-top: 10px solid #6e8caf;
}
#footer p {
	font-size: 70%;
	margin: 10px 0 0 40px;
}
#holdSideNav .quote {
	margin: 50px 25px;
	font-size: 90%;
	line-height: 170%;
}
#holdSideNav .quote img {
	margin: 0px;
	vertical-align: -10px;
}
#holdSideNav .quote strong {
	color: #BA7836;
	font-size: 130%;
	text-align: center;
}
#holdCenter li {
	font-size: 85%;
	margin-bottom: 5px;
	color: #333333;
}
#holdCenter a {
	color: #333333;
}
.blackt {
	font-weight: bold;
	color: #000000;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	border-bottom: solid 1px #999999;
}
#centerRow #holdCenter td a {
	font-weight: normal;
	text-decoration: underline;
	color: #000000;
}
#centerRow #holdCenter table {
	margin-bottom: 20px;
}
