body { 
	margin:0;
	padding: 0;	
	font-family:"Lucida Grande", Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333333;
	background: #006699;
	}
	
/* Top Navigation Menu */

#nav {
	float: left;
	display:inline; /*fixes IE/Win double margin bug */
	margin: 0px;
	list-style: none;
	background-color:#74ACC7;	
	font-size: 1.1em;
	padding: 0;
	border-top: 2px solid #006699;
	width: 780px;
	}

#nav li {
	float: left;
	list-style-type:none;
	padding: 0px;
	margin:0px;
	}

#nav a	{
	float: left;
	display: block;
	margin: 0;
	padding: 8px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	border-right: 2px solid #006699;
	}

#nav a:visited {
	color: #fff;
	text-decoration: none;
	}
	
#nav a:hover {
	color:#fff;
	text-decoration:none;
	background-color:#006699;
	} 	

#nav a:active {
	color: #ccff66;
	}	
	
/* layout structure */

#container {
	margin-left:auto;
	margin-right:auto;
	width: 780px;
	padding: 0;
	background-color: #ffffff;
	background-image:url(../images/bgd_shadow.jpg) repeat;
	}
	
#main {
	float:left;
	display:inline; /*fixes IE/Win double margin bug */
	width:500px;
	background-color: #fff;
	margin-left: 20px;
	}

#sidebar {
	float:right;
	display:inline; /*fixes IE/Win double margin bug */
	width: 220px;
	font-size: 1em;
	line-height:1.3em;
	word-spacing: .3em;
	letter-spacing: .1em;
	margin: 10px;
	}
	
.box {float:left; width: 48%; padding-right: 0px;}
#sidebar .box {float:none; width:90%; margin: 20px 10px 20px 0;}
#main .box {margin-right: 10px;}

#footer {
	clear:both;
	color:#333333;
	margin: 0px;
	padding: 10px 5px;
	border: 0;
	border-top:2px solid #006699;	
	font-size: 1em;
	text-align:center;	
	width: 770px;
	}

/* Special Styles */

#logo {
	margin-left: auto;
	margin-right: auto; 
	margin-top:0;
	margin-bottom:0;
	display: block;
	border: 0;
	}

#main img {display:block; border:1px solid #666; margin: 0 auto 5px auto;}

#main #diagram {
	float:none;
	margin: 15px auto;
	padding-bottom: 5px;
	background-color: #ffffff;
	border: 0;
	}

body#about div#main img {float: left; padding: 0px; margin: 5px;}

#sidebar img#left {vertical-align: text-bottom;}

#sidebar img#right {vertical-align: text-top;}
	
#map {
	margin: 0;
	margin-right: auto;
	margin-left: auto;
	}

div#clientlist ul {list-style:none;}
div#clientlist ul li {font-size:1.2em;line-height: 1.5em;}

/* link styles */

a { 
	color:#ff3300;
	text-decoration: none;
	font-weight: bold;
	font-size: inherit;
	}
	
a:hover {
	color: #2E82AC;
	text-decoration:underline;
	}

h2 a:link, h2 a:visited {color:#004174; text-decoration:none;}
h2 a:hover {color:#ff3300;text-decoration:none;}

body#home #n-home a, body#about #n-about a, body#contact #n-contact a, body#team #n-team a, body#executive #n-executive a, body#organization #n-organization a {
	color: #006699;
	text-decoration:none;
	background-color: #fff;
	}
	
#map a {text-decoration:none;}
#map a:visited {text-decoration:none;}
#map a:hover {text-decoration:none;}


/* Header and Text Styles */

h1, h2 {
	font-family: Georgia, Times, serif;
	color: #004174;
	line-height: 1.1em;
	}

h1 {
	clear:both;
	font-size: 2em;
	padding-top: 15px;
	text-align:left;

	}

h2 {
	clear:both;
	font-size: 1.6em;
	padding: 0;
	}
	
h2.opener {
	color: #a00e0d;
	margin-top:20px;}

h3 {border: 1px solid #006699;font-size: 1.4em; line-height: 1.2em; background-color: #b9d5e3;padding: 5px;margin-bottom:8px;color:#006699;}

p {
	font-size: 1.2em;
	margin-left: 10px;
	line-height: 1.3em;	
	}

.box p {line-height: 1.3em; margin:0; padding: 0;margin-bottom: 10px;word-spacing:normal;}	

p.opener {
	font-style: normal;
	font-size: 130%;
	color: #333333;
	line-height: 1.5em;	
	margin-left:0;
	}
	
p.note {
	font-style:italic;
	font-size: .9em;
	color:#666666;
	margin: 0 auto 0 auto;
	}

#sidebar p {font-size:1em;}

.text {font-size: 1.1em;}

p.quotation {
	color: #666666;
	text-align:left;
	font-style: normal;
	font-weight:normal;
	font-size: 1em; 
	line-height: 110%;
	word-spacing: 0.2em;
	padding: 0 5px;
	}
	
p.attribution {
	display:block;
	color:#333333;
	text-align:right;
	font-style:normal;
	font-weight:normal;
	font-size:1em;
	padding: 0px 5px 0 5px;
	line-height: 1.2em;
	word-spacing:normal;
	}

p#clientnames {
	font-variant: small-caps;
	color: #333333;
	text-decoration: none;
	background: #ffffff;
	text-align: left;
	font-size:1.2em;
	padding: 5px;
	}

#clients {
	color: #666666;
	padding: 0;
	margin: 20px 0px;
	}
	
em {font-size: 1.2em; font-weight:bold; font-style:normal;}