body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 300;
	color: #000;
	font-size: 62.5%;
	background: url( ../images/bg.jpg ) top center repeat-y #f7f7f7;
	height: 1000px;
}

div#body-wrapper {
	padding: 0;
	margin: 0 auto;
	width: 980px;
}

strong {
	font-weight: bold;
}

a {
	cursor: pointer;
}

a:link,
a:visited {
	text-decoration: none;
	color: #6D9E2D;
}

a:hover,
a:active {
	color: #91b75f;
}

div#left-col h1,
div#right-col h1,
div#one-col h1 {
	margin-bottom: 20px;
    font-size: 2.4em;;
	font-weight: bold;
	letter-spacing: -1px;
}

h2 {
    margin: 18px 0;
    font-size: 1.8em;
}

h3 {
    margin: 18px 0;
    font-size: 1.5em;
}

address {
	margin-bottom: 0;
	font-style: normal;
	font-size: 1.3em;
	line-height: 1.4;
}

p.map {
	margin-bottom: 16px !important;
}

/* header -------------- */

div#header {
	margin-bottom: 20px;
	width: 980px;
}

div#header p#wb-logo a {
	margin: 20px 10px 0 6px;
	background: url( ../images/westminster-briefing-logo.jpg ) top left no-repeat;
	width: 282px;
	height: 63px;
	display: block;
	float: left;
}

div#header p.banner {
	margin: 22px 12px 0 0;
	background: url( ../images/banner.jpg ) top left no-repeat;
	width: 468px;
	height: 60px;
	display: block;
	float: left;
}

div#header p#house-logo {
	margin: 34px 12px 0 0;
	background: url( ../images/house-magazine-logo.jpg ) top left no-repeat;
	width: 126px;
	height: 42px;
	display: block;
	float: left;
}

div#header p#dods-logo {
	margin: 40px 0 0;
	background: url( ../images/dods-logo.jpg ) top left no-repeat;
	width: 55px;
	height: 34px;
	display: block;
	float: left;
}

/* navigation -------------- */

ul#primary-nav {
	background: url( ../images/navbar.jpg ) top left repeat-x #000;
	height: 39px;
}

ul#primary-nav li a {
	padding: 13px;
	font-size: 1.3em;
	border-right: 1px solid #777;
	color: #fff;
	font-weight: bold;
	display: block;
	float: left;
}

ul#primary-nav li a.selected {
	
}

ul#primary-nav li a:hover {
	background: url(../images/nav-hover.png) top left repeat-x;
}

ul#primary-nav li a:active,
ul#primary-nav li a.active {
	background: #ECECEC;
	color: #333;
}

ul#primary-nav li.last a {
	border: 0;
}

ul#secondary-nav {
	margin-bottom: 15px;
	background: #ececec;
	width: 980px;
	height: 24px;
	border-bottom: 1px solid #dedede;
	float: left;
}

ul#secondary-nav li a {
	padding: 7px 11px;
	font-size: 1.1em;
	color: #222222;
	display: block;
	float: left;
}

ul#secondary-nav li a:hover {
	background: #ddd;
}

ul#secondary-nav li a:active,
ul#secondary-nav li a.selected {
	background: #ccc;
}

/* image -------------- */

p.image-wide {
	width: 460px;
	height: 200px;
}

/* one column -------------- */

div#one-col {
	margin: 0 auto;
	width: 960px;
	padding: 0 10px;
}

/* left column -------------- */

div#left-col {
	margin: 0 20px 0 10px;
	width: 590px;
	float: left;
}

div#left-col p#about-text {
	padding-bottom: 8px;
	margin-bottom: 10px;
	font-size: 1.3em;
	line-height: 1.3;
	border-bottom: 1px solid #aaa;
}

div#left-col div#carousel {
	margin: 0 0 8px;
	width: 590px;
	height: 240px;
	background: #ccc;
}

div#left-col div#featured-news-wrapper {
	padding: 12px 0;
	margin-bottom: 10px;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

