
@import url(global.css);
@import url(nav.css);

/* HOME */

.home h2 {
	background: #8e9a9f url(../_img/home_h2.gif) no-repeat 15px 15px;
	width: 220px;
	height: 0px;
	float: left;
	position: relative;
	margin-right: 10px;
	padding-top: 200px;
	text-indent: -3000px;
		margin-left: 140px;

}
.home h3 {
	background: #d06f1a url(../_img/home_h3.gif) no-repeat 15px 15px;
	width: 585px;
	height: 0px;
	float: left;
	padding-top: 200px;
	text-indent: -3000px;
	margin: 0;
	margin-bottom: auto;
	

}

.home h4 {
	background: url(../_img/home_h4.gif) no-repeat;
	width: 472px;
	height: 0px;
	padding-top: 56px;
	padding-left: 0;
	text-indent: -3000px;

}
.home #main {
	clear: both;
	float: none;
		width: 815px;
	margin-left: 140px;
	position: relative;
	top: 10px;
	padding: 20px 0 15px 0px;
	height: 170px;
}
.home #main .img_background {
	float: left;
	margin-left: 20px;
	width: 200px;
}
.home #main div {
	float: left;
	width: 470px;
	margin-left: 40px;
	
}
.home #main div p{
	line-height: 19px;
	margin-top: 10px;
	padding-left: 0;
}

.home #spotlight {
	width: 585px;
	border-top: solid 10px #998b7c;
	margin: 20px 0 0 370px;
}

.home h6 {
	color: #d06f1a;
	font: 1.4em/1.6em "Lucida Grande", "Lucida Sans", sans-serif;
	
	margin-bottom: 10px;
}
#spotlight h5 {
	background: url(../_img/home_h5.gif) no-repeat;
	width:137px;
	height: 0px;
	padding-top: 17px;
	text-indent: -3000px;
	margin: 10px 0;

}
#spotlight p {
color: #998b7c;
margin-bottom: 20px;
}
#spotlight .img_background {
	float: right;
	margin-left: 15px;
}


/* ABOUT */

.about h2 {
	background: #d06f1a url(../_img/about-h2.gif) no-repeat 15px 15px;

}



/* casestudies */

.casestudies h2 {
	background: #d06f1a url(../_img/casestudies-h2.gif) no-repeat 15px 15px;

}
.casestudies .img_background {
	float: right;
	margin-left: 15px;
}
.casestudies .portfolio p {
	float: left;
}
.casestudies .portfolio {
	padding-bottom: 15px;
	border-bottom: solid 1px #ccc;
}
/* resources */

.resources h2 {
	background: #d06f1a url(../_img/resources-h2.gif) no-repeat 15px 15px;

}
.resources ul {
	background: #fff;
	padding: 20px 0;
}
.resources #main ul li{
	list-style-type: none;
	background:  none;
	margin: 20px 0;
	text-align: center;
	
}
.resources p {
	margin-bottom: 30px;
}

/* applications */

.applications h2 {
	background: #d06f1a url(../_img/applications-h2.gif) no-repeat 15px 15px;

}

/*clients */
.clients #main {
	width: 465px;

	padding-right: 50px;

}


.clients h2 {
	background: #d06f1a url(../_img/clients-h2.gif) no-repeat 15px 15px;

}
.clients .col {
	display: inline; /* IE6... */
	float: left;
	margin: 0px 0 0 0px;
}

.clients .col ul {
	margin-bottom: 10px;
	width: 220px;
}

.clients .col ul li {
	line-height: 1.3em;
	margin-bottom: .3em;
}


.clients #second {
	margin-left: 20px;
	
}


body.clients #main ul {
	margin: 0 0 30px;
	}
body.clients #main ul li {
	background: url(../_img/gl_bullet.gif) no-repeat 0 6px;
	}


/* Articles */
.articles h2 {
	background: #d06f1a url(../_img/articles-h2.gif) no-repeat 15px 15px;

}
dl {
	margin-bottom: 15px;
	border-bottom: dotted 1px #aaa;
	padding-bottom: 15px;
}
dt {
	color: #d06f1a;
	text-transform: uppercase;
	margin: 0px 0 10px 0;
		font-size: 13px;
}
dt a {
	color: #d06f1a;
	text-decoration: none;
}
dt a:hover {
	text-decoration: underline;
}

dl .byline {
	color: #999;
	font-size: .8em;
	text-transform: uppercase;
}

.articles h5 {
	text-align: right;
}
.articles h5 a {
	background-color: #fff;
	color: #d06f1a;
	padding: 5px 5px;
	text-decoration: none;
}

.articles h5 a:hover {
	color: #fff;
	background-color: #d06f1a;
	
}


/* contact */

.contact h2 {
	background: #d06f1a url(../_img/contact-h2.gif) no-repeat 15px 15px;

}

fieldset {
	border: none;
}
form .note {
	font-size: .9em;
}

form li {
	margin-bottom: 5px;
}

form ol input, form ul input {
	width: 160px;
	padding: 2px 4px;
	font-size: 1em;
	border: none;
	background-color: #fff;
	color: #464646;
	font-family: Georgia, serif;
}

form ol textarea {
	width: 160px;
	border: none;
	background-color: #fff;
	color: #464646;
	font-family: Georgia, serif;
	font-size: 1em;
	padding: 2px 4px;

}

form ol label {
	float: left;
	width: 110px;
}




