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

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

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


/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
}

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{
	text-indent:-4000px;
}
h2{
	font-size: 24px;
	line-height: 27px;
	color: #1f3a57;
	text-align: left;
	text-align: center;
	padding-top:10px;
}
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{
	background: url(images/BG-Main.jpg) repeat-x top;
	background-color: #6688b8;
}
#MainContainer{
	width:100%;
}
#CenterContainer{
	background: url(images/BG-CenterContent.jpg) repeat-y;
	width: 762px;
	margin:auto;
	display:block;
}
#TopContent{
	background: url(images/Logo-Top.jpg) no-repeat;
	width: 762px;
	height: 181px;
	padding: 0;
	margin:0;
}
.TopLinks{
	padding: 138px 0 0 15px;
	font-size: 16px;
	font-weight: bold;
}
.TopLinks a{
	padding: 3px 9px 2px 9px;
	line-height: 24px;
	border-right: 1px solid white;
	border-left: 1px solid black;
	text-decoration: none;
	color: black;
}
.TopLinks a:Hover{
	text-decoration: none;
	color: black;
	border-right: 1px solid black;
	border-left: 1px solid white;
	border-bottom: 2px solid black;
	border-top: 1px solid white;
	background: url(images/BG-TopLinks-Hov.jpg) repeat-x;
}
.TopLinks a.active{
	text-decoration: none;
	color: black;
	border-bottom: 2px solid black;
}
#MainContent{
	padding: 0 10px;
	margin:0 25px 0 230px;
}
#MainContent ul{
	padding: 0 0 0 30px;
}
#LeftContent{
	padding:5px 0 0 15px;
	margin:0;
	width: 200px;
	float: left;
}
#Footer{
	background: url(images/BG-Footer.jpg) no-repeat;
	width: 762px;
	height: 77px;
	padding:0;
	margin:auto;
	clear: both;
}
.FooterContent{
	padding: 5px 10px 0 10px;
	margin:0 20px 0 230px;
	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{
	margin:0 0 3px 0;
	padding: 0 0 3px 0;
	list-style-type: none;
	background: url(images/BG-MenuFooter.jpg) no-repeat bottom left;
}
#LeftNav ul {
	margin:0;
	padding: 0 0 2px 0;
	list-style-type: none;
	background: url(images/BG-MenuContent.jpg) repeat-y left;
}
#LeftNav  li{
	padding: 2px 0 3px 0;
	margin:0 0 0 2px;
}
#LeftNav  li:hover{
	background-color:#e2e2e2;

}
#LeftNav  a{
	background: url(images/Arrow_Cont.gif) no-repeat 0 5px;
	padding: 2px 0 2px 12px;
	color: black;
	text-decoration: none;
	display: block;
}
#LeftNav  li a:hover{
	background: url(images/LeftNav-ArrowHov.gif) no-repeat 0;
	padding-left: 12px;
	color: black;
	background-color:#e2e2e2;
}
#LeftNav  a.active{
	background: url(images/LeftNav-ArrowAct.gif) no-repeat 0;
	padding-left: 12px;
	font-weight:bold;
	color:#1f3a57;
}