div#left-col div#featured-news-wrapper a:link,
div#left-col div#featured-news-wrapper a:visited,
div#left-col div#latest-news-wrapper a:link,
div#left-col div#latest-news-wrapper a:visited {
	color: #000;
}

div#left-col div#featured-news-wrapper a:hover,
div#left-col div#featured-news-wrapper a:active,
div#left-col div#latest-news-wrapper a:hover,
div#left-col div#latest-news-wrapper a:active {
	color: #6D9E2D;
}

div#left-col div#featured-news-wrapper h2#headline {
	margin: 0 0 8px;
	font-size: 2.4em;
	font-family: Helvetica, Arial, sans-serif;
}

div#left-col div#featured-news-wrapper p {
	margin: 0;
	font-size: 1.3em;
	line-height: 1.3;
}

div#left-col div#latest-news-wrapper {
	border-bottom: 1px solid #aaa;
}

div#left-col div#latest-news-wrapper ul {
	padding-top: 0;
	margin-bottom: 12px;
	float: left;
}

div#left-col div#latest-news-wrapper ul li {
	padding-bottom: 0;
	margin-bottom: 6px;
	font-size: 1em;
	font-weight: normal;
}

div#left-col div#latest-news-wrapper ul li.photo {
	margin: 0 20px 0 0;
	width: 140px;
	float: left;
}

div#left-col div#latest-news-wrapper ul li.text {
	width: 430px;
	float: left;
}

div#left-col div#latest-news-wrapper ul li.text h2 {
	margin-bottom: 6px;
	font-size: 1.5em;
	font-weight: bold;
}

/*
div#left-col div#latest-news-wrapper ul li.text p {
	font-size: 1.3em;
	line-height: 1.3;
}
*/

div#left-col ul#archive-news {
	margin: 20px 0;
	font-size: 1.3em;
	line-height: 1.4;
	font-weight: bold;
}

div#carousel-text
{
    border-bottom: 1px solid #CCC;
    margin-bottom: 20px;
}


div#carousel-text p.carousel-buttons {
	padding: 0 0 12px;
	margin-bottom: 0;
}

div#left-col ul#mycarousel li {
	padding: 0;
}

/* right column -------------- */

div#right-col {
	margin-right: 10px;
	width: 350px;
	float: left;
}

form#search {
	padding: 5px 10px;
	width: 330px;
	background: #6d9e2d;
}

form#search label {
	margin-right: 40px;
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
	line-height: 1.8;
}

form#search input.button {
	margin: 2px 0 0 6px;
}
 
form#search input.field {
	margin-top: 2px;
	height: 16px;
	border: 1px solid #7e9db9;
}

form#search input.field,
form#search input.button {
	float: right;
}

div#right-col h2 {
	margin-bottom: 12px;
	font-size: 1.4em;
	font-weight: bold;
}

div#search-wrapper {
	margin-bottom: 4px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #aaa;
}

div#event-widget {
	margin-bottom: 8px;
	width: 350px;
	height: 240px;
	background: #ccc;
}

#block-views-events-featured > h2,
h2.block {
	padding: 10px;
	margin-bottom: 12px;
	font-size: 1.4em;
	font-weight: bold;
	background: #6d9e2d;
	color: #fff !important;
}

h3.featured-event {
	margin-bottom: 12px;
	font-size: 1.6em;
	line-height: 1.4;
	font-weight: bold;
}

p.date {
	margin-bottom: 12px;
	font-size: 1.2em;
}

p.description {
	margin-bottom: 12px;
	font-size: 1.2em;
	line-height: 1.3;
}

a#view-agenda,
a.view-agenda {
	margin-right: 28px;
	background: url( ../images/buttons/sprites/event-cta.png ) 0px -1px no-repeat;
	width: 94px;
	height: 31px;
	display: block;
    float: left;
}

a#view-agenda:hover,
a.view-agenda:hover {
    background: url( ../images/buttons/sprites/event-cta.png ) 0px -32px no-repeat;
}

