/* Bridgeday.css Global Styles */

body{
	background:#3F69AD url(../layout/body2.png) repeat-x left 276px;
	font: normal 0.9em Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;	
	}
.custom-wrap-x{
   width:auto;
   }
#fullwrap{
	background:transparent;
	}
/* ------------ Standard  HTML elements ------------ */	
p {
	padding:0;
	margin-top: .3em;
	margin-bottom: 1em;
line-height: 1.5em;
}
h1,h2,h3,h4,h5{
	line-height:1.6em;
	font-weight:bold;
	width:auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #EA3C30;
}

h5 {
font-weight: normal;
line-height: 1.4em;
}

h1 {
position: absolute;
top: 181px;
right: 5%;
font-size: 2.5em;
font-weight: normal;
letter-spacing: 2px;
font-family: Georgia, Arial, Helvetica, sans-serif;
}

span.date {
position: absolute;
top: 171px;
right: 5%;
font-size: .75em;
font-weight: normal;
letter-spacing: 2px;
color: #fff;
}
div.homelist {
width: 90%;
}

div.homelist {
margin: .5em;
padding: .5em;
}

div.homelist li {
padding: 5px;
}

div.homelist ul.left {
float: left;
margin: .5em 1.75em;
}

div.homelist ul.right {
float: left;
margin: .5em 1.75em;
}
a{
	color: blue;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	color:#EAAC0B;
}
a:active{
	color:#EAAC0B;
}
a:visited{
	color:#CE9809;
}

hr {
	height: 1px;
	padding: 0.5em;
	border-bottom: 1px dotted #2F3A1F;
	padding: 0.5em;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
input, textarea, select{
	background: #EEE;
	border: 1px solid #CE9809;
	}


 select, menu{
	padding:0px 3px;
}


fieldset{
	margin:5px 0;
	border:1px solid #ccc;	
	padding:8px;
}
fieldset legend{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
}

 input[type="submit"] {
	background: url(../layout/bg__header.png) repeat-x left 55%;
	padding:5px;
	border: 1px solid #FFF;
	margin:5px;
	color: #FFF;
	cursor:pointer;
}




/* ------------ Header ------------ */
#full-header{
	background:  url(../layout/bg__header.png) repeat-x left top;
	height: 276px;
	width: auto;
	text-align: center;
	}
	
#header{
	background: transparent url(../layout/header.jpg) no-repeat left top;
	height: 276px;
	width: 974px;
	margin:0 auto;
	position:relative;
	}
#logo {
	height: 137px;
	width: 165px;
	margin-left: 27px;
	margin-top: 55px;
	}
#logo a{
	background: transparent url(../layout/logo.png) no-repeat left top;
	height: 137px;
	width: 165px;
	display:block;
	text-indent:-999%;
	}
/* ------------ Header - Search ------------ */
div#search{
	float:right;
	width:225px;
	height:1%;
	margin-top: 8px;
	margin-right: 20px;
	margin-left: 8px;
	display:inline;
}

div#search label {
	text-indent: -9999em;
	height:1pt;
	width:1pt;
	display:none;
	
}

div#search input#cntnt01searchinput{
	width:178px;/*189px*/
	height:16px;/*27px*/
	background: #fff url(../layout/search.png) no-repeat left top;
	border-style: none;
	color: #ccc;
	padding: 6px 0px 5px 10px;
	float:left;
	font: bold 0.8em Arial, Helvetica, sans-serif;		
}
div#search input#search-botton
    {
	width:30px;
	height:27px;
	border-style: none;
	text-indent: -999%;
	background: transparent url(../layout/search.png) no-repeat right top;
	float:left;
	margin: 0;
	cursor:pointer;
	font-size: 1pt;
}

/* ------------ Header - Social Bookmarks ------------ */
div.bookmarks {
	float: right;
	width: 150px;
	margin-top: 12px;
	margin-right: 27px;
	 display:inline;
	  }
div.bookmarks img {
   float: left;
   width: 24px;
   height:24px;
   margin: 0 2px;
   display:inline;
 }
 
 
/* ------------ Header - Menu ------------ */ 
.page-menu
{
	width:740px;
	height:45px;
	position:absolute;
	z-index:5;
	left:230px;
	top:111px;
	margin:0 0 0 0;
}
.page-menu .menuwrapper{
	
	height: auto;
	width: auto;
	text-align:left;
}

.page-menu ul{
	height:1%;
	float:left;
	list-style: none;
	
}
.page-menu ul li{
    float: left;
		
}
 .page-menu ul a, .page-menu ul a span {
	display: block;
    padding: 0 10px;
	background-repeat:no-repeat;
	background-image: url(../layout/tabs.png);
    }

