/*******************************************************************************
 *
 *  File:       main.css
 *  Author:     MetaDesign
 *  Created:    17 October, 2005
 *
 *  Description:
 *
 *  Stylesheet for Marshall Strategy Website.  Styles are organized into the
 *  following groups:
 *
 *  - Global
 *  - Columns
 *  - Header
 *  - Banner
 *  - Content
 *  - Testimonial 
 *  - Banner
 *
 *	Arial is the standard font
 *  Font sizes are variable
 *
 *  Standard Colors:
 *
 *	- #000000: Text, Body
 *	- #808080: Text, Testimonial
 *	- #003581: Text, Footer
 *	- #ec6c0e: Text, Link
 *	- #ffffff: Text, Link, Selected
 *	- #fce6e6: Link, Background, Rollover
 *	- #ec6c0e: Link, Background, Selected
 *	- #CCD7E6: Divider, Horizontal
 *
 ******************************************************************************/

/*******************************************************************************
 *
 *  Global
 *
 ******************************************************************************/

/* Include all element styles within ".border" */
/* to ensure we only affect the micro site */

body {
	color: #000000;
	font-family: Arial, Verdana, Helvetica,sans-serif;
	font-size: 12px;
	line-height: 18px;
	background: url(images/background.gif) repeat-x top;
	margin: 0px;
	padding: 0px;
	
}

h1{
}

h2{
	font-size: 14px;
	line-height: 22px;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	font-weight: bold;
}

h3{
	font-size: 12px;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	font-weight: bold;
}
h4 { font-size: 11px; font-weight: normal }
p{
	padding: 0px;
	margin: 0px 0px 12px 0px;
}

a {
	color: #ec6c0e;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	background-color: #fce6e6;

}

a.selected, a.selected:hover{
	color: #ffffff;
	background-color: #ec6c0e;
}

.about_nav {
	font-weight: normal;
	font-size: 11px;
	line-height: 20px;
	padding: 0px;
	margin: 0px;
}

.about_nav a {
	padding: 2px 4px 2px 4px;
	margin-left: 0px;
	font-weight: normal;
}

.about_nav h2{
	font-size: 11px;
}

.about_nav h3{
	font-size: 11px;
	margin-left: 4px;
}
.about_nav p{
	margin-bottom: 4px;
}

.about_nav h2 a {
	font-weight: bold;
	margin: 0px;
}

ul {
margin:0px;
padding-left:0px;
list-style-position: inside
}

#home .banner ul {
list-style: none;
list-style-position: outside;
}

#home .banner li {
background: url('images/arrow_black_orange.gif') no-repeat 0 50%;
padding-left: 14px;
}

#home .content ul {
list-style: none;
list-style-position: outside;
}

#home .content li {
background: url('images/arrow_black.gif') no-repeat 0 50%;
padding-left: 14px;
}


#clients table {
	font-size: 24px;
	line-height: 24px;
	color: #6c8f90;
	text-align: center;
	width: 720px;
	clear: left;
	border-left: 1px solid #6d9091;
	border-right: 1px solid #6d9091;
	border-bottom: 1px solid #6d9091;
}

#clients td {
	width: 60px;
	padding-left: 12px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-left: 1px solid #d6dfe0;
}

#clients tr.row2 td {
	background-color: #eff2f3;
}

#clients td.columnClients {
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	text-align: left;
	color: #000000;
	width: 250px;
	border-left: 0px;
	border-right: 1px solid #6d9091;
}

/* IE doesn't support adjacent selectors */
/* So we explicitly tag the table cell */
#clients td.firstDataCol {
	border-left: 0px;
}

#clients tr.rowHeader td {
	font-size: 11px;
	color: #ffffff;
	background-color: #6c8f90;
}

#clients tr.rowDivider td {
	height: 1px;
	padding: 0px;
	border: 0px;
	background-color: #6c8f90;
}

#clients thead {
	color: #000000;
	font-size: 11px;
	line-height: 16px;
	text-align: left;
	vertical-align: top;
}

#clients tr.title td {
	font-size: 14px;
	padding-top: 0px;
	padding-bottom: 4px;
}

#clients .content .column_left {
	width: 500px;
}


/*******************************************************************************
 *
 *  Columns
 *
 ******************************************************************************/

.column_left, .column_right, .about_column_left, .about_column_right{
	float: left;
	padding: 12px;
	margin-bottom: 12px;
}


