html, body,
h1, h2, h3, h4, h5, h6,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
object, blockquote, pre, address {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	background: url("../images/bg/body-bg.jpg") 0 0 repeat-x;
}

html#home {
	background-image:url("../images/bg/body-bg-home.jpg");
}

table { 
	border-collapse: collapse; 
	border-spacing: 0; 
}

caption, th, td { 
	text-align: left; 
	vertical-align: top; 
}

blockquote, q {
	quotes: none;
}

a img { border: none; }

hr { border: 0; height: 0; margin: 0; padding: 0; width:0; }

body {	
	font-size: 75%; /* sets base font-size to 12px */ 
	line-height: 1.333em; /* 16px / 12px = 1.333em */
}

body {	
	font-family: Verdana, sans-serif; 
	/* for serif-ed fonts */
	/* font-family:  Georgia, "lucida bright", "times new roman", serif; */
	color: #000;	
	background: url("../images/bg/clouds-bg.jpg") 50% 34px no-repeat;
}

#home body {
	background: url("../images/bg/clouds-home-bg.jpg") 50% 34px no-repeat;

}

p, ul, ol, dl, dd, blockquote, pre, code, table { 
	margin: 0 0 1em 0; /* 12px */
}

li { 
	margin: .5em 0 .5em 0; 
}

li ul {
	margin-bottom: .5em;
}

h1 { 
	font-size: 1.5em; /* 18px */
	line-height: 1em;  
	margin: 0 0 1em 0; 
	color: #022d73;
} 

h2 { 
	font-size: 1em; 
	line-height: 1.167em; /* 21px */
	margin: 0 0 .666em 0; 
	color: gray;
	text-transform: uppercase;
	font-weight: normal;
} 

h3 { 
	font-size: 1.25em; /* 15px */
	line-height: 1.2em; /* 18px */
	margin: 1.6em 0 .8em 0; 
} 

h4 { 
	font-size: 1.167em; /* 14px */
	line-height: 1.071em;  /* 15px */
	margin: 1.714em 0 .857em 0; 
} 

h5 { 
	font-size: 1em; /* 12px */
	margin: 2em 0 1em 0; 
} 

h6 { 
	font-size: 1em; /* 12px */
	margin: 2em 0 1em 0; 
}

dt { 
	font-size: 1em; /* 12px */
	margin: 2em 0 1em 0; 
}

h1 + h2 {
	margin-top: .666em;
}

h2 + h3 {
	margin-top: .8em;
}

h3 + h4 {
	margin-top: .857em;
}

h4 + h5, h5 + h6 {
	margin-top: 1em;
}

/* -- lists -- */

ul, li { list-style-type: none; }

li { 
	background: url(../images/bullets/bullet.gif) 0 .5em no-repeat; 
	padding-left: 1em; 
}
	
ol {
	padding-left: 1em;
	margin-left: 1em;
}
	
ol li {	
	list-style: decimal; 
	background: none; 
	padding-left: 0; 
}

dt {
	font-weight: bold;
}

/* -- links -- */

a {
    text-decoration: none;
    outline: none;
    color: #1b72bb;
}

a:visited {
    color: #002244;
}

a:hover, a:focus {
	color: #678C38;
	text-decoration: underline;
}

a:active {
    color: #002244;
}

/* -- other elements -- */

pre, code, tt { font-family: 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: 1.5; } 
code { white-space: pre; }
tt { display: block; margin: 1.5em 0; line-height: 1.5; white-space: monospace;}
strong, b { font-weight: bold; }
em { font-style: italic; }

/* -- tables ---------------------------------------------*/


table   { margin-bottom: 1.333em; }
th      { border-bottom: 2px solid #ccc; font-weight: bold; }
td      { border-bottom: 1px solid #ddd; }
th,td   { padding: 4px 10px 4px 0; }
tfoot   { font-style: italic; }
caption { background: #ffc; }


/* -- forms ---------------------------------------------*/


form {}
fieldset {}
legend {}

label { margin: .5em 0; }

input {
	height: 16px;
	margin: .5em 0;
	border: 1px solid #7f9db9;
	padding: 2px;
}

input.short { width: 100px; }
input.medium { width: 150px; }
input.long { width: 200px; }

input:focus {}
input.checkbox { width: 13px; height: 13px; border: none; }
input.radio { width: 13px; height: 13px; border: none; }

label.wide { width: auto !important; padding: 0 !important; }

select {}

form br { clear: left; }

textarea {
	margin: .5em 0;
	border: 1px solid #7f9db9;
	padding: 2px;
	width: 300px;
}

input.button-img {
	width: auto !important;
	height: auto !important;
	border: 0 !important;
	padding: 0 !important;
}

input.button {
	float: left;
	margin-right: 10px;
	width: auto !important;
	height: auto !important;
	cursor: pointer;
}

input.button:hover {
	background: #d8e7ef;
}

/* -- common classes -------------------------------------*/

.right {
	text-align: right;
 }

.clearer {
	clear: both;
}

.hide, .print {
	display: none;
}

.leadin {
	padding: 0;
	margin-top: 0;
}

.imgleft {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

.imgright {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

.last {
	border-right: none !important;
}

.replaced {
	width: 0px;
	height: 0px;
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -10000px;
	background: url(/images/bg/header-image.jpg) top left no-repeat;
}

ul.no-bullet {
	margin-left: 0;
	padding-left: 0;
}

ul.no-bullet li {
	padding-left: 0;
	background: none;
}

/* Indentation instead of line shifts for sibling paragraphs. */
p.indent { text-indent: 2em; margin-top: -1em; }
/* can use p + p for a whole block */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	zoom: 1;
}

.incremental p, p.incremental {
	font-size: .917em;
	line-height: 1.164em;
	margin: 0 0 1.091em 0;
}	

p.small, .small p {
	font-size: .917em;
	margin: 0 0 1.091em 0;
}

.normal {
	font-size: 1em;
	line-height: 1.333em;
	margin-bottom: 0;
}

.separator {
	margin: 24px 0 0 0;
	border-top: 1px solid #999;
	padding: 23px 0 0 0;
}

.tight p, .tight ul, p.tight, ul.tight {
	line-height: 1.167em;
	margin: .5em 0 0 0;
}

.tight ul li, ul.tight li {
	margin: 0 0 4px 0;
}


/* -- layout ---------------------------------------------*/

#wrapper {
	width: 968px;
	position: relative;
	margin: 0 auto;
}

#toolbar {
	height: 31px;
	position: relative;
	padding-top: 3px;
	color: #fff;
}

#toolbar p {
	position: absolute;
	right: 0;
	top:3px;
	margin:0;
	padding:0;
	height: 10px;
}

#header {
	height: 108px;
	width: 968px;
	top: 94px;
	left: 0;
	position: absolute;
}