a#view-agenda:active,
a.view-agenda:active {
	background-position: 0px -31px;
}

a#more-info,
a.more-info {
	background: url( ../images/buttons/sprites/event-cta.png ) -93px -1px no-repeat;
	width: 94px;
	height: 31px;
	display: block;
	float: left;
}
a#more-info:hover,
a.more-info:hover {
	background: url( ../images/buttons/sprites/event-cta.png ) -93px -32px no-repeat;
}

a#more-info:active,
a.more-info:active {
	background-position: -93px -31px;
}

ul#featured-event-cta {
	padding-bottom: 20px;
	margin-bottom: 12px;
	border-bottom: 1px solid #aaa;
}

img#twitter-icon {
	margin-left: 8px;
}

dl#twitter dt{
    display:none;
}

dl#twitter {
	font-size: 1.2em;
	line-height: 1.3;
	padding-bottom: 12px;
}

dl#twitter dd {
	margin-bottom: 8px;
	line-height: 1.4;
}

div#right-col dl#twitter dd.pubdate {
	margin-bottom: 0;
	padding-bottom: 8px;
	border-bottom: 1px dotted #ccc;
	font-style: italic;
	font-size: 0.9em;
}

div.event-wrapper {
	padding: 0 0 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #ccc;
}

.bottom-dotted-border {
	margin-bottom: 4px;
	border-bottom: 1px dotted #aaa;
}

/* footer -------------- */

.rssFooter {
    border: 1px solid #CCCCCC;
    margin: 60px auto 0;
    padding: 10px;
    width: 940px;
}

.rssFooter h2 {
	padding-bottom: 12px;
	margin-bottom: 12px;
	font-size: 1.2em;
	border-bottom: 1px solid #aaa; 
}

.rssFeeds h3 {
	margin-bottom: 12px;
    font-size: 1.2em;
}

.rssFeeds {
    float: left;
    margin-right: 60px;
}

.rssFeeds ul li {
	font-size: 1.3em;
	line-height: 1.3;
}

.footerLinkList  {
    //border-left: 1px solid #CCCCCC;
    float: left;
    padding-left: 26px;
    width: 170px;
	margin-top: 20px;
}

.footerLinkList ul {
    margin: 8px;
	list-style-type: disc;
}

.footerLinkList ul li {
	margin-bottom: 4px;
    font-size: 1.2em;
}

div.rssFooter a:link,
div.rssFooter a:visited {
	color: #000;
}

div.rssFooter a:hover,
div.rssFooter a:active {
	color: #6D9E2D;
}

.shadowSides  {
/*
    background-image: url("http://www.westminster-explained.com/fileadmin/westminsterexplained2010/css/../images/bg-shaddow-bottom.png");
    background-repeat: repeat-y;
    margin-left: auto;
    margin-right: auto;
    width: 995px;
*/
}
.shadowBottom {
/* 
    background-image: url("http://www.westminster-explained.com/fileadmin/westminsterexplained2010/css/../images/bg-shaddow-bottom.png");
    background-repeat: repeat-x;
    height: 7px;
    margin-bottom: 13px;
    margin-left: auto;
    margin-right: auto;
    width: 985px;
*/
}

.SEOfooter {
	/*background: url( ../images/footer-bg.png ) top left repeat-x;*/
    background-color: #FFFFFF;
    margin: auto;
    padding: 0 0 20px 0;
    width: 960px;
}

.SEOfooter h3 {
    color: #999999;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 1.1em;
}

.SEOlist {
    float: left;
    margin: 0 14px 0 0;
    width: 175px;
}

.SEOlist ul {
    list-style: none outside none;
    margin: 0;
}

.SEOlist ul li {
    font-size: 1.2em;
	margin-bottom: 3px;
}

.SEOlist ul li a {
    color: #999999;
}

.margeRight  {
    margin-right: 10px;
}

hr {
	border: 0 none;
    height: 1px;
	padding: 0;
    margin: 10px 0;
	border-bottom: 1px solid #999;
}

