/* CSS styles */

	body {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background: #adcd45 url('../images/bg_tile.jpg') repeat-x top;
	}
	h1 {
	margin: 0;
	padding: 0;
	}
	h2 {
	margin: 0;
	padding: 0;
	}
	h3 {
	margin: 0;
	padding: 0;
	}
	p {
	margin: 0;
	padding: 0;
	}
	ul {
	padding: 0;
	margin: 0;
	}
	
	
#lbOverlay { z-index:110; }	
#lbCenter, #lbBottomContainer {z-index:111;}	
	

/* -------- WRAPPER -------- */
#wrapper {
width: 980px;
position: relative;
left: 50%;
margin-left: -490px;
padding: 0;
background: #ffffff url('../images/bg_wrapper.jpg') no-repeat top;
}

/* -------- FLASHMAIN -------- */
#logo {
float: left;
height: 100px;
padding: 0 0 0 26px;
margin: 12px 0 0 0;
}

/* -------- MENU -------- */
#menu {
float: right;
width: 660px;
height: 111px;
padding: 0;
margin: 1px 24px 0 0;
}

/* -------- WELCOMETEXT -------- */
#welcometext {
float: left;
width: 429px;
height: 400px;
padding: 0;
margin: 0;
background: url('../images/img_quote.jpg') no-repeat top;
}
#welcometext h1 {
font-size: 24px;
font-weight: bold;
color: #3e3e3e;
margin: 0 0 0 30px;
}
#welcometext h2 {
font-size: 14px;
font-weight: normal;
line-height: 18px;
color: #969696;
margin: 0 10px 0 30px;
}
#welcometext a:link, #welcometext a:visited {
text-decoration: none;
color:#5ca4d6;
}
#welcometext a:hover, #welcometext a:active {
text-decoration: underline;
}

/* -------- NEWS -------- */
#news {
float: left;
width: 277px;
height: 400px;
padding: 0;
margin: 0;
background: url('../images/bg_news.jpg') no-repeat top;
}
#news h1 {
font-size: 15px;
font-weight: bold;
color: #5ca4d6;
padding: 0 0 2px 0;
margin: 0 0 0 12px;
}
#news p {
font-size: 11px;
font-weight: normal;
line-height: 15px;
color: #666666;
border-bottom: 1px dotted #bdb9b9;
padding: 0 0 7px 0;
margin: 0 20px 5px 12px;
}
#news a:link, #news a:visited {
text-decoration: none;
color:#5ca4d6;
}
#news a:hover, #news a:active {
text-decoration: underline;
}

/* -------- FEATURES -------- */
#features {
float: left;
width: 250px;
height: 400px;
padding: 0;
margin: 0;
}
a.featurebox { 
float: left;
display: block; 
width: 250px; 
height: 127px; 
outline: none;
margin: 0;
}
a.featurebox p { 
position: absolute; 
left: -1000px;
}
a#feature_blog { 
background: url('../images/blog_but.jpg') no-repeat left center; 
float: left;
}
a#feature_blog:hover { 
background-position: right center; 
}
a#feature_connected { 
background: url('../images/connected_but.jpg') no-repeat left center; 
float: left;
}
a#feature_connected:hover { 
background-position: right center; 
}
a#feature_resources { 
background: url('../images/resources_but.jpg') no-repeat left center; 
float: left;
}
a#feature_resources:hover { 
background-position: right center; 
}

/* -------- PHOTOSTRIP -------- */
#photostrip {
height: 156px;
padding: 0;
margin: 0;
}

/* -------- FOOTER -------- */
#footerwrapper {
height: 50px;
padding: 0;
margin: 0;
background: url('../images/bg_footer.jpg') no-repeat top;
}
#footerleft {
color:#585858;
font-weight: normal;
float: left;
line-height: 10px;
margin: 18px 0 0 24px;
font-size: 9px;
}
#footerleft a:link, #footerleft a:visited {
text-decoration: none;
color:#585858;
}
#footerleft a:hover, #footerleft a:active {
text-decoration: underline;
}
#footerright img {
margin: 16px 25px 0 0;
float: right;
}

/* ---------------- */
#clear {
clear: both;
}


