@charset "UTF-8";
/* CSS Document */

/* 
	START RESET
	v1.0 | 20080212
	Eric Meyers - http://meyerweb.com/eric/tools/css/reset/
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
	END RESET
*/

/*

	START FRAME

*/

/* sets all default font styles and sets up background image */
body {
	font-size:10px;
	line-height:14px;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	color:#a2a2a2;
	background: #333 url(../images/bg_window.gif) repeat-x top left;
	text-align:center;
	}



/* container centers content and has pos rel to allow pos abs child elements to be based of the containers dimensions */
div.container {
	width:725px;
	margin:0 auto;
	text-align:left;
	position:relative;
	padding-top:114px;
	}



/* logo, linked to index.html */	
a.logo,
a.logo:link,
a.logo:active,
a.logo:visited,
a.logo:hover,
a.logo:focus {
	background: transparent url(../images/cc_logo.gif) top left no-repeat;
	width:194px;
	height:72px;
	display:block;
	position:absolute;
	top:0px;
	left:0;
	z-index:0;
	}
a.logo em {
	display:none;
	}



/* navigation */
div.navigation {
	position:absolute;
	top:90px;
	left:0;
	z-index:0;
	width:100%;
	vertical-align:bottom;
	padding-bottom:6px;
	border-bottom:1px solid #3e3e3e;
	}
.navigation ul {
	padding:0;
	margin:0;
	}
.navigation li {
	display:inline;
	float:left;
	margin: 0 35px 0 0;
	}
.navigation a,
.navigation a:link,
.navigation a:active,
.navigation a:visited {
	font-family:"Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	font-size:16px;
	line-height:16px;
	color:#a2a2a2;
	border-bottom:3px solid transparent;
	padding:0 0 1px 0;
	text-decoration:none;
	background-color:transparent;
	}
.navigation a:hover,
.navigation a:focus {
	border-bottom-color: #f3de74;
	color:#FFF;
	background-color:transparent;
	}

/*
optional selected state and selected over states, HTML coded with initial build

.navigation a.selected {
	border-bottom-color: #292514;
	color:#e6e6e6;
	}
.navigation a.selected:hover {
	color:#FFF;
	}

*/

.content {
	width:auto;
	}
.sidebar {
	float:right;
	width:250px;
	margin:0 0 35px 35px;
	}

/* footer styles */
.footer {
	border-top:1px solid #595959;
	padding:12px 0 35px 0;
	clear:both;
	position:relative;
	top:10px;
	}
.footer a,
.footer a:link,
.footer a:active,
.footer a:visited {
	color:#FFF;
	padding:0;
	text-decoration:none;
	}
.footer a:hover {
	color:#FFF;
	background:none;
	}
.footer span {
	color:#FFF;
	}
.footer span.vbar {
	margin:0 11px 0 9px;
	border-right:1px solid #595959;
	height:11px;
	width:1px;
	font-size:11px;
	position:relative;
	top:1px;
	}
	
/* font and text styles */
h1, h2, h3, h4 {
	font-family:"Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	font-weight:normal;
	color:#f3de74;
	}
h1 {
	font-size:24px;
	line-height:24px;
	margin: 17px 0 21px 0;
	}
h2 {
	font-size:13px;
	line-height:13px;
	margin: 21px 0 7px 0;
	text-transform:uppercase;
	}
h2.first {
	margin-top:0;
	}
h2 span {
	font-size:10px;
	color:#a2a2a2;
	text-transform:none;
	padding-left:6px;
	}
h3 {
	font-size:13px;
	line-height:13px;
	margin: 25px 0 8px 0;
	}
h3.first {
	margin-top:0;
	}
div.hDivider {
	margin:45px 0 25px 0;
	background: transparent url(../images/bg_divider.png) no-repeat 0 12px;
	background-image: url(../images/bg_divider.gif);
	}
div.hDivider h2 {
	margin-bottom:0;
	}
p {
	margin-bottom: 10px;
	}
.sidebar p {
	margin-bottom: 13px;
	}
p.smMargin {
	margin-bottom: 5px;
	}

i, em {
	font-style:italic;
	}

b, strong {
	font-weight:bold;
	}

ul {
	margin:10px 0 25px 15px;
	}

