/******************************
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: "" ""; }

/*------- 
General styles
-------------------------------*/
body {
	margin: 0;
	padding: 0;
	color: #625d5a;
	font-size:62.5%;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	}
	
#bigWrapper {
	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; }
		
#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-1 {
	margin: 0 auto;
	width: 952px;
	height: 312px;
	background: #fff url("/images/vcirfall-header-1.jpg") top left no-repeat; }
	
.globalRegister {
	float: right;
	margin: 30px 30px 0 0;}
	
h1 {
	font-size: 2.2em;
	letter-spacing: .02em;
	background: #853104;
	font-weight: bold;
	color: #fff;
	padding: 8px 0 7px 15px;
	margin: 30px 0 15px;}
	
h1.alt { background: #d35d1c; 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: 2.0em;
	line-height: 1.2em;
	font-weight: bold;
	color: #853104;
	border-bottom: 1px solid #e9e5d9;
	padding: 0 0px 5px 15px; 
	margin: 20px 0 10px;}
	
h3 {
	color:#D35D1C;
	font-size:1.9em;
	font-weight:bold;
	line-height: 1.2em;
	padding:5px 15px; }
	
h3.sponsor {
	font-size: 1.8em;
	border-bottom: #88857e;
	font-weight: bold;
	color: #fff;
	padding: 10px 0px 10px 15px;
	margin-top: 30px;}

h4 {
	font-size: 1.6em;
	line-height: 1.2em;
	font-weight: bold;
	color: #4A4340;
	padding: 5px 15px; }	

h5 {
	font-size: 1.6em;
	line-height: 1.2em;
	font-weight: bold;
	color: #853104;
	margin:10px 15px;
	padding:5px 0;
	border-top: #F0EBDE 1px solid; }
	
.bronze,.turquoise {
font-size:130%;
}	

a 			{color: #d35d1c; text-decoration: none; }
a:link 		{color: #d35d1c; text-decoration: none; }
a:visited 	{color: #d35d1c; text-decoration: none; }
a:hover 	{color: #853104; text-decoration: underline; }
a:active 	{color: #d35d1c; 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; }

p {
	font-weight: normal;
	font-size: 1.3em;
	line-height: 1.4em;
	margin-bottom: 20px; }
	
.logo {
	padding: 15px 0 11px 0; }
	
hr {
	background:transparent none repeat scroll 0 0;
	border-color:#E9E5D9;
	border-style:none none solid;
	border-width:medium medium 1px;
	clear:both;
	height:1px;
	margin:0 30px 20px 0; }	

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

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

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

ul#globalNav a:hover {
	color:#7c706a;}

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

ul#globalSubnav li {
	float:left;
	padding: 0;
	margin:0;
	background: none; 
	padding: 30px 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:#7c706a; }
  
ul#globalSubnav a:hover {
	color:#d35d1c;}
	
ul#globalSubnav a#current {
	color:#853104; }

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 {
	margin: 20px 0 40px;
	width: 890px; }
	
#fullWidth .fullGroup img {
	float: left;
	border: 5px solid #e6e3da;
	margin: 0 20px 20px; }
	
#fullWidth .fullGroup h2, 
#fullWidth .fullGroup h4,
#fullWidth .fullGroup p {
	margin-left: 190px; }

#fullWidth .fullGroup h2 {
	padding: 0;
	border: none; 
	margin: 0 0 0 190px;
	font-size: 1.8em; }
		
#fullWidth .fullGroup h4 {
	padding: 0 0 10px; 
	font-weight: normal; }

#fullWidth .fullGroup h2 span {
	font-weight: normal; }
		
#fullWidth .fullGroup h4 span {
	color: #85807D; }
			
#fullWidth .fullGroup p {
	padding: 0; }
		
#mainColumn {
	width: 610px;
	float:left; 
	padding-bottom: 50px; }
	
#mainColumn p, #fullWidth p {
	padding: 0 15px;}
	
#mainColumn p span {
	color: #525252; }
	
#mainColumn .footnote, #fullWidth .footnote {
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.2em;
	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: #85807D; }

#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 20px 0px;}
	
#mainColumn .groupA ul li, #mainColumn .groupB ul li {
	border-bottom: 1px dotted #8B9998;
	padding-bottom: 6px;}

#mainColumn .groupA li.focus, #mainColumn .groupB li.focus {
	height: 50px; }
	
.ctaBox {
	width: 288px;
	background: #e4e2dd url("images/ctaTile.gif") top left repeat-x; 
	border: 1px solid #e1dfda;
	margin: 0 0 10px;}
	
#mainColumn .ctaBox h1 {
	margin: 0px;
	padding: 10px 15px;
	font-size: 1.5em;
	letter-spacing: 0;
	font-weight: bold;
	color: #d35d1c;
	background: none;}

