/* CSS Document */

body{
	background-color: e1d9cd;
	background-image: url(/web-dev/images/bg-top.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #958E80;
}

h1{
	font-size: 12px;
	font-weight: bold;
	color: #B09D8C;
	background-image: url(/web-dev/images/title-underline2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 3px;
	margin-bottom: 5px;
	line-height: 20px;
}

h2{
	font-size: 12px;
	color: #CCBEAA;
}

h3{
	font-size: 12px;
	color: #A89482;
}

h4{
	font-size: 14px;
	color: #534637;
	margin:0px;
}

.pageTitle{
	font-size: 18px;
	font-weight: 500;
	color: #7B684A;
	padding-bottom: 3px;
}

.imageBorder{
	border: 1px solid #CCBEAA;
}

#link a:link{
text-decoration:none;
color: #A39B94}

#link a:visited{
	text-decoration: none;
	color: #A39B94;
}

#link a:hover{
	color: #999188;
}

#link a:active{
	text-decoration: none;
	color: #A39B94;
}

a:link{
	text-decoration:none;
	color: #7A6D52
}

a:visited{
	text-decoration: none;
	color: #7A6D52;
}

a:hover{
	color: #000000;
}

a:active{
	text-decoration: none;
}

.project h3{
	color:#FFF;
	margin:0px;
}

.downloads ul{
	clear:both;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:-2px 0;
	padding:0;
}

.downloads li{
	background:transparent url(/web-dev/template-images/pdf_icon_transparent.png) no-repeat scroll left center;
	margin:0;
	padding:0 0 4px 20px;
	display:list-item;
}

#pdf {
	width: 875px;
	height: 1163px;
	margin: 0 auto;
	/*border: 10px solid #6699FF;*/
}

#pdf p {
   padding: 1em;
}

#pdf object {
   display: block;
   border: solid 1px #666;
}