.btn_quote {
	float:left;
	clear:both;
	padding:40px 0 0 140px;
}
.btn_quote a {
	display:block;
	width:189px;
	height:26px;
	background:url(/buttons/quote.png);
	text-indent:-9999px;
	outline:none;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}
.btn_quote a:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}
.services {
	clear:both;
	padding-top:50px;
}
.services ul {
	float:left;
	list-style:none;
	display:inline;
}
.services li {
	list-style:none;
	display:block;
	float:left;
	padding:25px 0 0 25px;
	width:275px;
	height:275px;
}
.services li img {
	float:left;
}
.services li h2 {
	display:block;
	float:right;
	width:190px;
	padding-right:10px;
	height:60px;
	text-align:center;
	color:#FFCC66;
	font-size:20px;
	font-weight:normal;
	line-height:28px;
}
.services li p {
	clear:both;
	padding-top:10px;
	color:#FFFFFF;
	font-size:14px;
	line-height:18px;
}
#something_new {
	display:block;
	background: url(/images/dont_see.gif) no-repeat;
	width:189px;
	height:38px;
	text-indent:-9999px;
	margin-left:10px;
}
#drop_info {
	padding-top:20px;
}
#drop_info a {
	display:block;
	background: url(/images/drop_info.gif) 0 -48px no-repeat;
	width:211px;
	height:48px;
	text-indent:-9999px;
}
#drop_info a:hover {
	background-position:0 0;
}
.leftCol {
	padding-left:50px;
	padding-top:250px;
	width:280px;
}
/* Modals */
#mask {  
  position:absolute;  
  top:0;
  left:0;
  z-index:9000;  
  background-color:#000;  
  display:none;  
}  
    
#boxes .window {  
  position:absolute;  
  width:368px;   
  height:333px;  
  display:none;  
  z-index:9999;  
  padding:20px;  
}  
  
#boxes #contact_dialogue {  
  width:368px;   
  height:333px;  
  background: url(/images/postit.png) no-repeat;
}  

#boxes .label {
	clear:both;
	float:left;
	width:60px;
	margin:10px 0;
}
#boxes #whatup {
	clear:both;
	width:200px;
}
#boxes textarea {
	float:left;
	height:100px;
	width:300px;
	border:1px solid #000000;
}
#boxes input {
	float:left;
	width:200px;
	margin:10px 0;
	border:1px solid #000000;
}
#contact_dialogue input#submit_postnote {
	width:169px;
	height:26px;
	border:0;
	text-indent:-9999px;
	background:url(/buttons/postmynote.png) no-repeat;
}
#contact_dialogue input#submit_postnote:hover {
	background-position: 0 -26px;
	cursor:pointer;
}
#contact_dialogue .buttons {
	clear:both;
	padding-top:45px;
}
#contact_dialogue .buttons .close {
	display:block;
	float:left;
	margin:10px 0 10px 20px;
	width:111px;
	height:26px;
	text-indent:-9999px;
	background:url(/buttons/cancel.png) no-repeat;
}
#contact_dialogue .close:hover {
	background-position: 0 -26px;
}