/* CSS for FORTUNE High Growth Series */

/* Reset all styles: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
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;
	list-style: none;
	vertical-align: baseline;
	}

strong { font-weight: bold; }

em { font-style: italic; }

span { display: none; }

.clear { clear: both; height: 0px; font-size: 0px; }

a { color: #003780; }
a:hover { color: #006eff; }

/* --- clearfix ---- */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
	}

.clearfix {
    display: inline-block;
	}

html[xmlns] .clearfix {
    display: block;
	}

* html .clearfix {
    height: 1%;
	}



/* ===========================================
         MAIN LAYOUT
==============================================*/

body { 
	padding: 0 10px 20px;
	background-color: #e3e3e3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* 10px at default setting */
	color: #333;
	text-align: center;
	}

#container {
	width: 961px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	background: url(../images/bg-page.gif) 0 0 repeat-y;
	border: 7px solid #999;
	}


/* ===========================================
         HEADER
==============================================*/

h1 {
	background-color: #fff;
	border-bottom: 7px solid #f1b314;
	line-height: 0;
	}
			

/* ===========================================
         MENU
==============================================*/

#menu {
	float: left;
	width: 184px;
	}

/* ---------- NAV ---------- */

#nav {
	width: 175px;
	padding-top: 10px;
	border-bottom: 1px dotted #b1b2af;
	}

#nav li {
	padding: 2px 0 2px 0;
	_padding-bottom: 0; /* Win IE/6 */
	border-top: 1px dotted #b1b2af;
	}
	*+html #nav li { padding-bottom: 0; /* Win IE/7 */ }

#nav a {
	display: block;
	width: 175px;
	height: 25px;
	background-position: top left;
	background-repeat: no-repeat;
	}

#nav a:hover, #nav .on a {
	background-position: bottom left;
	}

#nav-home a 	{ background-image: url(../images/nav-home.gif); }
#nav-carlsbad a { background-image: url(../images/nav-carlsbad.gif); }
#nav-nyc a 		{ background-image: url(../images/nav-newYork.gif); }
#nav-beijing a 	{ background-image: url(../images/nav-beijing.gif); }
#nav-halfmoon a { background-image: url(../images/nav-halfMoonBay.gif); }
#nav-kolkata a 	{ background-image: url(../images/nav-kolkata.gif); }
#nav-register a { background-image: url(../images/nav-register.gif); }
#nav-highlights a { background-image: url(../images/nav-highlights.gif); }
#nav-articles a { background-image: url(../images/nav-articles.gif); }
#nav-contact a { background-image: url(../images/nav-contactUs.gif); }


/* ===========================================
         CONTENT
==============================================*/

#content {
	float: left;
	width: 528px;
	margin-left: 26px;
	padding-top: 11px;
	padding-bottom: 80px;
	}

#content p {
	margin-bottom: 1em;
	padding-left: 7px;
	font-size: 1.3em;
	line-height: 1.3em;
	}

#content .firstPara {
	padding-top: 1.2em;
	background: url(../images/divider-dashed.gif) left top repeat-x;
	}

/* ---------- INTRO ---------- */

#intro {
	margin-bottom: 1.4em;
	padding-top: 7px;
	background: url(../images/divider-dashed.gif) left top repeat-x;
	color: #54817f;
	}

#intro h2 {
	margin-bottom: 0.1em;
	font-size: 3.6em;
	font-weight: normal;
	line-height: 1.1em;
	}

#intro h4 {
	margin-bottom: 0.2em;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.2em;
	}

#intro h5 {
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1.2em;
	}

#intro p {
	margin: 4px 0 0;
	padding: 20px 0 0 7px;
	background: url(../images/divider-dashed.gif) left top repeat-x;
	}


/* ---------- AGENDA ---------- */

#agenda {
	padding: 14px 0 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/divider-agenda.gif) left top repeat-x;
	}

#agenda h3 {
	margin-bottom: 0.4em;
	margin-left: 7px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2em;
	}

	
/* ===========================================
         SIDEBAR
==============================================*/

#sidebar {
	float: left;
	width: 176px;
	margin-left: 39px;
	padding: 11px 0 20px;
	}

#sidebar h2 {
	padding: 6px 0 6px 12px;
	background-color: #55817f;
	}

#sidebar .sponsor {
	margin: 15px 17px 0 14px;
	padding-bottom: 26px;
	background: url(../images/divider-dashed.gif) left bottom repeat-x;
	}