ul li {
	margin-bottom: 9px;
	list-style-type: square;
	}

ul ul {
	margin: 10px 0 14px 16px;
	}
	
ul ul li {
	list-style-type: disc;
	}


ol {
	margin: 10px 0 25px 15px;
	}

ol li {
	margin:0 0 9px 0;
	list-style-type:decimal;
	}
ol ol {
	margin: 10px 0 14px 16px;
	}
ol ol li {
	list-style-type:lower-alpha;
	}

td {
	vertical-align:top;
	}
a,
a:link {	
	color:#afafaf;
	text-decoration:underline;
	padding:1px 2px 2px 2px;
	}
a:active,
a:visited {
	color:#9c9c9c;
	}
a:hover,
a:focus {
	color:#bfbfbf;
	background: transparent url(../images/bg_link.png) repeat top left;
	_background-image:none;
	_background-color:#333333;
	}
	
h2 a,
h2 a:link,
h2 a:active,
h2 a:visited {	
	color:#f3de74;
	text-decoration:none;
	padding:1px 2px 2px 2px;
	}
h2 a:hover,
h2 a:focus {
	color:#f9e16d;
	background: transparent url(../images/bg_link.png) repeat top left;
	_background-image:none;
	_background-color:#333333;
	}
.imageBanner {
	width:100%;
	background:transparent url(../images/bg_banner.gif) bottom left repeat-x;
	margin: 0 0 20px 0;
	text-align:center;
	}
.imageBanner img {
	text-align:center;
	margin:20px auto 15px auto;
	}
.imageBox {
	width:100%;
	margin: 15px 0;
	text-align:center;
	}
.imageBox img {
	text-align:center;
	margin:20px auto 15px auto;
	}

.floatLeft {
	float:left;
	margin:2px 10px 7px 0;
	}
.floatRight {
	float:right;
	margin:2px 0 7px 10px;
	}
.float2col {
	width:42%;
	float:left;
	margin:10px 40px 10px 0;
	}
.float2colLast {
	width:42%;
	float:left;
	margin:10px 0 10px 40px;
	}
.clearFloat {
	height:1px;
	clear:both;
	}
	
.highlight p {
	color:#FFF;
	}


/*
	Home page
*/
.slideshowContainer {
	background:transparent url(../images/bg_banner.gif) repeat-x top left;
	width:100%;
	height:382px;
	margin: 0 0 20px 0;
	text-align:center;
	}

.slideshowContainer .slideshow {
	background: transparent url(../images/bg_banner_inner.gif) repeat-x bottom left;
	margin: 25px auto 0 auto;
	height:346px;
	width:614px;
	}


/*
	Biography
*/

.BGcarlColbyThumb {
	background: transparent url(../images/cc_thumb.png) no-repeat right 19px;
	}
.floatRight_rock1,
.floatRight_rock2,
.floatRight_rock3,
.floatRight_rock4,
.floatRight_rock5 {
	float:right;
	clear:right;
	/*turn on style to see effect divs
	border-left:1px solid #CCC;
	*/
	}

.floatRight_rock1 {
	height:91px;
	width:147px;
	}
.floatRight_rock2 {
	height:30px;
	width:137px;
	}
.floatRight_rock3 {
	height:15px;
	width:154px;
	}
.floatRight_rock4 {
	height:45px;
	width:182px;
	}
.floatRight_rock5 {
	height:56px;
	width:194px;
	}
/*
	Contact Page
*/
.maps {
	width:382px;
	margin:18px 58px 15px 0;
	}
.mapsHeader {
	background: #000 url(../images/contact/bg_mapHeader.gif) repeat-x top left;
	height:14px;
	border:1px solid #161616;
	border-bottom-color: #1b1b1b;
	padding:5px 7px 1px 7px;
	font-size:10px;
	line-height:10px;
	}
.mapsGraphic,
.mapsGraphicOver {
	width:380px;
	height:220px;
	border:1px solid #161616;
	border-top-width:0;
	background: transparent url(../images/contact/bg_maps.jpg) no-repeat 0 0;
	}
.maps .mapsGraphicOver {
	border-color:#777;
	}
.maps .mapQuest {
	background-position: 0 -230px;
	border-color:#777;
	}