 @charset "utf-8";
/* RESET CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* RESET CSS: END */

html, body {
	background-color:black;
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	width:838px;
	min-height:624px;
	margin-top:15px;
	text-align:left;
	background-image:url(../_img/bkgd_cityscape.gif);
	background-repeat:no-repeat;
	background-position:top center;
}

#columnLeft {
	float:left;
	width:175px;
	margin-right:30px;
}

#columnRight {
	float:left;
	height:420px;
}

.logo {
	text-align:left;
}

#news {
	margin:68px 0 0 5px;
	line-height:14px;
}

#contact {
	margin:40px 0 0 5px;
	line-height:14px;
}

#contact a:link, #contact a:visited {
	color:#FF4000;
}


#news h2, #contact h2 {
	font-size:9px;
	font-weight:bold;
	color:#FF4000;
	margin-bottom:12px;
}

#nav {
	float:left;
	width:600px;
	margin-top:75px;
}

#nav h3 {
	font-size:11px;
	font-weight:bold;
	width:600px;
	border-bottom:1px dotted #F15F22;
	padding-bottom:5px;
}

#navItems {
	display:inline;
}

#navItems li {
	display:inline;
	float:left;
	list-style:none;
	margin:3px 50px 0 0;
	font-size:11px;
	color:#666666;
}

#navItems li a:link, #navItems li a:visited {
	text-decoration:none;
	font-size:11px;
	color:#666666;
}

#navItems li a:hover {
	text-decoration:none;
	font-size:11px;
	color:#FF4000;
}

#navItems li img {
	margin:-3px 0 0 10px;
}

#contact strong {
	color:#8C8C8C;
}

#news p, #contact p {
	font-size:10px;
	margin-bottom:5px;
}

#contentMain {
	width:600px;
	height:auto;
	padding-bottom:20px;
	float:left;
	margin-top:60px;
	margin-bottom:20px;
	border-bottom:1px dotted #F15F22;
}

#contentMain h4 {
	width:600px;
	font-size:11px;
	color:#B2B2B2;
	border-bottom:1px dotted #F15F22;
	padding-bottom:3px;
}

#subNav {
	float:left;
	overflow:auto;
	margin-top:10px;
	margin-bottom:20px;
	margin-left:5px;
	height:340px;
	width:130px;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
} 

p.subNavItems {
	margin-left:12px;
	line-height:11px;
	position:relative;
}
p.subNavItems img {
	margin-right:5px;
}

p.subNavItems {
	list-style-image: url(../_img/bulletWork.jpg);
	margin-bottom:8px;
	margin-left:10px;
	text-indent: -10px;
	position:relative;
}

p.subNavItems a:link, p.subNavItems a:visited {
	text-decoration:none;
	font-size:11px;
	color:#666666;
	position:relative;
}

p.selected a:link, p.selected a:hover {
	color:#999999;
	position:relative;
}


p.selected a:visited {
	color:#999999;
	position:relative;
}

p.subNavItems a:hover {
	text-decoration:none;
	font-size:11px;
	color:#FF4000;
}

p.listTitle {
	font-size:11px;
	margin-top:8px;
	margin-bottom:5px;
	margin-left:2px;
	list-style: none;
	position:relative;
}

#workDetail {
	float:left;
	margin-left:50px;
}

#workDescription {
	float:left;
	width:385px;
	font-size:10px;
	line-height:14px;
	margin-bottom:20px;
	margin-left:50px;
}

#footer {
	width:838px;
	margin:0;
	padding:0;
	text-align:center;
}