.page-menu ul a , .page-menu ul li a:visited {
	padding-left: 0;
	color: #000;
	font-weight: bold;
	line-height: 2em;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	margin-left: 1px;
	font-size: 0.9em;
}
.page-menu ul a:hover, .page-menu ul a:active {
	
	color: #000;
		}

.page-menu ul a.menuactive, .page-menu ul a:visited.menuactive, .page-menu ul a:hover span {
	color: #fff;
}
.page-menu ul a span {
   padding-top: 7px;
    padding-right: 0;
	padding-bottom: 7px;
	
}

.page-menu ul a.menuactive, .page-menu ul a:hover, .page-menu ul a:focus, .page-menu ul a:active {
    background-position: 100% -140px;
}
.page-menu ul a {
    background-position: 100% -94px;
}
.page-menu ul a.menuactive span, .page-menu ul a:hover span, .page-menu ul a:focus span, .page-menu ul a:active span {
    background-position: 0 -47px;
}
.page-menu ul a span {
    background-position: 0 0;
}
.page-menu ul a:link.menuactive , .page-menu ul a:visited.menuactive  { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.page-menu ul span, .page-menu ul a, .page-menu ul a:hover, .page-menu ul a:focus, .page-menu ul a:active
{ /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}

/* Additional IE specific bug fixes... */
* html .page-menu ul{ 
    display: inline-block;
}
*:first-child+html .page-menu ul { 
    display: inline-block;
}


/* ------------ Content ------------ */

#content{
	background:transparent url(../layout/bg__content.png) repeat-y left top;
	height: auto;
	width: 974px;
	text-align: left;
	}
#main{
	width: 940px;
	margin-right: 7px;
	margin-left: 7px;
	padding: 0px 10px;
	}
#main div.main-content{
	font-size: 0.8em;
	padding: 0px 25px 0px 15px;
	width: 610px;
	float: left;
	display: inline;
	}
  /* --- Right Side Bar -- */
	#main .main-right{
	font-size: 0.8em;
	width: 260px;
	padding:10px;
	float: right;
	display: inline;
	}
/* --- end -- */
#main h1{
	font-size: 1.6em;
	color: #EA3C30;	
font-family: Georgia, Arial, Helvetica, sans-serif;
	}
	#main h2, #main h3, #main h4, #main h5, #main h6, #main h3 a{
	font-size: 1.6em;
	color: #EA3C30;	
font-family: Georgia, Arial, Helvetica, sans-serif;
	}
 div.main-content ul li{
	padding: 2px 2px 2px 20px;
	background: url(../layout/arrow.gif) no-repeat left 2px;
	}
/*------ Tables ------*/
 table  {
	width:100%;
	text-align: center;
	border-collapse:collapse;
	}
	
table th {
	color: #2D381D;
	background:  #F5B91B;
	font-weight: bold;
}

 table thead td, 
 table thead th, 
 table td,
 table tbody td
 {
	padding: 2px;
	Xborder: 1px solid #F5B91B;
 }
 table tbody tr td{
	background-color: #fff;
}


/* ------------ Content - Block Photos ------------ */
.block-photos{
	background:url(../layout/bg__blocks.png) no-repeat left top;
	width: 650px;
	height:317px;
	margin:0 5px 0 0px;
	overflow:hidden;
		}
.block-photos span{
	width: 640px;
	height:280px;
	margin:5px;
	overflow:hidden;
	display:block;
		}
.block-photos img{
	margin:0px;
	padding:0;
	border:none;
		}
/* ------------ Content - Block Videos ------------ */		
		
.block-videos{
	background:url(../layout/bg__blocks.png) no-repeat right top;
	width: 280px;
	height:317px;
	margin:0 0px 0 5px;
		}
#video{
	width: 270px;
	height:223px;
	margin:5px;
		}
#video-text{
	width: 260px;/*270px*/
	height:63px;/*73px*/
	padding:5px;
	margin:5px;
	font-size: 0.9em;
	font-weight: bold;
		}
		
		
/* ------------ Content - Blocks Guide for Visitors, Vendor Information and Participants ------------ */
#block-wrap{
	width:900px;
	height:220px;
	margin-top:20px;
	margin-left:13px;
float: left;
    }
	
.block_3groups{
	width: 280px;
	height:220px;
	margin:0 0 0 20px;
	}
#visitors{
	background: transparent url(../layout/block_3groups.jpg) no-repeat left top;
}
#vendor{
	background: transparent url(../layout/block_3groups.jpg) no-repeat -300px top;
	}
#participants{
	background: transparent url(../layout/block_3groups.jpg) no-repeat right top;
	}

