@charset "UTF-8";
/* CSS Document */

html {margin:0px;
padding:0px;
}
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.75em;
	color: #000;
	background-image: url(resource/background.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #F4F3EE;
}
#content {
	position: relative;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h1 {
	position: relative;
	height: 150px;
}
h1 a {
	position: absolute;
	top: -999em;
}
#heading {
	position: relative;
	width: 480px;
	text-align: center;
	color: #FFF;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1.6em;
	padding-top: 10px;
	background-image: url(resource/lightline.png);
	background-repeat: no-repeat;
	background-position: center 215px;
	height: 270px;
}
#heading span {
	font-size: 4em;
	letter-spacing: -0.1em;
	padding-top: 0.5em;
	display: block;
	padding-bottom: 0.5em;
	background-image: url(resource/lightline.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0.5em;
}
#main {
	float: right;
	width: 470px;
	position: relative;
	padding-top: 5em;
	padding-left: 50px;
	background-image: url(resource/mainback.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 5em;
}
.blog #main {
	width: 600px;
}

#main h3 {
	font-size: 3em;
	font-weight: normal;
	background-image: url(resource/darkline.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#main p {
	font-family: "Times New Roman", Times, serif;
	padding-top: 1em;
	font-size: 1.2em;
	line-height: 1.6em;
}
#main a {
	color: #000;
}

#images {
	width: 400px;
	float: right;
	padding-top: 9em;
	padding-right: 50px;
	padding-bottom: 50px;
}
.blog #images {
	width: 270px;
	padding-top: 1em;
	padding-right: 50px;
	text-align: right;
}
#searchform {
	padding-bottom: 2em;
}
.blog #images ul {
	padding-bottom: 1em;
	padding-top: 0.5em;
}
.blog #images h2 {
	text-transform: uppercase;
	letter-spacing: 1.6em;
	margin-right: -1.6em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.blog a {
	color:#000;
	text-decoration: none;
}



#images .e2g_crumbs {
	display: none;
}
#images .e2g .thumb .boxcontent div {
	display: none;
}
#images .thumb {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	background-color: transparent;
}



#mainImage {
	position: absolute;
	left: 480px;
	top: 150px;
	border: 5px solid #FFF;
}
#contact {
	position: absolute;
	width: 860px;
	top: 0px;
	background-image: url(resource/contacttab.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 24px;
	line-height: 24px;
	padding-left: 140px;
}
#contact a {
	color: #000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#navigation {
	position: absolute;
	height: 70px;
	left: 250px;
	top: 68px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	line-height: 70px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	width: 750px;
}
#navigation ul li {
	float: left;
	padding-left: 1.5em;
}
#navigation ul li a {
	color: #000;
	text-decoration: none;
}
#navigation ul li a:hover {
	color: #699;
}




#footer {
	clear: right;
	position: relative;
	height: 108px;
	background-image: url(resource/footerback.jpg);
	background-repeat: repeat-x;
}
#footer .vcard {
	background-image: url(resource/footerhighlight.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 90px;
	text-align: center;
	padding-top: 18px;
	font-style: normal;
	line-height: 2em;
}
#footer .vcard .org {
	display: block;
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: 1em;
}
#footer .vcard .tel {
	padding-right: 2em;
}
#footer .vcard a {
	color: #000;
	text-decoration: none;
}
#footer .vcard a:hover {
	color: #699;
}
#localsearch {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: center;
}
#localsearch ul li {
	float: left;
	position: relative;
	padding-right: 0.5em;
	padding-left: 0.5em;
}
#localsearch  a {
	color: #999;
	text-decoration: none;
}

#copper {
	font-size: 0.8em;
	float: right;
	padding-top: 0.5em;
}
#copper a {
	color: #000;
	text-decoration: none;
}


#main #EmailForm fieldset {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#main #EmailForm fieldset input {
	width: 80%;
}
#main #EmailForm fieldset textarea {
	width: 79%;
	height: 7em;
}
