

/* default level 3 header */
h3 {
	margin-bottom:10px;
}


/* branded header */
h3.branded {
	margin:10px 0;
}

h3.branded img {
	display:block;
	margin:0 !important;
}


/* text block styling */
.text-block p {
	margin:10px 0;
}


/* link used for brands */
a.link-brand {
	text-decoration:none;
	color:#504a43;
}

a.link-brand:after {
	display:inline;
	content:'\00a0';
	padding-left:8px;
	background:url(/admin-only/skins/images-default/link-arrow-dark-tiny.png) no-repeat right center;
}


/* default level 3 header */
span.dotted-line {
	float:none !important;
	width:auto !important;
	display:block;
	margin:15px 0 !important;
	height:1px;
	line-height: 0px;
	font-size: 0px;
	background: url("/admin-only/skins/images-default/dotted-line.gif") top left repeat-x;
}

div.dotted-line.wide {
	margin:20px 0 40px 0 !important;
}


/* alternate level 2 header */
h2.alt {
	padding:0 0 4px;
	margin:0 0 18px;
	font:23px  arial, sans-serif;
	font-weight: 300;
	color:#000;
	background:url("/admin-only/skins/images-default/banner-bg.gif") bottom left no-repeat;
}

/* category */
span.category {
	display:block;
	font-size:12px;
	color:#a59b92;
}

/* time element */
span.time {
	display:block;
	font-size:11px;
	color:#a59b92;
}

/* phone number */
span.phone-number {
	display: block;
	margin: 0px 0px 10px 0px;
	font: 22px  arial, sans-serif;
	font-weight: 300;
	color: #504a43;
}

/* what happens when category follow header */
h2+span.category {
	display:block;
	margin-top:-8px;
	margin-bottom:12px;
}

/* information link */
a.info,
a.info:visited {
	display:inline-block;
	line-height:16px;
	padding-right:12px;
	color: #2972b9;
	text-decoration: none;
	background: url("/admin-only/skins/images-default/link-arrow.gif") top right no-repeat;
}

a.info:hover {
	text-decoration: underline;
}


/* prominent info link 
a.info.last {
	margin-top:16px;
}*/

/* info link list*/
.link-list-info li {
	margin-bottom:5px;
}

/* arrow list */
.link-list-blocks {
	margin:10px 0;
	border-top:1px solid #edeae7;
}

.link-list-blocks li {
	border-bottom:1px solid #edeae7;
}

.link-list-blocks a {
	display:block;
	margin:1px 0;
	padding:7px 10px 5px;
	line-height:20px;
	font: 16px  arial, sans-serif;
	font-weight: 300;
	color:#736a60;
	text-decoration:none;
	background:url(/admin-only/skins/images-default/link-arrow-dark.gif) no-repeat 95% center;
}

.link-list-blocks a:hover,
.link-list-blocks a:focus {
	margin:0;
	border:1px solid #fff;
	border-left:0;
	border-right:0;
	background-color:#f6f4f3;
}


/* slide menu */
.tab-stack {
	margin:10px 0;
	border-top:1px solid #dedad3;
}

.tab-stack li {
	position:relative;
	border-bottom:1px solid #dedad3;
}

.tab-stack li.active:after {
	position:absolute;
	right:-20px;
	top:50%;
	margin-top:-20px;
	width:20px;
	height:40px;
	background:url(/admin-only/skins/images-default/arrow-slide-active.png) no-repeat right center;
	content:'';
}

.tab-stack a {
	display:block;
	margin:1px 0;
	padding:8px 10px 6px;
	white-space:nowrap;
	font: 16px  arial, sans-serif;
	font-weight: 300;
	color:#736a60;
	text-decoration:none;
}

.tab-stack li.active a,
.tab-stack a:hover,
.tab-stack a:focus {
	color:#cc0000;
}


/* news list */
.link-list-news a {
	display:block;
	padding:12px 10px;
	color:#504a43;
	text-decoration:none;
}


.link-list-news a:hover,
.link-list-news a:focus {
	background-color:#f5f3f2;
}

.link-list-news {
	padding-top:1px;
}

.link-list-news,
.link-list-news li {
	background:transparent url(/admin-only/skins/images-default/dotted-line.gif) repeat-x 0 top;
}

.link-list-news li {
	padding:1px 0 2px;
	background-position:0 bottom;
}



/* intro element */
p.intro {
	margin:0 0 20px 0;
	font: 16px  arial, sans-serif;
	font-weight: 300;
	color: #736a60;
	line-height:19px;
}


/* wide column layout */
#content .wide .column-layout {
	width:auto;
	min-height: 10px;
	height: auto !important;
	height: 10px;
}

#content.wide .column-layout .blank {
	background:transparent;
}

#content .wide .column-layout.columns2 .column { width: 459px; }
#content .wide .column-layout.columns2 .column.last { width: 459px; float: left; }

#content .wide .column-layout.columns3 .column { float: left; width: 290px;margin-right:23px;padding-right:22px; }

