/* Global Styles */
* {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
body {
	font: small Helvetica, Verdana, Arial, sans-serif;
	background: #CCC url(images/body_bg.gif) repeat-y center top;
	text-align: center;
}
* html body { padding-left:1px; }/* for ie only*/

/* Links */
a:link { color: #E51B24; }
a:visited { color: #E51B24; }
a:active, a:hover { color: #000 }

#footer a { color: #666; }
#footer a:hover { color: #333; }

/* Headings */
h1, h2, h3 {}
h1 {}
#header h1 a {
	display: block;
	background: url(images/logo.gif) no-repeat center center;
	height: 85px;
	width: 248px;
}
h2 { color: #666; font-size: 1.8em; }
h3 { font-size: small; margin: 1.7em 0 0.3em; font-weight: bold; }
h4 { font-size: small; font-weight: bold; margin: 1em 0; }

/* Formatting */
#content p {
	margin: 1em 0;
}
ul, ol {
	margin: 1em 1em 2em 2.5em;
}
ul li { list-style-type: circle; }
dt {
	margin-top: 1em;
	font-weight: bold;
}
strong { font-weight: bold; }
/* for understanding browsers */
.prop {
	min-height: 590px; 
	height: auto;
}
/* for Internet Explorer */
/*\*/
* html .prop {
	height: 590px;
}
/**/

/* Layout */
#container {
	width: 768px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
}
#header {
	border-bottom: 2px solid black;	
}
#contacts {
	position: absolute;
	right: 180px;
	top: 20px;
	text-align: right;
	font-size: 0.95em;
	line-height: 1.2em;
}
#contacts2 {
	position: absolute;
	right: 20px;
	top: 20px;
	text-align: right;
	font-size: 0.95em;
	line-height: 1.2em;
}
#feature {
	position: absolute;
	top: 87px;
	left: 0;
	width: 768px;
	background-color: #999999;
	border-bottom: 2px solid black;
	height: 309px;
}
#content {
	margin-left: 257px;
	line-height: 1.4em;
	padding: 364px 20px 0 20px;
}
#footer {
	position: relative;
	padding: 20px;
	margin: 40px 0 0 257px ;
	font-size: 0.8em;
	color: #666;
}
#side-feature {
	position: absolute;
	top: 426px;
	left: 0;
	height: 590px;
	width: 256px;
}
/* Main Navigation */
#navigation {
	position: absolute;
	top: 398px;
	left: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 27px;
	width: 512px;
	background: url(images/nav_bg.jpg);
}
#navigation li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}
#navigation li a:link, #navigation li a:visited {
	position: absolute;
	height: 27px;
	background: url(images/navigation.gif) no-repeat;
}
#navigation li a span {
	display: none;
}
/* NAV: What We Do */
#navigation #nav-what a { left: 257px; width: 84px; background-position: 0 -28px;}
#navigation #nav-what a:hover {background-position: 0 0;}
#navigation #nav-what.current a {background-position: 0 0;}
/* NAV: Our Approach */
#navigation #nav-approach a { left: 341px; width: 93px; background-position: -84px -28px;}
#navigation #nav-approach a:hover {background-position: -84px 0;}
#navigation #nav-approach.current a {background-position: -84px 0;}
/* NAV: Our Experience */
#navigation #nav-experience a { left: 434px; width: 105px; background-position: -177px -28px;}
#navigation #nav-experience a:hover {background-position: -177px 0;}
#navigation #nav-experience.current a {background-position: -177px 0;}
/* NAV: Our Team */
#navigation #nav-team a { left: 539px; width: 71px; background-position: -282px -28px;}
#navigation #nav-team a:hover {background-position: -282px 0;}
#navigation #nav-team.current a {background-position: -282px 0;}
/* NAV: Our Network */
#navigation #nav-resources a { left: 610px; width: 75px; background-position: -353px -28px;}
#navigation #nav-resources a:hover {background-position: -353px 0;}
#navigation #nav-resources.current a {background-position: -353px 0;}
/* NAV: Resources */
#navigation #nav-contact a { left: 685px; width: 83px; background-position: -428px -28px;}
#navigation #nav-contact a:hover {background-position: -428px 0;}
#navigation #nav-contact.current a {background-position: -428px 0;}

/* Hidden Elements */
.hide {
	position: absolute;
	left: -9999px;
	height: 1px;
	overflow: hidden;
}
hr {
	display: none;
}

/* Content bar colors */

/* Temp */
.todo { font-style: italic; font-weight: bold; color: #F00; }
#border {
	position: absolute;
	top: 425px;
	left: 257px;
	height: 16px;
	width: 511px;
	background: #CC6;
}
#border.what {
	background: #CCCC33;
}
#border.approach {
	background: #036;
}
#border.experience {
	background: #999;
}
#border.team {
	background: #000;
}
#border.resources {
	background: #060;
}
#border.contact {
	background: #E51B24;
}