.column_left, .column_right{
	width: 300px;
}
.clientlist      { padding: 12px; width: 696px; float: left; border-top: 1px solid #ccd7e6 }
.column_left{
	margin-right: 36px;
}

.about_column_left{
	width: 468px;
	margin-right: 32px;
}

.about_column_left img{
	float: right;
	padding: 5px 0px 12px 12px;
}

.about_column_right{
	width: 176px;
	padding-right: 0px;
	
}


/*******************************************************************************
 *
 *  Header
 *
 ******************************************************************************/

.header {
	width: 720px;
	height: 48px;
	padding: 24px 0px 24px 24px;
	background: url(images/logo_strip.gif) no-repeat top;
}

.global_nav{
	padding-top: 36px;
	float: left;
}

.global_nav a{
	padding: 2px 7px 2px 6px;
	margin: 0px 0px 0px 6px;
	font-weight: normal;
}



.logo {
	float: right;
	padding-top: 29px;
	border: 0px;
}

.logo img{
	border: 0px;
}

.logo a:hover{
	background-color: #ffffff;
}

/*******************************************************************************
 *
 *  Banner
 *
 ******************************************************************************/

.banner {
	height: 132px;
	width: 696px;
	padding: 24px;
	background-color: #000000;
}

#home .banner{
	height: 312px;
	width: 696px;
	padding: 24px;
}

#home .banner a:hover{
	background-color: #6C3009;
}

#home .banner a{
	color: #ffffff;
}

#bannerHome{
	background: url(images/bannerHome.jpg) no-repeat;
}

#bannerWhyMarshall{
	background: url(images/bannerWhyMarshall.jpg) no-repeat;
}

#bannerServices{
		background: url(images/bannerServices.jpg) no-repeat;
}
#bannerPositioning { background-image: url("images/bannerPositioning.jpg") }
#bannerArchitecture { background-image: url("images/bannerArchitecture.jpg") }
#bannerMessaging { background-image: url("images/bannerMessaging.jpg") }
#bannerIdentity { background-image: url("images/bannerIdentity.jpg") }
#bannerNaming { background-image: url("images/bannerNaming.jpg") }
#bannerAbout{
	background: url(images/bannerAbout.jpg) no-repeat;
}

#bannerAbout_Philip{
	background: url(images/bannerAbout_Philip.jpg) no-repeat;
}

#bannerAbout_Brendan{
	background: url(images/bannerAbout_Brendan.jpg) no-repeat;
}

#bannerAbout_Jon{
	background: url(images/bannerAbout_Jon.jpg) no-repeat;
}

#bannerAbout_Ken{
	background: url(images/bannerAbout_Ken.jpg) no-repeat;
}

#bannerAbout_Chiara{
	background: url(images/bannerAbout_Chiara.jpg) no-repeat;
}

#bannerAbout_Justin{
	background: url(images/bannerAbout_Justin.jpg) no-repeat;
}

#bannerAbout_Lauren{
	background: url(images/bannerAbout_Lauren.jpg) no-repeat;
}

#bannerAbout_Celia{
	background: url(images/bannerAbout_Celia.jpg) no-repeat;
}

#bannerAbout_Environment{
	background: url(images/bannerAbout_Environment.jpg) no-repeat;
}

#bannerAbout_Partners{
	background: url(images/bannerAbout_Partners.jpg) no-repeat;
}

#bannerClients{
	background: url(images/bannerClients.jpg) no-repeat;
}

#bannerContact{
	background: url(images/bannerContact.jpg) no-repeat;
}


.intro    { color: #ffffff; font-size: 12px; font-weight: bold; padding: 12px; width: 320px; height: 108px }

#home .banner {
	height: 192px;
	padding: 144px 24px 24px 24px;
}

#home .intro{
	height: 168px;
}

.intro h1{
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	margin: 0px 0px 6px 0px;
}

/*******************************************************************************
 *
 *  content
 *
 ******************************************************************************/

.content{
	width: 720px;
	padding: 12px 0px 24px 24px;
	}

	
/*******************************************************************************
 *
 *  testimonial
 *
 ******************************************************************************/

.testimonial{
	color: #808080;
	font-size: 14px;
	line-height: 22px;
	clear: left;
	width: 696px;
	margin: 0px;
	padding: 12px 24px 24px 0px;
	border-top: 1px solid #CCD7E6;
}

.testimonial blockquote{
	width: 300px;
	margin: 0px 0px 0px 2px;
	padding-left:22px;
	background: url(images/quote_open.gif) no-repeat;
	background-position: 0px 4px;
	
}

.testimonial blockquote p{
	background: url(images/quote_closed.gif) right bottom no-repeat;
	
} 

img.client_logo{
	float: right;
	margin: 6px -22px 0px 0px;
}

/*******************************************************************************
 *
 *  footer
 *
 ******************************************************************************/

.footer{
	color: #003581;
	font-size: 11px;
	clear: left;
	width: 720px;
	padding: 12px 0px 24px 24px;
	border-top: 1px solid #CCD7E6;
}

.footer .column_right{
	width: 310px;
}
