body {
	background: #DFDFDF;
	color: #333;
	font-size: 11px;
	padding: 0px;
}

a {
	color:#5283aa;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: Georgia,  serif;
	font-weight: normal;
	font-size:32px;
	line-height:100%;
	margin-bottom:0;
}

h2 {
	font-family: Georgia, serif;
	font-weight: normal;
	font-size:24px;
	line-height:110%;
	margin-bottom:5px;
	padding:0;
	color:#5f7b36;
}
h3 { 
	font-family: Georgia, serif;
	font-weight: bold;
	font-size:16px;
	line-height:110%;
	margin-top:20px;
	margin-bottom:5px;
	padding:0;
	color:#5f7b36; 
	clear: both;
}
h4 { 
	font-family: Georgia, serif;
	font-weight: bold;
	font-size:14px;
	line-height:110%;
	margin-top:20px;
	margin-bottom:5px;
	padding:0;
	color:#666666; 
	clear: both;
}
h5 { 
	font-family: Georgia, serif;
	font-weight: bold;
	font-size:12px;
	line-height:110%;
	margin:10px 0px 5px 0px;
	padding:0;
	color:#5f7b36; 
	clear: both;
}
p {
	/*border: 1px solid #CCC;*/
	text-align: left;
	font-size:13px;
	line-height:18px;
	margin:0px 0px 10px 0px;
	color:#666666;
}
ul li { font-size:13px; }
.container_16 { 
}
/* GLOBAL TEMPLATE START */
#PageShadow {
	background:#DFDFDF url(../images/page-shadow.jpg) repeat-y scroll 0 0;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
	width:986px;
}
#Page { width:960px; margin:0px auto; background:#FFFFFF; padding:0; text-align:left;}

#masthead { background: url(../images/wengenineer-masthead.gif) no-repeat; height:80px; }
#masthead h1 { display:none; }
#navigation { border-top:1px solid #CCC; border-bottom:1px solid #CCC; background: url(../images/bg-subnav-rpt.jpg) repeat-x; padding:10px 0px 10px 0px; margin:0px;  }
#navigation li { font-size:13px; display: inline; padding:0; margin:0; }
#navigation li a { padding:0px 25px 0px 25px; color:#5f7b36; font-weight:bold; }
#navigation li a.selected { color:#333333; }
#content-body { background: url(../images/bg-rpt-10px.jpg) repeat-x;}
.content { padding:20px; }
#left-menu { float:left; width:220px; }
#right-content { margin-left:240px; }
img.project {float: right; margin:5px 0px 5px 15px; border:1px solid #000; }
#Footer { background:#5f7b36; float:left; width:100%; height:50px; }
#Footer p { color:#FFF; font-size:12px; border:0; padding:15px 0px 15px 15px; }
#Footer p a { color:#92c9eb; }
/* GLOBAL TEMPLATE END */


/* HOME PAGE START */
ul.menu { float:left; width:100%; }
ul.menu li { 
	list-style-type:none; 
	border-bottom:1px solid #CCC; 
	margin-left:0px;
	padding:2px 0px 2px 0px;
}
ul.menu li a { font-size:12px; padding:3px 0px 3px 3px; display:block; }
ul.menu li a.selected { background:#999999; color:#FFFFFF; font-weight:bold; }
ol.vertical { margin-top:10px; float:left; width:100%; }
ol.vertical li { 
	list-style-position: inside;
	border-bottom:1px solid #CCC; 
	padding:5px; 
	margin-left:0px;
	font-size:12px;
	font-weight:bold;
	color:#b12f04;
}
ol.vertical li.alt { background:#f8f8f8; }
ol.vertical li * { 
	font-weight: normal;
	color:#333333;
}
.employee h3 { margin-top:5px; }
.vcard { padding-bottom:5px; }
.title, .org { font-size:12px; color:#999; }
.location { border:1px solid #5f7b36; width:250px; background:#f5f5f5; }
.location h4 { font-size:18px; }
.location p { font-size:15px; line-height:20px; }
.employee .title, .employee .org { font-size:13px; color:#333; font-weight:bold; }
.description { width:450px; }
a.rss { background: url(../img/icons-media-sprite.gif) no-repeat 0px 0px; display:block; text-indent:18px; margin-left:10px; }
a.twitter { background: url(../img/icons-media-sprite.gif) no-repeat 0px -50px; display:block; text-indent:18px; margin-left:10px; }
body#Projects p { text-align:justify; }
