/**************************************************************
 * main stylesheet information for Crusoe Design site.
 * It contains all multi-browser information.
 **************************************************************/

@charset "utf-8";

/* zero out the margins and shit.  set font defaults */
* {
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
}

/*********************/
/* TAG REDEFINITIONS */


body  /* set the background image */
 {
/* 	background-image: url(../images/background2.jpg);*/
	background-image: url(../images/background3.jpg);
	background-repeat:repeat;
}

a:visited {
	color: #3E346F;
}

h1, h2, h3 /* set default color and font for headers */
{
	color: #E4D484;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

ul li {
	list-style-type:none;
}
/******************/
/* ID DEFINITIONS */
/******************/

/* MAJOR HOLDERS */

#page_holder /* the main holder <div> for the page */
 {
	position: absolute;
	height: 100%;
	width: 100%;
	overflow: hidden;
	left: 0px;
	top: 0px;
}

#body_holder /* the holder <div> for the majority of the content */
 {
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

/* HEADER STUFF */

#header_holder  /* div container */
{
	height: 125px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: bottom;
}

#header /* holds the header graphics and/or type */
{
	position: relative;
}

#header #headerimg {
	position: absolute;
	right: 50%;
	padding-right: 20px;
}

#header #logoimg  /* generic Crusoe Graphics image */
{
	position: absolute;
	left: 50%;
	top: 0px;
}

#bodynest {
	position: relative;
	width: 858px;
	height: 401px;
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
	padding-top: 40px;
/*	background-image: url(../images/body-bg-enclosed.gif);*/
}

#body {
	position: relative;
	width: 700px; /* 630 */
	margin: 0px auto 10px auto;
	overflow: auto;
/*	border: 1px solid black;*/
    border: 2px solid #522c66;
	background-color: white;
	padding: 5px 10px 10px 10px;
}

#body  h1{
	color: #00ADEE;
	font-size: 18px;
	margin: 10px 0px 8px 10px;
}

#body  p{
	padding: 0px 8px 4px 8px;
	font-size: 14px;
}

#body  ul {
	font-size: 16px;
	font-weight: bold;
	margin: 8px 0px 5px 12px;
}
#body   ul   li {
	font-size: 13px; /* 12 px; */
	font-weight: normal;
	list-style-position: inside;
	list-style-type: circle;
	margin: 2px 0px 0px 8px;
}
#body img {
	padding: 2px;
	border: thin solid #333333;
	margin: 2px;
}
#body img.splashimage {
	display: inline;
	border: none;
	position: relative;
	margin: 0px auto 5px auto;
	text-align: center;
	
}
#body img.linedright {
	padding-right: 10px;
	border: none;
/*	border-right: thin solid black;*/
    border-right: thin solid #522c66;
}

/* ALL THE FUN STUFF FOR THE CLIENT LIST TABLE */

#body #clientsectionholder {
	width: 680px;
	margin: 15px auto 0px auto;
	overflow: auto;
	height: 240px;
	position: relative;
	border: solid 1px black;
}
#body #clientsectionholder table{
	margin: 0px;
	padding: 0px;
}

/* Modern browsers (but especially firefox )*/
html>/**/body #clientsectionholder table {
	width: 680px;
} 

/* Modern browsers (but especially firefox ) */
html>/**/body #clientsectionholder table>tbody {
	overflow: auto;
	height: 210px;
	overflow-x: hidden;
}

#clientsectionholder thead tr {
	height: 25px;
	position:relative;
	top: expression(offsetParent.scrollTop); /*IE5+ only*/
	/* fixes the header being over too far in IE, doesn’t seem to affect FF */
	left: 0px;
}

/*prevent Mozilla scrollbar from hiding cell content*/
#body #clientsectionholder tbody td:last-child {padding-right: 25px;}

#body #clientsectionholder th{
	background-color: #CFCED5;
	border: 1px black solid;
}
#body #clientsectionholder th a.sortheader{
	font-size: 16px;
	text-decoration: none;
}
#body #clientsectionholder th a.sortheader:visited {
	color: ;
}

#body #clientsectionholder th a img{
	border: none;
	padding: 0;
	margin: 0;
}
#body #clientsectionholder tbody td{
	font-size: 13px; /* 12px; */
	padding: 5px;
	vertical-align: top;
}
#body #clientsectionholder #authcol{
	width: 170px;
}
#body #clientsectionholder #titlecol{
	width: 340px;
}
#body #clientsectionholder #pubcol{
	width: 170px;
}

#body #clientsectionholder tbody td.selected {
	font-weight: bold;
	font-size: 14px;
	color: rgb(155,142,88);
	background-color: rgb(250,245,230);
	border-bottom: 1px solid black;
}
/*#body #clientsectionholder thead th.selected{
	font-weight: bold;
	background-color: #a9a9a9;
}*/

/* STUFF FOR GALLERY CHOICE PAGE */

#body    #samplesindexlink   {
	width: 50%;
	float: left;
	text-align: center;
	margin: 20px auto 0px auto;
}
#body #samplesindexlink img {
	margin: 0px auto 5px auto;
}

#body #samplesindexlink p a{
	font-size: 14px;
	text-decoration: none;
}
#body #samplesindexlink p a:hover{
	text-decoration: underline;
}

