@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
body  {
	font: 100% "Times New Roman", Times, serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	width: 8in;
	height: 10.5in;
	color: #808080;
}

.clear {
	clear: both;
}

/* 	STYLES FOR LOGO   */
#logo {
	padding: 20px 0 25px 0;
	width: 200px;
}

/* 	STYLES FOR MAIN NAVIGATION BAR   */
ul#menu {
	visibility: hidden;
	position: absolute;
}

/* 	THIS CLEARS THE FLOAT   */
#main {
	clear: both;
	width: 8in;
}

/* 	STYLES FOR PORTFOLIO PAGE NAVIGATION TEXT BOX   */
#photo {
	float: left;
	display: inline;
	width: 6in;
	z-index: 6;
	padding: 0;	
}

h5 {
	font-weight: lighter;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:80%;
	color: #a1a537;
	text-transform: uppercase;
	display: inline;
}

/* 	STYLES FOR 	PORTFOLIO (joblist) NAVIGATION   */
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
	color: #707572;
	letter-spacing: .2em;
	text-transform: uppercase;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: .9em; /* OLD STYLE 1.2EM; FONT-WEIGHT: LIGHTER; */
	color: #6c6967;
	letter-spacing: .05em;
	text-transform: uppercase;
}

#jobList {
	padding: 60px 0 0 0;
	width: 460px;
	height: 8.5in;
	left: 0px;
	top: 128px;
}

#jobList ul li {
	display: inline;
}

#jobList ul li a {
	list-style: none;
	display: block;
	text-decoration: none;
	color: #A9ADAB;
	padding-bottom:.5em;
}

#jobList ul li a .space{
	padding-bottom: 1.5em;
}

.title{		/* MAKES h1 title that is not a link have spacing like a title link */
	padding-bottom: 2.4em;
}

#jobList ul li a .space:hover {
	font-weight: lighter;
}

#jobList a:hover {
	color: #6c6967;
}

.nonLink {	/* MAKES JOBS IN LIST THAT ARE NOT LINKS MATCH THE ONES THAT ARE */
	color: #A9ADAB;
	margin: 0;
	padding-bottom: 10px;
}

#sneakPeak {
	position: absolute;
	visibility: hidden;
}
/*  STYLES FOR LIST OF PROJECTS ON MUNICIPAL PAGE */
.otherProjects ul.col {
	width: 350px;
	float: left;
	list-style-type: none;
	margin-top: 2em;
	margin-left: 2em;
}

h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: .7em;
	text-transform: uppercase;
	color: #6c6967;
}

.otherProjects ul.col ul {
	padding-left: 1.5em;
	list-style-type: disc;
	margin-bottom: 1em;
}

.otherProjects ul.col ul li {
	font-size: .8em;
	color: #838483; /* origional lighter gray color: #9A9C99; */
	line-height: 1.5em;
}

.otherProjects {
	margin: 2em 1em 1em 3em;
	position: relative;
}

.otherProjects #jobNav {
	position: absolute;
	right: 20px;
	width: 185px;
	display: inline;
	top: 375px;
}

/* 	STYLES FOR JOB PAGES TEXT BOX   */
#info {
	padding: 2em 0 0 0;	
	float: left;
	width: 6.25in;
	display: inline;
}

/* STYLES FOR ABOUT PAGE */
#about {
	padding-top: 60px;
	height: 9in;
}

.column {
	width: 4in;
	float: left;
}

.column.right {
	width: 3.25in;
	float: right;
}

/* THIS BOX KEEPS TEXT BOX THE SAME SIZE TO KEEP THE THUMBNAILS IN THE SAME POSITION AT ALL TIMES */
#text {
	height: 3.5in;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #6c6967;
	letter-spacing: .05em;
	padding: 0;
	text-transform: uppercase;
}

#location {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
	color: #A2A5A3; /* origional lighter gray color: #A9ADAB; */
	letter-spacing: .02em;
	text-transform: uppercase;
	padding: .3em 0 40px 0;
}
p {
	font-size: .9em;
	line-height: 2em;
	margin-bottom: 1em;
}

#info td {
	
	font-size: .7em;
	color: #9A9C99;
}

/* 	THIS CLEARS THE FLOAT FOR THUMBNAILS  */
#thumbnails {
	float: left;
	height: 40px;
	width: 180px;
	margin-bottom: 5px;
}

img {
	border: none;
}

.thumbnail {
	display: inline;
	float: left;
	margin-right: 5px;
	height: 40px;
	width: 40px;
}

.catagories {
	padding: 0 0 1em 0;
	margin: 0;
}

/* 	STYLES FOR JOB PAGES NAVIGATION ARROWS   */
#jobNav {
	float: left;
	width: 185px;
	display: inline;
	visibility: hidden;
}

#jobNav a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: .7em;
	font-weight: lighter;
	color: #B9BCB8;
	list-style: none;
	text-decoration: none;
	margin-right: .5em;
}

.arrow {
	float: right;
	
}

.backbutton {
	margin-top: .2em;
	float: left;
}

/* 	STYLES FOR FOOTER   */
#footer {
	clear: left;
	height: 15px;
	padding: 2.8em 0 0 0;
	text-align: left;
	
}

h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	letter-spacing: .05em;
	font-weight: lighter;	
	color: #A2A5A3; /* old lighter color: #A9ADAB; */	
}

