/******************************
Reset styles
******************************/
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, 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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline; }

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

body {
	line-height: 1;
	color: #333;
	background: #fff; }

ol, ul {
	list-style: none; }

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

caption, th, td {
	text-align: left;
	font-weight: normal; }

blockquote:before, blockquote:after, q:before, q:after {
	content: ""; }

blockquote, q {
	quotes: "" ""; }
	
#present-signup{
	float:right
	top: 100px;
	right:
}

/******************************
General styles
******************************/
body {
	margin: 0;
	padding: 0;
	color: #000;
	font-size:62.5%;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	}
	
#bigWrapper {
	border-top: 4px solid #00968E; 
	background: #fff url("/images/bgTile.gif") top left repeat-x;
}
	
#wrapAll {
	width: 960px;
	margin: 0 auto; }
	
#globalHeader {
	margin: 0 auto;
	width: 940px;
	text-align: left; 
	background: #e6e3da; }
		
#globalContent {
	margin: 0 auto;
	width: 920px;
	text-align: left; 
	background: #fff url("/images/page-bg.gif") top left repeat-y; }
	
#globalContent.alt {
	background: #fff; }

/*#globalPhoto {
	margin: 0 auto;
	width: 952px; }*/

#globalPhotoHomeAlt {
	margin: 0 auto;
	width: 952px;
	height: 312px;
	background: #fff url("/images/vcir-header-home-alt1.jpg") top left no-repeat; }
		
#globalPhotoHome {
	margin: 0 auto;
	width: 952px;
	height: 312px;
	background: #fff url("/images/vcir-header-home.jpg") top left no-repeat; }
	
#globalPhotoOne {
	margin: 0 auto;
	width: 952px;
	height: 264px;
	background: #fff url("/images/vcir-header-about.jpg") top left no-repeat; }
	
.globalRegister {
	float: right;
	margin: 30px 30px 0 0;
	clear:right}

.globalRegister2 {
	float: right;
	top: 100px;
	margin: 30px 30px 0 0;}	
	
h1 {
	font-size: 2.2em;
	letter-spacing: .02em;
	background: #00968e;
	font-weight: bold;
	color: #fff;
	padding: 10px 0px 10px 15px;
	margin-top: 30px;}
	