#header #logo {
	position:relative;
	top:-10px;
}

#home #header {
	top: 432px;
}	

h1#tagline {
	background: url("../images/bg/tagline.png") 0 0 no-repeat;
	width: 252px;
	height: 14px;
	position: absolute;
	top: 80px;
	left: 65px;
	text-indent: -9999px;
	display: block;
	margin:0;
	padding:0;
}
#home h1#tagline {
	background-image:url("../images/bg/tagline-home.png");
}

#mainnav {
	position: absolute;
	right:-209px;
	top: -41px;
	width: 663px;
	height: 41px;
	background: url("../images/bg/mainnav.png") 0 0 no-repeat;
}

#mainnav li {
	text-indent: -9999px;
	display: block;
	margin:0;
	padding:0;
	float: left;
}

#mainnav li a {
	display: block;
	height: 51px;
}

#mainnav li.the-story {
	margin-left: 50px;
}

#mainnav li.the-story a {
	width: 98px;
}

#mainnav li.the-story a:hover {
	background: url("../images/bg/the-story-hover.png") 0 0 no-repeat;
}

#mainnav li.the-work a {
	width: 93px;
}

#mainnav li.the-work a:hover {
	background: url("../images/bg/the-work-hover.png") 0 0 no-repeat;
}

#mainnav li.the-process a {
	width: 127px;
}

#mainnav li.the-process a:hover {
	background: url("../images/bg/the-process-hover.png") 0 0 no-repeat;
}


#mainnav li.in-motion a {
	width: 100px;
}

#mainnav li.in-motion a:hover {
	background: url("../images/bg/in-motion-hover.png") 0 0 no-repeat;
}

#subnav {
	position: absolute;
	top: 10px;
	left:500px;
}

#subnav li {
	display: block;
	float: left;
	padding-right: 5px;
	background: url("../images/bg/subnav-li.gif") 0 7px no-repeat;
}

#subnav li a {
	color: #fff;
	padding: 4px 4px 25px 4px;
}


#subnav li a:hover {
	background: url("../images/bg/subnav.png");
	text-decoration: none;
}

#subnav li.first {
	background: none;
}

#main-content-top {
	margin-top: 187px;
	width: 968px;
	height: 8px;
	background: url("../images/bg/mc-top.png") 0 0 no-repeat;
}

#home #main-content-top {
	margin-top: 185px;
}

#main-content {
	background: url("../images/bg/mc-mid.png") 0 0 repeat-y;
	width: 940px;
	min-height: 500px;
	padding: 6px 14px 14px 14px;
}

#home #main-content {
	min-height: 0;
}

#sidebar {
	float: left;
	width: 264px;
	margin-right: 15px;
}

#sidebar img {
	margin-bottom: 15px;
}

#content {
	width: 633px;
	float: left;
	background: url("../images/bg/divider.png") 0 0 repeat-y;
	padding: 0 14px;
}

#side-content {
	width: 162px;
	float: left;
	margin-right: 15px;
}

#side-content img {
	margin-bottom: 15px;
}

#footer {
	background: url("../images/bg/footer.png") 0 0 no-repeat;
	width: 940px;
	height: 41px;
	color: #fff;
	padding: 14px;
}

#footer p {
	width: 50%;
	float: left;
}

.message {
	float: left;
	width: 48%;
	margin-right:2%;
}

.news {
	float: left;
	width: 48%;
}

#ie6 {
	background:url("../images/bg/ie6.jpg") 15px 15px no-repeat;
	background-color:#FFF;
	padding:15px;
	padding-left:150px;
	height:100px;
	border:#F00 4px dashed;
}
#ie6 h2{
	font-weight:bold;
	color:#FF0000;
}
