html, body {
	margin: 0;
	padding: 0;
	background-color: #0e4222;
	height: 100%;
	width: 100%;
	font: 13px/18px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}

.red {
	background-color: #b0001a;
}

.whiteBG{
	background-color: #2e5b3c;
}

.boxBG{
	background-color: #849a86;
}

.textBox{
	background: #849a86;
	height: 315px;
	width: 314px;
}

.smallImageBox{
	float: right;
	position: relative;
}

p{
	margin: 0px;
	padding: 11px;
}

a:link, a:visited{
	text-decoration: none;
	color: #fff;
	outline: none;
}


a:active, a:hover{
	text-decoration: none;
	color: #e8a21d;
	outline: none;
}

a:link img, a:visited img{
	border: 3px solid #2e5b3c;
}

.redBorder, a:hover img, a:active img{
	border: 3px solid #ab071d;
}

#wrapper {
	position:relative; /* needed for footer positioning*/
	width:100%;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%;
}

#header, #footer {
	width: 100%;
	height: 20px;
}

#content {
	width: 960px;
	height:  560px;
	margin: 0 auto;
	padding-bottom: 35px;
}

/* @group navigation */

#navcon {
	height: 42px;
	margin-bottom: 35px;
	color: #e8a21d;
	letter-spacing: 2px;
	padding: 0;
	margin-top: -2px;
	text-transform: uppercase;
	font: 9px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}	

#navcon .navItem{
	padding-left: 12px;
	padding-right: 12px;
	white-space: nowrap;
}

#navcon .spacer{
	border-right: 3px solid #b0001a;
}

/* @end */

/* @group Subnav */

.subnav{
	width: 75px;
	height: 78px;
	float: left;
	position: relative;
	color: #e8a21d;
}

.subnavSpacer{
	margin-right: 5px;
}

.tableSubnav{	
	padding: 0;
	width: 73px;
	height: 78px;
	margin: 0 0 0 2px;
}

.subnav_Nr{
	font: 25px "Times New Roman", Georgia, Times, serif;
	vertical-align: top;
}

.subnav_Label{
	vertical-align: bottom;
	text-transform: uppercase;
	font: 8px/10px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}

.subsubnav{
	font: 9px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: #e8a21d;
	position: relative;
	bottom: 0;
}

/* @end */

#con {
	width: 960px;
	height: 485px;
	/*background-color: #7194fc;*/
}


#startAdress{
	color: #fff;
	font-size: 12px;
	line-height: 14px;
	position: absolute;
	border-left: 3px solid #b0001a;
	bottom: 20px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-left: 100px;
}

#footer {
	position:absolute;
	width:100%;
	bottom:0;
	text-align: center;
}

/* @group conDivs */

#topLeft {
	width: 318px;
	height: 78px;
	margin-bottom: 8px;
}

#topRight {
	width: 636px;
	height: 78px;
	float: right;
	position: relative;
	margin-bottom: 8px;
}

#middleLeft {
	width: 315px;
	height: 315px;
	margin-bottom: 8px;
}

#slogan{
	padding: 15px;
	font: 20px/30px "Times New Roman", Georgia, Times, serif;
	color: #4D4B4F;
}

#middleRight {
	width: 636px;
	height: 315px;
	float: right;
	position: relative;
	margin-bottom: 8px;
}

#bottomLeft {
	width: 315px;
	height: 78px;
	margin-bottom: 8px;
}

#bottomRight {
	width: 636px;
	height: 78px;
	float: right;
	position: relative;
	margin-bottom: 8px;
}

#skipArrow{
	float: right;
	padding-top: 10px;
	padding-right: 10px;
}

#skipArrow{
	float: right;
	padding-top: 10px;
	padding-right: 10px;
}

#skipArrow img{
	border: none;
}
/* @end */




