@charset "UTF-8";
a.general:link, a.general:hover, a.general:active, a.general:visited {
	/*text-decoration: none;*/
	color: #58595b;
}

a.general:active, a.general:hover {
	color: #24a5bf;
}

a.menu:link, a.menu:hover, a.menu:active, a.menu:visited {
	font-family: inherit;
	text-decoration: none;
	color: #58595b;
	
}

a.menu:hover, a.menu.active {
	color: #24a5bf;
}

.homemenuat {
	font-family: inherit;
	text-decoration: none;
	font-weight: bold;
	color: #24a5bf;
}

.vbar {
	margin-left: 15px;
	margin-right: 15px;
	color: #a6a8ab;
}

.linkat {
	color: #24a5bf;
}

#container {
	width: 1024px;
	height: 768px;
	margin: auto;
	margin-top: 25px;
	display: block;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #58595b;
	background-image:url(images/background-image.jpg);
	overflow: hidden;
	-moz-box-shadow: 0px 0px 10px #EDEDED;
	-webkit-box-shadow: 0px 0px 10px #EDEDED;
	box-shadow: 0px 0px 10px #EDEDED;
	text-align: right;
	-webkit-text-size-adjust:none;
}

#logo {
	position: absolute;
	left: 71px;
	top: 50px;
	width: 313px;
	height: 49px;
}

#menu {
	margin-right: 71px;
	margin-top: 100px;
	margin-bottom: 15px;
	width: 320px;
	height: auto;
	float: right;
}

#social {
	position: absolute;
	width: 240px;
	height: 20px;
	right: 0px;
	bottom: 25px;
	z-index: 10000;
}

#viewport {
	width: 100%;
	height: 453px;
	display: block;
	position: relative;
	clear: both;
	overflow: hidden;
}

#maincopy {
	font-family: inherit;
	width: 820px;
	margin-left: 71px;
	margin-top: 25px;
	display: block;
	text-align: left;
}

.click { cursor: pointer; }
.clearit { clear: both; }


#rateswarning {
	position: absolute;
	right: 67px;
	top: 50px;
	color: #f05a28;
	font-weight: bold;
	font-size: 1.25em;
}


.strongorange {
	color:#f05a28;
	font-weight:bold;
	font-size:1.25em;
}
