@charset "utf-8";
/* CSS Document */

.float_l {
	float: left;
	display: inline;
}

.float_r {
	float: right;
	display: inline;
}

.clear {
	clear: both;
}

html, body {
	background: #fff url(../images/bg.jpg) 0 0 repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container {
	margin-top: 0;
	padding-top: 0;
	background-color: #fff;
	border: none;
	position: relative;
}

#nav {
  margin: 0 0 0 12px;
  padding: 0 0 0 0;
	width: 926px;
	height: 30px;
	background: url(../images/nav_bck.jpg) left center no-repeat #002c8b;
}


#header {
	width: 938px;
	height: 71px;
	padding: 12px 0px 0 12px;
	background: url(../images/header.jpg) center center no-repeat;
}

#footer {
	height: 26px;
	width: 100%;
	color: #000;
	background: url(../images/bg_footer.jpg) 0 0 repeat-x;
	padding: 0.4em 0;
}
#footer a {
	color: #30538b;
}

#footer a:hover {
	color: #769ad3;
}

/*custom service menu page*********************************/
	#col_heading {
		height:30px;
		width:100%;
		background:#BDBDBD;
	}
	.col1 {
		width:310px;
		float:left;
	}
	.col2 {
		width:140px;
		float:left;
		font-weight:bold;
		font-size:14pt;
		margin-left:10px;
	}
	.col2 sup {
		font-size:9pt;
	}
	.col3 {
		width:150px;
		float:left;
		text-align:center;
	}
	.col3 a {
		background: url(../images/bg_button.png) center center no-repeat transparent;
		width:110px;
		height:30px;
		display:block;
		margin:0 auto;
		color:#fff;
		font-weight:bold;
		font-size:11px;
	}
	.col3 a:hover {
		color:#eecc28;
	}
	#service_menu_top a:hover {
		color:#eecc28 !important;
	}
	.odd_row {
		background:#fff;
		clear:left;
		padding:10px;
		display:block;
		float:left;
	}
	.even_row {
		background:#EBEBEB;
		clear:left;
		padding:10px;
		display:block;
		float:left;
	}
	.details {
		display:none;
		width:585px;
		clear:left;
	}
	.details p {
		float:left;
		width:450px;
	}
	.details a {
		margin-right:-5px;
		float:right;
		text-align:center;		
		background: url(../images/bg_button.png) center center no-repeat transparent;
		width:110px;
		height:30px;
		display:block;
		color:#fff;
		font-weight:bold;
		font-size:11px;
		padding-top:12px;
	}
	.details a:hover{
		color:#eecc28;
	}
	.service_title {
		font-weight:bold;
		font-size:11pt;
	}
	
	.service_detail_box {
		float:left;
		margin:10px 0 0 10px;
		width:270px;
		height:320px;
		padding:10px;
		border:1px dashed #000;
	}
	.service_detail_box .service_name {
		font-weight:bold;
		font-size:12pt;
		float:left;
		width:150px;
	}
	.service_detail_box .service_price {
		width:80px;
		float:left;
		font-weight:bold;
		font-size:14pt;
		margin-left:10px;
		float:right;
	}
	.service_detail_box .service_price sup {
		font-size:9pt;
	}
	.service_detail_box .service_disc {
		float:left;
		margin-top:10px;
		font-size:8pt;
	}
	.pagebreak {
		page-break-after:always;
	}
	
/* Prices for specials */
dd.specials_msrp_dd {
	text-decoration: none;
}

div.specials_special span {
	text-decoration: none !important;
}
