/* @group Lay */

body {
	margin-top: 10px;
	padding: 0px;
	background-color: #dcdde7;
	text-align: center; 
}

div#wrapper {
	width: 930px;
	padding: 10px;
	margin: 0 auto;
	position: relative;
	background-color: #fff;
	text-align: left;
}

div#topcontainer {
	width: 100%;
	height: 100px;
	padding: 0px;
	margin: 0px;
	position: relative;
	overflow: hidden;
}

span#topmenu {
	position: absolute;
	top: 0px;
	right: 0px;
}

div#bannercontainer {
	width: 100%;
	height: 258px;
	background: url(../i/banner-bg.png) repeat-x;
	padding: 0px;
	margin: 0px;
	position: relative;
	overflow: hidden;
}

span#banner {
	width: 593px;
}

div#menucontainer {
	z-index: 99999;
	width: 100%;
	height: 40px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	background: url(../i/menu-bg.png) repeat-x;
	position: relative;
}

div#contentcontainer {
	width: 100%;
	margin: 0px;
	position: relative;
	overflow: hidden;
}

.contentbox {
	width: 300px;
	margin: 10px 0 0 0;
}

#leftcontent {
	width: 930px;
}

div#footercontainer {
	width: 100%;
	padding: 10px 0px 0px;
	margin: 0px;
	position: relative;
	font-size: 0.8em;
}

/* @end */

/* @group Con */

img#logo {
	position: absolute;
	bottom: 10px;
	left: 0px;
}

img#slogan {
	position: absolute;
	bottom: 10px;
	right: 0px;
}

span#bannerrightcontent {
	width: 300px;
	padding: 10px;
	color: #fff;
}

span#bannerrightcontent ul {
	margin-top: 5px;
	padding-left: 0;
	list-style-type: circle;
}

span#bannerrightcontent li {
	margin-left: 15px;
	margin-bottom: 5px;
	padding-left: 5px;
}

.clear {
	clear: both;
}

.fleft {
	float: left;
}

.inline {
	display: inline;
}


/* @end */

/* @group Fon */

body {
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #555;
}

body a, body a:link, body a:visited {
	color: #555;
	text-decoration: underline;
}

body a:hover {
	text-decoration: none;
}

p{
	margin-top: 0px;
	margin-bottom: 5px;
}

h3 {
	color: #094e92;
	font: Arial;
	margin: 0px 0px 5px;
	font-size:24px;
	font-weight:normal;
}

h4 {
	color: #094e92;
	font: Arial;
	margin: 0px 0px 5px;
	font-size:18px;
	font-weight:normal;
}

span#topmenu {
	text-transform: uppercase;
	color: #bbbecf;
	font-size: 1.2em;
	word-spacing: 10px;
}

span#topmenu a, span#topmenu a:link, span#topmenu a:visited  {
	text-decoration: none;
	color: #bbbecf;
}

span#topmenu a:hover{
	text-decoration: underline;
	color: #bbbecf;
}

span#bannerrightcontent a, span#bannerrightcontent a:link, span#bannerrightcontent a:visited, span#bannerrightcontent a:hover  {
	color: #fff;
}

span#rightquote {
	font: 2em Georgia, arial;
}

#rightquotepositioning {
	display: block;
	margin-left: 15px;
	margin-top: -25px;
}

span#leftfooter {
	color:  #7983ff;
}

span#rightfooter {
	position: absolute;
	top: 10px;
	right: 0px;
	color: #094e92;
	font-weight: bold;
}

/* NEWS ADDITIONAL STYLING */

.Date {
	color:#F1862E;
	font-size:11px;
}

.Head {
	font-size:18px;
	color:#0F4DBC;
}

.Tags {
	color:#0F4DBC;
}

.TextSummary {
	margin:20px 10px 0px 15px;
	float:left;
	font-weight:bold;
}

.HomeSummary {
	float:left;
	padding:0px 0px 10px 10px;
	width:700px;
}

.Properties {
	margin:3px 0 0 0;
}

.HomeNews li {
	margin-bottom:10px;
}
/* @end */