body, p {
	font-family:arial, sans;
	font-size:12px;		
	color: #666666;
}

a {
	color: #F37921;
	text-decoration:none;
}


h1, h1 a {
	font-size:17px;
	font-weight:lighter;
	margin:0px;
}

h1 img {
	margin-top: 6px;
	margin-bottom: 6px;
}

/* The flash div content should never be seen by the user, unless they don't have the plugin */
#flash_div h1 {
	color: #ffffff;
}
p {
	font-weight:normal;
	margin:0px;
	margin-top: 3px;
	line-height: 16px;
	margin-bottom: 16px;
}

p.practice {
	text-align:right;
	font-size: 11px;
	margin-top: -16px;
	margin-bottom:3px;
	margin-right: 30px;
}

hr {
	margin-top: 16px;
	color: #666666;
	height: 1px;
}

.ie hr {
	margin-top: 0px;
}

.centered     {
	position:absolute;
	left: 50%;
	margin-left: -504px; /*set to a negative number 1/2 of your width*/
}

#master_div {
	width: 980px;
	height: 900px;
}

#main_html, #lower_html, #brand_relationships {
	/* This "invisible border helps things vertically align for some reason */
	border: 1px solid #FFF;
}


/****************
	Top Nav Styles
	*****************/
#top_nav #logo {
	float: left;
}

#top_nav #links {
	margin-top: 10px;
	float: right;
	font-size: 13px;
	height: 25px;
	/* Setting the width here seems lame but the nav left aligns in IE without it */
	width: 60%;
}

.ie #top_nav #links {
	width: 61%;
}

#top_nav #links #mute_button {
	float:right;
	cursor: pointer;
	margin-top:-15px;
	margin-right: 10px;
}
.gecko #top_nav #links #mute_button {
	margin-top: 0px;
}

.sub_menu {
	margin-top: 6px;
	height: 20px;
	float: left;
	visibility: hidden;
}

.ie .sub_menu {
	visibility: visible;
	display:none;
}

#sub_menu_0, #sub_menu_1, #sub_menu_2, #sub_menu_3, #sub_menu_4 {
	margin-top: 0px;
	padding-top: 6px;
	padding-bottom: 3px;
	font-size: 11px;
}
.ie #sub_menu_0, .ie #sub_menu_1, .ie #sub_menu_2, .ie #sub_menu_3, .ie #sub_menu_4 {
}

.sub_menu a {
	padding-top: 20px;
	padding-bottom: 20px;	
}

#sub_menu_1 {
	margin-left: 141px;
}

#sub_menu_2 {
	margin-left: 207px;
}

#sub_menu_3 {
	margin-left: 273px;
}

#sub_menu_4 {
	margin-left: 306px;
}

/* -- End Top Nav Styles -- */

#flash_div, #bio_div {
	width:980px;
	height:350px;
	overflow:hidden;
	text-overflow:ellipsis;
	clear:both;
	margin-bottom: 16px;
}

#left_col, #right_col {
	height: 420px;
}

.ie #left_col, .ie #right_col {
	height: 450px;
}

#brand_relationships #left_col, #brand_relationships #right_col {
	height: 220px;
}

#expertise {
	border-bottom: solid #e1e1e1 1px;
}

#expertise #left_col, #expertise #right_col {
	height: 140px;
}

#expertise_sub #left_col, #expertise_sub #right_col {
	height: 220px;
}

#architecture_sub #left_col, #architecture_sub #right_col {
	height: 360px;
}

#left_col {
	margin-left:9px;
	width:450px;
	float:left;
}

.ie #left_col {
	margin-left: 4px;
}

#right_col {
	margin-left: 495px;
	width: 475px;
}

.ie #right_col {
	width: 500px;
	margin-left: 475px;
}

#footer {
	text-align: right;
	color: #c1c1c1;
	font-size:10px;
	padding-top:10px;
	margin-top:24px;
	clear:both;
	border-top: 1px solid #c1c1c1;
	width: 980px;
}

