@charset "utf-8";
/* Stylesheet created by Brandi Jones / 2/29/08 / bjones@4site.tv / www.4site.tv */

body {
	margin:0px;
	padding:0px;
	background-image:url(bkgr_tile.gif);
	background-position:left top;
	background-repeat:repeat-x;
	font-family:"Trebuchet MS","Lucida Sans",Verdana,Arial,Helvetica,sans-serif;
	color:#5d3f34;
}

/*----TYPOGRAPHY, images, etc.----*/

p, h1, h2, h3, h4 {
	margin-top:0px;
}

p {
	font-size:12px;
	line-height:17px;
}

p.chapCol {
	float:left;
	margin-right:20px;
	margin-bottom:0px;
	padding:0px;
}

h1, .contentTitle {
	font-size:26px;
	font-weight:normal;
	line-height:28px;
}

h2 {
	font-size:16px;
	font-style:italic;
	line-height:18px;
}

h3 {
	font-size:14px;
	color:#0394ce;
	line-height:16px;
}

a:link, a:visited {
	color:#68473a;
}

a:hover {
	color:#967263;
	text-decoration:underline;
}

ul {

}

li {

}

.rule {
	height:1px;
	border-bottom:1px solid #d9d1ce;
	margin:;
}

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

#body img {
	padding:3px;
	border:1px solid #cecece;
}

.left {
	float:left;
	margin:0px 15px 10px 0px;
}

.right {
	float:right;
	margin:0px 0px 10px 15px;
}

.clear {
	clear:both;
	font-size:0;
}

/*----LAYOUT----*/

#header {
	width:900px;
	height:200px;
	position:relative;
	margin:0px auto 0px auto;
}

img.logo {
	position:absolute;
	left:0px;
	top:50px;
}

#donate {
	position:absolute;
	right:0px;
	top:0px;
	width: 445px;
}

#donate p {
	font-size:11px;
	margin:10px 200px 0px 0px;
	color:#079DD9;
	text-align:right;
}

#donate p a:link, #donate p a:visited {
	color:#079DD9;
	text-decoration:none;
}

img.donate {
	position:absolute;
	right:0px;
	top:0px;
}

#nav {
	position:absolute;
	left:0px;
	bottom:0px;
	list-style-type:none;
	padding:0px;
	margin:0px;
	padding-top:5px;
	width:900px;
	background-image:url(nav_bkgr.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
	white-space: nowrap;
}

#nav li {
	position: relative;
	display: inline;
	list-style-type: none;
	float: left;
	margin: 0px;
	padding-right:20px;
	background-image:url(nav_div.gif);
	background-position:91% 0px;
	background-repeat:no-repeat;
}

#nav li a, #nav li a:visited {
	display: block;
	color : #fff;
	font-size: 14px;
	font-weight:bold;
	text-decoration : none;
	background-color: transparent;
	padding: 4px 0px 13px 0px;
	width: auto;
}

#nav li.about {
	background-image:none;
}

#nav li a:hover {
	color:#c8eaf9;
	background-image:url(nav_on.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
}

/*---settings for automatic nav selection based on body id---*/

body#chap #nav li.chap a, body#chap #nav li.chap a:visited, body#who #nav li.who a, body#who #nav li.who a:visited, body#event #nav li.event a, body#event #nav li.event a:visited, body#vol #nav li.vol a, body#vol #nav li.vol a:visited, body#about #nav li.about a, body#about #nav li.about a:visited {
	background-image:url(nav_on.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
}

/*####### IF DROPDOWNS #######*/

