/*-----------------------------------------------------------------------------
Drees Investigation Agency Style Sheet

-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
}
.NoPrint{
	display:none;
}

hr{padding:0;}
/* Remove border around linked images */
img {
	border: 0;
}
a{
	color: #1f3a57;
}
/*Text*/
body{
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
	padding: 0;
	margin: 0;
	color: black;
}

p{
	padding: 5px 0;
	text-align: justify;
}
h1{
	font-size:32px;
	line-height:38px;
	text-align:center;
	color:#000000;
}
h2{
	font-size: 22px;
	line-height: 25px;
	color: #1f3a57;
	text-align: left;
	text-align: center;
	padding-top:10px;
	border-bottom: 1px solid #1f3a57;
}
h3{
	font-size: 16px;
	color: black;
	text-align: left;
	padding: 10px 0 0 0;
}

blockquote {
	padding: 10px;
	color: #1f3a57;
	text-align:center;
	font-weight: bold;
	font-size: 18px;
	font-style: italic;
}

.ReturnTop{
	color:#1f3a57;
	font-size: 10px;
	padding:5px 0 10px 0;
	font-weight: bold;
	text-align: center;
}

a:hover{
	color:red;
}



.RightText{
	text-align: right;
}

.LeftText{
	text-align: left;
}

.CenterText{
	text-align: center;
	margin: auto;
}
.Contact{
	font-weight: bold;
	font-size: 14px;
	text-align:center;
}
.RedText{
	color:red;
}



/*Positioned Elements*/
body{

}
#MainContainer{
	width:100%;
}
#CenterContainer{
	width: 100%;
}
#TopContent{
	width:100%;
	padding: 0;
	margin:0;
}
.TopLinks{
	display:none;
}
#MainContent{
	width:100%;
}
#MainContent ul{
	padding: 0 0 0 30px;
}
#LeftContent{
	display:none;
}
#Footer{
	width: 100%;
}
.FooterContent{
	text-align:center;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
}
.MenuHeader{
	background: url(images/BG-MenuHeader.jpg) no-repeat top left;
	font-size: 24px;
	font-weight: bold;
	padding: 5px 0 5px 12px;
	margin: 0;

	color: white;
}
#LeftNav{
	display:none;
}







