@charset "UTF-8";
/* CSS Document */

#container {
	margin: 0px;
	padding: 0px;
	width: 757px;
	vertical-align: top;
	position: relative;
	top: 150px;
	left: 195px;
	z-index: 10;
}
#container #textContainer {
	background: url(images/qrSecondTextTile.jpg) repeat-y left top;
	margin: 0px;
	padding: 0px;
	width: 757px;
	vertical-align: top;
	position: relative;
	z-index: 11;
}

#container #textContainer .textBox {
	margin: 0px;
	padding: 35px 75px 45px 50px;
	width: 632px;
	vertical-align: top;
	position: relative;
	z-index: 10;
	display: block;
	top: 0px;
	left: 0px;
	font: 13px Verdana, Geneva, sans-serif;
	color: #000;
	text-decoration: none;
	background: url(images/qrNewstext.jpg) no-repeat left top;
	font-size: 13px;
}
#container #textContainer .textBox a {
	color: #3e626d;
	text-decoration: underline;
}
#container #textContainer .textBox a:hover {
	color: #8ea192;
	text-decoration: none;
}
#container #textContainer .textBox #homelatestNews h2{
	font: bold 13px Verdana, Geneva, sans-serif;
	color: #1b2939;
	text-decoration: none;
	text-align: left;
	margin: 0px 0px 10px;
	padding: 0px;
	width: 350px;
}
#container #textContainer .textBox .text{
	padding-left: 20px;
	margin: 0px;
	width: 385px;
}
#container #textContainer .textBox .text .headlines{
	margin: 0px;
	font: bold 13px Verdana, Geneva, sans-serif;
	color: #3e626d;
	text-decoration: none;
}
#container #textContainer .textBox .text a {
	font: bold 10px Verdana, Geneva, sans-serif;
	color: #a94d3e;
	text-decoration: none;	
}
#container #textContainer .textBox .text a:hover {
	color: #8ea192;
	text-decoration: none;	
}
#container #textContainer .textBox .lineNav {
	font: bold 13px Verdana, Geneva, sans-serif;
	text-decoration: none;
	color: #1b2939;
	width: 650px;
	text-align: center;
	margin-bottom: 20px;
}
#container #textContainer .textBox .btmBorder  {
	font: bold 11px Verdana, Geneva, sans-serif;
	text-decoration: none;
	width: 640px;
	text-align: right;
	padding-right: 10px;
	height: 20px;
	padding-top: 5px;
	background: #3e626d;
	margin: 0px;
}
#container #textContainer .textBox .btmBorder a  {
	font: bold 11px Verdana, Geneva, sans-serif;
	text-decoration: none;
	color: #d8e0dc;
}
#container #textContainer .textBox .btmBorder a:hover {
	font: bold 11px Verdana, Geneva, sans-serif;
	text-decoration: none;
	color: #FFF;
}
#container #textContainer .textBox .topNav {
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 25px;
	width: 630px;
	height: 17px;
	padding-top: 3px;
}
#container #textContainer .textBox .topNav a {
	font: 11px Verdana, Geneva, sans-serif;
	color: #8ea192;
	text-decoration: none;
}
#container #textContainer .textBox .topNav a:hover {
	color: #a94d3e;
	text-decoration: none;
}
#container #btmImage {
	vertical-align: bottom;
	left: 0px;
	bottom: 0px;
	position: relative;
}
#container #creditLine  {
	font: 11px Verdana, Geneva, sans-serif;
	color: #8Ea192;
	text-align: right;
	width: 700px;
	position: relative;
	margin: 0px;
	padding: 0px;
}
#container #creditLine a {
	font: 11px Verdana, Geneva, sans-serif;
	color: #8Ea192;
	text-decoration: none;
}
#container #creditLine a:hover {
	font: 11px Verdana, Geneva, sans-serif;
	color: #d8e0dc;
	text-decoration: none;
}



.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
