ul, li, h1, h2, h3 {
	margin: 0;
	padding: 0;
}

p {
	padding-top: 0px;
	margin-top: 0px;
}



.clearFix {
	height: 0px; 
	clear: both; 
	display: block; 
	margin: 0; 
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	color: #303030;
}

a 	{
	color: #9c976e;
	text-decoration: none;
}

a:hover	{
	text-decoration: underline;
}

/* ------------------------------- */
/*             top                 */
/* ------------------------------- */

#topHomeWrapper { 
	height: 117px;
	background: url('../images/chicago-skyline-home-bg.jpg') repeat-x top center;
}

#topHomeContainer {
	margin: 0 auto; 
	width: 705px;	 
	height: 117px;
	background: url('../images/chicago-skyline-home.jpg') repeat-x top center;
	position: relative;
}

#topSecWrapper { 
	height: 117px;
	background: url('../images/chicago-skyline-sec-bg.gif') repeat-x top center;
}

#topSecContainer {
	margin: 0 auto;
	width: 705px;
	height: 117px;
	background: url('../images/chicago-skyline-sec.gif') repeat-x top center;
	position: relative;
	background-image: url(../images/chicago-skyline-sec.gif);
}


/* ------------------------------- */
/*       utility navigation        */
/* ------------------------------- */

#utilityNavHome {
	position: absolute;
	top: 10px;
	left: 405px;
	width: 300px;
}


#utilityNavHome li {
	float: right;
	list-style: none;
	padding: 0px 10px 0px 0px;
}

#utilityNavHome a {
	color: #FFFFFF;
	text-decoration:  none;
}

#utilityNavHome a:hover {
	text-decoration:  underline;
}



#utilityNav {
	position: absolute;
	top: 10px;
	left: 405px;
	width: 300px;
}


#utilityNav li {
	float: right;
	list-style: none;
	padding: 0px 10px 0px 0px;
}


#utilityNav a {
	color: #4c4905;
	text-decoration:  none;
}

#utilityNav a:hover {
	text-decoration:  underline;
}

#SocialMedia {
	position: absolute;
	top: 40px;
	left: 637px;
	width: 60px;
}


#SocialMedia li {
	float: right;
	list-style: none;
	padding: 0px 10px 0px 0px;
}



/* ------------------------------- */
/*         main navigation         */
/* ------------------------------- */

#navWrapper { 
	height: 28px;
	background: url('../images/nav-bg.gif');
}

#nav {
	margin: 0 auto; 
	width: 705px;	 
	height: 28px;
}

.top_nav {
	padding:0; 
	margin:0 auto; 
    list-style-type:none;
    position:relative; 
	z-index: 10;
}

.top_nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.top_nav li {
	float: right;
	position: relative;
	font-size: 12px;
	font-weight: bold;
}

.top_nav li a {
	padding: 6px 10px;
	color: #4c4905;
	text-decoration:none;
	display:block;
}

.top_nav li a:hover {
	color: #f0fede;
	background-image: url(../images/nav-bg-on.gif);
	background-position: 2px 0px;
}
  
.top_nav li.selected {
	background-color: #797744;
}

.top_nav li ul {
	text-align: left;
	display: none;
	position: absolute;
	left: 0;
	background-color: #797744;
}

.top_nav li ul li {
	float:none;
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
    left:0%;
	display:block;
	border-bottom:1px solid #f0fede;
}

.top_nav li ul li a {
	color: #f0fede !important;
	background-image: none !important;
}

.top_nav li ul li a:hover {
	background-color: #4c4905 !important;
	background-image: none !important;
}

.top_nav li ul li .selected {
	background-color: #4c4905;
}

.top_nav li>ul {
	top: auto;
	left: auto;
}

.top_nav li:hover ul, .top_nav li.over ul {
	display: block;
} 


/* 797744 */

/* ------------------------------- */
/* specify top_nav drop menu sizes */
/* ------------------------------- */

.top_nav li#b_about_PReturn, .top_nav li#b_about_PReturn li {
	width: 125px;
}

.top_nav li#b_services {
	width: 90px;
}

.top_nav li#b_services li {
	width: 150px;
}

.top_nav li#b_case-studies, .top_nav li#b_case-studies li {
	width: 110px;
}

.top_nav li#b_newsroom, .top_nav li#b_newsroom li {
	width: 95px;
}


