/* CSS Document */

/* Basic reset of margins and padding */
h1,h2,h3,h4,h5,h6,pre,code,p {
	font-size: 1em;
}
dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin: 0; 
	padding: 0;
}
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

body{
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(../images/dommer/background-gradient_effect.jpg);
	background-repeat:repeat-x;
	background-position: top left;
}
td, font, div{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a{
	color: #00529C;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
li
{
	padding-bottom:6px;
}
h1{
	font-size: 18px;
	padding-top: 4px;
	padding-bottom: 0px;
	color: #0066FF;
	font-weight: normal;
}
h2{
	font-size: 14px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #0066FF;
	font-weight: bold;	
}
h3{
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 2px;
	color: #0066FF;
	font-weight: bold;	
}
h4{
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 0px;
	color: #0066FF;
	font-weight: normal;	
}
h5{
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 0px;
	color: #0066FF;
	font-weight: normal;
	font-style: italic;	
}
h6{
	font-size: 10px;
	padding-top: 4px;
	padding-bottom: 0px;
	color: #0066FF;
	font-weight: normal;
	font-style: italic;	
}
p{
	padding-bottom: 12px;
}
.tdStyle1
{
	padding:2px; 
	border-bottom:1px solid #cccccc;
}

/* This is the container for the entire page */
#wrapper{
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 1014px;
	text-align: left;
	overflow: hidden;
}
#aboveTop{
	background-image: url(../images/dommer/background-top_shade.jpg);
	background-repeat:no-repeat;
	background-position: center bottom;
	clear: both;
}
#siteContainer {
	margin: 0;
	padding: 0;
	position: relative;
	clear: both;
	width: 1014px;
	text-align: left;
	float: left;
	background-image:url(../images/dommer/background-bg_shade.jpg);
	background-repeat: repeat-y;
}
#contentWrapper{
	margin: 0;
	padding: 0;
	width: 1014px;
	background-image: url(../images/dommer/background-bg_shade_top.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#transparentWrapper {
    width:660px; 
	height:250px; 
	margin:10px 0px 10px 0px; 
	padding:4px; 
	border:1px solid #666666; 
	background-color:#ffffff; 
	position:absolute; 
	z-index:10; 
	top:150px; 
	left:32px; 
	overflow:auto; 
	visibility: visible;
	filter:alpha(opacity:92);
    -moz-opacity: 0.92;  
	opacity: 0.92;
   
}
