/* -STYLES- */
body {
	color: #444;
	font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: 9pt;
}
td {
    padding: 4px;
    vertical-align: top;
}

input {
    border: 1px solid #a5a5a5;
    padding: 2px;
}

input[type="text"]:focus,
input[type="file"]:focus,
input[type="password"]:focus,
textarea:focus {
    border: 1px solid #0088d0;
}

textarea {
    border: 1px solid #a5a5a5;
    padding: 2px;
    font-family: Lucida Grande,Lucida Sans Unicode,sans-serif;
    font-size: 9pt;
}

a:link, a:visited {
	color: #0088d0; /* CYAN */
	text-decoration: none;
}
a:hover {
	color: #0088d0; /* CYAN */
	text-decoration: underline;
}
a:active {
	color: #0069a1;
	text-decoration: underline;
}
a img {
	border: 0;
}
#header_links a, #footer_contact a {
	color: #444;
}
#header_links a:hover, #footer_contact a:hover {
	color: #0088d0; /* CYAN */
}
#nav {
	font-size: 1.1em;
	color: #232323;
}
#nav a {
	color: #232323;
}
#nav a:hover, #nav li.current a {
	color: #0088d0; /* CYAN */
	text-decoration: none;
}
#slides p.link a {
	color: black;
}
#content_column p {
	line-height: 18px;
}
#content_column li {
	list-style-type: none;
	line-height: 18px;
}
#content_column h1 {
	margin-top: 0;
	font-size: 1.6em;
	color: #222222;
}
#content_column .project h2 {
	font-size: 1.1em;
	font-weight: normal;
	color: black;
}
#content_column .project h3 {
	font-size: 1.1em;
	font-weight: normal;
	color: #999;
}
#sidebar {
	font-size: .9em;
}
#sidebar p.date {
	color: #999;
	margin-bottom: 0;
	margin-top: 1em;
}
#sidebar p {
	margin: 0;
}
#sidebar h3 {
	margin: 0;
	font-size: 1.2em;
	color: black;
	font-weight: normal;
}
#sidebar h3 a {
	color: black;
}
#side_nav li {
	font-size: 1.1em;
}
#side_nav li a {
	color: #666666;
}
#side_nav li a:hover {
	color: #0088d0;
	text-decoration: none;
}
#side_nav li.current a {
	color: black;
}
#footer_links {
	color: #4c4c4c;
}
/* -LAYOUT- */
html {
	margin: 0;
	padding: 0;
	background-image: url(/images/layout/html_bg.gif);
	background-repeat: repeat-x;
}
body {
	margin: 0;
	padding: 0;
}
div#container {
	width: 915px;
	margin: 0 auto;
}
div#header {
	height: 145px;
	position: relative;
}
#header h1#header_logo {
	width: 168px;
	height: 127px;
	margin: 0;
	background-image: url(/images/layout/header_logo.jpg);
	background-repeat: no-repeat;
}
#header_logo a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -1000em;
	outline: none;
}
#header div#header_links {
	position: absolute;
	top: 84px;
	left: 766px;
}
#header_links ul {
	margin: 0;
	padding: 0;
}
#header_links li, #footer_contact li {
	margin: 0;
	position: relative;
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 23px;
	line-height: 16px;
	list-style-type: none;
}
#header_links li.phone, #footer li.phone {
	background-image: url(/images/layout/icons/phone_small.gif);
}
#header_links li.proposal, #footer li.proposal {
	background-image: url(/images/layout/icons/envelope_small.gif);
}
#header_links li.analysis, #footer li.analysis {
	background-image: url(/images/layout/icons/atom_small.gif);
}
div#nav {
	height: 39px;
	width: 100%;
	background-image: url(/images/layout/nav_bg.gif);
	background-repeat: no-repeat;
}
#nav ul {
	height: 39px;
	margin: 0;
	padding: 0;
}
#nav ul li {
	display: block;
	width: 130px;
	float: left;
	height: 39px;
	line-height: 39px;
	text-align: center;
}
#nav ul li a {
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
}
div#main {
	width: 913px;
	margin-top: 10px;
	border: 1px solid #e5e5e5;
	background-color: white;
	padding: 0 0 32px;
}
.home div#main {
	width: 915px;
	border: 0;
	margin-top: 0;
	padding: 0;
}
div#main_inner {
	background-image: url(/images/layout/main_bg.gif);
	background-repeat: repeat-y;
	margin-top: 32px;
	width: 915px;
}
#main div#slides {
	height: 320px;
	background-image: url(/images/layout/home_slides_bg.gif);
	background-repeat: no-repeat;
	position: relative;
}
#slides div.slide {
	background-repeat: no-repeat;
	height: 210px;
	width: 455px;
	padding: 110px 70px 0 390px;
	position: relative;
}
#slides div.slide h2 {
	position: absolute;
	top: 60px;
	left: 388px;
	text-indent: -1000em;
}
#slides div.slide p {
	margin-top: 0;
}
#slides p.link a {
	padding-right: 14px;
	background-image: url(/images/layout/icons/arrow_small.gif);
	background-repeat: no-repeat;
	background-position: center right;
}
#main div#content_column {
	width: 615px;
	padding-left: 22px;
	float: left;
}
#main div#sidebar {
	width: 238px;
	padding-right: 8px;
	float: right;
}
.home #main div#sidebar {
	width: 245px;
	padding-right: 22px;
	float: right;
}
#content_column h1.replaced {
	text-indent: -1000em;
	background-repeat: no-repeat;
	height: 26px;
	margin: 8px 0 0;
}
#content_column h2.replaced {
	text-indent: -1000em;
	background-repeat: no-repeat;
	height: 22px;
	margin-top: 0;
}
#content_column h3.replaced {
	text-indent: -1000em;
	background-repeat: no-repeat;
	height: 18px;
	margin-top: 0;
}
#content_column div.featured_work {
	width: 615px;
	height: 146px;
	background-image: url(/images/layout/featured_work_bg.gif);
	background-repeat: no-repeat;
}
.featured_work div.project {
	float: left;
	height: 134px;
	padding: 12px 0 0 16px;
}
.featured_work div.project_1 {
	width: 189px;
}
.featured_work div.project_2 {
	width: 188px;
}
.featured_work div.project_3 {
	width: 190px;
}
#content_column .project h2 {
	margin: 0;
}
#content_column .project h3 {
	margin: 0;
	margin-bottom: 7px;
}
div#sidebar div.sidebar_box {
	width: 245px;
	background-image: url(/images/layout/home_sidebar_bg.gif);
}
div#sidebar div.sidebar_box_inner {
	width: 245px;
	background-image: url(/images/layout/home_sidebar_bottom.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
div#sidebar div.sidebar_box_inner_inner {
	width: 221px;
	padding: 12px;
	background-image: url(/images/layout/home_sidebar_top.gif);
	background-repeat: no-repeat;
	position: relative;
}
#sidebar h2.replaced {
	text-indent: -1000em;
	background-repeat: no-repeat;
	height: 24px;
	margin-top: 0;
}
#sidebar a#sidebar_rss {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 24px;
	height: 25px;
	background-image: url(/images/layout/sidebar_rss.gif);
	text-indent: -1000em;
	outline: none;
}
#sidebar p.more a {
	padding-right: 14px;
	background-image: url(/images/layout/icons/arrow_small.gif);
	background-repeat: no-repeat;
	background-position: center right;
}
#sidebar ul#side_nav {
	margin: 0;
	padding: 0;
}
#side_nav li {
	list-style-type: none;
	background-image: url(/images/layout/side_nav_bg.gif);
	background-repeat: no-repeat;
	padding-left: 44px;
	line-height: 33px;
	height: 33px;
}
#side_nav li.current {
	background-image: url(/images/layout/side_nav_current.gif);
}
#side_nav li.first {
	background-image: none;
}
#side_nav a {
	display: block;
	height: 100%;
}
div#footer {
	border: 1px solid #e5e5e5;
	margin-top: 18px;
	padding-bottom: 16px;
}
.home div#footer {
	margin-top: 80px;
}
#footer h2#footer_top {
	text-indent: -1000em;
	height: 36px;
	background-image: url(/images/layout/footer_top.gif);
	background-repeat: no-repeat;
	margin: 0;
}
#footer div#footer_inner {
	background-image: url(/images/layout/footer_bg.gif);
	background-repeat: repeat-y;
	width: 913px;
	margin: 16px 0 0;
}
#footer div#footer_contact {
	width: 390px;
	float: left;
}
#footer div#footer_nav {
	width: 464px;
	padding-left: 50px;
	float: right;
}
#footer_contact p {
	float: left;
	width: 196px;
	margin: 0;
	padding: 0 0 0 14px;
}
#footer_contact ul {
	float: left;
	width: 170px;
	margin: 0;
	padding: 0;
}
#footer_nav div.nav_section {
	float: left;
	font-size: .9em;
	margin-right: 30px;
}
.nav_section h2 {
	margin: 0;
	font-size: 1em;
}
.nav_section ul {
	margin: 0;
	padding: 0;
}
.nav_section li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div#footer_links {
	line-height: 32px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 10px;
}
/* -UTILITY- */
.clear {
	clear: both;
}
