/* Cascading Style Sheet - Colby Construction */
/* $Id: basic.css,v 1.9 2007/08/28 17:49:12 pete Exp pete $ */

/* ******************************************************************************* */
/* body style for the page */

body {
	text-align: center;
	margin: 0 auto 5px auto;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, "Lucida Grande", Geneva, Lucida, "Trebuchet", "Trebuchet MS", sans-serif;
	color: #fff;
	background-color: #000;
}


/* ******************************************************************************* */
/* heads */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Verdana, Helvetica, "Lucida Grande", Geneva, Lucida, "Trebuchet", "Trebuchet MS", sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 100%;
	margin: 2px 0 3px 0;
	padding: 0;
	color: #000;
}

h2 { font-size: 13px; font-weight: bold; }
h3 { font-size: 12px; font-weight: bold; }
h4 { font-size: 11px; font-weight: bold; }

h2.photostack { font-size: 10px; font-weight: normal; text-transform: uppercase }


/* ******************************************************************************* */
/* text blocks */

p, div, blockquote, ul, ol, dt, dd, dl, th, td {
	font-family: Arial, Verdana, Helvetica, "Lucida Grande", Geneva, Lucida, "Trebuchet", "Trebuchet MS", sans-serif;
	font-size: 12px;
	line-height: 130%;
	color: #000;
	margin: 2px 0 8px 0;
	padding: 0;
}

div  {
	margin: 0;
}

body#contact #content div.contactinfo {
	margin: 30px 0 0 0;
	padding: 0;
}

ul,
ol {
	margin-left: 16px;
	padding-left: 16px;
}

li {
	margin: 0 0 4px 0;
}


/* ******************************************************************************* */
/* fixed-width stuff */

pre, tt, code {
	font-family: Courier, "Courier New", monospace;
}


/* ******************************************************************************* */
/* other stuff */

img {
        margin: 0;
	padding: 0;
        border-width: 0;
}

hr {
	border: none 0; 
	border-top: 0px solid #a6987b;
	border-bottom: 1px solid #a6987b;
	height: 1px;
	margin: 6px 0;
}


/* ******************************************************************************* */
/* links */

a:link {
	color: #3e3814;
	text-decoration: underline;
}

a:visited {
	color: #302b12;
	text-decoration: underline;
}

a:active {
	color: #4a4215;
	text-decoration: none;
}

a:hover {
	color: #554801;
	text-decoration: underline;
}


/* top nav */

#topnav ul {
	text-align: left;
	list-style-type: none;
	line-height: 100%;
	margin: 2px 0 2px 32px;
	padding: 0;
	/* border: 1px #f00 dotted; /* DEBUG */
}

#topnav li {
	display: inline;
	margin: 0;
	padding: 0 7px 0 3px;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #787265;
	border-right: 1px #787265 solid;
}

#topnav ul li a:link {
	color: #d6c7ab;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}

#topnav ul li a:visited {
	color: #cab99a;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}

#topnav ul li a:active, 
#topnav ul li a:hover {
	color: #e9dec9;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}

#topnav ul li a.current:link, 
#topnav ul li a.current:visited {
	color: #fff;
	font-weight: bold;
}

#topnav ul li a.current:active, 
#topnav ul li a.current:hover {
	color: #e9dec9;
}

#topnav ul li.navlast {
	border-width: 0;
}



/* preheader nav */


#preheaderDISABLED a:link {
	color: #d6c7ab;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 6px 0 0;
	padding: 7px 9px;
	color: #fff;
	background-color: #1f1f1f;	
}

#preheaderDISABLED a:visited {
	color: #cab99a;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 6px 0 0;
	padding: 7px 9px;
	color: #fff;
	background-color: #1f1f1f;	
}

#preheaderDISABLED a:active, 
#preheaderDISABLED a:hover {
	color: #e9dec9;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 6px 0 0;
	padding: 7px 9px;
	color: #eee;
	background-color: #202020;	
}


/* footer nav */

#footer p,
#footer div {
	font-size: 10px;
	margin: 2px 0 0 0;
	padding: 0;
	color: #d8d8d8;
	border-width: 0;
}

#footer a:link {
	color: #d8d8d8;
	text-decoration: none;
	border-width: 0;
}

#footer a:visited {
	color: #d8d8d8;
	text-decoration: none;
	border-width: 0;
}

#footer a:active, 
#footer a:hover {
	color: #eee;
	text-decoration: none;
	border-width: 0;
}


/* ******************************************************************************* */
/* form */

form label {
	font-weight: normal;
	margin: 2px 0 0 0;
	padding: 2px;
}

form input,
form textarea {
	font-weight: normal;
	margin: 2px 2px 0 0;
	padding: 2px 3px;
	color: #333;
	background-color: #f2e0c4;
	border: 2px inset #d5bb93;
}

form input.radio {
	border-width: 0;
	background-color: transparent;
}

form input.formbttn {
	font-weight: bold;
	margin: 2px 2px 0 0;
	padding: 2px 6px;
	background-color: #f2e0c4;
	color: #461010;
	border: 2px outset #c8a674;
}

.required {
	font-weight: bold;
	color: #f00;
	margin-left: -5px;
}


/* ******************************************************************************* */
/* site */

.nodisp {
	display: none;
}

acronym, abbr {
	border-width: 0;
}


a.z2link:link, a.z2link:visited {
	font-size: 9px;
	font-weight: normal;
	color: #ccc;
	text-transform: uppercase;
	text-decoration: none;
}

a.z2link:active, a.z2link:hover {
	font-size: 9px;
	font-weight: normal;
	color: #eee;
	text-transform: uppercase;
	text-decoration: underline;
}


