/******* Exemplar CE - main stylesheet - 1024x768 or larger *******/
body {
	background-color: white;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: black;
	}
#horizon {
	position: absolute;
	display: block;
	color: black;
	top: 50%;   /* Different for scrolling */
	left: 0px;
	width: 100%;
	height: 1px;
	text-align: center;
	overflow: visible;
	visibility: visible;
	}
#background {
	position: absolute;
	background-image: url(graphics/backdrop.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin-left: -500px;
	top: -280px;
	left: 50%;   /* Different for scrolling */
	width: 1024px;
	height: 768px;
	visibility: visible;
	z-index: 0;
	}
#logo {
	position: absolute;
	margin-left: 375px;
	top: 14px;
	left: 50%;
	width: 95px;
	height: 120px;
	visibility: visible;
	display: block;
	z-index: 1;
}
#main {
	position: absolute;
	left: 350px;
	top: 44px;
	text-align: left;
}
#mainmenu {
	position: absolute;
	left: 2px;
	top: 4px;
	width: 277px;
	text-align: right;
	color: black;
	height: 61px;
}
#mainright-interface {
	position: absolute;
	left: 380px;
	top: 324px;
	width: 336px;
	text-align: left;
}
#mainright-interface a {
	color: black;
	text-decoration: none;
}
#mainright-interface a:hover {
	color: black;
	text-decoration: underline;
}
#mainright2 {
	position: absolute;
	left: 376px;
	top: 336px;
	width: 366px;
	text-align: left; 
}
#mainright-mail {
	position: absolute;
	left: 588px;
	top: 384px;
	width: 366px;
	text-align: left; 
}
#home {
	position: absolute;
	left:-300px;
	top: -45px;
	text-align: left;
	border-bottom: 1px solid black;
	width: 120px;
}
#home a {
	color: #221c5f;
	text-decoration: none;
}
#mbut-home {
	position: absolute;
	left: -175px;
	top: -40px;
	z-index: 1;
}
#services {
	position: absolute;
	left:-280px;
	top: -5px;
	text-align: left;
	border-bottom: 1px solid black;
	width: 120px;
}
#services a {
	color: #221c5f;
	text-decoration: none;
}
#mbut-services {
	position: absolute;
	left: -165px;
	top: -5px;
	z-index: 1;
}
#contactus {
	position: absolute;
	left:-260px;
	top: 35px;
	text-align: left;
	border-bottom: 1px solid black;
	width: 120px;
}
#contactus a {
	color: #221c5f;
	text-decoration: none;
}
#mbut-contactus {
	position: absolute;
	left: -150px;
	top: 35px;
	z-index: 1;
}
#interface {
	position: absolute;
	left:-260px;
	top: 75px;
	text-align: left;
	border-bottom: 1px solid black;
	width: 120px;
}
#interface a {
	color: #221c5f;
	text-decoration: none;
}
#mbut-interface {
	position: absolute;
	left: -135px;
	top: 75px;
	z-index: 1;
}
#interface2 {
	position: absolute;
	left:-260px;
	top: 95px;
	text-align: left;
	width: 120px;
	color: #221c5f;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #221c5f;
	margin-top: 2px;
	margin-bottom: 8px;
	text-align: center;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: black;
	margin-top: 2px;
	margin-bottom: 4px;
	color: #ffd41c;
	text-align: center;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: black;
	margin-top: 2px;
	margin-bottom: 4px;
	text-align: center;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: black;
	margin-top: 8px;
	margin-bottom: 8px;
	line-height: 15px;
}
p.wide {
	margin-bottom: 16px;
}
ul.main {
   margin-left: 20px;
   margin-top: 4px;
   margin-bottom: 4px;
   padding-left: 0;
}
ul.llc {
	list-style-image: url(graphics/bullet.gif);
	margin-bottom: 2px;
}
ul.arrow-llc {
	list-style-image: url(graphics/arrow.gif);
	margin-top: 12px;
	margin-left: 64px;
}
ul.arrow-llc2 {
	list-style-image: url(graphics/arrow.gif);
	margin-top: 32px;
	margin-left: 64px;
}
/*--------- Line classes-----------*/
.mline-home {
	border-top: 1px solid black;
	height: 1px;
	position: absolute;
	left: -300px;
	top: -15px;
	width: 120px;
}
/*--------- Text classes-----------*/
#mtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: black;
	text-decoration: none;
	text-align: right;
	display: block;
	width: 100px;
	z-index: 0;
}