.footer {
    background-color: #F4F4F4;
    background-image: url("../images/bg-footerBar.gif");
    background-repeat: repeat-x;
    margin: auto;
    width: 980px;
}

.footerLogo {
    float: right;
    margin: 10px 15px;
}

.footerLinks {
    float: left;
    font-size: 1.2em;
    margin: 20px 15px 15px;
}

.footerLinks a:link,
.footerLinks a:visited {
	color: #999;
}

.footerLinks a:link,
.footerLinks a:visited {
	color: #333;
}

.footerLinks a:hover,
.footerLinks a:active {
	text-decoration: underline;
}


div#right-col .block h2 {
	color: #6d9e2d;
}

/* extra -------------- */

.green {
	color: #6d9e2d;
        padding-top:10px;
}

.white {
	color: #fff;
}

.no-top-margin {
	margin-top: 0 !important;
}

.no-bottom-margin {
	margin-bottom: 0 !important;
}

.align {
	padding: 0;
	margin: 0 3px 2px 2px;
	vertical-align: middle;
	border: 0;
}

.hidetext {
	text-indent: -9999px;
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
}

span.prevbutton {
	position: relative;
	top: 0;
	left: 0;
    background: url('../images/buttons/sprites/carousel-control.png') 0 0 no-repeat;
    width:24px;
    height:25px;
	display: block;
}

span.prevbutton:hover {
    background: url('../images/buttons/sprites/carousel-control.png') 0 -24px no-repeat;
    width:24px;
    height:24px;
	display: block;
}

span.prevbutton:active {
	top: 1px;
}

span.nextbutton {
 	position: relative;
	top: 0;
	left: 0;
    background: url('../images/buttons/sprites/carousel-control.png') -24px 0 no-repeat;
    width:24px;
    height:25px;
	display: block;
}

span.nextbutton:hover {
    background: url('../images/buttons/sprites/carousel-control.png') -24px -24px no-repeat;
    width:24px;
    height:24px;
	display: block;
}

span.nextbutton:active {
	top: 1px;
}

p#featured-news img,
li.photo img {
    padding: 0;
	margin-right: 20px;
    border: 1px solid #333;
	float:left;
}

div#Calendar {
	padding-bottom: 10px;
	margin-top: 10px;
}

/*TabbedPanels
 * .tabsFurtherInfo {*/
.TabbedPanels {
float:right;
width:350px;
}
/*TabbedPanelsTabGroup = tab
 * .tabsFurtherInfo ul.tab {*/
.TabbedPanels ul.quick-tabs {
	margin-bottom:0;
	margin-left:0;
	padding: 0 2px 0 0;
}
.TabbedPanels ul.quick-tabs li {
	background-color:#F2F2F2;
	background-image:url(../images/bg-logged-in-details.gif);
	background-repeat:repeat-x;
	border:1px solid #CCCCCC;
	color:#666666;
	display:inline;
	font-size:1.1em;
	list-style-type:none;
	margin-right: 1px;
	line-height: 1.4;
	padding:4px 8px;
	cursor: pointer;
}

.TabbedPanels ul.quick-tabs li:hover {
	background:#fff;
}

.TabbedPanels ul.quick-tabs li.active {
	background-color:#fff;
	background-image:none;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom: none;
	border-left:1px solid #CCCCCC;
	position:relative;
	z-index:300;
}
/*TabbedPanelsContent
 * .tabsFurtherInfoContent {*/
.quicktabs_main {
	margin-top: 2px;
	position:relative;
	padding: 12px 12px 0;
	background-color:#FFFFFF;
	border:1px solid #CCC;
	z-index:200;
}

.quicktabs_main h4 {
	font-size: 1.3em;
	margin-bottom:0;
}

.TabbedPanels ul
{
    padding-bottom:5px;
    padding-top:5px;
}

.TabbedPanels ul li {
	font-size: 1.3em;
	line-height: 1.4;
	margin-bottom: 12px;
}

.TabbedPanels ul li a:link,
.TabbedPanels ul li a:visited {
	color: #000;
}

