* { 
	padding : 0;
	margin : 0;
}

body { 
	font : 85% "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 15px;
	background-image : url(../images/body_bg.gif);
	background-repeat : repeat-x;
}

img { 
	padding : 5px;
	border : 1px solid #caff7a;
}

img.floatTL { 
	float : left;
	margin-right : 10px;
	margin-bottom : 5px;
	margin-top : 15px;
	margin-left : 0;
}

img.floatTR { 
	float : right;
	margin-left : 3px;
	margin-bottom : 0;
	margin-top : 15px;
	margin-right : 10px;
}

h4 {
	padding-top : 5px;
	padding-bottom : 5px;
}

#wrapper { 
	margin : 0 auto;
	width : 825px;
}

#top { 
	color : #333;
	width : 800px;
	float : left;
	padding : 10px;
	height : 45px;
	margin : 2px 0 0 0;
}

.logo h1#lineone { 
	font-size : 1.7em;
	font-weight : lighter;
	padding-top : 10px;
	padding-right : 90px;
	color : #189968;
	border : none;
	top : 0;
	left : 14px;
	letter-spacing : -1px;
	text-align : right;
}

.logo h1#lineone span { 
	color : #d0d0d0;
}

.logo h2#linetwo { 
	padding-right : 85px;
	font-size : 0.9em;
	text-transform : none;
	top : 25px;
	left : 14px;
	color : #d0d0d0;
	font-weight : lighter;
	text-align : right;
}

.logo a { 
	color : #d0d0d0;
	text-decoration : none;
}

#header { 
	color : #333;
	width : 820px;
	float : left;
	border : 3px solid #ccc;
	height : 130px;
	margin : 2px 0 0 0;
	background : #ffe url(../images/headimg2.jpg) no-repeat;
}

#header h2 { 
	color : #d3d3d3;
	font-size : 1.4em;
	font-weight : lighter;
	letter-spacing : -1px;
	padding-left : 300px;
	padding-right : 90px;
	padding-top : 40px;
	text-align : justify;
}

#navigation { 
	float : left;
	width : 800px;
	color : #333;
	padding : 10px;
	margin : 10px 0 0 0;
}

#navlist { 
	margin : 0;
	padding : 0 0 20px 10px;
	border-bottom : 1px solid #000;
}

#navlist ul, #navlist li { 
	margin : 0;
	padding : 0;
	display : inline;
	list-style-type : none;
}

#navlist a:link, #navlist a:visited { 
	float : left;
	line-height : 14px;
	margin : 0 10px 4px 10px;
	text-decoration : none;
	color : #d4af19;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover { 
	border-bottom : 4px solid #eb6607;
	padding-bottom : 2px;
	background : transparent;
	color : #189968;
}

#navlist a:hover { 
	color : #fffffe;
}

#leftcolumn { 
	color : #fff;
	border-top : 2px solid #ccc;
	background : #0a452f;
	margin : 0 0 0 0;
	padding : 10px;
	width : 206px;
	float : left;
}

#leftcolumn h2 { 
	color : #d4af19;
	font-size : 1.5em;
	text-decoration : underline;
} 

#leftcolumn h4 { 
	margin-top : 5px;	
}

#leftcolumn ul { 
	margin-top : 10px;
	padding-bottom : 15px;
	margin-bottom : 10px;
	border-bottom : 1px dotted;
} 

#leftcolumn li { 
	margin-top : 10px;
	list-style-type : square;
	display : list-item;
	list-style-position : inside;
}

#leftcolumn a { 
	color : #fff;
}

.contact { 
	padding-top : 20px;
	padding-bottom : 15px;
	border-bottom : 1px dotted;
}

#leftcolumn h3 { 
	color : #d4af19;
	font-size : 1.5em;
	text-decoration : underline;
	padding-top : 10px;
	padding-bottom : 15px;
}

#rightcolumn { 
	float : right;
	color : #333;
	border-top : 2px solid #ccc;
	background : #f9eccb;
	margin : 0 0 0 0;
	padding-top : 10px;
	padding-bottom : 10px;
	padding-left : 10px;
	padding-right : 5px;
	min-height : 350px;
	width : 576px;
	display : inline;
}

#rightcolumn p {
	padding-top : 10px; 
}



#footer { 
	text-align : center;
	margin-top : 3px;
	display : inline;
	float : left;
	width : 826px;
	padding-top : 5px;
	padding-bottom : 5px;
	color : #aaa9a9;
}

#footer p {
	font-size: 75%;
}

#footer a {
	color: #0a452f;
}