#mainColumn .ctaBox p {
	padding: 0px 15px;
	font-weight: bold;
	margin: 0 0 10px;
	font-size: 1.2em;
	color: #85807d;}

.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;}


/*-------
Sprites
-------------------------------*/
.rollover {
	width: 208px;
	height: 53px; 
	margin: 15px 0 15px 15px;}

.rollover-2 {
	width: 208px;
	height: 53px; 
	margin: 0;}
		
.rollover a, .rollover-2 a {
	display: block;
	width: 208px;
	height: 53px; 
	background-position: top left; }
	
.rollover a:hover, .rollover-2 a:hover {
	background-position: bottom left; }

.btn-register {	
	background-image: url(../images/btn-register-2010.jpg);
	background-repeat: no-repeat;
	float: right; 
	margin: 35px 35px 0 0; }
	
.btn-register-alt {	
	background-image: url(../images/btn-register-2010-alt.jpg);
	background-repeat: no-repeat;
	margin: 0 0 15px 15px; }
	
#presenterBtn {	
	background-image: url(images/callpresenters-btn.jpg);
	background-repeat: no-repeat; }
	
.calendar {
	display: inline-block;
	width: 246px;
	height: 97px; 
	padding: 15px 0 15px 16px;}
	
.calendar a {
	display: block;
	width: 246px;
	height: 97px; 
	background-position: top left; }
	
.calendar a:hover {
	background-position: bottom left; }

#savedate {	
	background-image: url(../images/save-the-date.jpg);
	background-repeat: no-repeat; }
	
/*-------
Sidebar Element Styles
-------------------------------*/	
#sidebar {
	width: 280px;
	float: right;
	margin-top: 30px;
	padding-bottom: 50px; }	
	
#sidebar h4.var {
	border-bottom: 1px solid #C2BCAB;
	padding: 5px 0 2px;
	margin: 0 15px 15px; }
	
#sidebar p {
	margin: 0px 15px 20px 15px;
	padding: 0px;
	color: #75706E;
	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 15px;
	margin: 0px;}
		
#sidebar ul.sponsors li {
	line-height:1.25em;
	margin:0 0 8px;
	padding: 0px;
	color: #808080;
	font-size: 1.3em;
	font-weight: normal;}
	
#sidebar ul.sponsors.logos li {
	margin: 0px 0px 16px 0px; }
	
#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.docs {
	list-style: none;
	padding: 10px 15px 0px 15px;
	margin: 0px;}
	
#sidebar ul.docs li {
	background: transparent url(../images/icn-file.gif) top left no-repeat; 
	margin: 0px 0px 10px 0px;
	padding: 3px 0 5px 22px;}
	
#sidebar ul.docs li a 			{color: #D35D1C; text-decoration: none; font-weight: bold;}
#sidebar ul.docs li a:link 		{color: #D35D1C; text-decoration: none; }
#sidebar ul.docs li a:visited 	{color: #D35D1C; text-decoration: none; }
#sidebar ul.docs li a:hover 	{color: #853104; text-decoration: underline; }
#sidebar ul.docs li a:active 	{color: #D35D1C; 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; 
	color: #707b7a; }
	
#footerContent p {
	color: #989898;
	font-size: 1.2em;}
	
#footerContent ul {
	padding: 15px 0 10px 0;
	margin: 0px; 
	font-size: 1.2em;}
	
#footerContent ul li {
	display:inline;
	padding:0 0 0 6px; }
	
#footerContent ul li.footfirst {
	padding:0; }
	
#footerContent ul li.footlast a {
	border-right: none;
	padding: 0; }
	
#footerContent ul li a {
	color: #7C706A; 
	text-decoration: none; 
	font-weight: normal;
	border-right:1px solid #7C706A;
	padding:0 8px 0 0; }


#footerContent ul li a:link		{color: #7C706A; text-decoration: none; }
#footerContent ul li a:visited 	{color: #7C706A; text-decoration: none; }
#footerContent ul li a:hover 	{color: #7C706A; text-decoration: underline; }
#footerContent ul li a:active 	{color: #7C706A; text-decoration: none; }

#footerNav{
	float: left; 
	width: 500px;}
	
#footerContent #footerSponsors {
	float: right;
	width: 420px; }

#footerContent #footerSponsors ul {
	float: right;
	padding: 0px;
	margin: 0px 0 5px 0;}
	
#footerContent #footerSponsors ul li {
	padding: 0px; 
	float: left; }

#footerContent #footerSponsors ul li a {
	padding: 0px;
	border: none; }
		
#footerContent #footerSponsors ul li img {
	padding: 0px;
	margin: 0px 10px; }
	
#footerContent #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; }