@charset "utf-8";

body {
	background: url(../images/layout/body-bg.png) repeat-x #1b1b1b;
}
#wrapper {
	margin: 0 auto;
	width: 960px;
}


/* Header */
#header {
	height: 150px;
	position: relative;
}
#header h1 {
	background: url(../images/layout/index-redtail-logo.png) no-repeat;
	height: 194px;
	left: 0;
	position: absolute;
	text-indent: -99999px;
	top: 0;
	width: 665px;
	z-index: 1;
}
#contact_information {
	margin: 0;
	padding: 0;
}
#phone_number {
	background: url(../images/layout/phone-number.png) no-repeat 0 45px;
	bottom: 0;
	height: 100px;
	list-style: none;
	position: absolute;
	right: 0;
	text-indent: -99999px;
	top: 0;
	width: 277px;
}
#email_address {
	bottom: 0;
	list-style: none;
	margin-bottom: 40px;
	position: absolute;
	right: 0;
}
#email_address a {
	color: #ffffff;
	font-size: 14pt;
}
#search {
	bottom: 5px;
	list-style: none;
	position: absolute;
	right: 10px;
}
#q {
	border: 2px solid #808080;
	color: #444444;
	font-family: Arial, Helvetia, sans-serif;
	padding: 3px 5px;
	width: 100px;
}
#sa {
	background: url(../images/layout/search-button-bg.png) repeat-x left top;
	border: 2px solid #808080;
	outline: none;
	padding: 2px 5px;
}


/* Navigation / Sidebar */
#navigation {
	float: left;
	width: 250px;
}
#navigation ul {
	background-color: #606060;
	border-bottom: 2px solid #ffffff;
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation ul li {
	border: 2px solid;
	border-color: #bebebe #373737 #373737 #bebebe;
	position: relative;
}
#navigation ul a {
	display: block;
	color: #ffffff;
	text-decoration: none;
}
#navigation ul li a {
	padding: 10px 5px;
	padding-left: 10px;
	text-indent: -5px;
}
#navigation ul li a.expand-nav {
	position: absolute;
	top: 2px;
	right: 0px;
	z-index: 1000;
}
#navigation ul a:hover {
	text-decoration: underline;
}
#navigation ul ul {
	background-color: #c0504d;
	border: none;
}
#navigation ul ul li {
	border: none;
}
#navigation ul ul ul {
	background-color: #dcdcdc;
}
#navigation ul ul ul li a {
	color: #000000;
}


/* Content */
#content {
	margin-left: 250px;
}

	/* Slideshow */
	#slideshow {
		background: url(../images/layout/slideshow_bg.gif);
		border-bottom: 2px solid #ffffff;
		height: 253px;
		margin-left: 2px;
		text-indent: -99999px;
		width: 704px;
	}
	#slideshow ul {
		list-style: none;
		height: 253px;
		margin: 0;
		padding: 0;
		width: 704px;
	}

#content-wrapper {
	border: 2px solid #ffffff;
	background: url(../images/layout/index-content-middle.png) repeat-y right top;
	position: relative;
	z-index: 2;
}
#content-top {
	background: url(../images/layout/index-content-bg-top.png) no-repeat 2px top;
}
#content-bottom {
	background: url(../images/layout/index-content-bg-bottom.png) no-repeat 2px bottom;
	margin-left: 2px;
	padding: 10px 27px;
}



/* Footer */
#footer {
	clear: both;
	height: 50px;
	overflow: hidden;
	padding: 5px 10px;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer ul li {
	float: left;
	border-left: 1px dotted #808080;
	padding: 0 4px;
}
#footer ul li:first-child {
	border-left: none;
}
#footer ul li a {
	font-size: 0.8em;
	color: #548dd4;
}
#footer ul li a:visited {
	color: #548dd4;
}
#footer p {
	color: #ffffff;
	font-size: 0.8em;
	float: right;
	margin: 0;
	padding: 0;
}

/* Misc */
.region {
	min-height: 100px;
}
.region a img {
	border: 1px solid #000000;
	float: left;
	height: 100px;
	margin: 0 5px 5px 0;
	width: 100px;
}
#slick-rock-welcome-banner {
	background: url(../images/layout/Welcome-Slickrock-banner.png) no-repeat;
	height: 190px;
	width: 562px;
	position: absolute;
	z-index: 10;
	top: 60px;
	right: 80px;
}
