/* @group structure */

#topSpacer{
	height: 50px;
}

body {
	background: black;
    font: bold 14px Helvetica, Arial, sans-serif;
	color: white;
	margin: 0px;
	padding: 0px;
}

#introImage{
	position: absolute;
	left: 120px;
	top: 40px;
}

#introAddress{
	position: absolute;
	left: 140px;
	top: 160px;
	color: #313131;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
}

#introPass{
	position: absolute;
	left: 300px;
	top: 70px;
}

#loginform{
	border-style: none;
	background: white;
}

/* @group header */

#header {
	margin: 0px;
	padding: 0px;
	position: relative;
	height:280px;
	background: url(siteimages/header.gif) no-repeat;
}

#menu{
	position: absolute;
	top: 245px;
	left: 738px;
	width: 570px;
	height: 35px;
}

/* @end */

#content {
	padding: 0px;
	width: 850px;
	margin-left: 64px;
    text-align: left;
}

#coverFooter{
	margin-top: 80px;
	position: relative;
}

#newsList{
	margin-top: 84px;
	border-top: solid white 4px;
}
.newsItem{
	border-bottom: solid white 2px;
	padding-top: 30px;
	padding-bottom: 20px;
}

#addressArea{
	position:absolute;
	top: 510px;
	left: 700px;
}

#clear{
	clear: both;
}

/* @end */

/* @group text styles */

a.white{
	color: white;
}
a:hover.white{
	border-bottom: solid white 2px;
}

.headline {
	margin-top: 40px;
	font-size: 40px;
	line-height: 45px;
}

.subtitle {
	margin-top: -38px;
	font-size: 35px;
	line-height: 41px;
}

/* @group plus (news list) */

.newsTopic{
	font-size: 22px;
	margin-top: 0px;
	font-weight: normal;
}

.newsTitle{
	font-size: 35px;	
	margin-top: 0px;
}

.newsSubtitle{
	margin-top: -28px;
	font-size: 23px;	
	font-weight: normal;
}

.newsBody{
	margin-top: 25px;
	font-size: 17px;
	font-weight: normal;
	line-height: 23px;
	width: 650px;
}
.newsMenu{
	margin-top: 20px;
	font-size: 30px;
	margin-bottom: 40px;
}
.newsImage{
	margin-top: 10px;
	border: 1px solid #313131;
}

#newsList a { color: #fff; text-decoration: none; }
#newsList a:hover { text-decoration: underline; }


/* @end */

.reachAddress{
	font-size: 18px;
	line-height: 21px;	
	font-weight: normal;
}


/* @group cover footer */

#footerLeft{
	position: absolute;
	width: 350px;
	font-size: 16px;
	line-height: 20px;
}

#footerRight{
	position: absolute;
	left: 500px;
	width: 600px;
	font-size: 18px;
	line-height: 20px;
}

ul{
	padding: 0px;
	margin: 0px;

}

#footerRight li{
	padding: 0px;
	margin: 0px;
	padding-right:27px;
	margin-bottom: 30px;
	display: inline;
	width: 120px;
	float: left;
	list-style-type: none;
}
#footerEnd{
	clear: both;
	font: normal 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* @end */

.white{
	color: white;
}

.orange{
	color: #fe4a00;
}

.green {
	color: #32f000;
}

#reverseText{
	display: block;
	position: absolute;
	color: #2cd100;
	background: white;
	margin-left: -70px;
	padding-left: 70px;
	padding-right: 5px;	
}

/* @end */

/* @group link styles */

a {
	text-decoration: none;
}
a:hover {
}

a.white{
	color: white;
}
a:hover.white{
	border-bottom: solid white 2px;
}

a.green{
	color: #32f000;
}

a:hover.green{
	border-bottom: solid #32f000 2px;
}
a.orange{
	color: #fe4a00;
}

a:hover.orange{
	border-bottom: solid #fe4a00 2px;
}
a.inverse{
	margin-left: -5px;
	padding: 1px 5px 1px 5px;
	color: white;
	border: none;
}

a:hover.inverse{
	color: black;
	background: white;	
}

/* @end */
