/* 
Project Stylesheet
Author: Jack Behar
Questions/Comments: jack.behar@project83.com
*/



body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#312d25;
	background:url(../images/internal-bg.gif) repeat-x top left;
}
body#home {
	background:url(../images/home-bg.gif) repeat-x top left;
}
#wrap {
	margin:0 auto;
	width:770px;
}
/*///////////////////////////////////
TYPOGRAPHY STYLES
//////////////////////////////////*/

p {
	font-size:.81em;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.38em;
	font-weight:normal;
	color:#6a6952;
}
ul {
	list-style:none;
	margin:0;
}
ul li {
	font-size:.81em;
	font-weight:bold;
	background:url(../images/arrow.gif) top left no-repeat;
	padding-left:33px;
	line-height:1.2em;
	padding-bottom:.8em;
}
ul.option2 li {
	background:url(../images/arrow2.gif) top left no-repeat;
}
ul.option3 li {
	background:url(../images/arrow3.gif) top left no-repeat;
}
ul.no-bullet li {
	background-image:none;
	padding-left:0;
}
ol {
	margin:0 0 0 30px;
}
ol li {
	font-size:.81em;
	font-weight:bold;
	padding-left:5px;
	line-height:1.2em;
	padding-bottom:.8em;
}
.red {
	color:#7b0101;
}
/*///////////////////////////////////
LAYOUT STYLES
//////////////////////////////////*/

/*branding*/
#branding {
	position:relative;
	width:auto;
	height: 97px;
}
#branding h1 {
	position:absolute;
	width:265px;
	height:93px;
	left:0;
	top:0;
	background:url(../images/logo.png) left top no-repeat;
	text-indent:-9999px;
}
#branding h1 a {
	display:block;
	width:265px;
	height:93px;
}
/*nav*/

ul#nav {
	position:absolute;
	bottom:4px;
	right:0;
	padding:0;
	margin:0;
	width:515px;
	height:32px;
	/*background:url(../images/nav-bg.gif) left top no-repeat;*/
}
ul#nav li {
	display:inline;
	float:left;
	padding:0;
	margin:0;
	background-image:none;
}
ul#nav li a {
	display:block;
	width:75px;
	height:32px;
	text-align:center;
	color:#39352d;
	font-weight:normal;
	font-size:1em;
	line-height:2.5em;
	text-decoration:none;
	background:url(../images/nav_bg.png) no-repeat top right;
}
ul#nav li a#nav-expertise {
	width:137px;
}

ul#nav li a:hover {
	color:#9f0303;
}
#body#home ul#nav li a#nav-home, body#home ul#nav li a#nav-home:hover, body#about ul#nav li a#nav-about, body#about ul#nav li a#nav-about:hover, body#solutions ul#nav li a#nav-solutions, body#solutions ul#nav li a#nav-solutions:hover, body#resources ul#nav li a#nav-resources, body#resources ul#nav li a#nav-resources:hover, body#contact ul#nav li a#nav-contact, body#contact ul#nav li a#nav-contact:hover, body#expertise ul#nav li a#nav-expertise, body#expertise ul#nav li a#nav-expertise:hover {
#	background:url(../images/tab-bg.png) left bottom no-repeat;
#	color:#454536;
#}

body#expertise ul#nav li a#nav-expertise, body#expertise ul#nav li a#nav-expertise:hover {
	background:url(../images/tab-bg-wide.png) left bottom no-repeat;
}


/*banners*/

h2#home-banner {
	width:770px;
	height:201px;
	background:url(../images/home-banner.jpg) left top no-repeat;
	text-indent:-9999px;
	border:none;
}
h2#approach-banner {
	width:770px;
	height:104px;
	background:url(../images/approach-banner.jpg) left top no-repeat;
	text-indent:-9999px;
	border:none;
}
.top-banners {
	margin-bottom: 1.2em;
}
/*content*/
#content {
	padding-bottom:60px;
}
#content-main {
	float:left;
	width:506px;
}
#content-sidebar {
	float:right;
	width:220px;
}
/*sidebars*/