/*--IE sticky menu fix--*/
#nav ul li:hover {
	background-position: 0 0;
}
/*--1st level drop downs--*/
#nav ul {
	position: absolute;
	left: -999em;	
	margin-top:0px;
	background-image:none;
	width:12em;
}
/*--1st level dropdown list items--*/
#nav li li {
	margin:0px 0px 0px 0px;
	padding:0px;
	background-image:none;
	/*--fixes z-index stacking order in second/third level fly out menus--*/
	position:static;
}
/*--1st level dropdown nested links--*/
#nav li li a:link, #nav li li a:visited {
	display:block;
	margin:0px;
	padding:8px;
	width:12.5em;
	text-align:left;
	font-weight:normal;
	color:white;
	font-size:11px;
	border-bottom:1px solid #7f6257;
	background-color:#68473a;
	background-image:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#nav li li a:hover {
	background-color:#725043;
	background-image:none;
}

/*--1st level dropdown flyout--*/
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left:-48px;
	z-index:2000;
	/* (prevents sticking menu in IE7) */
	min-height:0;
}

/*####### END DROPDOWNS #######*/

#body {
	width:900px;
	margin:40px auto 0px auto;
}

#left {
	margin-right:320px;
}

#right {
	float:right;
	width:254px;
}

/* subpage (for use in DIA...no right column in template, only in rich text editor)*/

body#sub #body #left {
	margin-right:0px;
}

body#sub #body .featBox {
	width:254px;
	margin:0px 0px 30px 0px;
	float:right;
	margin-left:66px;
}

body#sub #body .featBox img {
	margin:0px 12px 8px 0px;
	float:left;
}


.featBox {
	margin:0px 0px 30px 0px;
}

.featBox h1 {
	width:254px;
	background-image:url(bkgr_feat.gif);
	background-position:left top;
	background-repeat:no-repeat;
	color:white;
	font-size:14px;
	font-weight:bold;
	padding:12px 0px 6px 12px;
	margin:0px;
}

.featBox .content {
	padding:12px;
	padding-bottom:0px;
}

.featBox form, .featBox form p {
	margin:0px;
}

.featBox form p {
	margin-bottom:5px;
}

.featBox form input.text {
	width:130px;
	margin-right:10px;
	background-color:#e2e2e2;
	border:1px solid #e2e2e2;
	float:left;
	padding:2px;
}

.featBox form input.but {
	float:left;
}

.clientList {
	height:155px;
	overflow:hidden;
}

ul.thumbsList {
	list-style-type:none;
	margin:0px;
	padding:0px;
	height:155px;
}

ul.thumbsList li {
	padding:15px 0px 15px 0px;
	border-top:1px dashed #9a9a9a;
}

ul.thumbsList li img {
	float:left;
	margin-right:20px;
}

ul.thumbsList li h3, ul.thumbsList li p {
	margin-bottom:3px;
}

ul.thumbsList li h3 a, ul.thumbsList li h3 a:visited {
	text-decoration:none;
	color:#0394ce;
}

ul.thumbsList li.top {
	border:none;
	padding-top:0px;
}

ul.thumbsList li.bot {
	padding-bottom:0px;
}

ul.bookmarks {
	list-style-type:none;
	margin:20px 0px 0px 0px;
	padding:0px;
}

ul.bookmarks li {
	float:left;
	margin:0px;
	padding:0px 10px 10px 0px;
}

#body ul.bookmarks li img {
	border:none;
	margin:0px;
}

#footer {
	clear:both;
	border-top:6px solid #68473a;
	padding:10px 0px 50px 0px;
	margin-top:40px;
}

#footer p, #footer a, #footer a:visited {
	font-size:12px;
	color:#68473a;
}

#footer a:hover {
	color:#967263;
}

#footer p.privacy {
	float:right;
}

#footer p.copy {
	float:left;
}


/*---PRINT---*/

@media print {
	#nav, #right, #donate {display:none;}
	img.logo {top:0px; left:0px;}
	#header {height:120px;}
	#body, #left {width:auto; margin:0 0; padding:0; float:none !important;}
	body, p {color:black; background-image:none; background-color:white;}
	a, a:visited {text-decoration:none;}
	#footer {background-image:none; background-color:white; padding-left:0px; text-align:left; margin-top:20px;}
}


