/* 

STYLE SHEET FOR DANISH WINDMILL WEB SITE
Created by Bluespace Creative, Inc.
www.bluespacecreative.com

/* --------- 1. defaults  --------- */

* {
		margin: 0;
		padding: 0;
		}

body {
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 12px;
		}
		
/*  --------- 2. structure  --------- */

#wrapper {
	width: 875px;
	margin: 10px auto 0 auto;
		}
#top {
	float: left;
}

		
#masthead {
	float: left;
	height: 310px;
	width: 637px;
	background-image: url(../images/home-main.jpg);
	background-repeat: no-repeat;
		}
#searchbar {
	float: right;
	width: 250px;
	text-align: right;
	margin-top: 26px;
	margin-right: 15px;
}
#searchbar a {
	font-weight: bold;
	text-decoration: none; 
	color: #686874;
}
		
#navContainer {
	background-image: url(../images/home-nav-bkg.jpg);
	background-repeat: no-repeat;
		}
#secNav {
	height: 299px;
	width: 192px;
	background-image: url(../images/home-snav-bkg.jpg);
	background-repeat: no-repeat;
	float: left;
	margin-top: 11px;
	margin-left: 11px;
	padding-top: 17px;
	padding-left: 23px;
	padding-right: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 14px;
}
#secNav ul {
	margin-top: 10px;
	margin-left: 3px;
}
#secNav li {
	padding-bottom: 1px;
}
#secNav a {
	color: #686874;
	text-decoration: none;
	font-weight: bold;
}
#secNav a:hover {
	text-decoration: underline;
	background-color: #F0F4FD;
}
#secNav img a:hover {
	text-decoration: none;
}

.noBorder {border: none !important;}

.homecol {
	float: left;
	width: 182px;
	padding-right: 13px;
	padding-left: 13px;
	margin-top: 13px;
	margin-right: 15px;
}
.homecol p #video {
	padding-right: 10px;
}

.homeCol3Wide {
	width: 661px;
	float: left;
}
.fullcol {
	padding-top: 25px;
	padding-right: 35px;
}


.homecollast {
	float: left;
	width: 178px;
	padding-right: 13px;
	padding-left: 13px;
	margin-top: 13px;
}
.noBorder {
}

.grey {
	color: #999;
}

#footer {
	background-image: url(../images/footer_bkg.gif);
	background-repeat: no-repeat;
	clear: both;
	float: left;
	font-size: 11px;
	width: 875px;
	padding-top: 11px;
	text-align: right;
	color: #999999;
	height: 50px;
	margin-top: 15px;
		}
#footer p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#footer a {
	color: #868686;
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover {
	background-color: #F0F0F0;
}

.separator {
		clear: both;
		height: 0;
		}

/* ---------- 3. links and navigation ---------- */

a {
	font-weight: bold;
	color: #33468e;
		}
		
a:hover {
	background-color: #E6EEFB;
		}
p {
	margin-bottom: .8em;
	line-height: 1.3em;
}

h1 {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 24px;
	color: #FFF;
	letter-spacing: -.1em;
}
h2 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #B90F1A;
	letter-spacing: .15em;
	background-repeat: repeat-x;
	background-position: 45px;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	color: #686874;
	font-size: 24px;
	letter-spacing: -.1em;
	line-height: .9em;
	margin-bottom: 10px;
}

		
/* ---------- 4. fonts ---------- */
ul {
		list-style-type: none;
		}


/* ---------- 5. images ---------- */
 
a img {
		border: 0;
		}
		
/* ---------- 6. hacks ---------- */

body	{ /* IE 5 centring bug fix */
		text-align: center;
		}
		
#wrapper {
		text-align: left;
		}  