.TabbedPanels ul li a:hover,
.TabbedPanels ul li a:active {
	color: #6D9E2D;
}

h1#event-title {
	margin-bottom: 18px;
	font-size: 2.4em;
	line-height: 1.2;
	font-weight: bold;
}

.form-item .description,
.node-webform label,
div#left-col p {
	line-height: 1.4;
	font-size: 1.3em;
}

div#left-col p {
	margin-bottom: 8px;
}

div#left-col ul li p {
	font-size: 1.2em;
}

div#left-col div#event-description-wrapper {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #aaa;
}

div#left-col h2.section-heading {
	margin: 18px 0;
	font-size: 1.8em;
}

div#left-col ul {
	padding: 8px 0 0;
	list-style-type: disc;
    margin-left: 30px;
}


/* right column -------------- */

div#right-col {
	margin-right: 10px;
	width: 350px;
	float: left;
}
div#left-col ul.cta-buttons,
div#right-col ul.cta-buttons {
/*	margin-bottom: 20px; */
	float: left;
}

div#left-col ul.cta-buttons li,
div#right-col ul.cta-buttons li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	background: 0;
    float: left;
}

ul.cta-buttons li a.view-agenda-large {
	margin-right: 28px;
	background: url( ../images/buttons/sprites/event-cta-large.png ) 0 -1px no-repeat;
	width: 122px;
	height: 37px;
	display: block;
	overflow: hidden;
}

ul.cta-buttons li a.view-agenda-large:hover {
    background: url( ../images/buttons/sprites/event-cta-large.png ) 0 -38px no-repeat;
}

ul.cta-buttons li a.view-agenda-large:active {
	background-position: 0 -37px
}


ul.cta-buttons li a.register-now-large {
	margin-right: 28px;
	background: url( ../images/buttons/sprites/event-cta-large.png ) -123px -1px no-repeat;
	width: 140px;
	height: 37px;
	display: block;
	overflow: hidden;
    float: left;
}

ul.cta-buttons li a.register-now-large:hover {
    background: url( ../images/buttons/sprites/event-cta-large.png ) -123px -38px no-repeat;
}

ul.cta-buttons li a.register-now-large:active {
	background-position: -123px -37px
}
dl#event dt {
	display: none;
}

.event .topic {
	margin-bottom: 10px;
	font-size: 2em;
	font-weight: bold;
	color: #000;
	line-height: 1.3;
}

.event .topic {
	margin-bottom: 10px;
	font-size: 2em;
	font-weight: bold;
	color: #000;
	line-height: 1.3;
}

.event .topic a:link,
.event .topic a:visited {
	color: #000;
}

.event .topic a:hover,
.event .topic a:active {
	color: #91b75f;
}

.event .date {
	margin-bottom: 10px;
	font-size: 1.6em;
	font-weight: bold;
	color: #6d9e2d;
	line-height: 1.2;
}

.event .time {
	margin-bottom: 6px;
	font-size: 1.3em;
	font-weight: bold;
}

.event .venue {
	margin-bottom: 12px;
	font-size: 1.3em;
	font-weight: bold;
}

.event .price {
	margin-bottom: 20px;
	font-size: 1.3em;
}

dl#speakers dt {
	margin-bottom: 4px;
	font-size: 1.3em;
	font-weight: bold;
}

dl#speakers dd {
	margin-bottom: 14px;
	font-size: 1.3em;
	line-height: 1.3;
}
blockquote p {
	margin-bottom: 20px;
	font-size: 1.3em;
	line-height: 1.2;
}

cite {
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-size: 1.3em;
	line-height: 1.2;
	font-style: normal;
	font-weight: bold;
	border-bottom: 1px solid #aaa;
	display: block;
}

ul#related-events li {
	margin-bottom: 6px;
	font-size: 1.3em;
	line-height: 1.3;
}

ul#related-events li a:link,
ul#related-events li a:visited {
	color: #000;
}