#sidebar .noDivider {
	background: none;
	}

#sidebar #ficci {
	padding-bottom: 18px;
	text-align: center;
	}


/* ===========================================
         FOOTER
==============================================*/

#footer {
	width: 975px;
	margin: 0 auto;
	padding: 8px 0 0 14px;
	background-color: #e3e3e3;
	font-size: 1.1em;
	color: #666;
	line-height: 1.3em;
	text-align: left;
	}

#footer p, #footer ul {
	margin-left: 15px;
	}

#footer p {
	margin-bottom: 0.4em;
	}

#footer ul {
	list-style: none;
	padding-left: 0;
	}
	
#footer li {
	float: left;
	margin-right: 0.6em;
	}

#footer a {
	margin-right: 0.6em;
	color: #666;
	}

#footer a:hover {
	text-decoration: none;
	}

#footer .confHomeLink a {
	font-weight: bold;
	color: #3d3d3d;
	}


/* ===========================================
         HOME
==============================================*/

#home #intro h2 {
	margin-bottom: -0.4em;
	padding-bottom: 0.4em;
	font-size: 3em;
	line-height: 1.2em;
	background: url(../images/divider-dashed.gif) left bottom repeat-x;
	}

#home h3 {
	margin-top: 1.4em;
	margin-bottom: 0.2em;
	font-size: 2.4em;
	font-weight: bold;
	line-height: 1.2em;
	color: #54817f;
	}

#home #content p {
	padding-left: 0;
	}

#home #player {
	width: 516px;
	margin-bottom: 20px;
	border: 6px solid #e6e6cd;
	line-height: 0;
	}



/* ===========================================
         VIDEO HIGHLIGHTS
==============================================*/

#highlights #intro h2 {
	padding-bottom: 0.4em;
	font-size: 3em;
	line-height: 1.2em;
	background: url(../images/divider-dashed.gif) left bottom repeat-x;
	}

#highlights h3 {
	margin-top: 1.8em;
	margin-bottom: 0.8em;
	}

#highlights #content p {
	padding-left: 0;
	}

#highlights #pleaseClick {
	padding-top: 1em;
	padding-right: 150px;
	font-weight: bold;
	background: url(../images/divider-dashed.gif) left top repeat-x;
	}


/* ---------- VIDEOS ---------- */

#highlights #player {
	width: 516px;
	margin-bottom: 20px;
	border: 6px solid #e6e6cd;
	line-height: 0;
	}

#highlights #content h4 {
	margin-bottom: 0.4em;
	padding-top: 1em;
	background: url(../images/divider-dashed.gif) left top repeat-x;
	font: bold 1.6em/1.3em Helvetica, Arial, sans-serif;
	color: #54817f;
	}

.videoList {
	font-size: 0.83em;
	color: #333;
	line-height: 1.2em;
	_width: 99%; /* Win/IE6 */
	}

.videoList li {
	float: left;
	width: 110px;
	margin-right: 10px;
	margin-bottom: 8px;
	}

.videoList li.lastInRow {
	margin-right: 0;
	}

.videoList li.clear { /* Use special li.clear instead of div.clear. IE6 won't clear list items */
	width: 100%;
	_width: 97%; /* Win/IE6 */
	float: none;
	border: 0;
	padding: 0;
	margin: 0;
	}

.videoList a {
	display: block;
	height: 19em;
	padding: 6px;
	text-decoration: none;
	color: #333;
	border: 1px solid #999;
	}

.videoList a:hover {
	background-color: #EFEFEF;
	}
	
.videoList h5 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2em;
	color: #039;
	}
	
#content .videoList p {
	margin: 0; /* Cancel out #content p */
	font-size: 1.2em;
	line-height: 1.2em;
	}


/* ===========================================
         HIGH GROWTH RESOURCES
==============================================*/

#resources #intro h2 {
	padding-bottom: 0.4em;
	font-size: 3em;
	line-height: 1.2em;
	background: url(../images/divider-dashed.gif) left bottom repeat-x;
	}

#resources h3 {
	margin-top: 1.8em;
	margin-bottom: 0.8em;
	}

#resources #content p {
	padding-left: 0;
	}

#pdfList {
	font-size: 1.3em;
	color: #333;
	line-height: 1.2em;
	_width: 99%; /* Win/IE6 */
	}

#pdfList li {
	margin-bottom: 18px;
	}

