body {
	background-color: #bcbec0;
	font-size: 100.1%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#header {
	background: url(../images/banner.jpg) no-repeat;
	height: 150px;
}

/* Navigation Bar */
#nav {
	background: #FF0000;
	width: 55.55em;
	color: white;
	font-size: .9em;
	text-align: center;
	padding: 0;
}

#nav ul{
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
}

#nav ul li {
	float: left;
	padding:0;
	margin: 0;
}

#nav ul li a {
	float: left;
	display: block;
	width: 6em;
	font-size: 1em;
	padding: .5em 1em .5em .8em;	
	margin: 0;
	color: #fff;
	border: none;
	font-weight: bold;
	text-decoration:none;
}

#nav ul li a:hover {
	color: #FF0000;
	background: #fff;
}

#home #nav-home a,
#services #nav-services a,
#projects #nav-projects a,
#clients #nav-clients a,
#publications #nav-publications a,
#aboutus #nav-aboutus a,
#contactus #nav-contactus a{
	color: #FF0000;
	background: #fff;
}

#home #nav-home a:hover,
#services #nav-services a:hover,
#projects #nav-projects a:hover,
#clients #nav-clients a:hover,
#publications #nav-publications a:hover,
#aboutus #nav-aboutus a:hover,
#contactus #nav-contactus a:hover{
	color: #FF0000;
	background: #fff;
}

#content {
	width: 62.5em;
	background: #fff;
	color: black;
	font-size: .8em;
}

#contentleft, #projectmenu {
	float:left;
	width: 20em;
	border-right: 1px solid gray;
	margin: 2em 0 ;
	padding: 0 0 0 .63em;
	background: #fff;
	font-size: .9em;
}

#projectmenu {
	height: 40em;
	overflow: auto;
}

#contentleft a, #projectmenu a{
  text-decoration: none;
  color: #ff0000;
  background: white;
}

#contentleft a:hover, #projectmenu a:hover{
  text-decoration: none;
  color: white;
  background: #ff0000;
}

.currentProject{
  text-decoration: none;
  color: white;
  background: #ff0000;
}

#contentright {
	float: right;
	width: 42em;
	padding: 0 10px 5px 0;
	background: #fff;
	margin: 2em 0 ;
}

#contentright a{
  text-decoration: none;
  color: #ff0000;
  background: white;
}

#contentright a:hover{
  text-decoration: none;
  color: white;
  background: #ff0000;
}

#contentright a.name{
  text-decoration: none;
}

#contentright img {
  border: 0px;
}

#contentright img.headshot {
	float: right;
	padding-right: 5px;
	display: none;
}

#extendedcv {
  width: 100%;
}

#clear {
	clear:both;
	background: #fff;
}

#footer {
	width: 62.5em;
	text-align: center;
	padding: 1px 0 0 0;	
	background: url(../images/bottom-bar.gif) no-repeat;
	height: 22px;
	color: white;
}

#footer p {
	margin:0;
	padding: 0;
	font-size: .8em;
}

ul{
	padding:0;
	margin:0;
}

li{
	padding: 0;
	margin-left: 15px;
}

hr {
     color: #CCCCCC;
	 width: 75%;
	 height: 1px;
}

.boldred {
  color: #ff0000;
  font-weight: bold;
}

.name {
	font-size: large;
	font-weight: bold;
}

.section {
	font-size:medium;
	font-weight: bold;
}

.centeredImage
{
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
}

.center {
	text-align:center;
}
/* paging link formatting */
p.pagination {
	padding: 3px;
	margin: 3px;
	text-align:center;
}

p.pagination a {
	border: 1px solid #dedfde;
	margin-right:3px;
	padding:2px 6px;

	background-position:bottom;
	text-decoration: none;

	color: #99210B;
}
p.pagination a:hover, div.pagination a:active {
	border: 1px solid #000;
	background-image:none;
	background-color:#777777;
	color: #fff;
}
p.pagination span.current {
	margin-right:3px;
	padding:2px 6px;
	
	font-weight: bold;
	color: #99210B;
}
p.pagination span.disabled {
	margin-right:3px;
	padding:2px 6px;

	color: #adaaad;
}