ul#related-events li a:hover,
ul#related-events li a:active {
	color: #6D9E2D;
}

.tweet a {
color:#0099CC;
font-family:Helvetica;
outline:medium none;
text-decoration:none;
}
.editorial-left ul li
{
	padding-left: 16px;
	margin: 0 0 10px 18px;
	font-size: 1.3em;
	background: url( ../images/bullet.png ) 0 4px no-repeat;
}

div#left-col li {
	font-size: 1.2em;
	line-height: 1.3;
	padding: 0 0 2px;
}

div.centrelogin
{
    float:left;
    padding-right:15px;
}
div.centrelogin p
{
    padding-bottom:5px;
}
div.centrelogin label
{
    font-family:Helvetica;
    font-size:16pt;
    color:#6C9E2D;
}
#user
{
    font-family:Helvetica;
    font-size:14pt;
}
#pass
{
    font-family:Helvetica;
    font-size:14pt;
}
.rightlogin
{
    padding-left:100px;
}
.rightlogin input
{
    font-family:Helvetica;
    font-size:14pt;
    cursor:pointer;
    background-color:#6C9E2D;
    background-repeat: repeat-x;
    border:0px;
    color:#FFFFFF;
    border-
}

.rightlogout input
{

    margin-left:10px;
    cursor:pointer;
}
.rightlogout p
{
    font-family: Helvetica;
    font-size:16pt;

}

/*div.event-wrapper {
	margin: 0 0 20px;
	border-bottom: 1px dotted #ccc;
	padding:0;
}*/

div#left-col ul#archive-news {
	margin: 20px 0;
	font-size: 1.3em;
	line-height: 1.4;
	font-weight: bold;
}

div#left-col ul#archive-news li {
	padding-left: 18px;
	background: url( ../images/raquo.png ) 0 6px no-repeat;
}

div#right-col ul#archive-news {
	margin: 20px 0;
	font-size: 1.3em;
	line-height: 1.4;
}

div#right-col ul#archive-news li {
	padding-bottom: 10px;
	margin-bottom: 14px;
	border-bottom: 1px solid #ccc;
}

div#right-col ul#archive-news h3 a:link,
div#right-col ul#archive-news h3 a:visited {
	color: #000;
}

div#right-col ul#archive-news h3 a:hover,
div#right-col ul#archive-news h3 a:active{
	color: #6D9E2D;
}

div#right-col ul#archive-news li p.read-more {
	margin-top: 12px;
	font-weight: bold;
}
ul#news-clips li {
	position: relative;
	padding: 0;
	margin: 20px 10px;
	width: 292px;
	height: 200px;
	overflow: hidden;
	float: left;
}

ul#news-clips li h2 {
	padding: 0;
	margin: 0;
	width: 290px;
	height: 200px;
	border: 1px solid #333;
}

ul#news-clips li h2 a {
	width: 290px;
	height: 200px;
	display: block;
}

ul#news-clips li h2 a span {
	padding: 8px;
	margin: 0;
	font-weight: normal;
	color: #fff;
	background: rgba( 0, 0, 0, 0.5 );
	position: absolute;
	bottom: 0;
	width: 274px;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000, endColorstr=#7F000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000, endColorstr=#7F000000)";
}


ul#news-clips li h2 a:hover span {
	color: #fff;
	background: rgba( 109, 158, 45, 0.8 );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC6D9E2D, endColorstr=#CC6D9E2D);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC6D9E2D, endColorstr=#CC6D9E2D)";
}

ul.cta-buttons li a.booking-form-cta {
	margin-right: 28px;
	background: url( ../images/buttons/sprites/booking-sprite.png ) 0 -1px no-repeat;
	width: 161px;
	height: 31px;
	display: block;
	overflow: hidden;
    float: left;
}

ul.cta-buttons li a.booking-form-cta:hover {
    background: url( ../images/buttons/sprites/booking-sprite.png ) 0 -32px no-repeat;
}

