@charset "UTF-8";
/* CSS Document */

/**************************************************************
***************************************************************
*
*                       page layout
* 
***************************************************************        
**************************************************************/

#pageContainer {
	position: relative;
	}

#header {
	height: 56px;
	width: 930px;
	background: #000000;
	padding: 24px 0px 0px 48px;
}

#banner {
	width: 978px;
	height: 235px;
	/*position: absolute;
	top: 135px;
	z-index: 200;*/
	background: #000000 url(/assets/graphics/banner-bg-2.jpg) no-repeat right;
	}

#pageContent {
	width: 948px;
	padding: 15px 15px 0px 15px;
	background: #FFFFFF;
	}
	
/**************************************************************
***************************************************************
*
*                     basic page
* 
***************************************************************        
**************************************************************/

.basicPage #pageContent .column1 {
	width: 848px; /* 708px; */
	height: auto;
	margin: 0px 50px 20px 50px;
	}
	
.basicPage #pageContent .column1 h1 {
	padding-bottom: 10px;
	border-bottom: #CCCCCC solid 1px;
	}
	
/**************************************************************
***************************************************************
*
*                     content page
* 
***************************************************************        
**************************************************************/

.contentPage #pageContent .column1 {
	float: left;
	width: 225px;
	height: auto;
	margin-right: 15px;
	}

.contentPage #pageContent .column2 {
	float: left;
	width: 575px; /* 708px; */
	height: auto;
	margin: 0px 108px 20px 25px;
	}
	
.contentPage #pageContent .column2 h1 {
	padding-bottom: 10px;
	border-bottom: #CCCCCC solid 1px;
	}

/**************************************************************
***************************************************************
*
*                     news page
* 
***************************************************************        
**************************************************************/

.newsPage #pageContent .column1 {
	float: left;
	width: 225px;
	height: auto;
	margin-right: 15px;
	}

.newsPage #pageContent .column2 {
	float: left;
	width: 575px; /* 708px; */
	height: auto;
	margin: 0px 108px 20px 25px;
	}

.newsPage.newsList #pageContent .column2 li {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 20px;
	}

.newsPage.newsItem #pageContent .column2 {
	position: relative;
	}
	
.newsPage #pageContent .column2 h1 {
	margin-bottom: 0;
	padding-bottom: 10px;
	border-bottom: #CCCCCC solid 1px;
	}

.newsPage #pageContent .column2 p a {
	text-decoration: underline;
	}

.newsPage #pageContent .column2 p.publishDate {
	color: #666666;
	margin: 3px 0px 0px 0px;;
	}

.newsPage #pageContent .column2 .dateBox {
	width: 75px;
	height: 55px;
	padding-top: 20px;
	position: absolute;
	z-index: 500;
	left: 595px;
	top: 26px;
	color: #FFFFFF;
	background-image: url(/assets/graphics/date-tab.gif);
	background-repeat: no-repeat;
	text-align: center;
	}

.newsPage #pageContent .column2 li .dateBox {
	top: -10px;
	}

.newsPage #pageContent .column2 .dateBox .day {
	font-size: 25px;
	}

.newsPage #pageContent .column2 .dateBox .month {
	font-size: 14px;
	text-transform: uppercase;
	}

/**************************************************************
***************************************************************
*
*                     gallery page
* 
***************************************************************        
**************************************************************/

.galleryPage #pageContent .column1 {
	float: left;
	width: 225px;
	height: auto;
	margin-right: 15px;
	}

.galleryPage #pageContent .column2 {
	float: left;
	width: 660px; /* 708px; */
	height: auto;
	margin: 0px 23px 20px 25px;
	}
	
.galleryPage #pageContent .column2 h1 {
	padding-bottom: 10px;
	border-bottom: #CCCCCC solid 1px;
	}

.galleryPage #pageContent .imageBox {
	width: 210px;
	height: auto;
	}

.galleryPage #pageContent .imageBox img {
	background-color: #CCCCCC;
	}

.galleryPage #pageContent .gallery li {
	display: inline;
	float: left;
	margin: 0px 15px 15px 0px;
	}

.galleryPage #pageContent .gallery li.lastItem {
	display: inline;
	float: left;
	margin: 0px 0px 15px 0px;
	}

.galleryPage #pageContent .gallery li h2 {
	font-size: 1.1em;
	margin: .5em 0em;
	}

