/* Global
================================================*/
html {
	padding: 0px;
	margin: 0px;
}

body {
	font: 11px/1.5 Verdana,Arial,Helvetica,sans-serif; 
	color: #484848;
 	background: url(/images/layout/background.jpg);

	padding: 0px;
	margin: 0px;
	margin-top: 45px;
	margin-bottom: 20px;
}

.clear {
	clear: both;
}

hr { 
	border: none;
	border-bottom: dotted 3px #777777;
	background-color: #FFFFFF;
	color: white;
}

pre {
	background-color: #eee;
	padding: 10px;
}

code {
	font-size: 115%;
}

img {
	border: none;
}

.top_secret {
	background-color: black;
	text-decoration: none;
}

/* Links 
================================================*/
a, a:link, a:active, a:visited {
	color: #007f71;
	text-decoration: none;
	border-bottom: 1px solid;
}

a:hover {
	text-decoration: none;
	border: none;
	color: #c45300;
	background: #faf1ec;
}

/* Headings
================================================*/
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 22px;
}

h2 {
	font: 18px Georgia;
	font-style: italic;
}

h3 {
	font-size: 12px;
}

h4 {
	font-size: 10px;
}

h5 {
	font-size: 8px;
}

/* Lists
================================================*/
ul {
	padding: 0;
	margin-left: 20px;
}

ul li {
	padding: 2px;
	list-style-type: square;
}

/* Info box
================================================*/
.info_box
{
	font-size: 110%;
	color: #c45300;
}

/* Main layout
================================================*/
#ao_logo {
	position: absolute;
	left: 50px;
	top: 0;
}

#main_content {
	background: #161616 url(/images/layout/main_content_background.gif) repeat-y;
	padding-bottom: 25px;
	padding-left: 67px;
	min-width: 800px;
}

#content {
	width: 600px;
	float: left;
}

#content .inset {
	float: left;
	width: 195px;
	margin: 0 12px 2px 0;
  }

#content .inset p {
	margin-top: 0;
	padding-top: 0;
  }

#content .inset ul {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 12;
	padding-bottom: 0;
  }

#content .inset ul li {
	margin: 0 2px 0 2px;
	padding: 0 2px 0 2px;
  }

#content .inset h3 {
	font-size: 95%;
	color: #007f71;
}

#content .inset h4 {
	font-size: 90%;
	color: #007f71;
}

#content .inset h5 {
	font-size: 85%;
	color: #007f71;
}

#content .inset img {
	float:left;
	margin: 0 0 10px 0;
	border: 2px solid #a9a9a9;
}

#content .inset_wrap {
	float: left;
	width: 350px;
}

#content .imagebox {
	display: block;
	float: left;
	background: url(/images/layout/shadowAlpha.png) no-repeat bottom right !important;
	background: url(/images/layout/shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
	text-align: center;
	font-style: italic;
}

#content .imagebox div {
	position: relative;
	top:-5px;
	left:-5px;
	border: 1px solid #a9a9a9;
	max-width: 550px;
}

#content .imagebox img {
	display: block;
	background-color: #fff;
	margin: 0;
	padding: 4px;
}

#content .imagebox a:link,
#content .imagebox a:visited,
#content .imagebox a:active,
#content .imagebox a:hover {
	text-decoration: none;
	border: none;
}

#content .imagebox p {
	margin: -2px 6px 1px 6px;
	padding-bottom: 5px;
}


/* Header
================================================*/
#header {
	margin-left: 225px;
	margin-bottom: 0px;
	height: 115px;
	background: url(/images/layout/header.gif);
	background-repeat: no-repeat;
	width: 597px;
}

#header h1 {
	font-size: 21px;
	display: block;
	padding: 20px 0px 0px 20px;
}

#header .subtitle {
	font-size: 16px;
	display: block;
	float: left;
	padding: 0px 0px 0px 20px;
}