ul.cta-buttons li a.booking-form-cta:active {
    background: url( ../images/buttons/sprites/booking-sprite.png ) 0 -31px no-repeat;
}




ul.cta-buttons li a.register-now-cta {
	margin-right: 28px;
	background: url( ../images/buttons/sprites/booking-sprite.png ) -161px -1px no-repeat;
	width: 161px;
	height: 31px;
	display: block;
	overflow: hidden;
    float: left;
}

ul.cta-buttons li a.register-now-cta:hover {
    background: url( ../images/buttons/sprites/booking-sprite.png ) -161px -32px no-repeat;
}

ul.cta-buttons li a.register-now-cta:active {
    background: url( ../images/buttons/sprites/booking-sprite.png ) -161px -31px no-repeat;
}

div#one-col div.event-wrapper:last-child,
div#left-col div.event-wrapper:last-child {
	border-bottom: 0;
}

div#left-col ul.bullet ,
div#right-col ul.bullet ,
div#one-col ul.bullet  {
margin-bottom:20px;
}

div#left-col div#event-description-wrapper ul li,
div#left-col ul.bullet li,
div#right-col ul.bullet li,
div#one-col ul.bullet li {
	padding-left: 16px;
	background: url( ../images/bullet.png ) 0 4px no-repeat;
}

div#left-col ul#carbon li {
	margin-bottom: 6px;
}

div#left-col ul#carbon li h2 {
	margin-bottom: 6px;
	font-size: 1.4em;
}

div#left-col ul#carbon li p {
	font-size: 1.1em;
}

div#left-col ul#carbon li ul li {
	font-size: 1em;
}

ul#speakers li {
	margin-bottom: 6px !important;
}
p.policy-description
{
	margin: 12px 0;
	font-size:1.2em;
	line-height:1.4;
	
}
.emphasis
{
	font-style: italic;
}
a.twitter_button img
{
    margin-top:0px;
}
a.twitter_button:active img
{
    margin-top:1px;
}
p.view-more-news a
{
    padding-left:20px;
    background: url('../images/raquo.png') 0 6px no-repeat;
    font-weight: bold;
}
p.view-more-news a:link,p.view-more-news a:visited
{
    color:#000000;
}
p.view-more-news a:hover
{
    color:#91B75F;
}

div.entry form input[type="text"] {
	width: 200px;
}

div.entry form input,
div.entry form textarea {
	margin-left: 10px;
}

div.entry form td {
	height: 20px;
	font-size: 1.2em;
	line-height: 1.3;
}


div.entry form td input {
	float: left;
}

div#left-col form table input[type="text"] {
	width: 200px;
}

div#left-col form table input,
div#left-col form table textarea {
	margin-left: 10px;
}

div#left-col form table td {
	height: 20px;
	font-size: 1.2em;
	line-height: 1.3;
}

div#left-col form table td input {
	float: left;
}

img#house-logo,
img#dods-logo {
	margin: 0 20px 12px 0;
	float: left;
}

a.black:link,
a.black:visited {
	color: #000;
}

a.black:hover,
a.black:active {
	color: #6D9E2D;
}
/* Feature pages styling */
#feature-news {

	width: 600px;
	margin: 0 20px 0 0;
	
}

#feature-news h2 {

	background-color: #6d9e2d;
	color: #ffffff;
	
}

#feature-news ul {
	
	list-style-type: none;
	
}

#feature-news ul li.photo {

	width: 140px; 
	margin: 0 0 20px 0;

}

