@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	margin:0px;
	background-color:#eee;
	background-image:url(/images/layout/ekgradbg.jpg);
	background-repeat:repeat-x;
}

#container {
	position:relative;
	width:764px;
	text-align:left;
	margin:auto;
	background-color:#FFF;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
}

#header {
	position:relative;
	width:764px;
	height:124px;
	background-image:url(/images/layout/header/header.jpg);
	background-repeat:no-repeat;
}

#address {
	position:absolute;
	top:77px;
	left:128px;
}

#bullets {
	position:absolute;
	top:33px;
	left:357px;
}

#bullets a {
	color:#000;
	text-decoration:none;
}

#bullets a:hover {
	text-decoration:underline;
}

#navigation {
	position:relative;
	clear:both;
	height:35px;
}

#navigationSub {
	position:relative;
	clear:both;
	height:35px;
}

.navigationButton {
	position:relative;
	float:left;
}

.navigationButton:hover {
	border-bottom:4px solid #000;
}

.navigationButtonOn {
	border-bottom:4px solid #000;
}

#content {
	position:relative;
	clear:both;
	padding:30px;
}

#content a {
	color:#0079c1;
	font-weight:bold;
}

#contentLeft {
	position:relative;
	float:left;
	width:327px;
}

#contentRight {
	position:relative;
	float:left;
	width:327px;
	padding-left:50px;
}

#footer {
	position:relative;
	width:764px;
	height:170px;	
	clear:both;
	font-size:10px;
	text-align:center;
	padding:0px;
	/*background-image:url(/images/layout/footer_bg.gif);
	background-position:top right;
	background-repeat:repeat-y;*/
}

#footerbar {
	position:relative;
	width:764px;	
	text-align:center;
	padding:0px;
    margin:0px;
}

#footertext {
	position:relative;
	width:500px;	
	text-align:left;
	padding:0 0 0 30px;
    margin:0px;
}

#qualitylogo {
	position:absolute;
	top:31px;
	right:30px;
	width:145px;
	height:128px
	padding:0px;
    margin:0px;
}	

#footer a {
	color:#000;
}

h1 {
	font-size:18px;
	font-weight:lighter;
	margin:0 0 12px 0;
}

h2 {
	font-size:18px;
	font-weight:lighter;
	margin:0 0 10px 0;
}

h3 {
	font-size:16px;
	font-weight:bold;
	color:#0079c1;
	margin:0 0 10px 0;
}

p {
	margin:0 0 10px 0;
}

.imageBorder {
	padding:3px;
	margin:0 0 3px 3px;
	border:1px solid #dddddd;
}