/* @group body */

html {
	min-height: 100%;
}

body{
	height: 100%;
	font-family: Helvetica, Arial, sans-serif;
	padding: 0;
	margin: 0;
	background: url(../images/background.jpg) repeat-x 0px 0px #fff;
	line-height: 18px;
}


p {
	color: #666;
	font: 12px/18px Helvetica, Arial, sans-serif;
	line-height: 14px;
}

a {
	color: #86171e;
	text-decoration: none;
}

a:hover {
	color: #86171e;
	text-decoration: underline;
}


h1 {
	color: #86171e;
	font: 20px Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}

h2 {
	color: #666;
	font: 16px Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}
div.clearer {
	clear: both;
}

/* @end */


/* @group Images */


body#image{
	padding: 20px 0;
	margin: 0;
	color: #717171;
	height: 100%;
	background-image: none;
	background-color: #fff;
	text-align: center;
}

body#image div.image{
	text-align: center;
}


/* @end */




/* @group Container */


div.container {
	width: 1020px;
	margin: 0 auto;
}

/* @group Header */
div#header{
	float: left;
	width:1020px;
	/*height: 425px;*/
	padding: 0;
	margin: 0;
}

div#header .top{
	float: left;
	width:1020px;
	height: 116px;
	padding: 0;
	margin: 0; 
}

div#header .top .left{
	float: left;
	/*width: 250px;
	height: 152px;*/
	width: 195px;
	height: 116px;
	padding: 0;
	margin: 0;
	background: url(../images/logo2.jpg) no-repeat 0 0;
}
div#header .top .mission{
	float: left;
	line-height: 14px;
	margin: 44px 0 0 40px;
	color: #86191e;
	font-size: 12px;
	width: 550px;
}
div#header .top .right{
	float: right;
	padding: 44px 20px 0 0;
	margin: 0;
	text-align: right;
	font-size: 12px;
	color: #666;
}

div#header .top .right a{
	color: #666;
	text-decoration: none;
}

div#header .top .right a:hover{
	color: #666;
	text-decoration: underline;
}

div#header .bottom{
	clear: both;
	float: left;
	width: 1020px;
	height: 275px;
	padding: 0;
	margin: 0;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}


div#header .bottom .left{
	clear: both;
	float: left;
	width: 193px;
	height: 100%;
	padding: 0;
	margin: 0;
	background-color: #bbb;
}

/* @group Navigation */



/* @group Drop Down */


.nav {
	position: relative;
	z-index: 9;
}

.nav li {
	color: #666;
	font: 13px/18px Helvetica, Arial, sans-serif;
}


.nav, .nav ul {
	margin: 0;
	padding: 0 0;
	width: 193px;
	list-style: none;
}

.nav ul {
	/*display: none;
	position: absolute;
	top: 0;
	left: 195px;
	background-color: #bbb;
	*/
}

.subnav ul {
	display: none;
	position: absolute;
	top: 0;
	left: 195px;
	background-color: #bbb;
}

.subnav ul li a {
	background: #BBBBBB;
	padding: 7px;
}

.subnav li {
	background: #8e8e8e;
}

.subnav li.last {
	border:  none;
}


.nav li {
	position: relative;
	border-bottom: 1px dotted #fff;
}

.nav li a {
	display: block;
	padding: 7px;
	color: #fff;
	text-decoration: none;
	margin: 0;
}

.subnav li a {
	padding: 7px 7px 7px 23px;
}

.subnav li ul li a:hover, .subnav li ul  li a.highlighted:hover, .subnav li ul  li a:focus {
	background: #333333 none;
	padding: 7px;
}

* html .nav li a {
	border-width: 0;
	/*margin: 1px;*/
}

.nav a.selected {
	color: #fff;
	background: url(../images/nav_highlight.jpg) repeat-x 0 0 #911A20;
	padding: 7px;
	margin: 0;
}

.subnav a.selected {
	background: #333333 none;
	padding: 7px 7px 7px 23px;
}

.nav a:hover, .nav a.highlighted:hover, .nav a:focus {
	color: #fff;
	background: url(../images/nav_highlight.jpg) repeat-x 0 0 #911A20;
	padding: 7px;
	margin: 0;
	text-decoration: none;
}

.subnav a:hover, .subnav a.highlighted:hover, .subnav a:focus {
	background: #333333 none;
	padding: 7px 7px 7px 23px;
}

.nav a.highlighted {
	color: #FFF;
	/*background: url(../images/nav_highlight.jpg) repeat-x 0 0 #911A20;*/
	margin: 0;
}