.list_box {
	border: 1px solid #ff5c00;
	background-color: #ebebeb;
	margin-right: -8px;
	/* NOTE: The list box's height is specified in each HTML doc */
}

.ie .list_box {
	margin-right: 0px;
}

.list_box h1 {
	font-size: 13px;
	background-color: #f5f5f5;
	height: 19px;
	margin: 0px;
	padding-left: 20px;
	padding-top: 5px;
	border-bottom: 1px solid #cfcfcf;
}


.list_box p {
	padding-left: 20px;
	margin: 0px;
	margin-top: 10px;
}



.list_box ul  {
	list-style: square;
	float: left;
	padding-left: 0;
	margin: 0px;
	margin-top: 8px;
	margin-left: 33px;
	line-height: 20px;
}

.list_box ul.column {
	width: 40%;
}

.list_box ul li {
	clear: both;
}
.list_box ul li ul {
	margin-top: 0px;
}

.clear {
	clear: both;
}

.intra_links {
	width: 260px;
	clear: both;
}
.intra_links p {
	margin-top: 12px;
	margin-bottom: -12px;
	position:relative;
}
.intra_links p.solid_line {
	margin: 0px;
	padding-top: 12px;
}

/****************
	Architecture styles
	*********************/

.list_box h1 a {
	font-size: 13px;
}

.practice2 {
	color: #df945d;
	text-align:right;
	font-size: 11px;
	margin: -14px 10px 3px 0;
}

.lowerleft_col {
	margin-left:9px;
	width:460px;
	float:left;
}

.lowerright_col {
	margin-left: 495px;
	width: 460px;
}

.icon_images {
	float:left;
	width:43px;
	margin-top:-10px;
}

.ie .icon_images {
	margin-top:-4px;
}
.list_box2 {
	border: 1px solid #cccccc;
	background: #ebebeb;
	margin-right: -8px;
}

.ie .list_box2 { 
	margin-right: 0px;
}

.list_box2 h1 {
	color: #ff6600;
	font-size: 13px;
	background: #f5f5f5;
	height: 19px;
	margin: 0px;
	padding-top: 5px;
	border-bottom: 1px solid #cfcfcf;
}

.list_box2 h1 a {
	font-size: 13px;
}

.list_box2 p {
	padding-left: 43px;
	margin: 10px 10px 10px 0;
}


.list_box_clear {
	border: 1px solid #666666;
	margin-right: -8px;
	/* NOTE: The list box's height is specified in each HTML doc */
}

.list_box_clear h1 {
	color: #999999;
	font-size: 13px;
	height: 19px;
	margin: 0px;
	padding-left: 10px;
	padding-top: 5px;
}

.list_box_clear p {
	padding-left: 20px;
	margin: 0px;
	margin-top: 10px;
}

.list_box_clear ul  {
	width: 40%;
	list-style: none;
	float: left;
	padding-left: 0;
	margin:0 0 0 6px;
	line-height: 10px;
}

.list_box_clear li {
	background: url(../images/bullet.gif) top left no-repeat;
	padding-left:16px; margin:10px 5px 4px 5px;
}



/****************
	Home Page Only
*****************/

#featured_case_study, #meet_the_team {
	margin-left: 93px;
}

#featured_case_study {
	width: 372px;
	height: 110px;
	border-bottom: 1px solid #CCCCCC;
	margin-top: 30px;
	margin-bottom: 28px;
	padding-bottom:10px;
}
 
.ie7 #featured_case_study {
	margin-top: 20px;
}

/* -- End Home Page Only --> */

.call_to_action {
	margin-top:20px;
	margin-left:9px;
}

.solid_line {
	width:100%;
	border-bottom: 1px solid #CCCCCC;
	clear: both;
}

/*
.ie8 #main_html hr {
	margin-top: 30px;
	clear: both;
}
*/