#feature-news ul li.text {

	width: 400px; 

}
.feature-lead-item img{
	border:1px solid #000;
	width:600px;	
	height:270px;
}
.feature-details img{
        border:1px solid #000;
        width:600px;
        height:270px;
}
.feature-lead-details h1{
	font-size:18px !important;
	margin-top:5px;
}
.feature-lead-details h1 a{
	color:#000;
}
.feature-lead-details p{
}
#feature-news h2{
	background-color: #6d9e2d; 
	color: #ffffff;
	padding:5px 10px;
	-moz-border-radius-topleft: 10px;
    	-webkit-border-top-left-radius: 10px;
    	-khtml-border-radius-topleft: 10px;
    	border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
        -webkit-border-top-right-radius: 10px;
        -khtml-border-radius-topright: 10px;
        border-top-right-radius: 10px;
	margin:0;
	font-size:14px;
	line-height:18px;
}
#feature-news h2 a{
	color:#FFF;
	text-decoration:none;
}
#feature-news ul li.photo{
	width: 140px; 
	margin: 0 0 10px 0; 
	float:left;
}
#feature-news ul li.text{
        width: 430px;
	float:left;
	margin-left:20px;
	font-size:11px;
}
.clearBoth{
   	content: ".";
    	display: block;
    	height: 0;
    	clear: both;
    	visibility: hidden;
}
.feature-detail-left{
	width: 400px;
	float:left;
	margin: 10px 10px 0 0;
}
.feature-detail-right{
	width:160px;
	float:left;
	margin:10px 0 0 0;
}
.feature-detail-right h4{
	color:#00ACED;
	font-size:12px;
	font-weight:bold;
	position:relative;
	bottom:10px;
	left:25px;
}
.feature-detail-right h5{
	color: #6d9e2d; 
}
.feature-detail-right .larry{
	position:relative;
	top:5px;	
}
.feature-detail-right h5{
	margin:8px 0 0 30px;
	font-size:12px;
}
#archive-news a{
	font-size:12px;
	color:#000;
}
#archive-news a:hover{
	text-decoration:underline;
}
div.quotes{
	border-top: 3px solid #6d9e2d;
}
div.quotes hr{
	margin:0 0 10px 0;
}
div.quotes p{
	font-size:16px !important;
	font-weight:bold;
	color:#2C2C2C;
}
div.quotes strong{
	font-size:12px;
	color:#0B0B0B;
	font-weight:normal !important;
	font-style:italic;
	display:none;
	
}

div.links{
	border-top: 3px solid #6d9e2d;
}
div.links ul{
	list-style-type:disc;
}
div.links ul li{
	margin-left:20px;
}
div.links a{
	color:#505050;
	font-size:12px;
}
div.links a:hover{
	text-decoration:underline;
}
.tx-ttnews-browsebox td a{
	padding:0 10px 0 10px;
	border:1px solid #6D9E2D;
	margin-left:5px;
	margin-right:5px;
}
.tx-ttnews-browsebox td b{
	padding:0 10px 0 10px;
	border:1px solid #CCCCCC;
	color:#CCCCCC;
	margin-left:5px;
        margin-right:5px;
}
.features-archive h1{
	color:#6D9E2D;
	font-size:16px;
}
.tx-ttnews-browsebox{
	padding-top:10px;
}
.tx-ttnews-browsebox p{
	float:left;
	font-weight:bold;
}
.tx-ttnews-browsebox h2{
	clear:both;
}
.archiveListItem img{
	display:none;
}
.archiveListItem h3{
	background-color: #6d9e2d;
        color: #ffffff;
        padding:5px 10px;
        -moz-border-radius-topleft: 10px;
        -webkit-border-top-left-radius: 10px;
        -khtml-border-radius-topleft: 10px;
        border-top-left-radius: 10px;
        -moz-border-radius-topright: 10px;
        -webkit-border-top-right-radius: 10px;
        -khtml-border-radius-topright: 10px;
        border-top-right-radius: 10px;
        margin:10px 0 10px 0;
        font-size:14px;
        line-height:18px;
}
.archiveListItem h3 a{
	color:#FFF;
}
.archiveListItem p{
	padding:5px;
}
.archiveListItem small{
	padding:5px;
}

/*
.node-weform .field-item,
.node-webform .form-item {
	width: 80%;
	
}

.node-weform .field-item *,
.node-webform .form-item * {
	max-width: 100%;
}
*/

.webform-client-form {
	float: left;
	width: 50%;
	margin-left: 25%;
}

.webform-client-form .form-text {
	max-width: 100%;
}