di {
	outline:1px dashed red;
	}
	
* {margin: 0; padding: 0;}

body {
	padding-top: 22px;
	font-size: 11px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.3em;
	text-align: center;
	background-color: #EBEDE6;
	min-height: 800px;
		}
		
ul {list-style: none;}

a:link {text-decoration:none; color: #470d08;}
a:visited {text-decoration:none; color: #470d08;}
a:hover {text-decoration:none; color: #f00;}
a:active {text-decoration:none; color: #470d08;}

#wrapper {
	position: relative;
	margin: auto;
	width: 758px;
	text-align: left;
	border: 1px solid #bfbfbf;
	background-color: #fff;
	padding-bottom: 22px;
	}
	
#brand {
	height: 99px;
	margin: 0 22px 0 22px;
	background: url(images/header.gif) no-repeat;
	background-color: #fff;
	border-bottom: 1px solid black;
}


#gallery {
	margin-left: 22px;
	margin-bottom: 0;
}

#thumb {
	margin-bottom: 1px;
}

body.home #gallery {margin-bottom: 26px;}
body.project #gallery {margin-bottom: 26px;}

body.project #categories {
	padding: 22px 0 22px 0;
	line-height: 1.8em;	
}

body.case #gallery {margin-bottom: 26px;}

body.case #categories {
	padding: 22px 0 22px 0;
	line-height: 1.8em;	
}

body.case #content {
	padding-top: 48px;
}




#content {
	float: left;
	width: 376px;
	padding: 20px 0 0 22px;
}

#content a:link, #content a:visited
{
float: left;
margin: 0 0 0 0;
text-decoration: none;
color: #f00;
}

#content a:hover
{
float: left;
margin: 0 0 0 0;
text-decoration: underline;
color: #470d08;
}

p.quotes {
	color: #f00;
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 11px; 
	text-align: left;
	text-decoration: none;
	}

#subNav {
	float: right;
	width: 296px;
	margin-right: 22px;
}

#footer {
	clear: both;
	background-color: #fff;
	padding: 0 0 1em 22px; }

/* navlist */


#navlist {
height: 40px;
margin-top: 20px;
margin-left: 12px;
}

#navlist li { display: inline; list-style-type: none;}

#navlist a:link, #navlist a:visited
{
float: left;
margin: 0 10px 0 10px;
text-decoration: none;
color: #470d08;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
background: transparent;
color: #f00;
}

#navlist a:hover { color: #f00; }


/*typography*/

h1 {padding-top: 25px;}

h2 {font-size: 18px;
	font-weight: normal;
	padding: 1em 0 0.5em 0;
	}

#content h2 {line-height: 1.5em; padding: 0.5em 0 0 0;}

h3 {font-size: 12px; font-weight: normal; margin-top: 0.5em;margin-bottom: 0.5em;}
h4 {font-size: 12px; font-weight: normal; margin-top: 0.5em;margin-bottom: 2em;}

h2.catHead {padding: 0;}
h2.newshead {color: #f00;}

p, blockquote {margin-top: 0; margin-bottom: 1em; line-height: 1.6em;}

blockquote {color: #f00;/*#c32121;*/}

p.copyright {
	color: #999;
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 10px; 
	text-align: center;}
	
.copyright a:link {color: #999; text-decoration: underline;}
.copyright a:visited {text-decoration:underline; color: #999;}
.copyright a:hover {color: #f00;text-decoration: underline;}
.copyright a:active {text-decoration:underline; color: #999;}

/* red text linkstyle */

/* subNav */

#subNav {
	padding-top: 15px;
}

body.home #subNav ul {
	margin-right: 22px;
	line-height: 3em;
	padding: 15px 0 15px 0;
	}
	
body.home #subNav ul li {
	font-family: Times, Georgia, serif;
	font-size: 28px;
	color: red;
	}

#categories {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

#subNav a:link#current, #subNav a:visited#current, #subNav a:hover
{
background: transparent;
color: #f00;
}

#thumb ul {margin-left: 22px;}

#thumb li {display: inline;}

#subNav h2 {
	margin-right: 22px;
	padding-bottom: 0.7em;
	font-family: Times, Georgia, serif;
	font-size: 28px;
	color: red;
	font-weight: normal;
}

table {
	padding: 22px 0 25px 0;
	width: 100%;
	border-bottom: 1px solid black;
}

td {padding: 6px 0;}
		
.hide {visibility: hidden;}

#numbers {margin-top: 1em;}
#numbers li {line-height: 1.6em;}

.quote {
	color: #f00; /*c32121;*/
	}
	
li.current {
	color: red;
	}


#mySlideshow
{
	width: 712px;
	height: 250px;
	z-index:5;
}

.jdSlideshow
{
	display: none;
	overflow:hidden;
	position: relative;
}

.jdSlideshow img
{
	border: 0;
	margin: 0;
}

.jdSlideshow .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #555;
	background-repeat: no-repeat;
}

.jdSlideshow .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #555;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
}

/* .jdSlideshow .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 40px;
	background: #333;
	color: #fff;
	text-indent: 0;
}

.jdSlideshow .slideInfoZone h2
{
	padding: 0;
	font-size: 80%;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: inherit;
}

.jdSlideshow .slideInfoZone p
{
	padding: 0;
	font-size: 60%;
	margin: 2px 5px;
	color: #eee;
} */

.jdSlideshow a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.jdSlideshow a.right, .jdSlideshow a.left
{
	position: absolute;
	height: 100%;
	width: 40%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

* html .jdSlideshow a.right, * html .jdSlideshow a.left
{
	filter:alpha(opacity=50);
}

.jdSlideshow a.right:hover, .jdSlideshow a.left:hover
{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.jdSlideshow a.left
{
	left: 0;
	top: 0;
}



.jdSlideshow a.right
{
	right: 0;
	top: 0;
}