/* STUFF FOR INDIVIDUAL MAP THUMBNAILS ON THE GALLERY PAGE */

#body #samplesindexitem {
	width: 140px;
	float: left;
	text-align: center;
	margin: 0px 8px 16px 8px;
	padding: 2px 3px 7px 3px;
	position: relative;
	border: 1px solid black;
	background-color: #A3A1AA;
}
#body #samplesindexitemtitle {
	position: relative;
	height: 42px;
	margin: 0px;
	padding: 0px 5px;
	background-color:  white;
	border: 1px thin black;
}
#body #samplesindexitemtitle a {
	font-size: 14px;
	font-weight: bold;
	color: #A08F4B;
	margin: 0px auto;
	display: inline;
	position: relative;
	width: 125px;
	border: none;
}

#body #samplesindexitemtitle a:hover {
	text-decoration: none;
}

#body #samplesindexitem #mapthumb{
	position: relative;
}

/* STUFF FOR INDIVIDUAL MAP SAMPLES */

#body #samplescartoholder{
	position: absolute;
	top: 50px;
	bottom: 5px;
	overflow: auto;
	width: 700px;
}

#body  #mapimageholder {
	float: left;
	width: 350px;
}
#body #sampleimage {
	border: 1px solid black;
	padding: 1px;
	margin: auto 0px auto auto;
	float: right;
}

#body #sampleholder {
	position: absolute;
	overflow: auto;
	top: 0;
 	width: 325px;
	height: 315px;
	margin: 4px 0px 0px 20px;
	padding: 4px 10px 0px 0px;
	left: 350px;
}
#body #sampletitle {
	font-size: 18px;
	font-weight: bold;
	margin: 40px 0px 0px 0px;
	text-indent: 0px;
	color: #00A0C6;
	border-bottom: 1px solid black;
}

#body #sampledescriptionholder {
	overflow: auto;
	height: 170px;
	margin-bottom: 10px;
	border: 1px solid black;
	padding: 2px;
}

#body #indexlink  p, #body #indexlink a{
	font-size:  13px; /* 12px; */
	text-indent: 0px;
	margin: 25px 0px 0px 0px;
}


/* STUFF FOR BOOK LAYOUT SAMPLE PAGE */
#body #samplesbookimage {
	float: left;
	width: 275px;
	margin-left: 0px;
	text-align: right;
}

#body #samplesbookimage img {
	margin-bottom: 0px;
}
#body #samplesbookimage p{
	padding: 0px;
}

#body #samplesbookdesc {
	float: left;
	width: 400px;
}
#body #samplesbookdesc ul li{
	list-style-type: none;
}

/**********************/
/* CONTACT FORM STUFF */

#body form#contactform{
	margin: 15px 0px 25px 25px;
	font-size: 13px; /* 12px;*/
}
#body form#contactform label{
	font-size: 14px;
}

#body form#contactform input, select, textarea{
	margin-bottom: 10px;
	margin-left:  0px;
} 

#body form#contactform textarea{
	width: 270px;
	height: 100px;
}

#body form#contactform fieldset{
	border: none;
	padding: 0px;
	float: left;
	width:  260px;
}

/********************/
/* STUFF FOR FOOTER */

#footer {
	font-size: 0px;
	position: absolute;
	margin-top: 210px; 
	padding-top: 0px;
	width: 100%;
	clear: both;
}

#footer a {
	position: relative;
	text-decoration: none;
	display: block;
}

#footer p {
	font-size: 13px; /* 12px; */
	/*color: #00A0C6;*/
	color: #3E346F;
	clear: both;
	text-align: center;
}
#footer p a {
	display: inline;
}
#footer p a:hover {
	text-decoration: underline;
}

#footer ul {
	padding: 0px;
	margin: 0px auto;
	width: 600px;
}
#footer ul a:hover {
	background-position: 0px 60px;
}

#footer li {
	float: left;
	list-style-type: none;
}
#footer #navlink_home {
	height: 60px;
	width: 90px;
	background-image: url(../images/footer_home.gif);
}
#footer #navlink_about {
	height: 60px;
	width: 80px;
	background-image: url(../images/footer_about.gif);
}
#footer #navlink_services {
	height: 60px;
	width: 101px;
	background-image: url(../images/footer_services.gif);
}
#footer #navlink_clientlist {
	height: 60px;
	width:  112px;
	background-image: url(../images/footer_clientlist.gif);
}
#footer #navlink_contact {
	height: 60px;
	width:  106px;
	background-image: url(../images/footer_contact.gif);
}
#footer #navlink_gallery {
	height: 60px;
	width:  111px;
	background-image: url(../images/footer_gallery.gif);
}

/* CLASSES */
.centered {
	text-align: center;
}
.centeredimg {
	margin-left:  auto;
	margin-right: auto;
	position: relative;
}

.leftfloat {
	float: left;
}

.notab {
	text-indent: 0;
	margin-left: 0px;
}

.tabbed {
	text-indent: 15px;
}

.clear {
	clear: both;
}
.hidden {
	display: none;
}

.notab14px {
	font-size: 14px;
	text-indent: 0px;
	margin-left: 0px;
	padding-left: 0px;
	
}


.formrequired {
	color:  red;
}