body {
	margin:0 auto;
	padding:0;
	font:14px 'Trebuchet MS', Helvetica, sans-serif;
	background:#CCCCCC;
	overflow-x:hidden;
}

img { border:0; }

a{text-decoration:none;}

span{ display:none;}

#wrapper {
	position:relative;
	width:1000px;
	margin:0 auto;
	padding:0;
	background:url(../images/greenbg.jpg) repeat-y;
}

#bg{
	position:relative;
	width:1000px;
	margin:0 auto;
	background:url(../images/insidebg.jpg) top center no-repeat;
}

#header {
	display:block;
	width:100%;
	height:141px;
	margin:0;
	padding:0;
}

h1.logo{
	float:left;
	display:block;
	width:112px;
	height:107px;
	background:url(../images/insidelogo.gif) no-repeat;
	margin:0;padding:0;
	margin-left:75px;
	margin-top:15px;
}


.banholder{
	position:absolute;
	width:692px;
	height:123px;
	background:white url(../images/bannerholder.gif) no-repeat;
	top:18px;
}

.banner{
	display:block;
	width:680px;
	height:113px;
	margin:0 auto;
	margin-top:4px;
}


#bodycontainer{
	display:block;
	width:100%;
}

.txtcontainer{
	display:block;
	width:690px;
	min-height:380px;
	background-color:white;
	margin-left:1px;
	padding-bottom:20px;
}

.txtcontainer p{
	margin:10px 25px 5px 15px;
	color:#666666;
}

.txtcontainer a{
	color:#CC6600;
}

.txtcontainer a:hover{
	text-decoration:underline;
}

.txtcontainer ul.arrow{
	color:#666666;
	list-style-image:url(../images/arrow.gif);
	margin-top:0;
}

.txtcontainer ul.arrow li{
	line-height:24px;
}

b.bullet{
	background:url(../images/bullet.gif) no-repeat;
	padding-left:20px;
}

h2.title1{
	display:block;
	width:680px;
	height:34px;
	background:url(../images/orangeband.gif) no-repeat;
	font-family: Garamond, serif;
	font-size:18px;
	color:#fff;
	margin:0 auto;padding:0;
	line-height:32px;
}

h2.title2{
	display:block;
	width:680px;
	height:34px;
	background:url(../images/orangeband.gif) no-repeat;
	font-family: Garamond, serif;
	font-size:18px;
	color:#fff;
	margin:0 auto;padding:0;
	margin-top:30px;
	line-height:32px;
}

#quote{
	display:block;
	width:170px;
	height:150px;
	margin-left:50px;
}

#quote p{
	color:#fff;
	font-size:14px;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	margin:0;padding:0;
	line-height:18px;
}

#footer{
	display:block;
	width:100%;
	height:50px;
	margin-top:15px;
	font-size:11px;
	color:#fff;
}

#footer p{
	color:#fff;
	font-size:11px;
	margin:0 0 0 45px;
}

#footer a{
	color:#fff;
	font-size:11px;
}

#footer a:hover{
	text-decoration:underline;
}

input.text_field, textarea.text_field{
	border:1px solid #ddd;
	font:13px Trebuchet MS, sans-serif;
	padding:3px;
	width:180px;
	margin:0;
	color:#666666;
}

input.text_field:focus, textarea.text_field:focus{
	border-color:#aaa;
	background-color:#fafafa;
}

label{
	color:#666666;
	line-height:12px;
}

dl {
clear:both;
margin:3px;

}

dt {
float:left; 
text-align:left; 
width:130px; 
line-height:25px; 
margin:0 3px 5px 3px;
}

dd {
float:left; 
line-height:25px;
margin:0 3px 5px 0;
}

ul.sitemap{
	margin-top:10px;
	margin-left:15px;
	padding:0;
	list-style-type:none;
}

ul.sitemap li{
	background: url(../images/arrow-o.gif) 3px no-repeat;
	padding-left:15px;
	line-height:24px;
}

ul.sitemap li.sub{
	background: url(../images/arrow-g.gif) 20px 10px no-repeat;
	padding-left:30px;
	line-height:24px;
}

ul.sitemap a{
	color:#666;
}

#return_top a { position:relative; position:fixed; right:10px; bottom:0px; width:16px; height:51px; display:block; background:url(../images/return_top.png) no-repeat left top; }
#return_top a:hover { background:url(../images/return_top.png) no-repeat right top; }