#block-wrap h4{
	margin-left:10px;
	margin-top:20px;
	height:20px;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #333;	
text-transform: capitalize;
}	
#block-wrap h4 a{
	display:block;
	color: #333;
	text-decoration: none;
text-transform: capitalize;
font-weight: bold;
}
#block-wrap ul{
	margin-top:118px;
	height:45px;
	font: bold 0.75em Arial, Helvetica, sans-serif;
	color: #000;
	display:block;
}
#block-wrap li{
	margin-left: 10px;	
	}

#block-wrap a {
font-weight: bold;
text-decoration: none;
color: blue;
}
/* ------------ Footer ------------ */

#full-footer{
	background: #1D3050 url(../layout/bg__footer.png) repeat-x left top;
	min-height:278px;
	height:auto !important;
	height:278px;
	width: auto;
	text-align: center;
	margin:0;
	}
	
div#curved_content_bottom{
	background: url(../layout/content_bottom.png) no-repeat left top;
	height: 28px;
	width: 974px;
	
	}	

#footer{
	background: transparent url(../layout/footer.png) no-repeat left top;
	min-height:276px;
	height:auto !important;
	height:276px;
	width: 974px;
			}
/* ------------ Footer Links ------------ */
#footer div{
	margin-top: 20px;	
	}
#footer h5 {
	text-align:left;
	margin-left:50px;
	font-size: 1.3em;
margin-bottom: 5px;
border-bottom: 1px solid #fff;
color: #fff;
	}
#footer h5 a {
color: #fff;
}

#footer ul{
	width: auto;
	text-align:left;
	margin-left:50px;
	}
	
#footer ul li {
	color: #FFF;
	font-size: 0.8em;
	padding: 2px 2px 2px 20px;
	background: url(../layout/arrow.gif) no-repeat left 2px;
}

Xabbr.region {
color: #fff;
}

#footer ul.address li, #footer ul.tel li {
background: none;
}

#footer ul.address li.locality, #footer ul.address li.region, #footer ul.address li.postal-code {
display: inline;
margin: 0 8px 0 0;
}

#footer ul li a {
	color: #FFF;
	display: block;
	font-weight: normal;
			}

a[href$=".docx"], a[href$=".doc"] {
background:transparent url(/uploads/images/page_word.png) no-repeat scroll left center;
xline-height:4em;
padding:1em 1em 1em 20px;
}

a[href$=".pdf"], a[href$=".pdf"] {
background:transparent url(/uploads/images/page_white_acrobat.png) no-repeat scroll left center;
xline-height:4em;
padding:1em 1em 1em 20px;
}

ul h5 {
padding: 5px 0 5px 0;
}



div.vcard a.fn {
padding: 5px;
}

div.vcard img.linkedin {
padding-right: 5px;
}

img.portrait {
float: left;
border: 1px solid #ccc;
padding: 5px;
margin: 5px 3px 5px 0;
}
div.org span{
padding: 5px 0;
}
div.tel {
margin: 5px 0;
}

div.vcard span {
padding: 3px 0;

}
div.vcard span.street-address, div.vcard span.locality {
clear: left;
}
div.executive {
border: 1px solid #ccc;
}
div.leftcenterwrap {
float: left;
margin-top: 1.5em;
}

div.leftmedia {
float: left;
width: 35%;
padding: 5px;
border: 1px solid #ccc;
}

div.centermedia {
float: right;
width: 60%;
padding: 5px;
border: 1px solid #ccc;
}

div.rightmedia {
float: right;
width: 23%;
padding: 5px;
border: 1px solid #ccc;
}

strong {
font-weight: 700;
}

#footer p.trademark {
float: left;
text-align: left;
color: #fff;
margin: 5px;
clear: left;
}
* html #footer p.trademark {
float: none;
}
*:first-child+html #footer p.trademark {
float: none;
}
div.sociable ul li {
background: none;
display: inline;
}

div.sociable div.sociable_tagline {
margin: 15px 0;
}

div.date {
font-size: 85%;
color: #666;

margin: 5px 0;
}

#sidebar {
float: right;
}

div.contactform  {
padding: 5px;
width: 99%;

}

div.contactform div:hover {
background: #CE9809;
color: #fff;
}

div.contactform label, .brochure fieldset .left label {
display:block;
float:left;
margin-right:0.5em;
text-align:right;
width:14em;
padding: 5px;
margin: 3px;
}

div.contactform fieldset {

border:3px double #CE9809;
padding:12px;
}

div.contactform textarea {
width: 250px;
border:3px double #ccc;
height: 175px;
width:250px;
padding: 5px;
margin: 3px;
}

