/* --------------------------------------------------------------------------------------
Corfucottage CSS - www.corfucottage.com
Developed by acrodev.com
The unique combination of images, colors, sizes, typography, and positioning ("the design")
is copyright 2005 Acrodev.com and may not be reproduced.
-------------------------------------------------------------------------------------- */

@import url(layout.css);
@import url(decor.css);
@import url(links.css);
@import url(forms.css);
@import url(tables.css);



/* --------------------------------- Global Primary Selectors --------------------------------- */

body {
	margin: 20px 0 0;
	padding: 0;
	text-align: center;
	background: #F4F7E0;
	font: 12px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #666666;

}
div {
	background-color: transparent;
	height: 1%;
	margin: 0;
	padding: 0;
	text-align: left;
}
p {
	margin: 0 0 8px 0;
	padding: 0;
}
img {
	border: none;
	margin: 0;
	padding: 0;
}

div, p, td, th {
	/* font: 11px Verdana, Arial, Helvetica, sans-serif; */
}
abbr, acronym {
	border-bottom: 1px dotted #C1C1C1;
	cursor: help;
}

address {
	font: 10px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: left;
	color: #666666;
}
address .link a, address .link a:visited {
	font: 10px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

dl {

}
dl dt {
	font-weight: bold;
	font-size: 13px;
	color: #398E06;
}
dl dd {
	padding: 0;
	margin: 8px 0 15px;
}
.hlight {
	color: #46AF07;
}

/* --------------------------------- headings --------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #939587;
	color: #398E06;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 14px;
	margin-bottom: 6px;

}
h2 {
	margin: 20px 0 0px;
}
h3, h4 {
	font-size: 12px;
	margin: 20px 0 2px;
	border: none;

	border-bottom: 1px dotted #eaeaea;
	padding-bottom: 0px;
}
h4 img {

}

h5 {
	font-size: 11px;
	margin: 15px 0 8px 0;
	border: none;
}

/* --------------------------------- other globals --------------------------------- */

.auraltext { position: absolute; font-size: 0; left: -1000px; }
html div#content-main strong { font-weight: bold; }