.top_nav li#b_contact-us, .top_nav li#b_contact-us li {
	width: 105px;
}





/* ------------------------------- */
/*   page button selected state    */
/* ------------------------------- */

#about_PReturn #b_about_PReturn a, #history #b_about_PReturn a, #leadership #b_about_PReturn a, #clients #b_about_PReturn a, #services #b_services a, #trade-show-support #b_services a, #thought-leadership #b_services a, #speaking-opportunities #b_services a, #social-media-programs #b_services a, #presentation-training #b_services a, #message-development #b_services a, #media-training #b_services a, #media-relationships #b_services a, #media-influencer-strategy #b_services a, #launches #b_services a, #content-development #b_services a, #bylined-articles #b_services a, #blog-management #b_services a, #analyst-relations #b_services a, #newsroom #b_newsroom a, #company-newsletters #b_newsroom a, #fact-sheet #b_newsroom a, #making-headlines #b_newsroom a, #press-release #b_newsroom a, #case-studies #b_case-studies a, #contact-us #b_contact-us a  {
	color: #f0fede;
	background-image: url(../images/nav-bg-on.gif);
	background-position: 2px 0px;
}


/* ------------------------------- */
/*         home bottom box         */
/* ------------------------------- */


.bottom_box_home {
	margin: 0 auto;
	padding: 20px 0px 30px 0px;
	font-size: 11px;
	color: #303030;
	width: 705px;
}

.bottom_box_home a {
	color: #9d986d; 
	text-decoration: none;
	font-weight: bold;
}

.bottom_box_home a:hover {
	color: #4c4905; 
	text-decoration: underline;
}

.bottom_box_home h3 		{
	margin: 2px 0px 0px 0px;
	color: #4c4905; 
	font-size: 12px; 
	font-weight: bold;
}

.bottom_box_home ul 		{
	list-style: none;
	margin: 0; 
	padding: 0; 
	line-height: 18px;
}

.bottom_box_home .column {
	float: left;
	width: 140px;
	margin: 0 20px 0px 0px;
	padding: 0 15px 0px 0px;
	border-right: 1px solid #e6e7d3;
}


/* ------------------------------- */
/*        home content area        */
/* ------------------------------- */

#mainHomeContentWrapper {
	background-image: url(../images/bg-stripe.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#mainHomeContent {
	margin: 0 auto;
	padding: 30px 0px 0px 0px;
	color: #303030;
	width: 705px;
	background-image: url(../images/Harness-the-power-of-media-4.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
	
#mainHomeContentLeft {
	float: left;
	width: 675px;
	padding-left: 20px;
}

#mainHomeContentLeft h1 {
	font-size: 30px;
	font-weight: bold;
	padding: 0px 0px 8px 0px;
}

#mainHomeContentLeft h2 {
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 7px 0px;
}

#mainHomeContentLeft h3 {
	font-size: 20px;
	font-style: italic;
	padding: 0px 0px 15px 0px;
}

#mainHomeContentLeft p {
	padding: 0px 30px 0px 30px;
	line-height: 18px;
}

#mainHomeContentRight {
	float: left;
	padding: 50px 0px 9px 0px;
	bottom: auto;
}




/* ------------------------------- */
/*        sec  content area        */
/* ------------------------------- */



#mainContentTop {
	margin: 0 auto;
	width: 705px;
}
	
#mainContentLeftTopAboutPR {
	background-image: url(../images/arrow-graphic-AboutPR.gif);
	background-repeat: no-repeat;
	float: left;
	width: 168px;
	height: 204px;
}

#mainContentLeftTopAboutPR h3 {
	color:  #FFFFFF; 
	font-size: 16px;
	font-weight: bold;
	padding: 25px 0px 10px 15px;
}

#mainContentLeftTopAboutPR p {
	color:  #FFFFFF; 
	font-size: 11px;
	padding: 0px 10px 0px 15px;
	line-height: 17px;
}

#mainContentLeftTopBrown {
	background-image: url(../images/arrow-bg-brown.gif);
	background-repeat: no-repeat;
	float: left;
	width: 168px;
	height: 204px;
}

#mainContentLeftTopBrown h3 {
	color:  #FFFFFF; 
	font-size: 16px;
	font-weight: bold;
	padding: 25px 0px 10px 15px;
}

