﻿/*	-	-	-	-	-	-	-	-	-	-	*/
/* RESET & HOUSECLEANING					*/

* img, * a, * a img {
	border: 0;
}



/*	-	-	-	-	-	-	-	-	-	-	*/
/* STYLE									*/

BODY{
	font-family: Corbel, Calibri, Verdana, "Lucida Grande", sans-serif;
	font-size: 16px;
	line-height:20px;
	font-weight: normal;
	letter-spacing: normal;
	text-align: left;
	background-color: #D5D2CA;
}

.green{
	color: #557630;
}

#page{	
	background-color: #FFF;
}

#center{	
	background-color: #FFF;
}

#main{	
}

#main ul {
            list-style-type: disc;
            list-style-position: inside;
}
#main li{
            margin-bottom:0.5em;
}




/*	-	-	-	-	-	-	-	-	-	-	*/
/* MAIN										*/

#header{}

#logo{}

A#headerLogoLink{}


#main{}

#intro{
	font-size: 24px;
	line-height: 32px;
	font-weight: lighter;
	font-style: italic;
	color: #557630;
}

H1, H2, H3 {
            font-weight: lighter;
            font-style: italic;
            color: #557630;
            margin-top:0em;
}


/*	-	-	-	-	-	-	-	-	-	-	*/
/* RIGHT									*/
	
#newsItem{
	font-size: 12px;
	line-height: 14px;
	border-top: 1px solid #D5D2Ca;
	margin-bottom: 32px;
	padding-bottom: 8px;
	background: url(../images/greywhite128px.gif) repeat-x scroll 0 -64px;
}
	
.newsItemDate{
	font-size: 10px;
	line-height:10px;
	text-align: right;
	color: #AEA79F;
}
#newsItem H3{
	font-size: 14px;
	line-height: 14px;
	margin-top: 8px;
	margin-bottom: 0px;
}
#newsItem P{
	margin-top: 4px;
	margin-bottom: 8px;
}


/*	-	-	-	-	-	-	-	-	-	-	*/
/* FOOTER									*/

#footer{}

#contact{
	border-top: 1px solid #D5D2Ca;
	font-size: 14px;
	margin-top: 32px;
}

#contact-addr{
	float: left;
	width: 34%;
}
#contact-tel{
	float: left;
	width: 33%;
}
#contact-email{
	float: left;
	width: 33%;
	text-align: right;
}
#contact-clear{	
	clear: both;
	height: 0;
}

#legal{
	color: #C7C2BA;
	font-size: 8px;
	line-height: 10px;
	border-top: 1px solid #D5D2Ca;
	margin-top: 32px;
}

/*	-	-	-	-	-	-	-	-	-	-	*/
/* 25.08.09						  */
/*	-	-	-	-	-	-	-	-	-	-	*/
#main ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-top:-0.5em;
}
#main ul ul {
	list-style-type: circle;
	font-size:85%;
	margin-top:0;
}
#main li {
	margin-top:0.5em;
	margin-left:1em;
}
H1, H2 {
	margin-bottom:1em;
}

td { vertical-align: top }

#ASG { margin-top:64px; }



