@charset "UTF-8";
/*  reset css */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1 {
	font-size:18px;  
}
h2 {
	font-size:16px; 
}
h3 {
	font-size:14px;
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}

em {
	/*bringing italics back to the em element*/
	font-style:italic;
}



/* common elements */

p {
	margin: 10px 0;
}


.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.centerup {
	text-align: center;
}
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  



/* General formatting */

body  {
	font: 12px Arial, Helvetica, Verdana, sans-serif;
	background: #d5e6ee;
	text-align: center; 
	color: #333333;
} 
 

#pagewidth{ 
 width:830px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 

a {
		text-decoration: none;
		color: #199eaf;
}

a:hover {
		text-decoration: none;
		color: #000;
}
 

/*site wide header */
#header{
 position:relative; 
 height:50px; 
 padding-top: 30px;
 width:100%;
} 

#logoarea{
	width: 500px;
	position: relative;
	padding-left: 12px;
}

#toplinks {
	margin: 30px 0 0 0;
}
 
#toplinks ul {
	margin-left: 0px;
    padding-left: 0;

}

#toplinks ul li {
	list-style: none;
	padding: 0 0 0 20px;
	display: inline;	
}

#toplinks a {
		text-decoration: none;
		color: #199eaf;
}

#toplinks a:hover {
		text-decoration: none;
		color: #000;
}

#toplinks ul li.here a {
     color:#000000;
}


/*	revised homepage layout
	------------------------------------------------------ */

#homeleft {
	border: 3px solid #7ea5b5;
	margin: 15px 25px 10px 0;
	padding: 20px;
	background-color: #fff;
	float: left;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	
}

#homeright {
	border: 3px solid #7ea5b5;
	margin: 15px 0 10px 0;
	padding: 20px;
	background-color: #fff;
	float: left;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;

	
}

/* home page 2 columns */
#homewrapper {
	border: 3px solid #7ea5b5;
	margin: 15px 0 10px 0;
	padding: 20px;
	background-color: #f1f4f6;
	height: 337px;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	background: url('img/home_capital.jpg') no-repeat;
}


#maincol{
 display:inline; 
 position: relative; 
 width:300px;
	float: left;
	margin-right: 160px;
	margin-top: 30px;
	text-align: center;
 }

#rightcol {
 width:300px; 
	float: left;
	margin-right: 8px;
	margin-top: 30px;
	text-align: center;
}

.introtext {
	font-size: 12px;
	letter-spacing: .03em;
	line-height: 1.25em;
	font-weight: normal;
	margin: 1em 0;
}
 
.eventdate {
	font-size: 16px;
	letter-spacing: .07em;
	line-height: 1.25em;
	font-weight: normal;
	margin: 1em 0;
}

/* home page teaser block */
#teaserblock {
		 clear:both;
		border: 3px solid #d6ab2e;
		margin: 10px 0;
		padding: 5px;
		color: #666666;
		font-size: 11px;
		background: #f3c54a url('img/home_tease_bg.gif') repeat-y;
		min-height: 100px;
		-moz-border-radius: 11px;
		-webkit-border-radius: 11px;
		border-radius: 11px;
}

.teaserfltlftfirst { 
	float: left;
	margin-right: 12px;
	width: 175px;
	padding-left: 15px;
	padding-bottom: .5em;
	
}

.teaserfltlft { 
	float: left;
	margin-right: 10px;
	/*border-left: 3px dotted #fff;*/
	width: 170px;
	padding-left: 20px;
	padding-bottom: .5em;
}

#teaserblock h3 {
	font-size:16px;
	color: #fff; 
	margin: .5em 0;
}

#teaserblock h3 a {
	padding-left: 12px;
	background: url('img/home_digi_arrow.gif') no-repeat center left;
}

#teaserblock a {
color: #fff;
  text-decoration:none;
}

#teaserblock a:hover {
color: #199eaf;
  text-decoration:none;
}

/*subpage formatting */
#wrapper {
	border: 3px solid #7ea5b5;
	margin: 10px 0;
	padding: 10px 20px 20px 20px;
	background-color: #fff;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
}