.nav a .subind {
	float: right;
}


*:first-child+html .nav li {
	float: left;
	width: 100%;
}

* html .nav li {
	float: left;
	height: 1%;
}
* html .nav a {
	height: 1%;
}

/* @end */

/* @end */

div#header .bottom .right{
	position: relative;
	float: right;
	width: 827px;
	height: 275px;
	padding: 0;
	margin: 0;
}


div#header .bottom .right h1{
	position: absolute;
	top: 20px;
	left: 30px;
	color: #86171e;
	font-size: 30px;
	font-weight: lighter;
}

img#hero{
	/*width: 580px;*/
	width: 827px;
	height: 275px;
	padding: 0;
	margin: 0;
	z-index: 0;
}

img#boxes{
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0;
	margin: 0;
	z-index: 1;
}

/* @end */


/* @group Bottom Content */

div#bottomcontent {
	clear: both;
	float: left;
	width: 1020px;
	padding: 0;
	margin: -3px 0 0 0;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
}

div#navbottom{
	float: left;
	width: 193px;
	height: 279px;
	background: url(../images/nagivation_bottom.jpg) no-repeat 0 0;
	margin: 0;
	padding: 0;
}
/* @group Content */

/* @group Home */

div#content {
	float: left;
	width: 827px;
	margin: 30px 0 0 0;
	padding: 0;	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;	
	line-height: 18px;
	color: #666;
}

div#content .left{
	float: left;
	width: 500px;
	line-height: 14px;
	margin: 0;
	padding: 0 0 30px 30px;		
}

div#content .left h1 {
	height: auto;
	padding: 0;
	margin: 0;
	font-size: 1.5em;
	float: none;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	color: #86171e;
}


div#content .left h2 {
	padding: 0;
	margin: 0;
	font-size: 1.3em;
	color: #86171e;
}

div#content .left h3 {
	padding: 0;
	margin: 0;
	font-size: 1.1em;
	color: #86171e;
}

div#content .left h4 {
	padding: 0;
	margin: 0;
	font-size: 1.0em;
	color: #86171e;
}

div#content .left h5 {
	padding: 0;
	margin: 0;
	font-size: 0.85em;
	color: #86171e;
}

div#content .left h6 {
	padding: 0;
	margin: 0;
	font-size: 0.7em;
	color: #86171e;
}
div#content .left b, #home div#content .left strong{
	color: #86171e;
}

#home div#content .left em{
	color: #86171e;
}


div#content .left a {
	color: #86171e;
	font-weight: bold;
	text-decoration: none;
}

div#content .left a:hover {
	color: #86171e;
	font-weight: bold;
	text-decoration: underline;
}



div#content .right{
	float: right;
	width: 192px;
	margin: 0 0 3px 0;
	padding: 0;	
}

div#content .right img{
	float: left;
	margin: 0 0 3px 4px;
	padding: 0;
	border: 0;
	width: 180px;
	display: inline;
}

div#content .right a{
	border: 0;
}




div#content h1{
	float: left;
	display: block;
	width: 520px;
	margin: 0 0 20px 0;
	padding: 0 0 0 30px;
}


/* @end */

/* @group Normal Pages */


#page div#content div.other {
	float: left;
	width: 520px;
	margin: 0;
	padding: 30px;	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;	
	line-height: 18px;
	color: #666
}

#page div#content div.other h1{
	float: left;
	display: block;
	width: 520px;
	margin: 0;
	padding: 0 0 20px 0;
}

#page div#content div.other .left{
	float: left;
	width: 520px;
	line-height: 14px;
	margin: 0;
	padding: 0;	
}


#page div#content div.other .left p{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
}



#sitemap{
	float: left;
	display: inline;
}


#sitemap a{
	padding: 0;
	margin: 0;
	font-size: 1.1em;
	color: #191919;
	text-decoration: none;
	line-height: 1.5em;
}

#sitemap a:hover{
	padding: 0;
	margin: 0;
	font-size: 1.1em;
	line-height: 1.5em;
	color: #191919;
	text-decoration: underline;
}

/* @end */

/* @group Listing Pages */


#list div#content {
	float: left;
	width: 827px;
	margin: 30px 0 0 0;
	padding: 0;	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666
}

#list div#content h1{
	float: left;
	display: block;
	width: 500px;
	margin: 0;
	padding: 0 0 20px 0;
}

