/* Layout Styles */

body	{
	background: #96A08C; /* page bg */
	font-size: 12px;
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	border: 0;
}
	
#wrapper {
	width: 800px;
	border: 0;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-color: #fff;
}

content { 
	background: #fff;
	width: 800px;
}

contentsub { 
	background: #fff;
	width: 800px;
	height: 533px;
}

#banner {
	padding: 0px;
	margin: 0px;
}

#navigation {
	padding: 0;
	width: 800px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #5A471C;
	border-bottom-color: #5A471C;
}

#leftside {
	float: left;
	width: 535px;
	background: #fff;
	border-right-width: 0px;
	border-right-style: none;
	border-right-color: #D9D4A4;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#rightside {
	float: left;
	margin: 0px;
	width: 264px;
	background: #fff;
}

#rightside.home {
	margin: 0;
}

#leftside.home {
	margin: 0;
}

div.spacer {
  clear: both;
}

#footer {
	clear: both;
	padding: 12px 2px 10px 2px;
	margin-top: 0px;
	background: #fff;
	border-top: 1px dashed #5A471C;
	text-align: center;
}

img.marquee {
	border-top-width: 0px;
	border-top-style: none;
	border-top-color: #FFF;
}

/* positioning for thumbnail grids */
div.floatsmall {
  float: left;
  margin-left: 10px;
  margin-right: 20px;
  margin-top: 5px;
  margin-bottom: 10px;
  border: 1px dashed #818284;
  border-top: 5px solid #80A1B6;
  height: 140px;
  width: 140px;
  text-align: center;
}


/*  Typography */
	
h1, h2, h3, h4, h5, h6	{
	font-weight: bold;
	color: #A64E24;
	margin: 5px 0 5px 20px;
	letter-spacing: 1px;
	text-align: left;
	padding: 0px;
	}
	
h1	{
    font-size: 18px;      	
    }
	
h2	{
	font-size: 14px;
	color: #80A1B6;
	line-height: 22px;
	font-weight: bold;
    }

p	{
	font-size: 12px;
	line-height: 22px;
	text-align: left;
	margin: 10px 20px 2px 20px;
	}
	
ol {
	font-size: 12px;
	line-height: 25px;
	text-align: left;
	margin-top: 10px;
	margin-left: 30px;
	}
	
td	{
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	margin-top: 0;
	margin-bottom: 1em;
	}
	
	
#content ul, #leftside ul {
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	margin-top: 10px;
	margin-left: 20px;
	}
	

#rightside ul {
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 4px;
	list-style-image: url(images/icon_homebullet.gif);
	}
	
#content li {
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	margin-top: 5px;
    list-style-image: url(images/icon_homebullet.gif);
}

#bionav ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

#bionav li {
	margin-top: 10px;
}
	
#footer ul	{
	display: inline;
	font-size: 12px;
	color: #cfab79;
	}
	
#footer li	{
	display: inline;
	padding: 2px 15px 0 0;
	}	
	
#footer p {
	color: #ccc;
	text-align: center;
	}

#footerlinks {
	margin: 20px 0 5px 0;
	}
	
#footerlinks li {
	margin-right: 10px;
}
	
#navigation ul	{
	display: inline;
	line-height: 110%;
	}
	
#navigation li	{
	font-size: 12px;
	display: inline;
	border: 0;
	padding: 0 15px 0 0;
	}	
	
.cancelled {
	color: #999999;
	text-decoration: line-through;
}

img.blog {
	border: 1px solid #999;
	padding: 5px;
	float: left;
	margin: 10px;
	background-color: #fff;
}

.fieldlabel {
	text-align: right;
}

.fieldlabelreq {
	text-align: right;
	font-weight: bold;
}

/* General link coloring */
	
a:link, a:visited {
	font-weight : normal;
	text-decoration : none;
	color: #6584A1;
	background: transparent;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	}

a:hover {
	font-weight : normal; 
	text-decoration : none;
	color: #933C06;
	border-bottom: 1px solid #933C06;
	background: transparent; 
	}

a:active {
	font-weight : normal; 
	text-decoration : none;
	border-bottom: 1px solid #933C06;
	color: #933C06;
	background: transparent;  
}

#footer a:link, #footer a:visited {
	font-weight : normal; 
	color: #cfab79;
	text-decoration : underline;
	background: transparent; 
	border-bottom: none;
	}

#footer a:hover {
	color: #933C06;
	font-weight : normal; 
	text-decoration : underline;
	background: transparent;
	border-bottom: none;
	}

#footer a:active {
	color: #933C06;
	font-weight : normal; 
	text-decoration : underline;
	background: transparent; 
	border-bottom: none;
}

/* link formatting inside business card blocks */

#introcontent a:link, #introcontent a:visited {
	font-weight: bold; 
	text-decoration: none;
	color: #933c06;
	background: transparent; 
	border-bottom: none;
	padding-left: 275px;
	}

#introcontent a:hover {
	font-weight: bold; 
	text-decoration: none;
	color: #80A1B6;
	background: transparent; 
	border-bottom: none;
	padding-left: 275px;
	}

#introcontent a:active {
	font-weight : bold; 
	text-decoration : none;
	color: #933C06;
	background: transparent;  
	border-bottom: none;
	padding-left: 275px;
}

/* keep banner buttons from showing link decorations */
#banner a {
	text-decoration: none;
	border: 0;
	margin: 0;
	background: transparent;
}

a:link.nolink,a:visited.nolink,a:hover.nolink,a:active.nolink {
	text-decoration: none;
	border: 0;
}

/*  Hide */

.hide {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
	}

/*  Helpers */
	
.linewrap {
	font-weight: bold; 
	color: #c60; 
	font-size: 13px;
	}
	
.floatleft	{
	float: left;
	padding: 0;
	margin: 0px 15px 0 0;
	}

.biopic {
	padding: 10px;
	margin: 10px;
	border: 1px solid #999;
	float: right;
	background: #fff;
}

.red {
	background: red;
}

.grey {
	color: #ccc;
}
.email {
	color: #666;
}

