@charset "utf-8";
/* CSS Document for DESIGNblue*/

*{
	margin:0;
	padding:0;
	font-weight: bold;
}

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 13px;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding: 0; list-style: decimal; }
ul { padding: 0; list-style:square; }
q:before, q:after { content:''; }

HTML {

}


BODY {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFF;
	background:#000;
	letter-spacing:2px;
}

a {
	outline:none;
	color:#FFF;
	text-decoration:none;
	font-weight:normal;
}

/* ---------------------- Layout ----------------------------- */

#wrapper {
	position:relative;
	width:960px;
	margin: 0 auto;
	padding-left:17px;
}

#banner {
	position:relative;
	width:960px;
	top:97px;
	height:120px;
}

#content {
	position:relative;
	width:960px;
	left:0px;
	top:112px;
	height:572px;
}

/* ---------------------- End Layout-------------------------- */




/* ---------------------- Type ----------------------------- */

#banner h1 {
	margin-left:-1999px;
}

/* ---------------------- End Type ----------------------------- */
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #008ccc;
	text-transform: uppercase;
	margin-top: 12px;
	margin-bottom: 6px;
	letter-spacing:3px;
}
#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 140%;
	margin-bottom:12px;

}


#content li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 150%;
}

.blueHighlight {
	color:#008CCC;
}

#content ul {
	list-style-type: none;
	margin-left: -20px;
	margin-top: 10px;
}

#content li {
	background: url(images/chevron.png) left center no-repeat;
	padding-left:20px;
}

#content li a {
	color:#FFF;
	font-weight:regular;
	text-decoration:none;
}


#content #unchecked ul {
	list-style-type:none;
	list-style-position:outside;
	margin:0;
	padding:0;
}


#content #unchecked li {
	display:block;
	background:none;
	padding-left:30px;
	width:185px;
	height:24px;
	margin-left: -10px;
	line-height:24px;
}
#content #unchecked li a {
	background: url(../images/box-unchecked.png) left top no-repeat;
	padding-left:30px;
}

#content #unchecked li a:hover {
	background: url(../images/box-checked.png) left top no-repeat;
}

#checked li {
	background-image: url(../images/box-checked.png);
	background-repeat: no-repeat;
	background-position: left 1px;
	line-height:24px;
	margin-left:20px;
	padding-left:30px;
}


h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
	margin-bottom:6px;
}

#formFields input[type="text"],
#formFields textarea {
    width:175px;
    padding: 0;
    border: 1px solid #ccc;
	margin-left:10px;
    }
	
#formFields p {
	font-size: 11px;
	font-style: normal;
}


/* ---------------------- Footer ----------------------------- */
#footer {
	width:960px;
	margin: 0 auto;
}

#footerNav {
}

#footerNav ul {
	list-style-type: none;
	position: relative;
}
#footerNav li a em {
	display: none; 
}

li#home {
	position: absolute;
	left: 290px;
	top: 5px;
	width: 80px;
	height: 20px;
}

li#approach {
	position: absolute;
	left: 414px;
	top: 5px;
	width: 80px;
	height: 20px;
}
li#approach a {
	display: block;
	height: 20px;
	width: 80px;
}
li#expertise {
	position: absolute;
	left: 540px;
	top: 5px;
	width: 80px;
	height: 20px;
}
li#expertise a {
	display: block;
	height: 20px;
	width: 80px;
}
li#creative {
	position: absolute;
	left: 663px;
	top: 5px;
	width: 80px;
	height: 20px;
}
li#creative a {
	display: block;
	height: 20px;
	width: 80px;
}
li#about {
	position: absolute;
	left: 771px;
	top: 5px;
	width: 80px;
	height: 20px;
}
li#about a {
	display: block;
	height: 20px;
	width: 80px;
}
li#contact {
	position: absolute;
	left:875px;
	top: 5px;
	width: 80px;
	height: 20px;
}
li#contact a {
	display: block;
	height: 20px;
	width: 80px;
}


/* ---------------------- End Footer ----------------------------- */

#content p.clientList {
	font-size: 12px;
	font-style: normal;
	line-height: 110%;
	letter-spacing:1px;
}

#scrollingText {
	height: 250px;
	overflow: hidden;
	width:450px;
}

.scrollingTextLast {
	margin-bottom:30px;
}


/* vertical track */
#track1 {
	float: left;
	width: 19px;
	height: 250px;
	margin: -250px 0 0 500px;
	background: url(../images/scroll-track.jpg) 9px top no-repeat;
}


/* vertical track handle */
#handle1 {
	width: 19px;
	height: 45px;
	background: transparent url(../images/scroll-slider.png) no-repeat;
	cursor: move;
}

.clear {
	clear:both;
}