/* Reset ///////////////////////////////////////////////*/
/* Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2 */
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;border:0}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
legend{color:#000;}

/*  Fonts ///////////////////////////////////////////////// */
body { font: normal normal normal 0.625em/1.2em tahoma, Arial, Helvetica, sans-serif;}

select,input,button,textarea { font:100% tahoma, arial, helvetica, sans-serif; font-weight: bold;}

table {
	font-size:inherit;
    font-size: 100%;
}

/*  Standards and Clear///////////////////////////////////////////////// */
html,
body {
    height: 100%;
	width: 100%;
}

img { border: none}
strong { font-weight: bold;}

/* float clearing for everyone else */
.clear {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 1px;
  line-height: 1px;
}

/* float clearing for IE6 */
* html .clear {
  height: 1%;
}

/* float clearing for IE7 */
*+html .clear{
  min-height: 1%;
}


/* Global ///////////////////////////////////////////////*/
body { background: url(../../images/main/bg-site.png) repeat-x 0 0;}
#site {
	width: 950px;
	margin: 0 auto;
}

a {
    color: #2177bd;
    text-decoration: none;
}

a:hover { text-decoration: underline;}


/* Header ///////////////////////////////////////////////*/
#header {
    height: 80px;
    background: url(../../images/main/bar-top.png) no-repeat 0 0;
	padding: 40px 0 0 100px;
	position: relative;
}

#logopic {
    height: 80px;
    background: url(../../images/main/logo.png)
	no-repeat 0 0;
	padding: 20px 0 0 100px;
	position: relative;
}

#header h1 a {
	color: #332e20;
	font-weight: bold;
	font-size: 2.5em;
	line-height: 1.2em;
}

#header h2 {
	color: #332e20;
	font-size: 1.6em;
	line-height: 1.2em;
}

#header ul {
    position: absolute;
    right: 25px;
    bottom: 20px;
}

#header li { display: inline}

#header li a {
    color: #595240;
    text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.2em;
}

#header li a span {
    color: #bababa;
	padding: 0 5px 0 0;
}

#header li a:hover {
    text-decoration: underline;
}


/* Main Navigation ///////////////////////////////////////////////*/
div.mainNaviContainer {
    background: url(../../images/main/bg-mainnavi.png) no-repeat 0 0;
    height: 70px;
	margin: 0 0 10px;
	position: relative;
	z-index: 9000;
}

ul.mainNavi li {
    display: block;
    height: 36px;
	line-height: 35px;
    float: left;
    position: relative;
    font-weight: bold;
    font-size: 1.2em;
	color: #fff;
	padding: 0 1px;
}

ul.mainNavi li a {
	background: none;
    display: block;
	float: left;
    height: 36px;
    text-align: center;
    line-height: 35px;
    color: #fff;
	padding: 0 21px;
    text-decoration: none;
}

ul.mainNavi li a:hover {
	padding: 0 20px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #79cf12 url(../../images/main/bg-mainnavi-hover.png) repeat-x 0 0;
}

ul.subNavi {
	position: absolute;
	top: 37px;
	left: 0;
}

ul.subNavi li {
	color: #fff;
	display: block;
    height: 33px;
	line-height: 31px;
    float: left;
    position: relative;
    font-size: 1.2em;
}

ul.subNavi li a {
    color: #fff;
	background: none;
    display: block;
	float: left;
    height: 33px;
    text-align: center;
    line-height: 31px;
	padding: 0 21px;
}

ul.subNavi li a:hover { text-decoration: underline;}

div.mainNaviContainer form {
    height: 23px;
    position: absolute;
    right: 20px;
	top: 6px;
	width: 194px;
}

div.mainNaviContainer .inputSearch {
    background: none;
    border: 0;
    color: #9a9a9a;
    font-size: 1.1em;
    left: 0;
	padding: 5px 10px;
    position: absolute;
    top: 0;
    width: 127px;
}

div.mainNaviContainer .submitBtn {
    background: none;
	border: 0;
    cursor: pointer;
    height: 23px;
    line-height: 300px;
	margin: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
	text-indent: -1000em;
    top: 0;
    width: 47px;
}


/* Home ///////////////////////////////////////////////*/
div.homeTeaser {
	background: url(../../images/main/bg-teaser.jpg) no-repeat 0 0;
	height: 315px;
	position: relative;
}

div.homeTeaser h3,
div.homeTeaser p { display: none;}

div.logosContainer {
	background: url(../../images/main/logos.png) no-repeat 0 0;
	height: 90px;
	margin-bottom: 10px;
}

div.homeTeaser form.shortCalc {
    height: 23px;
	background: url(../../images/main/bg-shortcalc.jpg) no-repeat 0 0;
    position: absolute;
    right: 10px;
	top: 0;
	width: 300px;
	height: 310px;
	padding: 55px 0px 0;
}

form.shortCalc h6 {
    color: #669900;
    font-size: 1.6em;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 25px;
	margin-left: 25px;
}

form.shortCalc fieldset {margin-bottom: 11px;}

form.shortCalc label {
    color: #fff;
    font-size: 1.3em;
	font-weight: bold;
	line-height: 1.2em;
	float: left;
	padding-top: 5px;
	padding-left: 25px;
    width: 140px;
}

form.shortCalc input {
	float: left;
    background: none;
    border: 0;
    color: #7c7460;
    font-size: 1.4em;
	padding: 11px 25px;
    width: 146px;
}

form.shortCalc .submitBtn {
    background: url(../../images/main/btn-shortcalc.png) no-repeat 0 0;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 1.2em;
	height: 33px;
	padding-top: 5px;
	text-transform: uppercase;
    width: 152px;
	margin: 17px 0 0 128px;
}


/* Footer ///////////////////////////////////////////////*/
#footer {
	background: url(../../images/main/bg-footer.png) no-repeat 0 0;
	height: 65px;
	margin: 10px 0 0;
	padding: 30px 0 0;
}

#footer a {
	color: #595240;
	text-decoration: none;
}

#footer a:hover { text-decoration: underline;}

#footer ul {
	margin: 10px 0 0;
	text-align: center;
}

#footer li {
    display: inline;
}

#footer li a {
	color: #595240;
    padding: 5px;
	font-size: 1.1em;
	text-decoration: none;
}


#footer p {
	color: #595240;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}


/* Content ///////////////////////////////////////////////*/
#content { background: url(../../images/main/bg-content-top.png) no-repeat 0 0;}
#contentContainer {
	background: url(../../images/main/bg-content-bottom.png) no-repeat 0 bottom;
    padding: 30px;
	min-height: 207px;
}

div.contentBox {
	float: left;
	width: 285px;
	margin-right: 17px;
}


div.contentBox h3 {
	color: #58980b;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.2em;
	margin: 10px;
}

div.contentBox p {
	color: #595240;
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 10px;
	text-align: justify;
}

div.contentBoxBig {
	float: left;
	width: 890px;
	margin-right: 17px;
}


div.contentBoxBig h3 {
	color: #58980b;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0 0 10px 0;
}

div.contentBoxBig p {
	color: #595240;
	font-size: 12px;
	line-height: 15px;
	text-align: justify;
}

div.contentBox a {
	color: #332e20;
	font-weight: bold;
}

.noMargin {
	margin: 0 !important;
}



/* End ///////////////////////////////////////////////*/