/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
	960 Grid System ~ Core CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Containers
----------------------------------------------------------------------------------------------------*/

.container_11 {
	margin-left: auto;
	margin-right: auto;
	/*padding-left:10px;*/
	width: 890px;
}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.container_11 .grid_3 {
	width: 220px;
}

.container_11 .grid_6 {
	width: 460px;
}

.container_11 .grid_9 {
	width: 700px;
}

.container_11 .grid_12 {
	width: 940px;
}

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_11 .grid_1 {
	width: 60px;
}

.container_11 .grid_2 {
	width: 140px;
}

.container_11 .grid_4 {
	width: 300px;
}

.container_11 .grid_5 {
	width: 380px;
}

.container_11 .grid_7 {
	width: 540px;
}

.container_11 .grid_8 {
	width: 620px;
}

.container_11 .grid_10 {
	width: 780px;
}

.container_11 .grid_11 {
	width: 870px;
}

/* `Prefix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_11 .prefix_3,
.container_16 .prefix_4 {
	padding-left: 240px;
}

.container_11 .prefix_6,
.container_16 .prefix_8 {
	padding-left: 480px;
}

.container_11 .prefix_9,
.container_16 .prefix_12 {
	padding-left: 720px;
}

/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_11 .prefix_1 {
	padding-left: 80px;
}

.container_11 .prefix_2 {
	padding-left: 160px;
}

.container_11 .prefix_4 {
	padding-left: 320px;
}

.container_11 .prefix_5 {
	padding-left: 400px;
}

.container_11 .prefix_7 {
	padding-left: 560px;
}

.container_11 .prefix_8 {
	padding-left: 640px;
}

.container_11 .prefix_10 {
	padding-left: 800px;
}

.container_11 .prefix_11 {
	padding-left: 880px;
}

/* `Suffix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_11 .suffix_3,
.container_16 .suffix_4 {
	padding-right: 240px;
}

.container_11 .suffix_6,
.container_16 .suffix_8 {
	padding-right: 480px;
}

.container_11 .suffix_9,
.container_16 .suffix_12 {
	padding-right: 720px;
}

/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_11 .suffix_1 {
	padding-right: 80px;
}

.container_11 .suffix_2 {
	padding-right: 160px;
}

.container_11 .suffix_4 {
	padding-right: 320px;
}

.container_11 .suffix_5 {
	padding-right: 400px;
}

.container_11 .suffix_7 {
	padding-right: 560px;
}

.container_11 .suffix_8 {
	padding-right: 640px;
}

.container_11 .suffix_10 {
	padding-right: 800px;
}

.container_11 .suffix_11 {
	padding-right: 880px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	color:#707888;
	font-family: corbel, "trebuchet ms", arial, "sans serif";
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	text-align:center;
}

a, a:visited {
	color:#BF221C;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	text-decoration: none;
	color:#840000;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 30px;
	padding-top:5px;
}

h2 {
	font-size: 18px;
	margin-bottom:5px;
}

h1, h2, h3 {
	color:#000000;
	font-weight:normal;
	text-align:left;
}

h2 a, h2 a:visited {
	font-weight:normal;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 13px;
}

h5 {
	font-size: 13px;
}

h6 {
	font-size: 13px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

p,
dl,
h1,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 15px;
}

blockquote {
	font-style: italic;
	margin:0 20px 20px 20px;
}

/* 278 Consulting
FCS Websites 2010

text		#666

yellow			#FFBF00
dark yellow		#C48400
green			#70B52A
dark green		#357A00
blue			#319BA8
dark blue		#00606D
red				#BF221C
dark red		#840000


*/

#wrapper {
	background: url(/images/keyline.jpg) 260px 0px no-repeat;
	padding-top:60px;
	text-align:left;
}

#about #wrapper {
	background: url(/images/keyline-700.jpg) 260px 0px no-repeat;
}

#what #wrapper {
	background: url(/images/keyline-1200.jpg) 260px 0px no-repeat;
}


#projects #wrapper  {
	background: url(/images/keyline-1800.jpg) 260px 0px no-repeat;
}

#header {
	position:relative;
}

#logo {
	width:280px;
}

#nav1 {
	font-size:19px;
	font-weight:normal;
	position:absolute;
	bottom:0;
	left:290px;
	width:585px;
}

