body {
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	padding: 0px;	
}

a {
	color: #990000;
}

a:link {
	text-decoration: none;
}

a:visited, a:active {
	text-decoration: none;
	color: #7b4e4e;
} 

a:hover {
	text-decoration: underline;
}

ul {
	list-style: none;
}

h1,h2,h3,h4,h5,h6,pre,code,p {
	font-size: 1em;
	clear:both;
}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
}

img {
	border: none;
	margin: 0;
	padding: 0;
}

table {
 /* border: 1px solid #4c4c4c;*/
}

th {
	/*font-weight: normal;
	background-color: #ececec;*/
}

th,
td {
/*	margin: 2px;
	padding: 0 .25em;
	border: 1px solid #4c4c4c;*/
}

td {
	/*background-color: #fff;*/
}

fieldset {
	border: 0;
}

label {
	display: block;
}

input.text {
	background-color: #ececec;
	border: 1px solid #000000;
	width: 300px;
}

select {
	background-color: #ececec;
	border: 1px solid #000000;
}

textarea {
	background-color: #ececec;
}

input.submit {
	font-size: 12px;
	height: 20px;
	padding: 1px 5px 2px;
	border: 1px solid #666;
	background-color: #4c4c4c;
	font-weight: bold;
	color:#fff;
}


@media screen {
	input.submit {
		background: url(../images/button_background.gif) top left repeat-x;
		cursor: pointer;
		margin-left: 4px;
	}
}

.searchform div {
	margin-bottom: .5em;
}

div.body {
	text-align: left;
	width:760px;
	margin:0 auto;
}

div#content {
	background-color: #fff;
	border: 1px solid #fff;
	border-bottom: 1px solid #d9d9d9;
	min-height:500px;
	width:758px;
}

/*	Generic Styles
---------------------------------------------------------------- */

body {
	background: #444444 url(../images/bg-pattern.gif) repeat;	
	color: #434343;
	margin:0 auto;
}

#content #header {
	background-image: url(../images/bg.header.gif);
	height: 62px;
	vertical-align: middle;
	padding-left: 0;
	padding-right: 18px;
	padding-bottom:0;
	margin: 0;
	border-bottom:1px solid #fff;
}

#content #header-flash {
	margin:0;
	padding:0;
	height:248px;
	width:758px;
	position: absolute;
	z-index: 0;
	background-image: url(../images/header-image.jpg);
}

#content #headers-container {
	height: 248px;
	width: 758px;
}

#content #header-searchbox {
	width: 758px;
	position: absolute;
	z-index: 1000;
}

#content #main {
	position: relative;
	width: 512px;
	background:#fff;
	margin: 1em;
}

#content div#section {
	background-color: #fff;
	border: none;
	clear: left;
	min-height: 477px;
}

#content div#section ol {
	margin-left: 2.5em;
}

#content div#section p {
	margin-bottom: 1.5em;
}

#content div#section div.sub-section {
	margin-bottom: 1em;
	clear: both;
}

.float-right {
	float:right;	
}

.float-left {
	float:left;
}

.clear-both {
	clear:both;	
}

.inline {
	display: inline;
}

.margin-bottom {
	margin-bottom: 1em;
}

h1 {
	margin-bottom: 1em;
	font-size: 125%;
	color: #990000;
	font-weight: normal;
}

h1 a,
h1 a:link,
h1 a:visited,
h1 a:active {
	font-weight: normal;
	color: #990000;
}

h1 span.subtitle {
	font-size: 90%;
	color: #434343;
}

h1 span.title {
	font-weight: normal;
}

h2 {
	margin-top: .75em;
	margin-bottom: .5em;
	font-weight: normal;
	font-size: 1.5em;
}

h3 {
	margin-top: .75em;
	margin-bottom: .5em;
	font-weight: bold;
	font-size: 125%;
	color: #292929;
}

h3 .subdue {
	font-size: 75%;
	margin: 0;
}


h4 {
font-size: 110%;	
}

h5 {
	margin-top: 12px;
	font-size: 110%;
	font-weight:bold;	
	color: #292929;	
}

h6 {
	font-weight:normal;
	margin: 0;
	font-size: 110%;	
	color:#292929;
}	

ol.alpha {
	list-style-type:lower-alpha;	
}
ol.roman {
	list-style-type:lower-roman;		
}


/*	Nav Styles
---------------------------------------------------------------- */

/*Nav1 - main left nav*/
#content #nav {
	position: absolute;
	background-color: #fff;
	width: 218px;
}

#content #nav ul li a {
	display: block;
	border-top: 1px solid #fff;
	font-weight: normal;
	font-size:16px;	
	color: #fff;
	height: 36px;
	line-height: 36px;
	padding-left: 10px;
	background-color: #767676;
}

#content #nav ul li a:hover {
	color: #fff;
	font-weight: normal;
	background-image: url(../images/nav-bg-active.gif);
	background-color: #990000;
	text-decoration: none;
}

#rightnav ul li {
	display:inline;
	font-size:14px;
	line-height: 62px;
}

#rightnav ul li, #rightnav ul li a {
	color:#fff;
}
#rightnav ul li {
	margin:0 10px 0 0;
	
}

#rightnav ul li#home  {
  border-right:1px solid #fff;
	padding:0 10px 0 0;
}


/**
	Highlight sections of main nav while at that section
**/

body#projects #content #nav ul li#projects a {
	color: #fff;
	font-weight: normal;
	background-image: url(../images/nav-bg-active.gif);
	background-color: #990000;
	text-decoration: none;
}
body#services #content #nav ul li#services a {
	color: #fff;
	font-weight: normal;
	background-image: url(../images/nav-bg-active.gif);
	background-color: #990000;
	text-decoration: none;
}
body#staff #content #nav ul li#staff a {
	color: #fff;
	font-weight: normal;
	background-image: url(../images/nav-bg-active.gif);
	background-color: #990000;
	text-decoration: none;
}

/**
	Projects page displays headers inline using css selectors
**/
body#projects #content #section h3 {
	display:inline;
	font-size: 12px;
}
body#projects #content #section h3+p {
	display:inline;

}
body#projects #content #section h3+p+p {
	padding-top:10px;
	display:block;
}
/** for IE6 which doesn't like css selectors **/
.inline {
	display:inline;
}