.sidebar-container {
	width:175px;
	height:auto;
	display:block;
	background: url(../images/new-sidebar-bg.jpg) left top no-repeat;
	padding:15px 15px 0 30px;
	
}
.sidebar-bottom{
	background:url(../images/new-sidebar-bottom.jpg) top left no-repeat;
	width:220px;
	height:62px;
	margin-bottom:20px;
}
.sidebar-container h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	font-weight:normal;
	color:#a1080d;
	
}
.sidebar-container h3.second {
	margin-top:30px;
}
.sidebar-container p {
	color:#4b4a3f;
	font-size:.69em;
	line-height:1.2em;
}
.sidebar-container ul {
	margin:0;
	padding:0;
	list-style:none;
}
.sidebar-container li {
	background:url(../images/tree-bullet.gif) left top no-repeat;
	padding-left:33px;
	font-size:.75em;
	line-height:1.4em;
	font-weight:normal;
	padding-top:5px;
	padding-bottom:5px;
	margin:0;
}

.sidebar-container ul ul{
	margin:5px 0;
	padding:0;
	list-style:none;
}

.sidebar-container li li {
	background:none;
	padding-left:0;
	font-size:.9em;
	line-height:1em;
	font-weight:normal;
	padding-top:5px;
	padding-bottom:5px;
	margin:0;
}
.sidebar-container a {
	color:#27261e;
}
.sidebar-container a.active {
	text-decoration:none;
	font-weight:bold;
}
#free-resources {
	padding-top:30px;
}

/* Membership sidebar*/

.sidebar-membership {
			padding:0 0 0 20px;
}

.sidebar-membership ul {
	width:180px;
	
}
.sidebar-membership li {
	padding:0 10px 0 0;
	margin:0;
	width:52px;
	background-image:none;
	float:left;
	}

.sidebar-membership li.last {
	width:118px;
	padding-right:0;
}
.sidebar-membership p {
	font-size:.7em;
	color:#595959;
}


/*nesletter signup*/




fieldset#newsletter {
	padding:0;
	margin: 0;
	width:auto;
}
fieldset#newsletter label {
	font-weight: normal;
}
fieldset#newsletter ul {
	list-style:none;
}
fieldset#newsletter li label {
	float:left;
	clear:right;
	width:70px;
	text-align:left;
	padding-right:0;
	padding-top:.2em;
	color:#4b4a3f;
	font-size:.85em;
}
fieldset#newsletter li input {
	width: 95px;
	margin:0;
	color:#4b4a3f;
	font-size:.85em;
	padding:0;
}
fieldset#newsletter li input#submit {
	width:75px;
	padding:2px;
	margin-left:70px;
}
/*footer*/
#footer-wrap {
	width:auto;
	height:176px;
	background:url(../images/footer-wrap-bg.gif) left top repeat-x;
}
#footer {
	width:770px;
	margin:0 auto;
	background:url(../images/tree.gif) center top no-repeat;
}
ul#footer-nav {
	padding:90px 0 0 0;
	width:24.5em;
	margin:0 auto;
}
ul#footer-nav li {
	display:inline;
	float:left;
	margin:0;
	padding:0 .55em;
	border-right:#4b4b45 1px solid;
	background-image:none;
}
ul#footer-nav li.last {
	padding-right:0;
	border-right:none;
}
ul#footer-nav li.first {
	padding-left:0;
}
ul#footer-nav li a {
	display:block;
	font-weight:normal;
	color:#4b4b45;
	font-size:.69em;
	text-decoration:none;
}
ul#footer-nav li a:hover {
	text-decoration:underline;
}
#footer p {
	color:#4b4b45;
	font-size:.69em;
	text-align:center;
	padding-top:.5em;
}
/*home page*/

p.cap-a {
	background: url(../images/cap-a.gif) left top no-repeat;
	text-indent: 37px;
	padding-top: 10px;
}

body#home p.cap-O {
	background: url(../images/cap-o.gif) left top no-repeat;
	text-indent: 37px;
	padding-top: 10px;
	font-size:.88em;
}

p.cap-O {
	background: url(../images/cap-o.gif) left top no-repeat;
	text-indent: 37px;
	padding-top: 12px;
}

p.cap-t {
	background: url(../images/cap-t.gif) left top no-repeat;
	text-indent: 30px;
	padding-top: 10px;
}

