/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

.button {
	background: #489376 url(images/homepage02.gif) no-repeat right bottom;
	border-top: 1px solid #68C6A2;
	border-right: 1px solid #55B18E;
	border-bottom: 1px solid #408B6E;
	border-left: 1px solid #57AB8B;
	font-size: 10px;
	color: #FFFFFF;
}

#input1 {
	width: 145px;
	margin-right: 5px;
	border-top: 1px solid #A6A6A6;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #F8F8F8;
	border-left: 1px solid #C7C7C7;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: left;
	line-height: 1.4;
}

h2 {
	margin-bottom: 18px;
	font-size: 15px;
	color: #636363;
	padding: 8px 15px;
	background: url(images/homepage05.gif) repeat-y left top;
}

.hilite {
	color: #479275;
}

h3 {
	margin-bottom: 10px;
	font-size: 13px;
	color: #517E9E;
}
h4 {
	font-size: 12px;
}
.callout {
	padding-bottom: 6px;
}
.callout p {
	color: #517E9E;
	line-height: 1.4;
	font-size: 12px;
	margin-bottom: 0.5em;
	font-style:italic;
}
.content img {
	padding: 0 0 12px 8px;
}

.text4 {
	margin-left: -9999px;
	font-size: 16px;
	color: #000000;
}

#footer p {
	text-align: center;
	color: #999;
	font-size: 11px;
}

small{
	font-size: 11px;
}

/** LINKS */

a {
	color: #58A2D4;
}

a:hover {
	text-decoration: none;
}

.link1 {
	padding-left: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

.link1:hover {
	text-decoration: underline;
}


/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 18px;
}

.list1 a {
	padding-left: 14px;
	background: url(images/homepage10.gif) no-repeat left center;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(images/homepage03.jpg) no-repeat left top; }
.bg3 { background: url(images/homepage07.gif) no-repeat right top; }
.bg4 { background: url(images/subpage03.jpg) no-repeat left top; }

/* Banner images */
.bg2 { background: url(images/homepage04.jpg) no-repeat left top; }
body#who .bg2 { background: url(images/banner03.jpg) no-repeat left top; }
body#expertise .bg2 { background: url(images/banner02.jpg) no-repeat left top; }
body#contact .bg2 { background: url(images/banner05.jpg) no-repeat left top; }
body#key .bg2 { background: url(images/banner04.jpg) no-repeat left top; }
body#wind .bg2 { background: url(images/banner06.jpg) no-repeat left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 10px;
	margin-bottom: 15px;
	background: url(images/homepage06.gif) repeat-x left bottom;
}