#header ul {
	float: right;
	text-align:right;
	margin: 0px;
	padding: 0px;
	padding-top: 22px;
}

#header ul li {
	list-style-type: none;
	color: #c45300;
	font-weight: bold;
	padding: 0px;
	padding-right: 10px;
	padding-bottom: 2px;
}

.picture {
	float: right;
	text-align: center;
}

.title {
	font-weight: bold;
	margin: 0px;
}

.paraElement {
	margin-bottom: 20px;
}

#header a:link, 
#header a:visited, 
#header a:hover {
	color: #c45300;
	background: none;
	border: 0px;
}

#header img { 
	border: 0px;
	padding-right: 3px;
}

/* Footer
================================================*/
#footer {
	background: url(/images/layout/footer.gif);
	background-position: bottom;
	background-repeat: repeat-x;

	height: 55px;
	background-color: #ffffff;
	width: 574px;
	margin-left: 225px;
	color: #929292;
	padding-left: 23px;
}

/* Breadcrumbs
================================================*/
#breadcrumbs {
	background: url(/images/layout/breadcrumbs_bg.gif);
	font-weight: bold;
	color: #c45300;

	padding: 8px;
	margin: 0px;
	margin-left: 158px;

	width: 581px;

	list-style: none;
}

#breadcrumbs a:link, 
#breadcrumbs a:visited, 
#breadcrumbs a:hover {
	color: #c45300;
	border: 0px;
}

#breadcrumbs li {
	background: url(/images/layout/breadcrumb_spacer.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
	display: inline;
}

#breadcrumbs .first_crumb {
	background: none; 
	padding-left: 0px;
}

#breadcrumbs .last_crumb {}


/* Navigation
================================================*/

.sidebar {
	float: left;
	margin: 23px 0px 140px 0px;
	width: 158px;
}

.sidebar p {
	margin: 7px 0px 9px 0px;
}

.sidebar .navigation {
	padding-bottom: 15px;
	margin-bottom: 14px;

	background: url(/images/layout/navigation_bars.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.sidebar .navigation ul {
	margin: 0px;
	padding: 0px;
}

.sidebar .navigation ul li {
	list-style: none;
	padding-left: 16px;
	padding-top: 16px;
	background: url(/images/layout/navigation_bars.gif);
	background-repeat: no-repeat;
	text-transform:uppercase;
}

.sidebar .navigation ul li ul li {
	list-style: none;
	font-size: 8pt;
	background: none; 
	padding-left: 4px;
	padding-top: 4px;
	text-transform: none;
}

.sidebar a:link, 
.sidebar a:visited,
.sidebar a:hover {
	color: #666;
	text-decoration: none;
	border: none;
	background: none;
	font-size: 90%;
	margin-left: 8px;
}

.sidebar .navigation a:link, 
.sidebar .navigation a:visited,
.sidebar .navigation a:hover {
	color: #ffdb60;
	font-weight: bold;
	font-size: 100%;
	margin-left: 0;
}


ul li ul li .navlink:link, 
ul li ul li .navlink:visited,
ul li ul li .navlink:hover {
	color: #e4c853;
	font-weight: normal;
}

/* Secondary content
================================================*/
#main_container {
	padding: 20px;
	color: #242424;
}

/* Homepage
================================================*/
#homepage {
	padding-top: 14px;
	padding-left: 21px;
	padding-right: 21px;
}

#homepage h2 {
	padding-top: 0px;
	padding-bottom: 9px;
	width: 560px;
	font-weight: bold;
}

#homepage img {
	float: left;
	margin-top: 2px;
}

#homepage .TextMarkup {
	padding-top: 0px;
	margin-bottom: 0;
}

#homepage .TextMarkup h3 {
	padding-top: 0px;
	padding-bottom: 2px;
	margin-bottom: 0;
}

#homepage .TextMarkup p {
	margin-top: 0;
	padding-left: 58px;
	padding-bottom: 16px;
} 

.press_summary {
  padding: 1ex 1em 1em 1em;
}