p.cap-w {
	background: url(../images/cap-w.gif) left 3px no-repeat;
	text-indent: 35px;
	padding-top: 10px;
}

p.cap-t {
	background: url(../images/cap-t.gif) left top no-repeat;
	text-indent: 32px;
	padding-top: 10px;
}

p.cap-i {
	background: url(../images/cap-i.gif) left top no-repeat;
	text-indent: 25px;
	padding-top: 10px;
}

p.cap-s {
	background: url(../images/cap-s.gif) -5px top no-repeat;
	text-indent: 25px;
	padding-top: 10px;
}

p.cap-c {
	background: url(../images/cap-c.gif) left top no-repeat;
	text-indent: 35px;
	padding-top: 10px;
}
p.cap-l {
	background: url(../images/cap-l.gif) left top no-repeat;
	text-indent: 35px;
	padding-top: 10px;
}


p.question {
	font-size:.88em;
	font-weight:bold;
	text-align:center;
}
h3.home-question {
	width:auto;
	height:50px;
	text-align:center;
	background:url(../images/home-question.gif) left top no-repeat;
	text-indent:-9999px;
	margin-bottom:20px;
}

#themes-wrap{
	position:relative;
}

#themes-wrap h2#confessions{
	position:absolute;
	top:303px;
	left:134px;
	text-indent:-9999px;
	border:none;
	margin:0;
	padding:0;
	display:block;
	width:217px;
	height:167px;
	background:url(../images/confessions.jpg) center top no-repeat;
}

ul#themes {
	position:relative;
	width:486px;
	height:771px;
	margin:0;
}
ul#themes li {
	position:absolute;
	width:240px;
	height:303px;
	margin:0;
	padding:0;
}
ul#themes li#q1 {
	background:url(../images/new-q1-bg.gif) left top no-repeat;
	top:0;
	left:0;
}
ul#themes li#q2 {
	background:url(../images/new-q2-bg.gif) left top no-repeat;
	top:0;
	left:246px;
}
ul#themes li#q3 {
	background:url(../images/new-q3-bg.gif) left top no-repeat;
	top:470px;
	left:0px;
}
ul#themes li#q4 {
	background:url(../images/new-q4-bg.gif) left top no-repeat;
	top:470px;
	left:246px;
}
ul#themes li a {
	position:absolute;
	bottom:0;
	left:0;
	display:block;
	width:240px;
	height:300px;
	line-height:0;
	text-indent:-9999px;
	
}

ul#themes li p {
	width:auto;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:1.25em;
	line-height:1.2em;
	font-weight:normal;
}

ul#themes li#q1 p {
	padding:20px 10px 0 40px;
}

ul#themes li#q2 p {
	padding:20px 30px 0 20px;
}


ul#themes li#q3 p {
	padding:55px 10px 0 40px;
}

ul#themes li#q4 p {
	padding:55px 40px 0 20px;
}





/*The AG Approach page*/

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.13em;
	color:#000000;
	font-weight:normal;
	padding-bottom:0;
	line-height:1.5em;
	border-bottom:#cbcaa9 1px solid;
}
h3.theme-hdr {
	font-size:1.13em;
	color:#b11800;
	font-weight:normal;
	height:78px;
	width:auto;
	padding-left:55px;
	border-bottom:none;
}

h3.theme-hdr {
	font-size:1.13em;
	color:#b11800;
	font-weight:normal;
	height:38px;
	width:auto;
	padding-left:55px;
	padding-top:40px;
	border-bottom:none;
}

h3.theme-hdr#discovery {
	background:url(../images/discovery-hdr.gif) left top no-repeat;
}


h3.theme-hdr#exec {
	background:url(../images/exec-hdr.gif) left top no-repeat;
}


h3.theme-hdr#strategic {
	background:url(../images/strategic-hdr.gif) left top no-repeat;
}

h3.theme-hdr#coaching {
	background:url(../images/coaching-hdr.gif) left top no-repeat;
}

h3.theme-hdr#planning {
	background:url(../images/quarterly-hdr.gif) left top no-repeat;
}



h3.theme-hdr span {
	color:#7b0101;
	font-weight:bold;
}
h4 {
	font-size:1em;
	color:#7b0101;
	font-weight:normal;
	line-height:1.2em;
}
.approach-wrap {
	padding:0 0 20px 15px;
}
.approach-wrap-last {
	padding:0 0 0 15px;
}
.approach-wrap img {
	padding:0 0 0 15px;
}
/*testimonials*/