h1.alt { background: #f7931e; margin-top: 0px;}

h1 span {
	margin-left: 440px; }
	
h1 span a 			{color: #fff; text-decoration: none;}
h1 span a:link		{color: #fff; text-decoration: none;}
h1 span a:visited	{color: #fff; text-decoration: none;}
h1 span a:hover 	{color: #f7931e; text-decoration: none;}
h1 span a:active 	{color: #f7931e; text-decoration: none;}

h2 {
	font-size: 1.8em;
	font-weight: bold;
	color: #f7931e;
	padding: 20px 0px 5px 15px; }
	
h3 {
	font-size: 1.6em;
	line-height: 1.2em;
	font-weight: bold;
	color: #525252;
	padding: 20px 15px 5px 15px; }
	
h3.sponsor {
	font-size: 1.8em;
	background: #88857e;
	font-weight: bold;
	color: #fff;
	padding: 10px 0px 10px 15px;
	margin-top: 30px;}

a {color: #00968e; text-decoration: none; }
a:link {color: #00968e; text-decoration: none; }
a:visited {color: #00968e; text-decoration: none; }
a:hover {color: #f7931e; text-decoration: underline; }
a:active {color: #f7931e; text-decoration: none; }

h2 a {color: #f7931e; text-decoration: none; }
h2 a:link {color: #f7931e; text-decoration: none; }
h2 a:visited {color: #f7931e; text-decoration: none; }
h2 a:hover {color: #88857e; text-decoration: underline; }
h2 a:active {color: #f7931e; text-decoration: none; }

.logoWrapper {
	padding: 15px 0 0 0;
	}
	

/******************************
Main Navigation styles
******************************/

ul#globalNav {
	float: right;
	clear: right; }
	
ul#globalNav li {
	float:left;
	padding: 15px 0px 16px 20px;
	margin:0;
	background: none; }

ul#globalNav a {
 	display:block;
 	text-decoration:none;
	font-size: 1.6em; 
	font-weight: bold;
	color:#00968e; }

ul#globalNav a:hover {
	color:#88857e;}

ul#globalNav a#current {
	color:#f7931e; }	
	
/*---- Sub Nav Top ----*/
ul#globalSubnav {
	float: right;
	}

ul#globalSubnav li {
	float:left;
	padding: 0;
	margin:0;
	background: none; 
	padding: 10px 0px 2px 15px;}
	
ul#globalSubnav li.subscribetab {
	float:left;
	padding: 0;
	margin:0;
	background: none; 
	padding: 0px 0px 2px 15px;}


ul#globalSubnav a {
 	display:block;
 	text-decoration:none;
	font-size: 1.3em; 
	font-weight: bold;
	color:#88857e; }
  
ul#globalSubnav a:hover {
	color:#f7931e;}
	
ul#globalSubnav a#current {
	color:#f7931e; }

strong {font-weight: bold;}

/******************************
Main Column Element Styles
******************************/	
#fullWidth {
	width: 920px;
	border:none; 
	padding-bottom: 40px;}
	
#fullWidth.alt {
	border-top: 3px solid #e6e3da;
	margin-bottom: 0px;}

#fullWidth .fullGroup {
	width: 890px; }
	
#fullWidth .fullGroup img {
	float: left;
	border: 5px solid #e6e3da;
	margin: 20px 20px; }
	
#fullWidth .fullGroup h2, #fullWidth .fullGroup p {
	width: 690px;
	float: left; }
	
#fullWidth .fullGroup h2 {
	padding: 20px 0px 5px 0px; }
	
#fullWidth .fullGroup p {
	padding: 10px 0px 10px 0px; }

#fullWidth .fullGroup a {
	font-size: 1.3em;
	font-weight: bold;
	float: left;}		
		
#mainColumn {
	width: 610px;
	float:left; 
	padding-bottom: 50px; }
	
#mainColumn p, #fullWidth p {
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.2em;
	color: #707b7a;
	padding: 10px 15px;}
	
#mainColumn p span {
	color: #525252; }
	
#mainColumn .footnote, #fullWidth .footnote {
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #8B9998; 
	padding: 30px 15px 10px 15px;}
	
#mainColumn p.first, #fullWidth p.first {
	padding: 20px 15px 10px 15px; }

#mainColumn ul, #fullWidth ul {
	list-style-type: disc; 
	padding: 0 30px;
	margin: 0px; }
	
#mainColumn ul li, #fullWidth ul li {
	padding: 0px;
	margin: 10px 10px;
	font-size: 1.3em;
	line-height: 1.2em;
	color: #707b7a; }

#mainColumn ul.listWidth {
	width: 220px; }
	
#mainColumn ul.listAlt {
	list-style-type: none; 
	padding: 0 30px 0px 0px;
	margin: 0px; }
	
#mainColumn ul.listAlt li {
	padding: 0px;
	margin: 10px 15px;
	font-size: 1.3em;
	line-height: 1.2em;
	color: #707b7a; }
	
#mainColumn ul.lgLogo li {
	margin: 10px 15px 20px 15px; }

#mainColumn ul.listAlt li strong{
	font-weight: bold;
	color: #586160; }	
	
#mainColumn ul.listAlt li.center {
	text-align: center; }

#mainColumn .groupA {
	width: 380px; }
	
#mainColumn .groupB {
	width: 200px; }
	
#mainColumn .logogroup {
	width: 570px;
	padding: 10px 20px 0; }

#mainColumn .logogroup a {
	margin-bottom: 30px; }
	
#mainColumn .groupA ul, #mainColumn .groupB ul {
	padding: 0px 0px 0px 0px;}
	
#mainColumn .groupA ul li, #mainColumn .groupB ul li {
	padding-bottom: 6px;}