#widewrapper {
	border: 3px solid #7ea5b5;
	margin: 10px 0;
	background-color: #fff;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
}

.innertuber {
	padding: 10px 20px 20px 20px;
	
}


#submaincol{
 display:inline; 
 position: relative; 
 width:480px;
	float: left;
	margin-right: 30px;
	margin-left: 20px;
	line-height: 1.5em;
 }

.programmer h3 {
	color: #003399;
}

/* sidebar style */
#subrightcol {
 width:240px; 
	float: left;
}

.sidebarbox {
	border: 2px solid #c3d7dd;
	margin: 10px 0;
	padding: 10px;
	background-color: #f3f6f8;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	width: 230px;
	font-size: 11px;
}

.sidebarbox h3 {
	margin: 0 0 0px 0;
}

.sidebarbox h3 a {
	color: #000;
}

.sidebarbox h3 a:hover {
	color: #85c22f;
}

.sidebarbox a {
	color: #85c22f;		
}

.sidebarbox a:hover {
	color: #000;		
}

.blogsidebarbox {
	border: 2px solid #c3d7dd;
	margin: 10px 0;
	padding: 10px;
	background-color: #f3f6f8;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	width: 230px;
}

.blogsidebarbox h3 {
	margin: 0 0 0px 0;
	font-size: 13px;
}

.blogsidebarbox h3 a {
	color: #fe8b41;
}

.blogsidebarbox h3 a:hover {
	color: #000;
}


.pdflink {
	padding-left: 30px;
	margin-left: 25px;
	background: url('img/pdflink.gif') no-repeat top left;
	font-weight: bold;
	
}

.pdflink a {
	font-weight: normal;
}

.sidebarboxcontent {
	border-top: 2px dotted #c3d7dd;
	padding-top: 5px;
	margin-top: 5px;
}

.sidebarnews {
	margin-bottom: 10px;
}

.sidebarnews img{
		width: 100px;
		display: none;
		}

.sidebarnews object {
	display: none;
}

.sidebarnews ul li{
	margin: 10px 0 20px 0;
	padding: 0em;
	height: 155px;
	overflow: hidden;
	
}

.sidebarnews ul li p{
	margin: 2px 0;
	padding: 0em;
}


.sidebarnews ul li a{
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5em;
}

/*.sidebarnewsdate {
	font-weight: bold;
	line-height: 1.5em;
} 

.sidebarnews a {
	font-weight: bold;
	line-height: 1.5em;
	
}

*/

/*news page styles */

.newspager {
	margin-bottom: 20px;
	border-top: 1px solid #999;
	
}

#newmat {
	font: 12px Arial, Helvetica, Verdana, sans-serif;
	color: #333333;
}

.newspager img{
		max-width: 475px;
		margin: 10px 0;
		}

.newspager ul li{
	margin: 10px 0 20px 0;
	padding: 0em;
	
}

.newspager ul li p{
	margin: 2px 0;
	padding: 0em;
}


.newspager ul li a{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5em;
	color: #000;
}

.newspager ul li a{
	color: #000;
}

/* in page styles */
.numberlist ol li {
	list-style: decimal;
	list-style-position: outside;
	margin-left:50px;
}

.starlist ul li {
	list-style: disc;
	list-style-position: outside;
	margin-left:50px;
}

.dotlist ul li {
	list-style: disc;
	list-style-position: outside;
	margin-left:12px;
	margin-bottom: .5em;
}

.sectorlist ul {
	margin-top: 10px;
}

.sectorlist ul li {
	list-style: disc;
	list-style-position: outside;
	margin-left:45px;
	margin-bottom: .5em;
	font-size: 13px;
	font-weight: bold;
}


.topbutton{
	margin: 30px 0 10px 0;
	text-align: center;
	font-size: 11px;
}

.gotopofpage { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#wrapper#submaincol img {
	margin: 10px;
	/*border: 1px solid #999; */
}

