/**
* CSS
* 
* @version 1.0
* @author Mertens 
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 9pt;
	/*font-family: "Courier";*/
	font-family:"Georgia";
	background: #fff;
	text-align:center;
	/*text-transform:uppercase;*/
	width:100%;
	text-align:center;
}

.ucase {
	/*text-transform: uppercase;*/
	font-weight:bold;
}
.section-menu, .double-section-menu, .triple-section-menu  {
	float:left;
	width:165px;
	padding: 0 10px 5px 0;
}
.double-section-menu { width:340px; }
.triple-section-menu { width:515px; height:28px;}
.tenpxwide { width:10px; text-align:center; float:left; }
.last { padding-right:0px; width:175px;}
.bottomborder { border-bottom:1px solid #000000; width:100%; }
.bigbottommargin { margin-bottom: 40px; }
.bigtopmargin { margin-top: 40px; }
.paddingbottom { padding-bottom: 6px; }
.pointer { cursor:pointer; }

.relbox { float:left; }

a:link { text-decoration: none; color: #666;}
a:active { text-decoration: none; color: #666;}
a:visited { text-decoration: none; color: #666; }
a:hover, a.title-link:hover { text-decoration: none; color: #0066ff;}

.blue { color:#0066ff ! important; }
.grey { color:#666666 ! important; }

a img { border: none; }

#menu {
    width: 1050px;
    overflow: hidden;
	background-color: #fff;
	margin: auto;
	text-align:left;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title { }

#content {
    width:1050px;
    margin: auto;
    text-align:left;
}

.container { padding: 5px 0px 0px; }
#content p { margin-bottom: 9px; }
#footer { padding-top:10px; color:#666; margin-bottom:50px; }
p { margin: 0 0 9px 0; }

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

.info-page-box   {
	float:left;
	width:345px;
	padding: 0 5px 40px 0;
}

.section-title {
	border-bottom: 2px solid black;
}

a.active { color: #0066ff; font-weight:bold; }
a.active:hover { text-decoration:none; }
.wide-ul { color: #000000; border-bottom:1px solid #999999; width:1050px; margin-bottom: 10px; }
/*div.uline { border-bottom: 2px black solid; height:5px; width:100%; }*/
a.title-link { color: #000; }

.btmpad10px { padding-bottom: 10px; }
/*#site-title { margin-top:40px; margin-bottom:40px; }*/
#content table p { width: auto; }
div.cl { clear: both; }

div.fullscreenDiv {
	position:relative;		
}

div.button-holder {
	display:inline;
	position:absolute;
	z-index:100;
	width:32px;
	height:32px;
	top:0;
	left:0;
	background-color:transparent;	
}