p.quote {
	padding-left:40px;
	background: url(../images/quote) left top no-repeat;
}
p.cite {
	text-align:right;
	font-size:.75em;
	font-style:italic;
	padding-bottom:3em;
	padding-left:40px;
}
#/*Solutions*/
#
#solutions-wrap {
#			padding-top:0;
#}

#solutions-wrap ul {
	width:495px;
}
#solutions-wrap li {
	padding:0;
	background-image:none;
	font-weight:normal;
	width:240px;
	float:left;
	padding-right:15px;
	margin-bottom:1em;
}

#solutions-wrap li.last {
	padding-right:0;
}
#solutions-wrap p {
	font-size:.9em;
	margin:0;
	line-height:1.2em;
}
#solutions-wrap p.last {
	margin-bottom: 0;
	border-bottom:none;
	
}
#solutions-wrap a {
	color:#7b0101;
	font-weight:bold;
	font-size:1em;
	line-height:1.2em;
	text-decoration:none;
	display:block;
	padding-bottom:.5em;
}

#solutions-wrap a.image {
	font-size:0;
	line-height:0;
	display:inline;
	padding-bottom:0;
}
#solutions-wrap a:hover {
	text-decoration:underline;
}

#solutions-wrap img {
	border:#C0C1C3 4px solid;
	margin-right:10px;
	
	}
	

.how-we-help {
	background:#efe3b0 url(../images/compass.jpg) right bottom no-repeat;
	border: #f3c81e 1px solid;
	padding:20px 20px 70px 20px;
	margin-top:2em;
}


li.pdf{
	background:transparent url(../images/acrobat.png) no-repeat scroll 5px top;
}

.related-solutions{
	color:#9a7916;
	font-weight:bold;
	font-size:.9em;
}

.related-solutions a{
	color:#033d93;
	font-weight:normal;
	font-size:.9em;

}

.intro img{
	float:left;
	margin:0 10px 20px 0;
	border:#C0C1C3 4px solid;
}


/*Clients*/

.client-list{
	width:180px;
	padding:10px;
	margin-left:25px;
	margin-bottom:50px;
	background:#e7e6d7;
	border:#cccbaa 1px solid;
	float:right;
}

.client-list ul li{
	font-weight:normal;
	padding-bottom:.2em;
	
}

/*contact*/

#sidebar-contact #address{
	background:url(../images/address.gif) left -2px no-repeat;
	padding-left:20px;
	font-weight:bold;
	display:block;
	padding-bottom:5px;
}

#sidebar-contact #phone{
	background:url(../images/phone.gif) left -2px no-repeat;
	padding-left:20px;
	font-weight:bold;
	display:block;
	padding-bottom:5px;
}

#sidebar-contact #email{
	background:url(../images/mail.gif) left -2px no-repeat;
	padding-left:20px;
	font-weight:bold;
	display:block;
	padding-bottom:5px;
}

#sidebar-contact p.last{
	margin-bottom:0;
}

/*Resources*/

ul#resources-icons{
	background-image:none;
	padding-left:0;

}

ul#resources-icons li{
	background-image:none;
	float:left;
	border-right:#edece6 1px solid;
	text-align:center;
	padding-left:0;
	width:100px;
}

ul#resources-icons li.last{
	border-right:none;
}

ul#resources-icons li a{
	display:block;
	color:#033D93;
	padding-top:60px;
	height:30px;
	text-decoration:none;
}

ul#resources-icons li a:hover{
	text-decoration: underline;
}

ul#resources-icons li a#articles{
	background:url(../images/articles.gif) center top no-repeat;
}

ul#resources-icons li a#events{
	background:url(../images/events.gif) center top no-repeat;
}

ul#resources-icons li a#white-papers{
	background:url(../images/whitepapers.gif) center top no-repeat;
}

ul#resources-icons li a#videos{
	background:url(../images/videos.gif) center top no-repeat;
}

ul#resources-icons li a#outside-resources{
	background:url(../images/outside-resources.gif) center top no-repeat;
}

