@charset "utf-8";
/* CSS Document */

/* FONT STYLES */

body  {
	font: 12px Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

h1 {
	font-size: 18px;
	font-weight:bold;
	color: #5aa7d3;
	margin: 10px;
}

h1.splash {
	font-size: 36px;
	font-weight:bold;
	color: #5aa7d3;
	padding-top: 15px;
	margin: 10px;
}

.subhead {
	font-size: 18px;
	color: #818285;
	font-weight: normal;
}

h2 {
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	margin: 10px;
}
h3 {
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}

h3, h4, p {
	margin: 10px;
	color: #000;
}

h4 {
	font-size: 14px;
	color: #5aa7d3;
	font-weight:bold;
}
p.marginSplash {
margin-right: 300px;	
}

.agenda-time {
	font-size: 10px;
}

a.desc {
	text-decoration: none;
	color: #000000;
}
a.desc:hover {
	text-decoration: underline;	
}

/* PAGE ELEMENTS */

#wrapper {
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
	background-color: transparent;
}

#container { 
	width: 780px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background: transparent;
	width: 780px;
}

#sidebar {
	float: right;
	width: 200px;
	margin: 0;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.moduleSide1 {
	float: right; 
	width: 198px; /* since this element is floated, a width must be given */
	background: url(../images/bak_blue.jpg) no-repeat top center #fff;
	margin: 10px 0 0 0;
	padding: 0; /* top and bottom padding create visual space within this div */
}

.moduleSide2 {
	float: right; 
	width: 198px; /* since this element is floated, a width must be given */
	background: url(../images/bak_green.jpg) no-repeat top center #fff;
	margin: 10px 0 0 0;
	padding: 0; /* top and bottom padding create visual space within this div */
}

.moduleSide3 {
	float: right; 
	width: 198px; /* since this element is floated, a width must be given */
	background: url(../images/bak_gray.jpg) no-repeat top center #fff;
	margin: 10px 0 0 0;
	padding: 0; /* top and bottom padding create visual space within this div */
}

.moduleSplashSide { 
	background: url(../images/bakSplash-side.jpg) no-repeat top center #fff;
	padding: 5px;
	margin-top:10px;
}

.moduleSplashSide2 { 
	background: url(../images/bakSplash-side-2.jpg) no-repeat top center #fff;
	padding: 5px;
	margin-top:10px;
}

.moduleSplashCol { 
	background: url(../images/bakSplash-col.jpg) no-repeat top center #fff;
	padding: 5px;
	margin-top:10px;
}

#mainContent {
	width: 555px;
  	margin: 10px 0 0 0; /* the left margin will look best if you match the padding amount to the header and footer. */
}

#agendaHead {
	width: 555px;
  	margin: 10px 0 0 112px; /* the left margin will look best if you match the padding amount to the header and footer. */
}

#splashContent {
	width: 780px;
	height: 600px; /* the left margin will look best if you match the padding amount to the header and footer. */
	background-color: #fff;
	background-image: url(../images/bakSplash3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.moduleMain {
	width: 535px;
	background: url(../images/bak_content_gray.jpg) no-repeat top center #ffffff;
	margin: 10px 10px 20px 10px;
	padding-top: 10px;
}

.moduleMain2 {
	width: 535px;
	background: url(../images/bak_content_b2c.jpg) no-repeat top center #ffffff;
	margin: 10px 10px 20px 10px;
	border: 1px #d7d7d7 solid;
}

.moduleMain3 {
	width: 535px;
	background: url(../images/bak_content_b2b.jpg) no-repeat top center #ffffff;
	margin: 10px 10px 20px 10px;
	border: 1px #d7d7d7 solid;
}

#footer { 
	border-top: 1px #d7d7d7 solid;
	padding: 0px;
} 
#footer p {
	text-align:left;
	font-size:11px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.footer-bottom {
	background: url(../images/bot_footer.jpg) #fff 0px 0px no-repeat;
	width: 780px;
	height: 100px;
	margin: 0px;
	padding: 0px;
}
#agenda-head {
	border-top: 1px #d7d7d7 solid;
	width: 780px;
	padding: 0px;
} 


/* session sticky tool messages */
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.session {
color: #0063be;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
}
.session2 {
color: #444444;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
}
.atip {
text-align:left;	
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:20px;
    font-size: 1px;
    line-height: 0px;
}
.hashtag {
	color: #0080FF;
}
.bold {
	font-weight: bold;
	color: #C00;
}