.agenda {
font-size: 10px;
color:#000000;
}
.ctaBox {
	width: 288px;
	background: #fffefb url("images/ctaTile.gif") bottom left repeat-x; 
	border: 1px solid #e9e9e9;}
	
#mainColumn .ctaBox h1 {
	margin: 0px;
	padding: 10px 15px;
	font-size: 1.5em;
	letter-spacing: 0;
	font-weight: bold;
	color: #00968e;
	background: none;}

#mainColumn .ctaBox p {
	padding: 0px 15px 10px 15px;
	font-size: 1.2em;
	color: #7c8080;}

.paraPic {
	float: left;
	margin: 15px 15px 10px 15px;}
	
.details {
	font-size: 1.2em;
	font-weight: bold;
	color: #b7b7b7;
	padding: 0px 0px 0px 15px; }

a.boxBtn {color: #fff; text-decoration: none; padding: 9px 7px 7px 9px; background: #00968e; font-size: 1.15em;}
a.boxBtn:link {color: #fff; text-decoration: none; padding: 9px 7px 7px 9px; background: #00968e; font-size: 1.15em;}
a.boxBtn:visited {color: #fff; text-decoration: none; padding: 9px 7px 7px 9px; background: #00968e; font-size: 1.15em;}
a.boxBtn:hover {color: #fff; text-decoration: none; padding: 9px 7px 7px 9px; background: #f7931e; font-size: 1.15em;}
a.boxBtn:active {color: #fff; text-decoration: none; padding: 9px 7px 7px 9px; background: #00968e; font-size: 1.15em;}

.rollover {
	width: 236px;
	height: 52px; 
	margin: 15px 0 15px 15px;}
	
.rollover a {
	display: block;
	width: 236px;
	height: 52px; 
	background-position: top left; }
	
.rollover a:hover {
	background-position: bottom left; }

#registerBtn {	
	background-image: url(images/register-btn.jpg);
	background-repeat: no-repeat; }
	
#presenterBtn {	
	background-image: url(images/callpresenters-btn.jpg);
	background-repeat: no-repeat; }
	
/******************************
Sidebar Element Styles
******************************/	
#sidebar {
	width: 280px;
	float: right;
	margin-top: 30px;
	padding-bottom: 50px; }	

#sidebar p {
	margin: 0px 15px 20px 15px;
	padding: 0px;
	color: #808080;
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: normal;}
	
#sidebar p.first {
	margin: 20px 15px 20px 15px }

#sidebar ul {
	list-style: disc;
	padding: 10px 15px 0px 30px;
	margin: 0px;}
	
#sidebar ul li {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #808080;
	font-size: 1.3em;
	font-weight: normal;}

#sidebar ul.sponsors {
	list-style: none;
	padding: 0px 15px;
	margin: 0px;}
		
#sidebar ul.sponsors li {
	margin: 0px 0px 6px 0px;
	padding: 0px;
	color: #808080;
	font-size: 1.3em;
	font-weight: normal;}

#sidebar ul.sponsors li img {
	margin-bottom: 7px;}
	
#sidebar ul li a {color: #808080; text-decoration: none; }
#sidebar ul li a:link {color: #808080; text-decoration: none; }
#sidebar ul li a:visited {color: #808080; text-decoration: none; }
#sidebar ul li a:hover {color: #808080; text-decoration: none; }
#sidebar ul li a:active {color: #808080; text-decoration: none; }

#sidebar ul.sideNav {
	list-style: none;
	width: 280px;
	padding: 0px 15px 0px 0px;
	margin: 0px;}
	
#sidebar ul.sideNav li {
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 10px 0px;
	color: #88857e;
	font-size: 1.6em;
	font-weight: bold;
	background: url("images/sideNavTop.gif") top left no-repeat;}

#sidebar ul.sideNav li span {
	display: block;
	line-height: .7em;
	background: url("images/sideNavBtm.gif") bottom left no-repeat; 
	padding: 0px 15px 15px 15px;}
	
#sidebar ul.sideNav li img {
	margin-bottom: 0px;}
	
#sidebar ul.sideNav li a {
	margin-top: 10px;
	color: #00968e; 
	text-decoration: none; }
	
