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

* { 
   margin: 0; 
   padding: 0;
   border: 0;
} 
    
body { 
	margin:0; 
   	padding:0; 
   	height:100%;
} 

html { 
   margin:0; 
   padding:0; 
   height:100%; 
   background: url(images/bg.jpg) no-repeat;
   background-position:top center;
   background-color:#FFFFFF;
} 

* html #container {
     height: 100%;
}

.hidden { 
   display:none; 
} 

div#container { 
   position: relative; 
   margin:auto; 
   width:100%; 
   min-height:100%; 
   height: auto !important; 
   height:100%;
} 

div#logo-header { 
	position: relative; 
	margin:auto;
	margin-top: 20px;
	height:337px; 
	width:990px;
	border:none;
	background: url(images/logo-header.jpg) no-repeat;
	overflow:visible;
}

div#emailbutton { 
	position: absolute; 
	margin-top: 100px;
	margin-left:895px;
	height:115px; 
	width:114px;
	border:none;
}

div#dotted { 
	position: relative; 
	margin:auto;
	height:29px; 
	width:100%;
	border:none;
	background: url(images/dotted.gif);
	overflow:visible;
}

div#text { 
   min-height: 100%; 
   height: auto !important; 
   height: 100%;
   width:945px; 
   margin:auto;
   padding-top: 20px;
   padding-bottom:140px;
}

/* The magical Footer-positioner */

#text:after {
	clear:both;
	content:".";
	display:block;
	visibility:hidden;
}
#left {
	float: left;
	width: 316px;
    min-height: 100%;
	height: auto ! important;
	height: 100%;
	font: 11px "Arial";
	line-height: 18px;
	text-align: left;
	margin-right:0px;
}
         	
#right {
	float: right;
	width: 290px;
	min-height: 100%;
	height: auto ! important;
	height: 100%;
	margin: 0;
	font: 11px "Arial";
	line-height: 18px;
	text-align: left;
	margin-right:0px;
}

			
#content {
	width: 321px;
	margin: 0;
	margin-right: 0px;
	margin-left:  328px;
	font: 11px "Arial";
	line-height: 18px;
	text-align: left;
	margin-right:0px;
}

#content-sub {
	width: 625px;
	margin: 0;
	margin-right: 0px;
	margin-left:  320px;
	font: 12px "Times New Roman";
	letter-spacing: 0.8pt;
	line-height: 16px;
	color: #000000;
	text-align: left;
}




div#footer { 
	position:absolute; 
	bottom: 0 !important; 
	width:100%; !important;
	margin:auto;
	height:100px; 
	overflow:hidden;
	padding-top:33px;
	font: 11px "Arial";
	line-height:16px;
	color:#FFFFFF;
	text-decoration:none;
	background: url(images/footer-back.jpg) no-repeat center;
}

div#footer-wrap { 
	margin:auto;
	height:125px; 
	width:970px;
}

#footer li {
	height:125px;
	width:236px;
	margin-left:10px;
	padding-left:0px;
	margin-top:-5px;
	margin-right:30px;
	float:left;
	display:inline;
}

a.footer:link { 
	color: #6B6B6B;
	border:none;
    outline:none;
    text-decoration: none;
	}
a.footer:visited { 
	color: #6B6B6B;
	border:none;
    outline:none;
    text-decoration: none;
	}
a.footer:hover { 
	color: #6B6B6B;
	border:none;
    outline:none;
    text-decoration:underline;
	}
a.footer:active { 
	color: #6B6B6B;
	text-decoration: none;
}


a:link { 
	color: #FFFFFF;
	border:none;
    outline:none;
    text-decoration: none;
	}
a:visited { 
	color: #FFFFFF;
	border:none;
    outline:none;
    text-decoration: none;
	}
a:hover { 
	color: #FFFFFF;
	border:none;
    outline:none;
    text-decoration:underline;
	}
a:active { 
	color: #FFFFFF;
	text-decoration: none;
	}
	
h1 {
  font: bold 25px "Georgia";
  line-height:36px;
  position: relative;
  color: #000000;
  text-align:left;
  width:auto;
  margin-bottom:15px;
}

h2 {
  font: bold 25px "Georgia";
  line-height:36px;
  position: relative;
  color: #000000;
  text-align:left;
  width:auto;
  margin-bottom:15px;
  margin-right:15px;
}

.white {
	font: 13px "Arial";
	line-height:16px;
	color:#FFFFFF;
	text-align:left !important;
	text-decoration:none;
}

.bluebold {
	font: bold 11px "Arial";
	line-height:18px;
	color:#00579D;
	text-align:left !important;
	text-decoration:none;
}

.text-normal {
	width: 465px;
	font: 11px "Arial";
	line-height:18px;
	color:#000000;
	margin: 0px 40px 0px 0px;
	margin-bottom: 25px;
}

.text-normal-headline {
	font: bold 12px "Arial";
	line-height:18px;
	color:#FFFFFF;
	margin: 0px 40px 0px 0px;
	margin-bottom: 25px;
}

.subheadline {
	font: bold 11px "Arial";
	line-height:18px;
	color: black;
	text-decoration:none;
}



#item-index {
	width: 465px;
}