#nav1 ul {
	margin:0;
	padding:0;
}

#nav1 ul li {
	display:inline;
	float:left;
	list-style:none;
	margin:0;
}

#nav1 ul li a {
	display:block;
	display:inline;
	float:left;
	font-weight:normal;
	margin: 0 35px 0 0;
	padding-bottom: 5px;
}

#nav1 ul li a.nav-home {
	border-bottom:2px solid #fff;
	color:#FFBF00;
}

#nav1 ul li a.nav-home-active, #nav1 ul li a.nav-home:hover {
	border-bottom:2px solid #FFBF00;
	color:#FFBF00;
}

#nav1 ul li a.nav-about {
	border-bottom:2px solid #fff;
	color:#319BA8;
}

#nav1 ul li a.nav-about-active, #nav1 ul li a.nav-about:hover {
	border-bottom:2px solid #319BA8;
	color:#319BA8;
}

#nav1 ul li a.nav-what {
	border-bottom:2px solid #fff;
	color:#BF221C;
}

#nav1 ul li a.nav-what-active, #nav1 ul li a.nav-what:hover {
	border-bottom:2px solid #BF221C;
	color:#BF221C;
}

#nav1 ul li a.nav-projects {
	border-bottom:2px solid #fff;
	color:#70B52A;
}

#nav1 ul li a.nav-projects-active, #nav1 ul li a.nav-projects:hover {
	border-bottom:2px solid #70B52A;
	color:#70B52A;
}

#nav1 ul li a.nav-contact {
	border-bottom:2px solid #fff;
	color:#707888;
}

#nav1 ul li a.nav-contact-active, #nav1 ul li a.nav-contact:hover {
	border-bottom:2px solid #707888;
	color:#707888;
}

#leftBar {
	height:380px;
	position:relative;
	width:280px;
}

#address {
	font-size:12px;
	position:absolute;
	bottom:10px;
	left:0;
}

#title {
	margin-top:50px;
}

#content {
 	text-align: justify;
}

#content ul li {
	background: url(../images/bullet.gif) 0px 4px no-repeat #fff;
	list-style:none;
	margin-left:20px;
	padding-left:20px;
}

#projects h2 {
	font-size:12px;
	font-weight:normal;
	margin-bottom:10px;
}

#projects h3 {
	font-size:18px;
	font-weight:bold;
	margin-bottom:5px;
}

ol li {
	margin-left:37px;
}

ol li {
	list-style: lower-roman;
}

.intro {
	font-weight: bold;
}

#sidebar {

}

#sidebar img {
	float:right;
}

.img-bg {
	background: url(/images/box-bg.gif) top right no-repeat;
	padding:0 10px 10px 0;
}

.img-bg105 {
	background: url(/images/box-bg105.gif) top right no-repeat;
	padding:0 7px 7px 0;
}

#footer {
	border-top:1px solid #c4c4c4;
	font-size:12px;
	margin-top:20px;
	padding-top:5px;
	width:860px;
}

#nav3 {
	padding: 0 0 10px 0;
}

#credits {
	float:right;
	margin-right:0;
	text-align: right;
	width: 400px;
}

#contactform div {
	margin-bottom:5px;
}

input, textarea {
	border:1px solid #ccc;
	font-family: corbel, "trebuchet ms", arial, "sans serif";
	font-size: 12px;
	padding:3px;
	width:200px;
}

label {
	float:left;
	width:80px;

}

.zemSubmit {
	background:#BF221C;
	border:0;
	color:#fff;
	font-size:12px;
	font-weight: bold;
	margin-left:80px;
	padding:4px 8px;
}

.img-project {
	float:right; 
	margin:0 0 0 30px;
}

#response {
	display:none;
	border:1px solid #f00;
	color:#f00;
	font-weight:bold;
	margin-bottom:15px;
	padding:10px;
}

.hr {
	border-bottom:1px solid #ccc;
	clear:both;
	margin-bottom:15px;
	margin-top:15px;
	border-top:15px solid #fff; 
	*border-top:0;
}

.floatright {
	float:right;
	margin:0 0 15px 30px;
}

.floatleft {
	float:left;
	margin:0 15px 30px 0;
}

