@charset "utf-8";
/* CSS Document */

/* Reset browser preset styles */

html, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border:none;
	outline: 0;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

a img{
	border:none;
}

.clear{
	clear:both;
}

/* END Reset browser preset styles */


body{
	color:#666666;
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0px;
	margin:0px;
}

.container{
	width:628px;
	margin:0px auto;
}


.header{
	background-color:#dedcca;
}

.nav{
	border-top:2px solid #edece2;
	border-bottom:2px solid #edece2;
	padding:5px 0px;
	
}

.nav a{
	color:#b29a03;
	text-decoration:none;
	padding:0px 0px 0px 10px;
}

.nav a:hover{
	text-decoration:underline;
}

.main{
	background-image:url(images/home-back.jpg);
	background-repeat:no-repeat;
	text-align:right;
	color:#603100;
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	line-height:27px;
	padding:26px 0px;
	border-bottom:2px solid #edece2;
}

.main a{
	color:#603100;
	text-decoration:none;
}

.main a:hover{
	text-decoration:underline;
}

.main2{
	padding:26px 10px;
	border-bottom:2px solid #edece2;
}

.splitl{
	width:285px;
	float:left;
	border:2px solid #edece2;
}

.splitr{
	width:285px;
	float:right;
	border:2px solid #edece2;
}

.inner{
	padding:10px;
}

.title{
	color:#603100;
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	line-height:27px;
	padding-bottom:5px;
}

.map{
	width:128px;
	float:left;
}

.address{
	width:128px;
	float:right;
	color:#603100;
	font-size:11px;
}

.contact-bottom{
	padding:20px 0px 0px 0px;
	color:#c5b468;
}

.contact-bottom a{
	color:#c5b468;
	text-decoration:underline;
}

.contact-bottom-l{
	width:45%;
	float:left;
}

.contact-bottom-r{
	width:45%;
	float:left;
}

.toptext{
	color:#6c3c00;
	padding-bottom:10px;
}

.footer{
	background-color:#dedcca;
	padding:10px 0px;
}

.list{
	width:115px;
	color:#603100;
	fon-size:11px;
	float:left;
	margin-left:10px;
}