#pdfList .pdfListItem {
	float: left;
	}

#pdfList .pdfListDesc {
	margin-left: 96px;
	padding-top: 14px;
	}

#pdfList .pdfListDesc a {
	font-weight: bold;
	}
	

/* ===========================================
         CITY PAGES
==============================================*/

#speakerList {
	margin-left: 7px;
	margin-bottom: 2em;
	font-size: 0.9em;
	color: #333;
	line-height: 1.2em;
	_width: 97%; /* Win/IE6 */
	}

#speakerList li {
	float: left;
	width: 90px;
	margin-right: 29px;
	_margin-right: 24px; /* Win/IE6 */
	margin-bottom: 6px;
	}

#speakerList li.lastInRow {
	margin-right: 0;
	}

#speakerList li.clear { /* Use special li.clear instead of div.clear. IE6 won't clear list items */
	width: 100%;
	_width: 97%; /* Win/IE6 */
	float: none;
	}

#speakerList img {
	border: 1px solid #666;
	}

#speakerList .placeholder {
	width: 90px;
	height: 110px;
	border: 1px solid #666;
	background-color: #ccc;
	}
	
#speakerList h5 {
	margin-top: 0.2em;
	font-weight: bold;
	}
	
#speakerList p { /* Cancel out #content p */
	margin: 0;
	padding-left: 0;
	font-size: 1em;
	line-height: 1.2em;
	}


/* ---- Other Speakers ---- */

#otherSpeakers {
	margin-left: 7px;
	margin-bottom: 2em;
	font-size: 1.1em;
	line-height: 1.2em;
	}

#otherSpeakers li {
	margin-bottom: 0.6em;
	}


/* ===========================================
         REGISTER
==============================================*/

#register #intro {
	color: #333;
	}

#register #intro p {
	padding: 0 0 16px;
	background: none;
	background: url(../images/divider-agenda.gif) left bottom repeat-x;
	}


/* ---------- SELECT CITY ---------- */

#selectCity {
	margin-bottom: 1.6em;
	padding: 0 0 20px 16px;
	font: bold 1.3em/1.3em Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/divider-dashed.gif) left bottom repeat-x;
	}

#selectCity label {
	float: left;
	width: 218px;
	margin-right: 14px;
	}

#register form #selectCity select {
	float: left;
	margin-top: 0.4em;
	}
	

/* ---------- FORM FIELDS ---------- */

#register form select, 
#register form input, 
#register form textarea {
	display: block;
	margin-top: 2px;
	_margin-left: -10px; /* Win/IE6 */
	}
	*+html #register form input, *+html #register form textarea { margin-left: -10px; /* Win/IE7 */ }

#register form select {
	_margin-left: 0; /* Win/IE6 */
	}
	
.formRow {
	margin-bottom: 1em;
	_margin-bottom: 0.6em; /* Win/IE6 */
	margin-left: 10px;
	}
	*+html .formRow { margin-bottom: 0.6em; /* Win/IE7 */ }
	
.formRow.addBorder {
	padding-bottom: 2em;
	border-bottom: 1px solid #ccc;
	}

.formElement {
	float: left;
	font-size: 1.2em;
	line-height: 1.3em;
	margin-right: 15px;
	_margin-right: 5px; /* Win/IE6 */
	_height: 1%;
	}

.formElement.websiteArea {
	width: 14em;
	}

.formElement.employeesArea {
	width: 14em;
	}

#register form h5 {
	margin-bottom: 1em;
	margin-left: 10px;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.3em;
	}

#submitButton, #resetButton {
	float: left;
	display: block;
	width: 180px;
	height: 29px;
	margin-right: 7px;
	border: 0;
	background: transparent url(../images/bu-submit.gif) no-repeat center top;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	}

#resetButton {
	background-image: url(../images/bu-clearForm.gif);
	}

#registrationDisclaimer {
	margin: 12px 0 24px 10px;
	font-size: 0.92em;
	}

#registrationDisclaimer p {
	margin-right: 0;
	}


/* ===========================================
         WEBCAST REGISTER
==============================================*/

#register .addBottomBorder h2 {
	padding-bottom: 0.4em;
	background: url(../images/divider-agenda.gif) left bottom repeat-x;
	}

#yesRegister {
	margin-bottom: 1.6em;
	padding: 0 0 20px 16px;
	font: bold 1.3em/1.3em Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/divider-dashed.gif) left bottom repeat-x;
	}