.galleryPage #pageContent .gallery li p {
	line-height: 1.2em;
	margin: .5em 0em;
	}
	
/**************************************************************
***************************************************************
*
*                     contact page
* 
***************************************************************        
**************************************************************/

ul#contactDetails li {
	display: block;
	clear: left;
	padding: 0px 0px 20px 0px;
	margin: 20px 0px 12px 0px;
	}


ul#contactDetails h3 {
	margin-bottom: 0px;
	}

ul#contactDetails h3 + p {
	margin-top: 0px;
	}

ul#contactDetails dl {
	margin: 12px 0px 12px 0px;
}

ul#contactDetails dt {
	float: left;
	clear: left;
	margin-right: 5px;
}

ul#contactDetails dd {
	margin: 3px 0px 3px 0px;
}

	
/**************************************************************
***************************************************************
*
*                      home page
* 
***************************************************************        
**************************************************************/

.homePage #pageContent {
		background: #CCCCCC;
		}

.homePage #pageContent #mainColumn {
	float: left;
	width: 627px;
	height: auto;
	margin-right: 15px;
	}

	
.homePage #pageContent #mainColumn .column,
.homePage #pageContent #sideColumn {
	float: left;
	width: 306px;
	height: auto;
	}

.homePage #pageContent #mainColumn #subColumn1 {
	margin-right: 15px;
	}

.homePage h1, .homePage h2, .homePage h3 { font-weight: normal; }


/*************************************

           main feature
			 
*************************************/

.homePage #mainFeature {
	width: 627px;
	height: auto;
	margin: 0px 0px 15px 0px;
	color: #FFFFFF;
	background: #000000 url(/assets/graphics/home-feature-base.gif) no-repeat bottom;
	}

.homePage #mainFeature .container {
	width: 587px;
	padding-bottom: 10px;
	margin: 10px 20px 10px 20px;
	}

.homePage #mainFeature .container h1 {
	font-size: 1.6em;
	margin: 0;
	color: #FFFFFF;
	}

.homePage #mainFeature .container p {
	margin: .5em 0em;
	}

.homePage #mainFeature .container p a {
	color: #FF9900;
	}
.homePage #mainFeature .container p a:hover {
	color: #CCCCCC;
	}

/*************************************

           highlight blocks
			 
*************************************/

.homePage #pageContent .highlightBlock {
	position: relative;
	background-color: #FFFFFF;
	margin-bottom: 15px;
	}

/* headings*/
.homePage #pageContent  h2 {
	width: 306px;
	height: 38px;
	text-indent: -9000px;
	margin: 0;
	}

.homePage #pageContent #myOpinion h2 {
	background: url(/assets/graphics/home-opinion-heading.gif) no-repeat;
	}
.homePage #pageContent #mediaHighlights h2 {
	background: url(/assets/graphics/home-media-heading.gif) no-repeat;
	}
.homePage #pageContent #latestNews h2 {
	background: url(/assets/graphics/home-news-heading.gif) no-repeat;
	}
.homePage #pageContent #speakingHighlights h2 {
	background: url(/assets/graphics/home-speaking-heading.gif) no-repeat;
	}
.homePage #pageContent #featuredVideo h2 {
	background: url(/assets/graphics/home-video-heading.gif) no-repeat;
	}
.homePage #pageContent #businessServices h2 {
	background: url(/assets/graphics/home-services-heading.gif) no-repeat;
	}
.homePage #pageContent #latestImages h2 {
	background: url(/assets/graphics/home-images-heading.gif) no-repeat;
	}
.homePage #pageContent #businessAppointments h2 {
	background: url(/assets/graphics/home-appointments-heading.gif) no-repeat;
	}
.homePage #pageContent #electionViews h2 {
	background: url(/assets/graphics/home-election-views-heading.gif) no-repeat;
	}

/* more link */	
.homePage #pageContent .highlightBlock h3 {
	display: block;
	clear: both;
	width: 286px;
	height: 20px;
	margin: 0;
	padding: 8px 10px 0px 10px;
	font-size: 1.1em;
	text-transform: uppercase;
	background: #F2F2F2;
	}

/* election views */

.homePage #pageContent #electionViews h2 {
	background: url(/assets/graphics/home-election-views-heading.gif) no-repeat;
	}

.homePage #pageContent .highlightBlock#electionViews h3 {
	background: #333366;
	}