#mainContentLeftTopBrown p {
	color:  #FFFFFF; 
	font-size: 11px;
	padding: 0px 10px 0px 15px;
	line-height: 17px;
}

#mainContentLeftTopNewsroom {
	background-image: url(../images/arrow-graphic-Newsroom.gif);
	background-repeat: no-repeat;
	float: left;
	width: 168px;
	height: 204px;
}

#mainContentLeftTopNewsroom h3 {
	color:  #FFFFFF; 
	font-size: 16px;
	font-weight: bold;
	padding: 25px 0px 10px 15px;
}

#mainContentLeftTopNewsroom p {
	color:  #FFFFFF; 
	font-size: 11px;
	padding: 0px 10px 0px 15px;
	line-height: 17px;
}

#mainContentLeftContact {
	background-image: url(../images/arrow-graphic-Contact.gif);
	background-repeat: no-repeat;
	float: left;
	width: 168px;
	height: 204px;
}

#mainContentLeftContact h3 {
	color:  #FFFFFF; 
	font-size: 16px;
	font-weight: bold;
	padding: 25px 0px 10px 15px;
}

#mainContentLeftContact p {
	color:  #FFFFFF; 
	font-size: 11px;
	padding: 0px 10px 0px 15px;
	line-height: 17px;
}

#mainContentRightTop {
	float: left;
	width: 168px;
}





#mainContent {
	margin: 0 auto;
	width: 705px;
	background-image: url(../images/secondaryNav-bg.jpg);
	background-repeat: no-repeat;
}
	
#mainContentLeftColumn {
	float: left;
	width: 168px;
}


#mainContentRightColumn {
	float: left;
	width: 537px;
}

#mainContentRight {
	padding: 20px 10px 0px 20px;
	float: left;
	width: 507px;
	line-height: 20px;
}

#mainContentRight h1 {
	color: #524b26;
	font-size: 16px;
}

#mainContentRight h2 {
	color: #524b26;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;	
}


/* ------------------------------- */
/*          subNav                 */
/* ------------------------------- */


#subNav {
	width:168px;
	display: block;
	padding-top: 20px;
}

#subNav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size:11px;
}

#subNav li {
	position: relative;
	font-size: 12px;
	font-weight: bold;
}

#subNav li a {
	color:#524b26;
	padding: 5px 10px 5px 20px;
	text-decoration:none;
	display:block;
}

#subNav li ul li a {
	padding-left: 30px;
	position: relative;
	font-size: 12px;
	font-weight: normal;
}

#subNav li a:hover {
	background-color: #f6f5f3;
}

#subNav .selected {
	font-weight: bold;
	background-color: #f6f5f3
} 

 



/* ------------------------------- */
/*         sec bottom box          */
/* ------------------------------- */


.bottom_box_wrapper {
	background-image: url(../images/bg-stripe.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 20px 0px 30px 0px;
}

.bottom_box {
	margin: 0 auto;
	padding: 0px 0px 30px 0px;
	font-size: 11px;
	color: #303030;
	width: 551px;
}

.bottom_box_container {
}

.bottom_box_content {
	width: 543px;
	background-color: #FFFFFF;
	border-left: 1px #9d986d solid;
	border-right: 1px #9d986d solid;
}

.bottom_box_content p {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.bottom_box_content a {
	color: #9d986d; 
	text-decoration: none;
	font-weight: bold;
}

.bottom_box_content a:hover {
	color: #4c4905; 
	text-decoration: underline;
}

.bottom_box_content h3 {
	margin: 0px 0px 8px 0px;
	color: #4c4905; 
	font-size: 12px; 
	font-weight: bold;
}

.bottom_box_content ul {
	float: left;
	list-style: none;
	padding: 0px 0px 0px 20px; 
	line-height: 18px;
}

.bottom_box_content .column {
	float: left;
	padding: 0px 0px 0px 20px;
}




/* ------------------------------- */
/*               footer            */
/* ------------------------------- */

#footer {
	border-top: 1px solid #e6e7d3;
	margin: 0 auto;
	padding: 20px 0px 20px 0px;
	font-size: 10px;
	color: #b4b1a1;
	width: 705px;
}

#footer a {
	color: #b4b1a1; 
	text-decoration: none;
}

#footer a:hover {
	color: #4c4905; 
	text-decoration: underline;
}
