/* @group Colors */

/*
red : ca3a2e
light blue: d7e9f1
pale blue: 608fa9
dark blue: 232e47
*/ 

body {
	margin: 0px;
	height: 100%;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color:#232e47;
	background-image:url(../img/main-bg.png);
}
.content{
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color:#232e47;

}
hr{
	color:#C31200
}

img{
	border:none;
}

.pageHeader{
	color: #ca3a2e;
	font-weight: bold;
	font-size: 22px;
	font-family: Tahoma;
	font-style: normal;
}

.parent {
	display: block;
	min-height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}
.tagline{
	font-size:14pt;
	color:#C31200;
}
.headertagline {
	color: #035d65;
	font-weight: bold;
	font-size: 10px;
	font-family: Tahoma;
	font-style: normal;	
}
.link{
	color:#045F62;
	text-decoration:none;
}
.content {
padding-bottom: 50px;
padding-left: 50px;
padding-right: 50px;
padding-top: 25px;
}
.innercontent {
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
padding-top: 5px;
}
.title{
	font-size:16pt;
	color:#ca3a2e;
}
.projecttitle{
color:#232e47;
font-size:10pt;
font-weight:bold;
}
.footer {
position: relative;
left: 0px;
bottom: 0px;
width: 100%;
display: block;
height: 45px;
z-index: 999;
padding: 0px;
margin: 0px;
color: #035d65;
font-weight: bold;
font-size: 8px;
font-family: Tahoma;
font-style: normal;	

}
#sub-nav { /* Div in template that recieves the Wayfinder output. */
 
  }
#sub-menu {  /* Second element in #sub-nav. */
  position:relative;
  background-color: #d7e9f1;
  padding:10px 10px 10px 10px;
  margin-bottom:20px;
  }

#sub-menu * {
  list-style:none;
  margin:0;
  padding:0;
  border:none;
  font-size:11px;
  color:#4C647B;
  font-weight:normal;
  text-decoration: none;

  }

#sub-menu .subNav-divider {
	background-color:#BCCDD2;
	color:#BCCDD2;
	height:2px;
	margin:5px 0;
 	border:none;
	}

#sub-menu ul ul {
  margin-top:5px;
  margin-bottom:5px;
  padding:5px 5px 5px 5px;
  background-color: #EDF5F8 !important;
  border-top: 1px solid #BCCDD2;
  border-right: 1px solid #6F8094;
  border-bottom: 1px solid #6F8094;
  border-left: 1px solid #BCCDD2;
  }


#sub-menu a {
  display:block;
  width:90%;
  margin:0;
  margin-bottom:4px;
  padding:2px 8px;
  line-height:1.1em;
  }

#sub-menu * .here > a {
  color: #1e2c47;
  font-weight: bold;
  }

#sub-menu a:hover {
  color:#fff;
  background-color:#CA3A2E;
  }

#sub-menu a:active {
  text-decoration:underline;
  }
#sub-menu .tl {
	position:absolute;
	top:0;
	left:0;
	}

#sub-menu .tr {
	position:absolute;
	top:0;
	right:0;
	}

#sub-menu .bl {
	position:absolute;
	bottom:0;
	left:0;
	}

#sub-menu .br {
	position:absolute;
	bottom:0;
	right:0;
	}

#nav {
	padding:0;
	margin:0;
	clear: both;
	float: left;
	width:100%;
	background: #1e2c47 url(../img/menu-bg.png) repeat-x 0 0;
	list-style: none;
	margin: 0;
	}

#nav li {
	float: left;
	width: auto;
	}

#nav li a {
	display: block;
	padding: 11px 8px 11px;
	font-size: 11px;
	font-weight:normal;
	line-height:1em;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	margin-left: 2px;
	background: transparent;
	}

#nav li a:hover {
	color: #fff;
	background-color: #ca3a2e;
	}

#nav li#nav-home {
	margin-left: 26px;
	}

#nav-home.active a,
	#nav-services.active a,
	#nav-projects.active a,
	#nav-blog.active a,
	#nav-careers.active a,
	#nav-clients.active a,
	#nav-about.active a
	{
	background: #5d93b4 url(../img/menu-bg-alt.png") repeat-x 0 0;
	color: #fff;
	}


/* the max-width specs control when menu items will break into two lines as browser's text size is increased. */
#nav #nav-home {
	max-width:80px;
	}
#nav #nav-services {
	max-width:150px;
	}
#nav #nav-projects {
	max-width:120px;
	}
#nav #nav-blog {
	max-width:80px;
	}
#nav #nav-careers {
	max-width:120px;
	}
#nav #nav-about {
	max-width:120px;
	}
#nav #nav-clients {
	max-width:120px;
	}
