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

/* GLOBAL STYLES */

body {
	background-image:url(../images/backgroundGradient2x650.gif);
	background-repeat:repeat-x;
	background-color:#FAFAFA;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
	}
img {
	border:none;
	}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #808080;
	padding: 0;
	}	
	
/*DESIGN TEMPLATE*/

#dPageHolder{
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	height:auto;
	background-color:#FFFFFF;
	}
#dLogoHeader{
	width:800px;
	height:180px;
	background-color:maroon;
	}   	
#dHeader{
	width:800px;
	height:164px;
	background-color:#666666;
	background-image: url(../images/perceptionLogo334x108.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 19px;
	}   
#dSubHeader{
	width:800px;
	height:249px;
	background-color:#F37920;
	background-image:url(../images/images/backgroundIE202x150.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	}
#dHeaderOrange{
	height:30px;
	width:800px;
	background-color:#F37920;
	border-bottom-style: solid;
	border-bottom-width: 30px;
	border-bottom-color: #ffffff;
	}	
#dTorso{
	width:800px;
	height:300px;
	background-color:#FFFFFF;
	}   
		#dLeft{
	float:left;
	width:180px;
	height:300px;
	background-color:#FFFFFF;
		}   

		#dMiddle{
	float:left;
	width:410px;
	height:300px;
	background-color:white;
	margin-right: 20px;
		}   
		#dRight{
	float:left;
	width:180px;
	height:300px;
	background-color:#FFFFFF;
		}   
#dFooter{
	width:800px;
	height:20px;
	margin-top:20px;
	background-color:white;
	}  
#dFooterNav{
	margin-left:180px;
	height:40px;
	}	
	
/*FONT STYLES*/	

#dHeaderContactDetails p{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #DFE0E2;	
	}	
	
#dHeaderContactDetails {
	width: 180px;
	margin-left: 620px;
	padding-top: 30px;
	height: 134px;
	}
#dHeaderContactDetails a {
	color: #F69953;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
#dHeaderContactDetails a:hover {
	color: #F69953;
	text-decoration: underline;
	}
#dLeft h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: right;
	color:#F37920;
	margin-right:30px;
	margin-top: 0px;
	padding: 0px;
	}
#dFooter a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #808080;
	text-decoration:none;
	}
#dFooter a:hover{
	text-decoration:underline;
	}
#mainText a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #F47B22;
	text-decoration:none;
	}

#mainText a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #F47B22;
	text-decoration:underline;
	}
	
#mainText ul, ol {
	margin: 0 0 0 5px;
	padding: 0 0 0 5px;
	list-style: outside;
	}
	
ul ul {
	margin-top: 10px;
	}
	
#mainText li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#F37920;
	margin: 0 0 0 10px;
	padding: 0 0 18px 5px;
	}	
#mainText li span{
	color:#808080;
	}
#mainText h3{
	color:#535353;
	font-weight:bold;
	margin: 0px;
	padding: 8 0 8 0;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	}	
	

		
/*CLASS STYLES*/

.rightColumnImages{
	border: 10px solid #E2E3E4;
	margin-bottom: 20px;
	}			
				
		
	
.left {
	float: left;
	margin: 0px;
	padding:0px;
}
.right {
	float: right;
}

.clear{
	margin: 0px;
	padding:0px;
	clear: both;
}
