div.c1, p.c1 {text-align: center}
span.c2 {text-decoration: underline}
img.bar{cursor:pointer;} 
 
.style1 {font-size: 20px;}
.style4 {font-size: 135%; }
.style7{
	font-size:20px;
}
.style9{
	font-size:28px;
}

div.c7 {
	text-align: left
}
div.c6 {
	text-align: right
}
div.c5 {
	text-align: center
}
div.c4 {
	font-size : inherit;
	text-align: center;
	text-align : center;
	width : 100%
}
ul.c3 {
	margin : 0px;
	list-style-type : none
}
div.c2 {
	height : 250px;
	overflow : auto
}
li.c1 {
	list-style: none;
	display: inline
}

#logoLink{
	display:block;
	position:relative;
	background: url(img/logo_new.gif) no-repeat left center;
	padding:0 0 0 77px;
	height:35px;
	line-height:1.6em;
	margin: 10px 0 0 0;
}
html{
	background-color : #47584F;
	margin:0 auto;	
}

body {
	color : #FFF4B7;
	width:1440px;
	height: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

a {
	text-decoration : none;
	color : #94BD88;
}

a:visited {
	color : #94bd88;
}

/* note - if you change this color, you also need to change it in the make_active function in rocco.js */

a:hover {
	color : #94bd88;
}

a:active {
	/*
color : #fff4b7;
*/
}

div.box {
	border : 1px solid #FFF4B7;
	padding : 10px;
	overflow : auto;
}

table.box {
	margin-top : 50px;
	border : 1px solid #FFF4B7;
	width : 1024px;
}

div.navblurb {
	display : none;
	font-size : 16px;
	clear : inherit;
	font-style : normal;
	color : #94BD88;
}

img.bar {
	width		 : 100px;
	height		 : 75px;
}

/* make sure that every bar image EXCEPT the first has 10px of padding in front of it */
img.bar + img.bar {
	padding-left : 10px;
}

img.over {
	display : none;
}

#container {
	width : 1024px;
	margin-left : auto;
	margin-right: auto;
}

#title {
	color : #94BD88;
	font-size : 175%;
}

#header {
	margin-bottom : 50px;
	border-top : 1px solid #94BD88;
	text-align : right;
	color : #94BD88;
}


#nav {
	float : left;
	width : 400px;
	height : 300px;
}

#content {
	float	: inherit;
	width	: 600px;
	min-width : 600px;
	max-width : 600px;
	min-height	: 400px;
	max-height	: 500px;
	font-style : normal;
}

#pictures {
	height : 100px;
	margin-top : 50px;
	overflow : auto;
	white-space : nowrap;
}

#contact {
	margin-top : 50px;
	border-top : 1px solid #94BD88;
	text-align : right;
	font-style : italic;
}

#map {
	width: 500px;
	height: 400px;
	color : black;
	font-style : normal;
}

p{	margin:1em 0; }

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p{	margin-top:-0.05em;}

h1, h2, h3, h4, h5, h6{ color: #E5D3A3; }

h1{ font-size:28px;}

h2{	font-size:24px; margin-bottom:1em;}

h3{	font-size:20px;}

h4{	font-size:18px;}

h5{	font-size:16px;}

h6{	font-size:14px;}

/*
ol, ul{	margin: 1em 0 1em 2em; }

*/
ol ol, ol ul, ul ol, ul ul{ margin-top:0; margin-bottom:0; }

ol li{	list-style:decimal }
ol li ol li{ list-style:upper-alpha; }
ol li ol li ol li{ list-style:upper-roman; }

ul li{ list-style:disc;}

em{font-style:italic;}

strong{font-weight:bolder;}

strong em, em strong{
	font-weight:bold;
	font-style:italic;
}

#nav a{
	padding:2px;
}
#nav ul li{
	list-style:none;
}

/*
#nav ul li ul li{
	list-style:disc;
}

*/
#nav #servicesListItem li{
	list-style:none;
}

/*
#nav #servicesListItem li li{
	list-style:disc;
}
*/

#nav #profileListItem  li{ list-style:none; }

/*
#nav #profileListItem  li li{ list-style:disc; }

*/
#nav li li, #recognitionblurb, #servicessitemanagementblurb{
	padding-left:15px;
}

#nav a.current{
	/*
color:#FFF4B7;
	text-decoration:underline;
	font-weight:bolder;	
*/
}

#nav a.notCurrent{
	/*
color:#94BD88;
	text-decoration:none;
	font-weight:normal;	
*/
}

.vcard{
	display:block;
	float:left;
	position:relative;
	margin:-48px 0 0 0;
	padding:0 40px 0 0;
	z-index:1;
}

.c6{
	position:relative;
	z-index:10;
}

.vcard *{
	display:inline;
}

.vcard .url, 
.vcard .fn, 
.vcard .n, 
.vcard .org, 
.vcard .email,
.vcard .country-name,
.vcard .tel{
	display:none;
}

#contactLink img{
	border:0;
}

.style11{
	font-size:11px;
}
