/* v2.0 | 20110126
  http://meyerweb.com/eric/tools/css/reset/ 
  License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Styling */

.bump {
	margin-bottom: 10px;
}
.doublebump {
	margin-bottom: 20px;
}
.nudge {
	margin-left: 10px;
}
.doublenudge {
	margin-left: 20px;
}
.rhduck {
	margin-top: 40px;
}
.left {
	float: left;
}
.right {
	float: right;
}
body {
	background: #ededed url(../images/bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
p {
	font-size: 0.8em;
	line-height: 1.5;
}
h2 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.1em;
	color: #245e09;
	margin-bottom: 5px;
}
#wrapper {
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 960px;
}
#header {
	width: 920px;
	background-color: #ffffff;
	padding: 10px 20px 10px 20px;
	border: 1px solid #aaaaaa;
	-webkit-box-shadow: 2px 2px 8px #C0C0C0;
	-moz-box-shadow: 2px 2px 8px #C0C0C0;
	box-shadow: 2px 2px 8px #C0C0C0;
}
.logo {
	float: left;
}
.number {
	float: right;
}
.contact {
	font-size: 1em;
}
.post {
	background-color: #f8f8f8;
	padding: 10px;
	border: 1px solid #dddddd;
	text-align: center;
}
.mail {
	padding: 0px !important;
	border: 0px !important;
	margin-right: 0px;
}
.centre {
	text-align: center;
}
#menu {
	margin-top: 9px;
	height: 27px;
	width: 962px;
}
#menu a {
	text-decoration: none;
	background-color: #CCC;
	text-align: center;
	height: 20px;
	display: block;
	float: right;
	padding: 6px 10px 0px 10px;
	color: #000;
	margin-left: 5px;
	font-size: 0.9em;
	margin-top: 1px;
}
#menu a:hover, a:active {
	background-color: #FFF;
}
#menu a.active {
	background-color: #FFF;
	border-top: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	border-bottom: 0px;
	position: relative;
	z-index: 1;
	margin-top: 0px !important;
	height: 21px !important;
}
.content {
	background-color: #FFF;
	width: 940px;
	padding: 20px 10px 20px 10px;
	border: 1px solid #aaaaaa;
	-webkit-box-shadow: 2px 2px 8px #C0C0C0;
	-moz-box-shadow: 2px 2px 8px #C0C0C0;
	box-shadow: 2px 2px 8px #C0C0C0;
}
.content img {
	border: 1px solid #245e09;
	padding: 3px;
}
img.right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.content li {
	font-size: 0.8em;
	margin: 0px 0px 5px 20px;
	line-height: 1.2;
	padding: 3px 0px 5px 15px;
	list-style-type: disc;
}
.twocolumn {
	float: right;
	width: 430px;
	margin: 10px;
	padding: 0px 10px 0px 10px;
}
.threecolumn {
	float: right;
	width: 270px;
	margin: 10px;
	padding: 0px 10px;
}
#footer {
	width: 920px;
	background-color: #ddd;
	padding: 15px 20px 15px 20px;
	margin-top: 20px;
	font-size: 0.8em;
	border: 1px solid #aaaaaa;
	-webkit-box-shadow: 2px 2px 8px #C0C0C0;
	-moz-box-shadow: 2px 2px 8px #C0C0C0;
	box-shadow: 2px 2px 8px #C0C0C0;

}
#footer a {
	color: #000;
	margin-right: 10px;
	text-decoration: none;
}
#footer a:hover, a:active {
	text-decoration: underline;
}
.number {
	margin-right: 110px;
}
/* Slider */

.fadein {
	position:relative;
	left: 20px;
	width:732px;
	height:270px;
	overflow: hidden;
}
.fadein img { position:absolute; left:0; top:0; }

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}
