@import url('common.css');
@import url('layout1.css');
@import url('top-nav1.css');

@import url('styles.css');
@import url('iris-default.css');
/* @import url('snippets/catalogue.css'); */

#cn {
	background: url('../images/top-nav/bg.jpg') repeat-x center top;
}
#hd {
	height: 168px;
}
#hdLeft {
	background: url('../images/top-nav/logo.jpg') no-repeat;
	float: left;
	width: 196px;
	height: 138px;
	margin-left: 3px;
	*margin-left: 2px;
}
.ie7 #hdLeft {
	margin-left: 4px;
}
#hdRight {
	background: url('../images/top-nav/logo-blur.jpg') no-repeat;
	float: right;
	width: 264px;
	height: 138px;
	margin-right: 55px;
}
.ie7 #hdRight {
	margin-right: 54px;
}
#cn.yui1Column #hdLeft {
	margin-left: 0px;
}
#cn.yui1Column #hdRight {
	margin-right: 57px;
}
.webkit #cn.yui1Column #hdRight {
	margin-right: 59px;
}
#topNavLeft,
#topNav,
#topNavRight {
	background: none;
}
#topNav {
	position: relative;
	top: 138px;
	height: 30px;
}
#topNav ul #home a {
	background-image: url(/images/top-nav/home.gif);
	width: 36px;
}
#topNav ul #services a {
	background-image: url(/images/top-nav/services.gif);
	width: 61px;
}
#topNav ul #be-a-hotspot a {
	background-image: url(/images/top-nav/be-a-hotspot.gif);
	width: 89px;
}
#topNav ul #locations a {
	background-image: url(/images/top-nav/locations.gif);
	width: 71px;
}
#topNav ul #advertise a {
	background-image: url(/images/top-nav/advertise.gif);
	width: 69px;
}
#topNav ul #faq a {
	background-image: url(/images/top-nav/faq.gif);
	width: 25px;
}
#topNav ul #contact-us a {
	background-image: url(/images/top-nav/contact-us.gif);
	width: 77px;
}
#topNav ul #specials a {
	background-image: url(/images/top-nav/specials.gif);
	width: 61px;
}
#topNav ul li {
	padding: 0 10px;
}

#bd {
	margin-top: 43px;
	margin-bottom: 5em;
}

#lc {
	width: 179px;
	*width: 180px;
	border-right: 1px solid #d1d1d1;
	min-height: 200px;
}
#rc {
	width: 500px;
	*width: 525px;
	margin-left: 25px;
}
#cn.yui1Column #bd .bd {
	margin-left: 12px;
}

#bd #imageContainer,
body.editing #bd #imageContainer {
	height: 30px;
	background: bottom left no-repeat;
	margin: 0 0 12px 0;
}
#bd #imageContainer.noImage {
	height: 0;
	margin: 0;
}
body.editing #bd #imageContainer {
	cursor: pointer;
	border: 1px dotted #CCCCCC;
}
body.editing.section_locations #bd #imageContainer {
	display: none;
}
#editControl {
	margin: 3em auto;
}

body#page_services_index #rc div.floatRight {
	margin-top: -42px;
	margin-left: 20px;
}

#statesMap {
	padding-left: 254px;
	width: 166px;
	height: 385px;
	background: url(../images/map/map-left.jpg) no-repeat;
}

body.section_admin #hd {
	height: 140px;
	padding-left: 3px;
}
body.section_admin #topNav {
	top: 150px;
}
body.section_admin #cnLeft {
	background:white;
	height:30px;
	margin-bottom:-100%;
	top:145px;
	width:100%;
}

.itemListing a {
	text-decoration: none;
}
.itemListing .item {
	border-bottom: 1px solid #d1d1d1;
	padding: 0 0 10px 75px;
	background: url(../images/locations/detail-zoom.gif) no-repeat 19px center;
}
.itemListing .name {
	font-size: 138.5%;
	color: black;
	padding-top: 12px
}
.itemListing .address {
	color: #626262;
}

.itemDetails .categoryHeading {
	float: left;
	width: 315px;
}
.backToList {
	display: block;
	float: left;
	width: 72px;
	height: 39px;
	margin: 0 15px;
	background: url(/images/locations/back.gif) no-repeat center;
}
.previousNext {
	float: left;
	width: 80px;
}
.previousLink,
.noPreviousLink,
.nextLink,
.noNextLink {
	height: 18px;
	display: block;
	float: left;
	outline: none;
	text-indent: -99em;
}
.previousLink,
.noPreviousLink {
	width: 73px;
	background: url(../images/locations/previous.gif) no-repeat;
	padding-bottom: 3px;
}
.nextLink,
.noNextLink {
	width: 49px;
	background: url(../images/locations/next.gif) no-repeat;
}

.itemDetails .header {
	float: left;
	margin-bottom: 35px;
	height: 50px;
}
.itemDetails .name {
	font-size: 138.5%;
	color: black;
}
.itemDetails {
	color: #626262;
}
.itemDetails .address {
	margin-bottom: 15px;
}
.itemDetails .logoUri {
	margin-top: 40px;
}
.itemDetails .attribute {
	float: left;
	clear: left;
}
.itemDetails .photoUri {
	float: right;
	clear: none;
	margin-right: 0;
	width: 200px;
	text-align: right;
}

.itemDetails .label:after {
	content: ": ";
}
.itemDetails .name .label,
.itemDetails .address .label,
.itemDetails .connectionType .label,
.itemDetails .logoUri .label,
.itemDetails .photoUri .label {
	display: none;
}

.headingImage {
	background: no-repeat left top;
	text-indent: -99em;
}
.headingImage.noImage {
	text-indent: 0;
	margin-top: 0;
}

