* { margin: 0; padding: 0;}
body {
	font: 12px/18px "Lucida Grande", Verdana, sans-serif;	text-align: left;
	color: #555555;
	padding-top: 9px;
}

#header {
	width: 960px;
	border-left: 1px solid #a67555;
	border-right: 1px solid #a67555;
	
}

#main_container {
	width: 960px;
	border-left: 1px solid #a67555;
	border-right: 1px solid #a67555;
	
	text-align: left;
	background-color: #f5f0df;
}

.homepage {
	padding: 10px 192px 100px;
}

.left_col_nav {
	width: 172px;
	padding-left: 20px;
	padding-top: 10px;
}

.content_col {
	padding-left: 20px;
	padding-top: 10px;
	border-left: 1px solid #d5d5d5;
	width: 550px;
	padding-bottom: 100px;
}

.content_col li {
	padding-top: 15px;
}

.content_col a {
		color: #8b1606;
	font-weight: bold;
	text-decoration: none;
}

.content_col a:hover {
		color: #8b1606;
	font-weight: bold;
	text-decoration: underline;
}

.content_col ol {
	padding-left: 30px;
}

p {
	margin-top: 15px;
}

#hd {
	font-size: 12px;
	font-weight: bold;
	color: #8b1606;

}

.homepage_links {
	color: #555555;
	font-size: 12px;
	text-align: left;
}
.homepage_links a {
	color: #555555;
	text-decoration: underline;
	font-size: 12px;
	font-style: italic;
}

.homepage_links a:hover {
	color: #b14729;
	text-decoration: underline;
}

#homepage_links2 {
	color: #555555;
	font-size: 12px;
	text-align: left;
}

#homepage_links2 a {
	color: #555555;
	text-decoration: underline;
	font-size: 12px;
	font-style: italic;
}

#homepage_links2 a:hover {
	color: #b14729;
	text-decoration: underline;
}

.page_links {
	color: #555555;
	font-size: 10px;
	text-align: center;
}

.page_links a {
	color: #555555;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}

.page_links a:hover {
	color: #b14729;
	text-decoration: underline;
}

#ho_header {
	font-size: 16px;
	font-weight: bold;
	color: #8b1606;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	color: #8b1606;
}

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

h3 {color:#8b1606;
padding: 2px 0 0.4em 15px;
font-size: 90%;
	font-weight: bold;
}

ul {
	padding-left: 25px;
}

#reference_list li {
	padding-bottom: 15px;
	list-style-type: square;
}

#reference_list li a {
	color: #555555;
	text-decoration: none;

	
}

#reference_list li a:hover {
	color: #b14729;
	text-decoration: underline;
	
}

#copyright {
	font-size: 9px;
	background: url(images/footer_graphic.gif) no-repeat;
	width: 964px;
	color: #CCCCCC;
	text-align: left;
	height: 23px;
	padding-top: 2px;
}

#webmail a {
	color: #CCCCCC;
	font-size: 9px;
	text-decoration: none;
	margin-right: 420px;
	margin-left: 20px;
}

#webmail a:hover {
	color: #CCCCCC;
	font-size: 9px;
	text-decoration: underline;
}
#gallery_copyright {
	font-size: 9px;
	background: url(images/gallery_footer.gif) no-repeat;
	width: 960px;
	color: #CCCCCC;
	text-align: right;
	height: 23px;
	padding-top: 2px;
}

/* LEFT COLUMN NAV */

#navigation {width: 150px;}

/* the rule removes list bullets and the indented margin that browsers apply, by default, when displaying a list. */

#navigation ul {list-style: none;margin: 0;padding: 0;
	width: 150px;
	border-top: 0px solid #CCCCCC;
}

#navigation li {border-bottom: 1px solid #f5f0df;
}

/* The first property declaration in this rule sets the display property to block. This causes the link to display as a block element, meaning that the whole area of each navigation "button" is active when you move the cursor over it -- the same effect you'd see if you used an image for the navigation. */

#navigation li a:link, #navigation li a:visited {font-size: 90%;display: block;border-right: 0px solid #711515;background-color: #f5f0df;color: #919191;text-decoration: none;
	padding: 2px 0 0.4em 15px;
	font-weight: bold;
}

#navigation li a:hover {background-color: #8b1606;color: #FFFFFF;}

/* Job Stories Sub Nav */

#job_stories {
	width: 90px;	margin-left: 20px;
}

#job_stories ul {list-style: none;
	width: 90px;padding: 0;
	border-top: 0px solid #CCCCCC;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}

#job_stories li {border-bottom: 1px solid #f5f0df;
}

#job_stories li a:link, #job_stories li a:visited {font-size: 90%;display: block;border-right: 0px solid #711515;background-color: #f5f0df;color: #919191;text-decoration: none;
	padding: 2px 0 0.4em 5px;
	font-weight: bold;
}

#job_stories li a:hover {background-color: #8b1606;color: #FFFFFF;}

/* PROJECT GALLERY */

.gallery_container {
	border-left: 1px solid #a67555;
	border-right: 1px solid #a67555;
	height: 350px;
	background-color: #f5f0df;
}

.gallery_nav {
	border-right: 1px solid #d5d5d5;
	width: 172px;
	padding-left: 20px;
	padding-top: 10px;
	text-align: left;
}


