@charset "utf-8";
/* CSS Document */
body {margin:0px; font-size:16px}

@font-face {
    font-family: 'avantgarde_bk_btbook';
    src: url('avgardn-webfont.eot');
    src: url('avgardn-webfont.eot?#iefix') format('embedded-opentype'),
         url('avgardn-webfont.woff') format('woff'),
         url('avgardn-webfont.ttf') format('truetype'),
         url('avgardn-webfont.svg#avantgarde_bk_btbook') format('svg');
    font-weight: normal;
    font-style: normal;

}

div.wrapper {
	margin: 0px auto 0px auto;
	width:1280px;
	height:auto;
	border-left:#846037 thin solid;
	border-right:#846037 thin solid;
	border-bottom:#846037 thin solid;
}

div.header {
	width:1280px;
	height:111px;

}

div.header .left {
	width:241px;
	height:90px;
	float:left;
	padding:10px;
}

div.header .right {
	width:275px;
	height:90px;
	float:right;
	font-family: 'avantgarde_bk_btbook';
	font-size:1.4em;
	color:#382314;
	margin-top:10px;
}

div.nav {
	width:1280px;
	height:33px;
	background-image:url(/images/nav_bg.jpg);
	/*background-repeat:repeat-x;*/
	text-align:center;
	padding:33px 0px 33px;
	font-family: 'avantgarde_bk_btbook';
	color:white;
}

div.nav ul li {
	display:inline;
	margin:0px 10px 0px 10px;
}

div.nav a:link, div.nav a:visited, div.nav a:active {
	color: #ffffff;
	text-decoration:none;
}

div.nav a:hover {
	color:#c69c6d;
	text-decoration:none;
}

div.banner {
	width:1280px;
	height:326px;
}

div.under_banner {
	width:1280px;
	height:48px;
	background:url(../images/under_banner.jpg) repeat-x;
	clear:both;
}

div.content {
	width:950px;
	height:auto;
	padding:0px 25px 0px 25px;
	font-family: 'avantgarde_bk_btbook';
	font-size:0.9em;
	color: #846037;
	float:left;
}

div.content a:link, div.content a:visited, div.content a:active {
	color:#382314; 
	font-weight:bold;
	text-decoration:none;
}

div.content a:hover {
	color:#846037; 
	font-weight:bold;
}

div.content .content_box{
	width:455px;
	height:auto;
	float:left;
}

div.content .content_box_wide{
	width:940px;
	height:auto;
	margin-right:40px;
	float:left;
}

div.content .content_box_wide tr td{
	vertical-align:top;
}

div.content_box_text{
	color: #846037;
	margin-top:10px;
}

div.content_box_text li{
	margin-bottom:7px;
}

.right_margin{
	width:260px;
	min-height:250px;
	float:left;
	font-family: 'avantgarde_bk_btbook';
	font-size:0.9em;
}

div.content .content_box h1, .right_margin h1, div.content  h1{
	margin:0px;
	background-image:url(/images/bullet.jpg);
	background-repeat:no-repeat;
	color:#382314;
	font-size:1.4em;
}

div.content  h1{
	font-size:1.5em;
}

div.underline {
	background:url(/images/underline.jpg) repeat-x;
	height:4px; 
	width:100%;
}

div.footer {
	width:1260px;
	height:39px;
	font-family: 'avantgarde_bk_btbook';
	color: #846037;
	font-size:0.8em;
	padding:10px;
	clear:both;
}

div.footer a:link, div.footer a:visited, div.footer a:active{
	color:#846037;
	text-decoration:none;
}

div.footer a:hover{
	color: #CCCCCC;
}