.faquestion {
	font-weight: bold;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.sponsorsarea {
	margin: 0px 0px;
	padding: 20px 0;
	/*border-top: 1px solid #999;*/
	border-bottom: 1px solid #999;
	text-align: left;
	
}

.blocker {
	padding: 10px 30px;
}

/* full page formatting */
.widebody {
	width: 100%;
}

.widebody a {
	color: #199eaf;		
}

.widebody a:hover {
	color: #000;		
}

.widebody  h3 {
	font-size:14px;
	margin: 0px 0;
}

.split {
	width: 400px;
	margin-left: 10px;
	float: left;
	/*margin-right: 5px;*/
}


.speakers {
	margin: 10px 0px;
	padding-top: 20px;
	border-top: 1px solid #999;
}

.speakerstwo {
	margin: 10px 0px;
	padding-top: 20px;
	/*border-top: 1px solid #999;*/
}

.speakerbiopic { 
	float: left;
	font-weight: bold;
	margin-right: 30px;
	
}

.speakerbio { 
	float: left;
	width: 360px;
	}

.speakerbiopic img{
	margin: 0em;
	padding: 0em;
	border: 1px solid #999;
}

/* schedule formatting */

.oneline {
	margin: 10px 10px;
	padding-left: 20px;
	font-weight: bold;
	background-color: #d3e8f7;
}

.scheduletime { 
	float: left;
	margin-right: 10px;
	/*width: 175px;*/
	padding-top: 20px;
	font-weight: bold;
}

.scheduleinfo { 
	float: left;
	/*width: 550px;*/
	padding: 20px 0;
}

.scheduleinfo h3 a {
	color: #000;
}

.scheduleinfo h3 a:hover {
	color: #199eaf;
}

.groupsstyle {
	margin: 0px 10px;
	padding-left: 20px;
	background-color: #f1f5f8;
	border-bottom: 3px dotted #999;
}

.groupsstyle img{
	margin: 10px 0px;
	border: 1px solid #FFF;
}

.scheduleinfo p {
	margin-top: 20px;
}

.scheduleheader {
	margin: 1px 10px;
	padding: 5px 10px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #99ccff;
	color: #000;
}

.scheduledateheader {
	text-align: center;
	margin: 1px 10px;
	padding: 5px 10px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #6699cc;
	color: #000;
}

.breakline {
	background-color: #c9e1f8;
	padding: 0 20px;
	margin: 0px 10px;
	font-weight: bold;
	border-bottom: 2px dotted #ccc;
	
}

.breakscheduletime { 
	float: left;
	margin-right: 10px;
	/*width: 175px;*/
	padding-top: 10px;
	font-weight: bold;
	
}

.breakscheduleinfo { 
	float: left;
	/*width: 500px;*/
	padding: 10px 0;
}


.programbold {
	font-weight: bold;
	background-color: #fff;
	color: #057DD2;
	padding: 0px;
	font-size: 110%;
}

/* 2012 header*/

#infonavonetwo {
	padding: 10px 10px 0;
	text-transform: uppercase;
	font-weight: bold;
}

#infonavonetwo ul {
	margin-left: 0px;
    padding-left: 0;

}

#infonavonetwo ul li {
	list-style: none;
	padding: 0 0 0 12px;
	display: inline;	
}

#infonavonetwo a {
		text-decoration: none;
		color: #003366;
}

#infonavonetwo a:hover {
		text-decoration: none;
		color: #fff;
}

#infonavonetwo ul li.infohere a {
     color:#fff;
}

#headernavblockonetwo {
		 clear:both;
		border: 3px solid #3399ff;
		margin: 10px 0;
		padding: 5px;
		color: #000;
		font-size: 11px;
		background: #3399ff url('img/headernav_bg_12.gif') repeat-x;
		
		min-height: 100px;
		-moz-border-radius: 11px;
		-webkit-border-radius: 11px;
		border-radius: 11px;
}

/* about us header nav block */


.headernavfltlfttwo { 
	float: left;
	padding: 5px;
	margin-left: 50px;
	margin-top: 10px;
	text-align: center;
}

