/* CCS document shw_global.css (c) 2007 SugarHill Works, LLC */

* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	border: none;
	outline: none;
}

* html {
	
}

div { border: none; }
p { border: none; }


a { color: #663300; cursor: pointer; }
a:hover { color: #000; }
a:visited { color: #663300; }
a:active { color: #000; }
a[href="#"] { cursor: pointer; }
a[href="#"]:hover { color: #000; }

body {
	margin: 0px;
	padding: 0px;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 0px;
	background: #FFF;
	color: #663300;
}
/* ---------------- main container ---------------- */
#ceibw {
	background: url(img/bkgrd.jpg) no-repeat center top;
	position: relative;
	margin: 0px auto;
	width: 750px;
	height: 630px;
	overflow: visible;
	z-index: 100;
}


/* ----------------- name & menu info ------------------- */
#hdr {
	position: relative;
	top: 0px;
	width: 750px;
	height: 100px;
	text-align: center;
	margin: 0px auto;
	z-index: 500;
}
#hdr_p {
	width: 100%;
	height: 60px;
	margin: 0px;
	text-align: center;
	z-index: 410;
}
#hdr_p #logo {
	border: none;
	padding: 0px 0px;
	margin: 30px 0px 0px 0px;
}
#hdr a {
	cursor: pointer;
}

/* ----------------- thumbnails ----------------- */
#thms_div {
	position: relative;
	top: 0px;
	width: 600px;
	height: 40px;
	margin: 0 auto;
	letter-spacing: 0px;
	overflow: hidden; 
	z-index: 400;
}
#thms_p {
	position: absolute;
	margin: 0 auto;
	width: 600px;
	text-align: center;
	overflow: hidden;
	z-index: 410;
}
#thms_div a img {
	padding: 0;
	margin: 0px 2px;
	border: #0F0 0px solid;
	z-index: 420;
}
* html #thms_div img {
	margin: 0px 1px; /* temp fix for IE extra spacing problem */
}

#thms_div a { overflow: hidden; }
#thms_div a:hover img { border-color: #CCCCCC; }
#thms_div a:hover { color: #CCCCCC;}
#thms_div a:hover img.arw { border-color: #FFFFFF; }

/* ---------------- now showing gallery name & main menu link (unused) ------------------ */
#mainNav_div .mainMenu {
	float: right;
	clear: right;
	width: auto;
	height: 12px;
	margin: 0px 23px 0px 0px;
}
#mainNav_div .mainmenu a:hover { color: #999; }

/* ---------------- now showing image number & next/back arrows ----------------- */
#mainNav_div {
	position: absolute;
	top: 120px;
	left: 50px; 
	width: 650px;
	height: 40px;
	overflow: hidden;
	z-index: 320;
}
#mainNav_div span.navnums {
	float: left;
	top: 0px;
	width: 80px;
	text-align: center;
	display: inline;
}
#mainNav_div a.arwR {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 28px;
	height: 24px;
	overflow: hidden;
	background: url(img/arwR.gif)
}
#mainNav_div a.arwL {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 28px;
	height: 24px;
	overflow: hidden;
	background: url(img/arwL.gif)
}

/* ---------------- clear floats ---------------- */
/*.clr {
	clear: both;
	height: 1px;
	width: 100%;
	overflow: hidden;
    font-size: 1px;
    line-height: 0px;
}*/

/* ---------------- main image goes here ------------------ */
#main_div {
	position: relative;
	top: 0px;
	width: 100%;
	height: 440px;
	z-index: 200;
}
#main_p {
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	z-index: 210;
}
#main_div img { 
	position: relative;
	top: 0px;
	margin: 20px auto;
	padding: 0px 0px;
}
#splash #main_div {
	position: relative;
	top: 5px;
	height: 470px;
}
#splash #main_div img {
	margin: 25px auto;
}
/* ----------------- styles for text pages ----------------------- */
#main_div.text {
	position: relative;
	margin: 50px 100px 0px 100px;
	width: 550px;
	height: 430px;
	text-align: left;
	font-size: 11px;
	line-height: 1.4em;
	overflow: visible;
}
#main_div .flexcroll {
	position: relative;
	height: 410px;
	width: 590px;
	overflow: auto;
}
/*corrects the margin on scrollable pages*/
#main_div .flexcroll p, #main_div .flexcroll ul, #main_div .flexcroll h4 {
	padding-right: 40px;
}
h4 { 
	margin-bottom: 10px;
	font-weight: bold;
}
.cv_cnt, .shows { 
	list-style: none;
}
.title, .pub { 
	font-style: italic;
}
.show_hdr {
	font-weight: bold;
}
.line {
	background-color: #996633;
	width: 550px;
	height: 1px;
	line-height: 1px;
	margin: 5px 0px 15px 0px;
}
ul {
	list-style: none;
}
.people_lt {
	float: left;
	width: 150px;
	margin: 0px 10px 10px 0px;
	padding: 0px;
}
.people_ctr {
	float: left;
	width: 150px;
	margin: 0px 10px 10px 0px;
	padding: 0px;
}
.places {
	float: right;
	width: 200px;
	margin: 0px 0px 10px 10px;
	text-align: right;
}
.tools {
	float: right;
	clear: right;
	width: 200px;
	margin: 0px 0px 10px 10px;
	text-align: right;
}

/* ----------------- captions & news txt go here ----------------- */
#ftr {
	position: relative;
	top: 0px;
	width: 100%;
	height: 50px;
	text-align: center;
	font-size: 11px;
	color: #000;
	overflow: hidden;
	z-index: 300;
}
#ftr p {
	width: auto;
	height: 50px;
	margin: 12px 0px 0px 0px;
	z-index: 310;
}
#splash #ftr {
	position: relative;
	top: 5px;
}
#splash #ftr p {
	margin: 18px 0px 0px 0px;
	font-size: 10px;
}



/* ---------------- copyright info -----------------*/
#copy p {
	position: absolute;
	bottom: 10px;
	width: 80%;
	margin-left: 10%;
	margin-right: 0px;
	text-align: center;
	color: #DDC3B1;
	font-size: 9px;
	/*font-weight: bold;*/
}
#copy a {
	color: #DDC3B1;
}
#copy a:hover {
	color: #996633;
}

/* ---------------- SHW webmark ------------------ */
#shwFtr {
	position: absolute;
	right: 10px;
	bottom: 20px;
	height: 24px;
	width: 24px;
	text-align: center;
	overflow: hidden;
	z-index: 0;
}
#shwFtr a img {
	padding: 0px 0px;
	border: none;
}