div.contactform input, div.contactform select {
background:#D7D2BD none repeat scroll 0 0;
border:3px double #ccc;
color:#333;
width:250px;
padding: 5px;
margin: 3px;
}

div.contactform .find label, div.contactform .find input {
display: inline;
width: 20px;
}
div.find label { 
float: none;
}
div.find div {
clear: left;
}


h1 span {
font-size: 40%;
margin: -3em 0 0 -1em;
position: relative;
top: -10px;
}


div.quote {
width: 100%;

}

div.quote blockquote {
padding: 5px 5px 0 28px;
margin: 1.5em 0 .5em -2em;
background: transparent url(http://officialbridgeday.com/uploads/images/quote_open2.gif) no-repeat top left;
font-style: oblique;
color: #333;
line-height: 1.5em;
}

div.quote cite {
text-align: center;
font-size: 75%;
font-weight: 700;
}

div.text {
margin: 3.5em auto;
}

#main div.text h3, #main div.main-right h3, #main div.main-right h2 {
margin-top: .75em;
}
div.text table tbody, div.text table td, div.text table tr, div.text table tr td, .WC_Left, .WC_Middle, .WC_Right {
border: none;
}

table.WC_Table {
border: none;
}

div.text p {
text-indent: -9999em;
position: absolute;
float: right;
}

div.sidebarpic {
margin: 5px auto;
}

div.vcard {
margin: 10px 0;
}

div.vcard li {
list-style: none;
padding: 5px 0;
}
div.sponsor {

float: left;
}

div.sponsor p, div.sponsor2 p {
width:100%;
float: left;
}

div.sponsor img {
float: right;
height: 30%;
width: 100%;
margin: 20px 0;
}

div.sponsor2 {
width:38%;
float: left;
margin: 10px auto;
padding: 25px;
}

div.sponsor2 img {

Xheight: 30%;
width: 65%;
margin: 20px auto;
}

div.feed-content {
clear: left;
}

div.wp-caption, div.feed-content img {
border:1px solid #CCCCCC;
float:right;
margin:5px;
padding:5px;
text-align:center;
}

div.guest {
font-style: italic;
font-weight: 700;
color: #666;
padding-top: 15px;
width: 350px;
margin: 10px 0 10px 5px;
border-top: 1px #ccc solid;
border-bottom: 1px #ccc solid;

}

div.guest h4 {
font-style: normal;
}

div#iconset {
margin: 1.5em auto;
}

div#iconset ul li a {
padding: 2px 0 2px 26px
}

div#iconset ul li {
margin: 8px 0;
}

div#iconset a.twitter {
background: transparent url(http://officialbridgeday.com/uploads/images/twitter.gif) no-repeat left 2px;
}
div#iconset a.foursquare {
background: transparent url(http://www.officialbridgeday.com/uploads/images/foursquaresm.png) no-repeat left 2px;
width: 16px;
}

div#iconset a.feed {
background: transparent url(http://officialbridgeday.com/uploads/images/feed.png) no-repeat left 2px;
}

div#iconset a.friendfeed {
background: transparent url(http://officialbridgeday.com/uploads/images/friendfeed.gif) no-repeat left 2px;
}

div#iconset a.flickr {
background: transparent url(http://officialbridgeday.com/uploads/images/flickr.gif) no-repeat left 2px;
}

div#iconset a.facebook {
background: transparent url(http://officialbridgeday.com/uploads/images/facebook.gif) no-repeat left 2px;
}

div#iconset a.youtube {
background: transparent url(http://officialbridgeday.com/uploads/images/youtube.gif) no-repeat left 2px;
}

div#iconset a.wikipedia {
background: transparent url(http://officialbridgeday.com/uploads/images/wikipedia.gif) no-repeat left 2px;
}

div#iconset a.linkedin {
background: transparent url(http://officialbridgeday.com/uploads/images/linkedin.gif) no-repeat left 2px;
}

div.centermedia div.mediablock {
clear: left;
margin: 1.5em 0;
}

div.homefeed {
margin-top: 1.2em;
clear: left;
}

div.homefeed div img {
float: right;
padding: 5px;
border: 1px solid #ccc;
margin: 8px;
}

div#embedheader div#embedlogo a img {
display: none important!;
}

#embedlogo, #login_goToTwub {
display: none;
}

div.main-content div.products ul li.pic {
background: none;
padding: 0;
}

div.products li.pic {
display: inline;
list-style: none;
}

div.products li.pic img {
height: 150px;
padding: 5px; 
border: solid #ccc 1px;
margin: .25em;
}

div.totals li {
list-style: none;
padding: 1px;
}