#list div#content .left{
	float: left;
	width: 500px;
	margin: 0;
	padding: 0 30px 30px;	
}

#list .listitem {	
	float: left;
	margin: 0;
}

#list .narrowleft {
	width: 180px;
	float: left;
	padding-bottom: 10px;
}

#list .narrowleft img{
	/*width: 160px;*/
	padding: 0;
	border: 0;
}


#list .wideright {
	width: 300px;
	float: left;
	padding-bottom: 10px;
}

#list .wideright h1 {
	height: auto;
	padding: 0;
	margin: 0;
	font-size: 1.5em;
	float: none;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	color: #86171e;
}


#list .wideright h2 {
	padding: 0;
	margin: 0;
	font-size: 1.3em;
	color: #86171e;
}

#list .wideright h3 {
	padding: 0;
	margin: 0;
	font-size: 1.1em;
	color: #86171e;
}

#list .wideright h4 {
	padding: 0;
	margin: 0;
	font-size: 1.0em;
	color: #86171e;
}

#list .wideright h5 {
	padding: 0;
	margin: 0;
	font-size: 0.85em;
	color: #86171e;
}

#list .wideright h6 {
	padding: 0;
	margin: 0;
	font-size: 0.7em;
	color: #86171e;
}
#list .wideright b,.wideright strong{
	color: #86171e;
}

#list .wideright em{
	color: #86171e;
}


#list .wideright a {
	color: #86171e;
	font-weight: bold;
	text-decoration: none;
}

#list .wideright a:hover {
	color: #86171e;
	font-weight: bold;
	text-decoration: underline;
}

/* @group Jobs */
#list .joblisting{
	border-bottom: 1px dotted #ccc;
	float: left;
	width: 520px;
	margin-bottom: 10px;
	position: relative;
}

#list .joblisting img{
	/*position: absolute;
	top: 20px;
	left: 0;*/
	
	float: left;
	margin-top: 10px;
	border: 0;
}

#list .joblisting .jobinfo{
	/*position: absolute;
	top: 10px;
	left: 100px;*/
	float: right;
	width: 400px;
	border-left: 1px dotted #ccc;
	margin: 0 0 15px 0;
	padding: 0 0 0 20px;
	line-height: 18px;
}

#list .joblisting .jobinfo p{
	padding: 10px 0 0 0;
	margin: 0;
}


#list .joblisting .jobinfo a {
	color: #86171e;
	font-weight: bold;
	text-decoration: none;
}

#list .joblisting .jobinfo a:hover {
	color: #86171e;
	font-weight: bold;
	text-decoration: underline;
}


#list .joblisting .jobinfo p strong{
	color: #86171e;
} 



table.form {
	width: 100%;
	border-collapse: collapse;
	padding: 5px;
}

table.form th{
	width: 100px;
	text-align: left;
	vertical-align: top;
}

table.form td{
	text-align: left;
	vertical-align: top;
}
/* @end */





/* @end */

/* @group Case Study */


#case div#content {
	float: left;
	width: 827px;
	margin: 0;
	padding: 0;	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;	
	line-height: 18px;
	color: #666;
}

#case div#content h1{
	float: left;
	display: block;
	width: 520px;
	margin: 30px 0 20px 0;
	padding: 0 0 0 30px;
}

#case div#content .left{
	float: left;
	width: 300px;
	margin: 0;
	padding: 0 0 30px 30px;	
}

#case div#content .right{
	float: right;
	/*width: 273px;*/
	width: 192px;
	margin: 0 0 0 20px;
	padding: 1em 0 0 0;	
}

#case div#content .right img{
	float: left;
	margin: 0;
	padding: 0 0 3px 0;
}

#case div#content .right img.casestudy{
	float: left;
	margin: 0;
	padding: 0;
}

#case div#content .right img.small{
	float: left;
	width: 88px;
	margin: 3px 3px 0 0;
	padding: 0;
}

#case div#content .right a {
	color: #86171e;
	font-weight: bold;
	text-decoration: none;
}

#case div#content .right a:hover {
	color: #86171e;
	font-weight: bold;
	text-decoration: underline;
}


/* @end */

/* @end */

/* @end */

/* @end */

/* @group Footer */

#footer {
	float: left;
	padding: 70px 0 0 230px;
	width: 543px;
	height: 20px;
	
	/*background: url(../images/footer.png) repeat-x bottom 0 #fff;*/
	color: #86171e;
	font: 10px Helvetica, Arial, sans-serif;
}





/* @end */