.press_summary h3 {
	display: inline;
	font-weight: bold;
}

.press_summary ul {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	margin-top: 0;
}

.press_summary ul li {
	list-style: none;
	width: 100%;
	padding: 0;
	padding-top: 6px;
	margin: 0;
}

.press_summary h4 {
	font-size: 100%;
	display: inline;
	font-weight: bold;
 } 

.press_summary .date { 
	color: #656565;
}

.press_summary ul li p {
	margin-top: 0.25ex;
	margin-bottom: 0;
	margin-left: 0;
	line-height: 115%;
}

#homepage #top_main {
	width: 500px;
	margin: 0;
	padding: 0;
	padding-bottom: 14px;
	float: left;
}

#homepage #left_main {
	float: left;
	display: inline;
	margin: 0px;
	margin-right: 10px;
	padding: 0px;
	width: 320px;
}

#homepage #right_main {
	width: 220px;
	float: left;
	margin: 0px;
	display: inline;
	background-color: #fff;
}

#homepage #right_main .inner_container {
	background: url(/images/layout/press_summary_bg_top.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #e3f4f4;
	padding-top: 8px;
}

#homepage #right_main .spin_blog_link {	
	border: 0px;
}

#homepage #right_main .spin_blog_link:hover {	
	background-color: #fff;
}

#homepage #right_main .spin_blog_link img {
	float: none;
	margin: 0;
	padding: 0;
	margin-left: 25px;
	border: 0px;
}

/* Our People 
================================================*/
#ourpeople {
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}

#ourpeople li {
	list-style: none;
	float: left;
	width: 86px;
	margin: 2px;
	padding: 0px;
}

#ourpeople li a {
	float: left;
	border: 3px solid #ebc543;
	background: url(/images/ourpeople/ourpeople_background.gif);
	width: 80px;
	height: 80px;
  font-weight: bold;
}

#ourpeople .owner a {
	background: url(/images/ourpeople/ourpeople_boss_background.gif);
	border-color: #f27200; 
}

/* Element Name (e.g. Ce) */
#ourpeople span.header4 {
  font-size: 250%;
  padding-top: 0;
  padding-bottom: 0;
  width: 80px;
  text-align: center;
  cursor: pointer;
  display: block;
}

/* Last Name (e.g. Erickson) */
#ourpeople span.header3 {
  font-size: 90%;
  width: 80px;
  text-transform:uppercase;
  text-align: center;
  display: block;
  cursor: pointer;
}

/* atomic number */
#ourpeople span.header5 {
  font-size: 90%;
  padding-top: 3px;
  padding-bottom: 0;
  padding-left: 3px;
  cursor: pointer;
  display: block;
}

#ourpeople a {
	color: #242021
}

#ourpeople a:hover {
	border-color: #cca521;
}

#ourpeople .owner a:hover {
	border-color: #cf6200;
}

.mode_button a {
  color: #66CC99;
}

/* Case Studies
================================================*/

.casestudy {
	float: left;
	display: block;
	margin: 10px 0px 10px 0px;
}

.casestudy h3 {
	font-size: 98%;
	display: inline;
	margin-right: 3px;
}

.casestudy p {
	margin-top: 5px;
	margin-bottom: 5px;
}

.casestudy div div {
	margin: 5px 0px 5px 0px;
	white-space: nowrap;
}

.casestudy ul {
	display: inline;
	margin: 0px;
	padding: 0px;
}

.casestudy ul li {
	list-style: none;
	display: inline;
	font-size: 98%;
	border-bottom: 1px solid;
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 1px 0px;
}

/* Forms
================================================*/

form {
	margin: 0;
}

/* Stay Connected
================================================*/

#stay_connected
{
	margin-top: 20px;
	padding-left: 10px;
}
	#stay_connected a img
	{
		margin: 5px 5px 0 0;
		width: 25px;
	}
	#stay_connected a
	{
		margin:0;
		padding:0;
	}