.homePage #pageContent .highlightBlock#electionViews h3 a {
	color: #fff;
	}

.homePage #pageContent .highlightBlock .electionView {
	margin: 4px 0;
	padding: 5px 15px 8px 40px;
	background: url(/assets/graphics/election-view-arrow.gif) no-repeat 10px center;
	}

.homePage #pageContent .highlightBlock .electionView#ev1,
.homePage #pageContent .highlightBlock .electionView#ev2 {
	border-bottom: 1px solid #CCCCCC;
	}
	
.homePage #pageContent .highlightBlock .electionView#ev2 {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity:0.5;
	}

.homePage #pageContent .highlightBlock .electionView#ev3 {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=35);
	-moz-opacity: 0.35;
	opacity:0.35;
	}
	
.homePage #pageContent .highlightBlock#electionViews p {
	margin: 1em;
	}
/*
.homePage #pageContent .highlightBlock#electionViews p a {
	color: #FF9900;
	font-weight: bold;
	}*/

.homePage #pageContent .highlightBlock#electionViews a.quickLink {
	background-image: url(/assets/graphics/quicklink-333366.gif);
	}


/* carousel */

.homePage #pageContent .carousel ol li { /* fix 1 pixel bug ie6 */
	display: inline;
	}
	
.homePage #pageContent .carousel ol a {
	display: block;
	width: 141px;
	height: 31px;
	padding: 5px 10px 0px 155px;
	background-color: #B3B3B3;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 1em;
	border-bottom: #FFFFFF solid 1px;
	}

.homePage #pageContent .carousel ol .lastItem  a {
	height: 32px;
	border-bottom: none;
	}
	
.homePage #pageContent .carousel ol a:hover {
	color: #FFFFFF;
	background: #999999;
	}
	
.homePage #pageContent .carousel ol img {
	position: absolute;
	top: 38px;
	left: 0px;
	visibility: hidden;
	}

.homePage #pageContent .carousel ol .firstItem a {
	background-color: #666666;
	}

.homePage #pageContent .carousel ol .firstItem img {
	visibility: visible;
	}

.homePage #pageContent .carousel ol a:hover img {
	visibility: visible;
	}

.homePage #pageContent .carousel ul {
	margin: 10px 10px 15px 10px;
	list-style-type: disc;
	list-style-position: inside;
	color: #333366;
	}

.homePage #pageContent .carousel ul li {
	line-height: 1em;
	margin: 1em 0em;
	}

.homePage #pageContent .carousel ul a {
	color: #333366;
	}

.homePage #pageContent .carousel ul a:hover {
	color: #CCCCCC;
	}
	
/* media highlights */
.homePage #pageContent #mediaHighlights li {
	width:291px;
	padding: 10px 5px 10px 10px;
	border-bottom: #999999 solid 1px;
	}

.homePage #pageContent #mediaHighlights li.lastItem {
	border-bottom: none;
	}
	
.homePage #pageContent #mediaHighlights li img {
	float: left;
	margin: 0em 1em .5em 0em;
	}
	
/* business services */
.homePage #pageContent #businessServices p {
	margin: 10px 10px 10px 15px;
	}

.homePage #pageContent #businessServices li {
	border-top: #FFFFFF solid 1px;
	}
	
.homePage #pageContent #businessServices li h3 {
	font-size: .9em;
	}
	
/* business appointments */
.homePage #pageContent #businessAppointments #clientLogos {
	width: 306px;
	height: 139px;
	background: url(/assets/graphics/home-client-logos.jpg) no-repeat;
	}

.homePage #pageContent #businessAppointments #clientLogos a {
	display: block;
	width: 122px;
	height: 62px;
	margin-left: 184px;
	text-indent: -9000px;
	}
/**************************************************************
***************************************************************
*
*                       helper classes
* 
***************************************************************        
**************************************************************/

#footer {
	background-color: #000000;
	}

#footer p {
	color: #FFFFFF;
	padding-left: 15px;
	}

/**************************************************************
***************************************************************
*
*                       helper classes
* 
***************************************************************        
**************************************************************/

.quickLink a, a.quickLink {
	padding-left: 18px;
	background-image: url(/assets/graphics/quicklink.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}
	
.quickLink a:hover, a:hover.quickLink {
	background-image: url(/assets/graphics/quicklink-hover.gif);
	}

.date {
	color: #999999;
	}