#content .wide .column-layout.columns4 .column { width: 206px;margin-right:23px;padding-right:22px; }
#content .wide .column-layout.columns4 .column.last { width: 206px; float: left; }

#content .wide .column-layout.columns4 .span2of4 {width:457px; float: left;
}
#content .wide .column-layout.columns4 .span3of4 {width:708px; float: left;
}

#content .wide .column-layout .column.last {
	margin:0;
	padding:0;
	float: right;
}

/* image layouting in column */
#content .wide .column-layout .column img.right {
	float:right;
	border-left:20px solid #fff;
}

#content .wide .column-layout .column img.stretch {
	display:block;
}

#content .wide .column-layout.columns4 .column.blank {
	overflow: hidden;
	height: 262px;
}

/* emphasized content */
#content .column-layout.em {
	position:relative;
	margin:45px 0 30px;
	padding:30px 0;
	border:1px solid #eeecea;
	border-left:0;
	border-right:0;
	background:#fff url(/admin-only/skins/images-default/em-background.png) repeat-y center top;
}

#content .column-layout.em .column {
	position:relative;
	z-index:1;
}

#content .wide .column-layout.em.SpecialSlider {
	overflow: hidden;
	height: 270px;
	width: 960px;
	margin-top: 20px;
}

#content .column-layout.em:before,
#content .column-layout.em:after {
	position:absolute;
	left:0;
	right:0;
	border-bottom:1px solid #fff;
	content:'';
}

#content .column-layout.em:before {
	top:0;
}

#content .column-layout.em:after {
	bottom:0;
}

#content .column-layout.em-top {
	border-bottom:0;
    float: left; /* Adjusted Line */
}

#content .column-layout.em-top:after {
	top:0;
	border:0;
	background:url(/admin-only/skins/images-default/em-background-gradient.png) repeat-x left bottom;
	z-index:0;
}

#content h1.margin {
	margin: 0px 0px 25px 0px;
}

#content h1 span.gray-font {
	color:  #504a43;
}


.content-overlay {
	position:relative;
	overflow:hidden;
	margin-bottom:10px;
}

.content-overlay img {
	display:block;
	width:100%;
	margin:0 !important;
	border-bottom:1px solid #e4e2de;
}

.content-overlay h3,
.content-overlay p {
	font-family: arial, sans-serif;
	font-weight: 300;
}

.content-overlay p {
	line-height:19px;
}

.content-overlay h3 {
	color:#cc0000;
	font-size:18px;
}

.content-overlay a {
	margin-top:8px;
}


.content-overlay a:before {
	position:absolute;
	content:'';
	left:0;
	right:0;
	top:-200%;
	bottom:0;
}

.content-overlay div {
	position:absolute;
	padding:15px;
	bottom:1px;
	left:0;
	right:0;
	width: 427px;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccffffff', endColorstr='#ccffffff');
	background-color:rgba(255,255,255,.8);
	border-bottom:1px solid #fff;
}

.js .content-overlay~.content-overlay {
	display:none;
}


/* wide page banner */
#content .wide .page-banner.wide .info {
	max-width:50%;
	padding-right:80px;
	bottom:25px;
	z-index:10;
}

#content .wide .page-banner.wide p {
	margin-bottom:15px;
	font: 16px  arial, sans-serif;
	font-weight: 300;
	line-height:19px;
	color:#736a60;
}

#content .wide .page-banner.wide a {
	text-decoration:none;
}


/* wide carousel*/
#content .wide .carousel.wide,
#content .wide .carousel.wide .slides,
#content .wide .carousel.wide .slides ul li{
	width:auto;
}

#content .wide .carousel.wide {
    height: 325px;
	margin-bottom:10px;
	margin-top:20px;
	width:  960px;
	overflow: hidden;
}

.carousel.wide .slides {
	height:285px;
}

.carousel.wide .index {
	position:absolute;
	width: 200px; /* Adjusted Line */
	left:50%;
	right:0;
    margin-left: -33px;
	bottom:14px;
	text-align:center;
        z-index: 10;
}

#content .wide .carousel.wide .nav li {
    width: 40px;
    height: 40px;
    float: left;
}

#content .wide .carousel.wide .nav li.next {
    float: right;
}

.carousel.wide .index li {
	position:relative;
	display:inline-block;
	margin:0 2px;
	z-index:1;
    width: 11px;
    height: 11px;
    float: left;
}

#content .wide .carousel.wide .index a {
	display:block;
	width:11px;
	height:11px;
	text-indent:-9999px;
	overflow:hidden;
	background-color:#c8c1b8;
	border-radius:50%;
}

#content .wide .carousel.wide .index a.active {
	background-color:#cc0000;
}

#content .wide .carousel.wide .nav {
	position: relative;
    top:auto;
	width:980px;
    height: 40px;
	left:-10px;
	right:-10px;
	bottom:0px;
	margin-top:0;
    z-index: 1;
    background: url("/admin-only/skins/images-default/banner-bg.gif") center left repeat-x;
}

#content .wide .carousel.wide .nav a {
	background-color:#fff;
}

#content .wide .carousel.wide .page-banner {
	margin-bottom:0;
}