﻿body
{
	background-color: #a6abc1;
	margin: 10px;
	text-align: center;
	font-family: Tahoma, Sans-Serif;
	font-size: 12px;
	background-image: url(/sharedResources/media/pageElements/background-blue.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0% 0%;
}


a, a.link, a.visited
{
	color: #000099;
}
#pageContent
{
	/* The main outer wrapper for all content */
	width: 780px;
	text-align: left;
	margin: auto;
	border: solid 5px #ffffff;
	padding: 0px;
	background-color: #ebead1;
}
#header
{
	/* main header block - broken into header copy and header right */
}
#mainContent
{
	/* the wrapper for the mid content section under the header - contains the left / rigth sections divs */
}

a, a.visited, a.active, a.link
{
	text-decoration: none;
}
#bannerCopy
{
	font-family: tahoma, Arial,san-serif;
	font-size: 50px;
	color:#182c33;
	/* background-image:url(/sharedResources/media/pageElements/banner.jpg) */
}



#leftContentWrapper
{
	float: left;
	width: 190px;
	
	position:relative;	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/
	min-height:100%; /* real browsers */

	
	/* 
	border: dashed 1px #000000;
	*/	
	background-color:#d7d6bb;
	color:#000000;

}
#rightContentWrapper
{
	margin-right:4px;
	float: right;
	width: 568px;
	border-left: solid 1px #d7d6bb;
	border-bottom: solid 1px #d7d6bb;
	padding: 4px;
	background-color:#ffffff;
}

#rightContentWrapperFull
{
	/* used to replace rightContentWrapper in the dvcNoNav Master page */
	float: right;
	width: 780px;
	border-left: solid 1px #d7d6bb;
	border-bottom: solid 1px #d7d6bb;
}


#footer
{
	clear: both;
	margin-top: 30px;
	padding-top: 30px;
	padding-left:4px;
	padding-right:4px;
}
#footerDate
{
	width: 250px;
	float: left;
}
#footerURL
{
	text-align: right;
	float: right;
	width: 480px;
}

#footerClose
{
	clear: both;
	text-align: center;
	padding-top: 20px;
	padding-bottom:10px;
}

.specialtiesList
{
	list-style-image:none;
	list-style-position:outside;
	margin-left:0px;

}

.tightList
{
	list-style-type: square;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 10px;
	margin: 1px;
}

.cfInputField
{
	width: 300px;
	display: block;
}
.cfLabel
{
	width: 200px;
}

#confTitle
{
	font-size:16px;
	font-weight:bold;
}
#confVenue
{
	float:left;
	
	}
#confDate
{
	float:right;
	}
.confImg
{
	border:solid 4px #ffffff;
}
#confBody
{
	padding-top:15px;
	clear:both;
}
#confSummary
{
	clear:both;
	padding-top:15px;
}
#confSummary H2 
{
	font-size:14px;
}

.err404Msg
{
	text-align:center;
	padding-top:100px;
	padding-bottom:100px;
}

  #bcontent {
    width:780px;
    margin:0 auto;
    padding:0;
    text-align:left;
   	background-color:#ebead1;
    }
    
/* CSS to link icons */
a[target ^="_blank"] {
   padding-right: 15px;
   background: transparent url(http://www.digitalvisionconsulting.com/sharedResources/media/pageElements/web_16x16.jpg) no-repeat center right;
}