/* General markup */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}	

/* Positioning the site in the center of the screen */
.horizon_intro {
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -117px;
	text-align: center;
	min-width: 612px;
}

.wrapper_intro {
	background-color: transparent;
	position: relative;
	text-align: left;
	width: 612px;
	height: 234px;
	margin: 0px auto;
	}

.horizon {
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -228px;
	text-align: center;
	min-width: 821px;
}

.wrapper {
	background-color: transparent;
	position: relative;
	text-align: left;
	width: 821px;
	height: 456px;
	margin: 0px auto;
	}

.contact_layer {
	position: absolute;
	width: 100%;
	height: 15px;
	bottom: 0px;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	z-index: -1;
}

.contact_layer a, a:hover, a:active: {
	color:#537da7;
}

/* Defining the I-Frames */

.navigationframe {
	position:absolute;
	overflow: hidden;
	visibility: visible;
	z-index: 1;
	height: 43px;
	width: 631px;
	left: 190px;
	top: 0px;
	margin: 0px;
}

.subnavigationframe {
	position:absolute;
	overflow: hidden;
	visibility: visible;
	z-index: 2;
	height: 456px;
	width: 190px;
	left: 0px;
	top: 0px;
	margin: 0px;
	background-color: #FFFFFF;
}

.contentframe {
	position:absolute;
	overflow: hidden;
	visibility: visible;
	z-index: 3;
	height: 413px;
	width: 631px;
	left: 190px;
	top: 43px;
	background-color: #FFFFFF;
}

/* Layout for the subnavigation-frame*/ 

.logo_blue {
	border:0px;
	position:absolute;
	top: 23px;
	left: 0px;
}

.menu_layer	{
	position: absolute;
	overflow: auto;
	top: 158px;
	left: 0px;
	width: 179px;
	height: 288px;
	border-right-color: #537da7;
	border-right-style: solid;
	border-right-width: 1px;
	padding: 5px;
}	

.subnavmenu_link {
	font-family: "Courier New", Courier, monospace;
	font-weight: normal;
	color: #000000;
	text-decoration: none
}

.subnavmenu_link:hover {
	color: #537da7;
	text-decoration: underline;
}

.subnavmenu_link_selected {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	color: #537da7;	
}

.submenu_item {
	position: relative;
	float: left;
	clear: both;
	margin-bottom: 4px;
	width: 159px;
}

/* Layout for the navigation-frame*/ 
.navmenu_top	{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 23px;
	width: 631px;
	margin: 0px;
}

.navmenu_bottom {
	position: absolute;
	top: 23px;
	left: 0px;
	height: 18px;
	width: 631px;
	border-bottom-style: solid;
	border-bottom-color: #537da7;
	border-top-style: solid;
	border-top-color: #537da7;
	border-bottom-width: 1px;
	border-top-width: 1px;
}

.navmenu_toplink, .navmenu_toplink:hover, .navmenu_toplink_selected, .stripe {
	position: relative;
	float: left;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	text-decoration: none;
	height: 15px;
	margin-top: 4px;
}

.navmenu_toplink {
	color: #000000;
	background-color:#FFFFFF;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #537da7;
}


.navmenu_toplink:hover {
	color: #537da7;
	background-color: #FFFFFF;
	padding-top: 1px;
	padding-right: 9px;
	padding-bottom: 1px;
	padding-left: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #537da7;
}

.navmenu_toplink_selected {
	color: #FFFFFF;
	background-color: #537da7;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #537da7;
}

.stripe {
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #537da7;
}

.moving_logo {
	position: absolute;
	margin-top:8px;
	right: 0px;	
}

/* Layout for the content-frame*/ 

.content_layer {
	position: absolute;
	overflow: auto;
	top: 0px;
	left: 0px;
	width: 621px;	
	height: 386px;
	padding: 5px;
}

.trans {
	position:absolute;
	width: 611px;
	height: 396px;
	z-index: 10;
	filter:alpha(opacity=0);
	-moz-opacity:0.0;
	-khtml-opacity: 0.0;
	opacity: 0.0;
}

.content_screen {
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 0px;
	width: 631px;	
	height: 396px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}

.content_screen p {
	margin: 0px;
}

.content_layer a, .content_layer a:hover, .content_layer a:active {	
	color:#537da7;
}

.content_bar {
	position: absolute;
	top: 396px;
	left: 0px;
	width: 631px;	
	height: 15px;
	border-bottom-style: solid;
	border-bottom-color: #537da7;
	border-top-style: solid;
	border-top-color: #537da7;
	border-bottom-width: 1px;
	border-top-width: 1px;
}

.content_nav {
	position: absolute;
	top: 396px;
	left: 0px;
	width: 631px;	
	height: 15px;
	border-bottom-style: solid;
	border-bottom-color: #537da7;
	border-top-style: solid;
	border-top-color: #537da7;
	border-bottom-width: 1px;
	border-top-width: 1px;
	background-color: #537da7;
	color:#FFFFFF;
}

.content_navitem, .content_navitem:hover, .content_ranker {
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.content_navitem {
	padding: 3px;
}	
.content_navitem:hover {
	color: #537da7;
	background-color: #b6ccda;
	padding: 2px;
	border: 1px solid #FFFFFF;	
}

.content_ranker {
	position: absolute;
	right: 10px;
	top: 0px;
 	height: 15px;
}

.standard {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;	
}
	
