body
{
	background-color: none;
/*	background-image: url(images/smokyback.jpg);*/
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	border-left: 0px;
	border-right: 0px;
}

#nav
{
	display: none;
}

#nav li
{
	display: none;
}

#nav li a
{
	display: none;
}

#nav li a:hover
{
	display: none;
}

#main
{
	width: 780px;
	margin-left: 10px;
	margin-right: auto;
}

#bridge
{
	margin: 0px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	width: 778px;
	height: 0px;
	background-image: none;
}

#heidi
{
	margin: 0px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	width: 778px;
	height: 0px;
	background-image: none;
}

#design
{
	margin: 0px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	width: 778px;
	height: 0px;
	background-image: none;
}

#about
{
	margin: 0px;
	border-left: 0px solid white;
	border-right: 0px solid white;
	border-bottom: 0px solid white;
	width: 780px;
	height: 0px;
	background-image: none;
}

#green
{
	margin: 0px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	width: 778px;
	height: 0px;
	background-image: none;
}

#header
{
	background-image: url(images/headback.jpg);
	height: 79px;
	padding-top: 1px;
	position: relative;
}

.icon
{
	width: 111px;
	height: 79px;
	margin-top: 10px;
	margin-left: 25px;
	background-image: url(../images/pdq_smicon.png);
}

#header h1
{
	position: absolute;
	left: 120px;
	top: 12px;
	color: black;
	font-size: 44px;
	font-weight: bold;
	margin: 0px;
}

#header h1.shad
{
	left: 122px;
	top: 14px;
	color: 666666;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

#header em
{
	font-style: normal;
	text-decoration: none;
}

#body
{
	padding-top: 40px;
	padding-left: 0px;
	background-color: none;
	position: relative;
}



/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	width: 740px;
	margin: 0 auto;
	padding-bottom: 20px;
	}
* html #content { padding-bottom: 60px; }	
#content:after {
	content: "."; 
	display: block; 
	clear: both; 
	height: 0;
	visibility: hidden
	}	
#content h2 { 
	font-size: 20px;
	color: black;
	font-weight: normal;
	font-size: 1.8em;	
	margin: 0 0 20px 0;
	clear: both;
	}	
#content h2 em { 
	color: black; 
	font-style: normal;
	}
#content p {
	text-indent: 3em;
	line-height: 1.0em;
	letter-spacing: 0.1em;	
	}

#content a {
	letter-spacing: 0.1em;
	text-decoration: bold;
	}	
	
#content ul {
	margin: 20px 0;
	padding: 0 0 0 5px;
	}	
#content li {
	list-style-type: none;
	background: url(images/bullet.gif) no-repeat 0px 3px;
	padding: 0 0 0 20px;
	line-height: 1.0em;
	letter-spacing: 0.1em;	
	}	
#content blockquote { 
	background-color: #465a00; 
	margin: 20px 0; 
	padding: 10px 20px;
	border-top: 1px solid #00ff00;
	border-bottom: 1px solid #00ff00;
	}
#content blockquote p { margin: 0; text-indent: 0; }


/*------------------------------------------------------------*
**  Thumbnails
**------------------------------------------------------------*/
#content ul.thumbs { 
	margin: 20px 0;
	padding: 0;
	}
#content ul.thumbs:after {
	content: "."; 
	display: block; 
	clear: both; 
	height: 0;
	visibility: hidden
	}	
#content ul.thumbs li { 
	float: left;
	margin: 3px;
	padding: 0;
	background-image: none;
	}
#content ul.thumbs li a img { border: 5px solid #ddd; }
#content ul.thumbs li a:hover img { border: 5px solid #333; }	
html>body #content ul.thumbs li a { background-color: transparent; }
	
/*------------------------------------------------------------*
**  left
**------------------------------------------------------------*/
#left {
	float: left;
	width: 220px;
	text-align: left;
	margin-right: 20px;
	}

/*------------------------------------------------------------*
**  right
**------------------------------------------------------------*/
#right {
	float: right;
	width: 500px;	
	text-align: left;	
	}

#footer
{
	display: none;
}


.nodisplay
{
	display: none;
}