#headernavblocktwo {
		 clear:both;
		border: 3px solid #89b3c4;
		margin: 10px 0;
		padding: 5px;
		color: #000;
		font-size: 11px;
		background: #89b3c4 url('img/headernav_bg_blue.gif') repeat-x;
		
		min-height: 100px;
		-moz-border-radius: 11px;
		-webkit-border-radius: 11px;
		border-radius: 11px;
}

#aboutnav {
	padding: 10px 5px 0;
	text-transform: uppercase;
	font-weight: bold;
}

#aboutnav ul {
	margin-left: 0px;
    padding-left: 0;

}

#aboutnav ul li {
	list-style: none;
	padding: 0 0 0 30px;
	display: inline;	
}

#aboutnav a {
		text-decoration: none;
		color: #5b747f;
}

#aboutnav a:hover {
		text-decoration: none;
		color: #fff;
}

#aboutnav ul li.infohere a {
     color:#fff;
}

/* subpage headernav  block */
#headernavblock {
		 clear:both;
		border: 3px solid #6cb87a;
		margin: 10px 0;
		padding: 5px;
		color: #000;
		font-size: 11px;
		background: #6cb87a url('img/headernav_bg_green.gif') repeat-x;
		
		min-height: 100px;
		-moz-border-radius: 11px;
		-webkit-border-radius: 11px;
		border-radius: 11px;
}

.headernavfltlftfirst { 
	float: left;
	width: 365px;
	padding-left: 40px;
	padding-bottom: .5em;	
}



.headernavfltlft { 
	float: left;
	/*border-left: 3px dotted #fff;*/
	width: 200px;
	padding: 5px 0;
	margin-right: 20px;
	text-align: center;
}

.headernavfltlftdate {
	float: left;
	/*border-left: 3px dotted #fff;*/
	width: 160px;
	padding: 5px 0;
	text-align: center;
}

.headernavtext {
	font-size: 26px;
	letter-spacing: .07em;
	font-weight: normal;
	margin: 30px 0;
	
}

.subeventdate {
	font-size: 14px;
	letter-spacing: .05em;
	line-height: 1.25em;
	font-weight: normal;
	margin: 1em 0;
}

#infonav {
	padding: 10px 5px 0;
	text-transform: uppercase;
	font-weight: bold;
}

#infonav ul {
	margin-left: 0px;
    padding-left: 0;

}

#infonav ul li {
	list-style: none;
	padding: 0 0 0 10px;
	display: inline;	
}

#infonav a {
		text-decoration: none;
		color: #006600;
}

#infonav a:hover {
		text-decoration: none;
		color: #fff;
}

#infonav ul li.infohere a {
     color:#fff;
}

/* site wide footer */
#footer{
 height:100px; 
 clear:both;
 text-align: center;
 margin: 20px 0;
 } 

#footerlinks {
	margin: 20px 0;
}
 
#footerlinks ul {
	margin-left: 0px;
    padding-left: 0;
	text-transform: uppercase;
	font-weight: bold;

}
#footerlinks ul li#footfirst {
	list-style: none;
	padding: 0 10px 0 0px;
	display: inline;
background: url() no-repeat;	
}

#footerlinks ul li {
	list-style: none;
	padding: 0 10px 0 20px;
	display: inline;
	background: url('img/foot_dot.gif') no-repeat center left;
}

#footerlinks a {
		text-decoration: underline;
		color: #000;
}

#footerlinks a:hover {
		text-decoration: underline;
		color: #199eaf;
}

#copyright{
	font-size: 11px;
	color: #6e9fb7;
	margin-top: 10px;
}

.centerup{
	text-align: center;
}

.bookpicrt{
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	text-align: right;
}

/* news styles */
.tumblr_post{
	border-top: 1px solid #999;
	padding: 10px 0;
}

.tumblr_title {
	font-weight: bold;
	font-size: 13px;
}


ul.b {list-style-type:disc;
	margin-left: 2em;}

