/* JJH tier page CSS. All copy rights reserved by Frost Miller Group. */
body {
	margin: 0;
	padding: 0;
	background-image: url(images/bg/body-bgx70.jpg);
	font-family: Arial, Helvetica, sans-serif;
	background-color: #afafb2;
	font-size: 101%;
}
/* 
Main Wrapper
*/
#topwrapper {
	width: 100%;
	margin: 0 auto;
	background-image: url(images/bg/project-top-bg.jpg);
	background-repeat: repeat-x;
}
#wrapper1 {
	width: 770px;
	margin: 0 auto;
	background-image:  url(images/tier/project/top-bg.jpg);
	background-repeat: repeat-x;
	}
	
#wrapper2{
	width: 770px;
	margin: 0 auto;
	background-image: url(images/bg/content-bg.jpg);
	}	
#mainTable {
	margin-left: 10px;
	width: 750px;
	background-image: url(images/index/top.jpg);
	background-repeat: no-repeat;
	}

/* 
Top Section+Nav
*/	
#top {
	margin: 0 auto;
	height: 89px;
	width: 750px;
}
#topNav {
	margin: 0 15px 0 515px;
}
/* 
Content Title
*/
	#titleGap {
	height: 44px;
	background-image:  url(images/tier/project/title-bg.gif);
	background-repeat: no-repeat;
	}
	#title {
	font-size: 18px;
	margin-top: 4px;
	padding-left: 264px;
	font-family: "Times New Roman";
	font-style: italic;
	font-weight: bold;
	}
/* 
Content
*/	
#contentTable {
	margin-left: 10px;
	width: 750px;
	background-image:  url(images/tier/project/content-bg.gif);
	background-repeat: repeat-y;
	}
#left {
	width: 206px;
	background-image:  url(images/tier/project/left-bg.gif);
	background-repeat: repeat-y;
	}
#returnBu {
	vertical-align: bottom;
	margin-top: 350px;
}
.back {
	text-align: right;
	padding-right: 15px;
}
.back a{
	color: #666;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
.back a:hover{
	color: #000;
	font-size: 11px;
	font-weight: bold;
}
/* 
Right Column
*/
#right {
	background-color: #f4f4f4;
	background-image:  url(images/tier/project/right-bg.gif);
	background-repeat: repeat-y;
	font-size: 11px;
	width: 544px; 
	}
.thumb {
	margin-top: 11px;
	padding-left: 24px;
	vertical-align: top;
}
.projectname {
	font-size: 11px;
	padding-left: 24px;
	margin-top: 5px;
	}
.projectindex {
	padding: 10px;
	font-size: 11px;
	font-weight: bold;
}
.projectcopy {
	padding: 10px 10px 10px 20px; ;
	font-size: 11px;
}
.projectcopy a {
	color: #990000;
}
.projectcopy a:hover {
	color: #012b01;
}
#maincopy {
	padding: 15px;
	font-size: 0.8em;
	line-height: 18px;
}
#maincopy a{
	color: #666;
	font-weight: bold;
}
#maincopy a:hover{
	color: #339335;
	font-weight: bold;
}
/* 
footer
*/
#footer {
    color: #ffffff;
	width: 770px;
	height: 47px;
	margin: 0 auto;
	background-image: url(images/bg/footer-bg.gif);
	background-repeat: no-repeat;
	font-size: 0.7em;
	text-align: center;
	padding-top: 5px;
}

