@charset "utf-8";


h3 { /* this is the top heading for each page.  It is replaced with a logo image */
	background-image:url(../images/CrownLogo.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 106px; /* this hight declaration must match the logo image height, image replacement will not work otherwise.*/
	text-indent: -2220px; /* this moves the h1 text 2220 pixels to the left of the screen */
	margin-top:0;
	padding-top:0;
}



#contentWrapper {		
	margin: 0 auto 0 auto; /* magical property to render the container in the center */
	width: 825px;
	text-align:left;
	background-image: url(../images/containerBkgnd.jpg);
	background-repeat: repeat-y;	}
	
#leftCol {
	width: 165px;
	float:left;
	}
#leftCol form {
	margin:0;
	padding:0;
}	
#leftCol #searchfrm {	
	padding-left: 15px;
	padding-right: 15px;
	}

#leftCol a.advSearch {	
	text-decoration: none;
	color: #706D6D;
	font-size:9px;
}
#leftCol p {
	margin-top: 5px;
	padding-top: 5px;}
		
#midCol {
	width: 495px;
	text-align: center;
	float:left;
	}	
	
#rightCol {
	width: 165px;
	float:right;
	}	

	
#orange {
	background-image:url(../images/orangebar.jpg);
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
}	

#orange hr {
	display: none;
	}
	
	

#searchfrm label{
	color: #000000; /* select label gray color */
	font-weight:bold;
	font-family: Arial;
	text-transform:uppercase;
	font-size: 0.90em;
}

#liveAgent {  /* adjust these padding rules to balance the right column content. */
padding-top: 0px;
padding-bottom: 10px;
}

#liveAgent a img{ 
border: none;
padding-top: 0px;
}

#rightCol #socialfrm {	
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	}