@charset "UTF-8";
/* CSS Document */

body {
	font-size: 62.5%;
	line-height:1.3em;
	font-family:"Helvetica Neue", helvectica, arial, sans-serif;
	background:#CCCCCC;
	}


#container {
	width:1024px;
	margin:20px auto 0 auto;
	background:#ffffff;
	position:relative;
}

#content {
	min-height: 400px;
}


a:hover {
	color:#ce3228;}



/* -------------------- Branding --------------------- */

	

#branding {
	height:127px;
	padding: 20px 45px 0 20px;
	width:959px;
	}	

#brandingimage {
	position: absolute;
	right: 0;
	top: 0;
}

#brandingimage img {
	width:223px; 
	height:147px;
}

#branding h1 a {
	background:url(../_images/logo_2.jpg) no-repeat;
	display:block;
	text-indent:-9999px;
	height:71px;
	width:221px;
	}		

#branding h1 {
	float:left;
	margin-right:92px;
	padding:0px;
	}
	
#branding h2 {
	font-size:1.8em;
	color:#ce3228;
	margin: 40px 0 10px 0;
	font-weight:normal;
	text-transform:lowercase;
	background:url(../_images/mission.gif) no-repeat;
	width:515px;
	height:122px;
	text-indent:-9999px;
	position:relative;
	left:403px;
	}

/* fix branding for homepage */

body.home #branding {
	height:205px;
	padding:33px 45px 0 45px;
	width:934px;
	background:none;}
	
	
body.home #branding h1 a {
	background:url(../_images/logo.jpg) no-repeat;
	display:block;
	text-indent:-9999px;
	height:100px;
	width:308px;
	
	}	


/* -------------------- Homepage --------------------- */


#mainimg {
	float:left;
	width:  395px; 
    height: 266px; 
	padding: 0;  
    margin:  0; 
	}
	

#mainimg img {  
    width:  395px; 
    height: 266px; 
    top:  0; 
    left: 0 
} 


/* -------------------- Homepage News --------------------- */





#news {
	background:#333333;
	height:186px;
	width:574px;
	padding:60px 0 20px 55px;
	font-size:1.4em;
	float:right;
	}

#news dt {
	color:#ffffff;
	font-weight:bold;
	text-transform:lowercase;
	font-size:1.3em;
	letter-spacing:.03em;
	}

#news dd {
	padding:20px 30px 0 0;
	text-transform:lowercase;
	line-height:1.3em;}
	
#news dd, #news dd a {
	color:#999999;
	text-decoration:none;
	}

#news dd a:hover {
	color:#cccccc;}
		




/* -------------------- Inside pages --------------------- */



#content h1 {
	height:30px;
	background:#303030;
	color:#ffffff;
	padding:50px 30px 10px 32px;
	text-transform:lowercase;
	font-size:1.8em;}


/* -------------------- Main Content  --------------------- */


#main_content {
	padding:30px;
	width:70%;}



#content p  {
	color:#666666;
	font-size:1.3em;
	line-height:1.6em;}	

#main_content h2 {
	color:#ce3228;
	text-transform:lowercase;
	font-size: 1.5em;
	padding-bottom: 20px;
}

#main_content h3 {
	color:#666;
	text-transform:lowercase;
	font-size: 1.5em;
	padding-top: 20px;
	padding-bottom: 15px;
}

#main_content a:link {
	color:#ce3228;
}



#main_content a:visited {
	color:#333;
}

#main_content a:hover {
	color:#000;
}

#bodytext p {
	padding-bottom: 20px;
	font-size: 1.2em;
	line-height: 2em;
}



/* -------------------- Who We Are  --------------------- */


#whoimage {
float: left;
}


/* -------------------- Clients  --------------------- */


#clientlist td {
	padding: 20px;
	border-bottom: 1px solid #999;
	margin-bottom: 20px
}

#clientlist p {
	font-size: 1.2em;
}

#clientlist img {
	padding-right: 50px;
	float: none;
}

#clientlist table {
	margin-bottom: 50px
}


/* -------------------- News Pages  --------------------- */

#newslisting h3 {
		line-height:1.4em;}
		
#newslisting h3 a {
		text-decoration:none;}

#newslisting h3 a:hover {
		text-decoration:underline;}

#newslisting h4 {
	color: #999;
	font-size: 1.2em;
	margin-top: -5px;
	margin-bottom: 5px;
}

#newslisting a:hover {
	color: #ce3228;
}

#details p {
	color: #999;
	font-size: 1.1em;
	padding-bottom: 0
}

.links {
	text-transform: lowercase;
}

.morestory {
	margin-top: -20px;
	text-transform: lowercase;
}

/* -------------------- Case Studies  --------------------- */


#casestudy {
	float:left;}

#casestudy li {
	clear:left;
	padding:20px 0px;
	margin-bottom:10px;
	display:block;
	overflow:auto;}

#casestudy img {
	float:left;
	padding-right:20px;
	}
	
#casestudy div {
	float:left;
	border-left: 1px solid #999999;
	padding-left:35px;
	padding-bottom:5px;
	width:455px;}	
	
#casestudy a:link {
	color:#ce3228;
	padding-top:5px;
	text-decoration:none;
	font-size:1.2em;
	line-height:1.6em;
}

#casestudy a:visited {
	color:#999;
	text-decoration:none;
	font-size:1.2em;
	line-height:1.6em;
}

#casestudy a:hover {
	color:#ce3228;
	text-decoration: underline;
}	

#casestudy li p {
	padding-bottom: 5px;
}

#casestudy a:hover {
	text-decoration:underline;}			


#case_data {
	padding-top: 10px;
	padding-bottom: 20px;
}

#case_data li {
	font-size: 1.2em;
	color: #333;
	padding-bottom: 15px;
}



#case_logo {
	float: right;
	padding-left: 20px;
	margin-top: -20px;
}

#case_data a:link {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

#case_data a:hover {
	color: #333;
	font-weight: bold;
	text-decoration: underline;
}





/* -------------------- Section Nav  --------------------- */


#section_nav {
	width:155px;
	float:right;
	padding-right:40px;
	margin-top:40px;}	
	

#section_nav li {
	font-weight:bold;
	font-size:1.4em;
	color:#303030;
	text-transform:lowercase;
	line-height:1.2em;}	

#section_nav li a {
	font-weight:normal;
	color:#303030;
	font-size:.9em;
	text-decoration:none;
	padding:15px 0px 0 0 ;
	display:block;
	}		

#section_nav li:first-child a {
	font-weight:bold;
	font-size:1em;}
	


	
#section_nav li a:hover {
	color:#ce3228;
	}
	


/* -------------------- Navigation --------------------- */


	
#nav {
	position:absolute;
	top:120px;
	display:block;
	width:1024px;
	border-bottom:#ce3228 1px solid;
	padding-bottom:14px;
	text-transform:lowercase;
	clear:both;
	}
	
#nav li {
	float:left;
	font-weight:bold;
	font-size:1.4em;
	padding-left:35px;
	}

#nav li a {
	color:#000000;
	text-decoration:none;}	

#nav li a:hover {
	color:#ce3228;}



/* fix nav for homepage */



body.home #nav {
	top:210px;
	z-index:400;
	}

body.home #nav li {
	
	font-size:1.5em;
	}



/* -------------------- Footer (site info) --------------------- */


address {
	font-style:normal;
	height:35px;
	background:#999999;
	color:#ffffff;
	padding:80px 0px 0px 45px;
	font-size:1.1em;
	clear:both;}
		
address p {
	float:left;
	padding-right:10px;
	}
	
address a {
	text-decoration:none;
	color:#ffffff;
	}	