#sidebar ul.sideNav li a:link {color: #00968e; text-decoration: none; }
#sidebar ul.sideNav li a:visited {color: #00968e; text-decoration: none; }
#sidebar ul.sideNav li a:hover {color: #f7931e; text-decoration: none; }
#sidebar ul.sideNav li a:active {color: #00968e; text-decoration: none; }

#sidebar ul.sideNav li a#selected {color: #f7931e; text-decoration: none; }


#sidebar .ctaBox {
	width: 280px;
	border: none;
	padding: 15px 0px 0px 0px;
	background: url("images/sideNavTop.gif") top left no-repeat ;}
	
#sidebar .ctaBox p {
	border: none;
	padding: 0px 15px 15px 15px;
	margin: 0px;
	background: url("images/sideNavBtm.gif") bottom left no-repeat ;}

/******************************
Footer Element Styles
******************************/	

#footer {
	border-top: 1px solid #c5c5c5; 
	margin-bottom: 60px;}
	
#footerContent {
	margin: 0 auto;
	width: 920px;
	text-align: left; 
	font-size: 1.2em;
	color: #707b7a; }
	
#footerContent p {
	color: #989898;}
	
#footerContent ul {
	padding: 15px 0 5px 0;
	margin: 0px; }
	
#footerContent ul li {
	float:left; }
	
#footerContent ul li a {color: #707b7a; text-decoration: none; font-weight: bold;}
#footerContent ul li a:link {color: #707b7a; text-decoration: none; font-weight: bold;}
#footerContent ul li a:visited {color: #707b7a; text-decoration: none; font-weight: bold;}
#footerContent ul li a:hover {color: #707b7a; text-decoration: underline; font-weight: bold;}
#footerContent ul li a:active {color: #707b7a; text-decoration: none; font-weight: bold;}

#footerNav{
	float: left; 
	width: 440px;}
	
#footerSponsors {
	float: right;
	width: 480px; }

#footerSponsors ul {
	float: right;
	padding: 0px;
	margin: 0px 0 5px 0;}
	
#footerSponsors ul li img{
	padding: 0px;
	margin: 0px 10px; }
	
#footerSponsors ul li img.footerlogo{
	margin: 0px;
	padding: 15px 0px 0px 0px; }

	
/* Clearing floats without extra markup */
.clearright {
	clear: right;}
	
.clearfix:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden; }

.clearfix			{display: inline-block;}
* html .clearfix	{height: 1%;}
.clearfix 			{display: block;}

/* Regular Float Clearing */
.clearboth {clear:both;}

.floatleft {float: left; }

.floatright {float: right; }

/* Blog Signup Dropdown */

#blogSignup {
width:100%;
background-color:#00968e;
line-height: 1.5em;
}

#blogSignup h1 {
padding:0 0 10px 0;
margin:0;
}

#blogContainer {
padding:20px 0;
background-color:#00968e;
width:950px;
margin:0 auto;
color:#fff;
}

#blogContainer a {
color:#fff;
}

#blogContainer h1 {
font-weight:normal;
font-size:135%;
}

#blogContainer h2 {
font-weight:normal;
font-size:100%;
}

#blogCol1 {
width:400px;
float:left;
}

#blogCol2 {
width:200px;
float:left;
margin-left:25px;
padding-left:25px;
border-left:1px solid #05b7ad;
}

#blogCol3 {
float:left;
margin-left:25px;
padding-left:25px;
border-left:1px solid #05b7ad;
}

#blogCol3 img {
padding-right:10px;
float:left;
}

.rssText {
margin-top:10px;
padding-top:10px;
}


.email {
background:url(images/subscribe1.gif) top left no-repeat;
padding:.3em 0 1.5em 3em;
color:#fff;
}

.rss {
background:url(images/subscribe2.gif) top left no-repeat;
padding:.3em 0 1.5em 3em;
color:#fff;
}

#subscribeWrapper {
width:100%;
border-top:4px solid #4fa751;
}

#subscribe {
width:950px;
margin:0 auto;
}

#subscribe a {
background-color:#333;
float:right;
}

#blogCol2 form p {
	padding: 0 0 5px;}