/* -------------------------------- */
/* ---- IABTALK GLOBAL STYLING ---- */
/* -------------------------------- */

/* TOC
   1. Reset & base styling
   2. Container
   3. Masthead
   4. Main Content
   5. Footer
*/


/* 1. RESET & Base Styling
------------------------------------------------ */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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;
}
html { overflow: -moz-scrollbars-vertical !important; }
body {
	line-height: 1;
	background: #fff url(../../img/bg_masthead.png) repeat-x top center;
	font-family: Georgia, "Times New Roman", Times, serif;
}
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;
}

a {
	color: #333;
}
a:hover {
	color:#f8a32c;
}


/* 2. CONTAINER
------------------------------------------------ */
#container {
	width: 980px;
	margin: 0 auto;
}


/* 3. MASTHEAD
------------------------------------------------ */
#masthead {
	padding: 30px 0 0 0;
}

#masthead .logo {
	float: left;
	margin: 6px 0 0 0;
}

#masthead .nav {
	float: right;
}

#masthead .nav ul li {
	float: left;
	width: 74px; /* @see ie6.css */
	height: 120px;
	margin: 0 0 0 25px; /* @see ie6.css */
}

#masthead .nav ul li h1 {
	text-align: center;
	font-size: 56px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0 0 10px 0;
	height: 60px;
}

#masthead .nav ul li a {;
	color: #c5c5c5;
	text-decoration: none;
	display: block;
	height: 60px;
}

#masthead .nav ul li a:hover, #masthead .nav ul li.active a{
	color: #f8a32c;
	border-bottom: #f8a32c solid 2px;
}


#masthead .nav ul li span {
	font-size: 10px;
	line-height: 10px;
}



/* 4. MAIN CONTENT
------------------------------------------------ */
#content {
	clear:both;
	margin: 0 0 0 35px;
	background: #fff url(../../img/bg_content.png) repeat-y top right;
}
#content h3 {
	background: transparent url(../../img/bg_content-title.png) repeat-x bottom left;
	margin: 0 15px 0 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0 0 6px 0;
}
/* ::::: Content Top ::::: */
#contentTop {
	background: transparent url(../../img/bg_content-top.png) repeat top left;
	margin: 0 15px 0 0;
	padding: 20px 0;
	position: relative;
}

#contentTop .info-button {
	position: absolute;
	cursor: pointer;
}

#contentTop .info-button.one {
	top: 260px;
	right: 42px;
}

#contentTop .info-button.two {
	top: 258px;
	right: 150px;
}

#contentTop .info-button.three {
	top: 184px;
	right: 158px;
}

#contentTop .info-button.four {
	top: 295px;
	right: 162px;
}

#contentTop .info-button.one.collapsed {
	top: 60px;
	right: 222px;
}

#contentTop .info-button.two.collapsed {
	top: 60px;
	right: 222px;
}

#contentTop .info-button.three.collapsed {
	top: 60px;
	right: 222px;
}

#contentTop .info-button.four.collapsed {
	top: 60px;
	right: 222px;
}
/*
#contentTop a.btn-link {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	padding: 0 0 0 12px;
	display: block;
	width: 159px;
	height: 27px;
	line-height: 27px;
	background: transparent url(../../img/bg_btn-link.png) no-repeat top left;
	position: absolute;
	top: 15px;
	right: 5px;
}

#contentTop a.btn-link:hover {
	color: #000;
	background: transparent url(../../img/bg_btn-link-over.png) no-repeat top left;
}

#contentTop a.btn-link.discuss{
	top: 50px;
}
*/

#contentTop a.btn-link {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	padding: 0 0 0 12px;
	display: block;
	width: 172px;
	height: 35px;
	line-height: 35px;
	background: transparent url(../../img/bg_btn-link-top.png) no-repeat top left;
	position: absolute;
	top: 15px;
	right: 5px;
}

#contentTop a.btn-link:hover {
	color: #000;
	background: transparent url(../../img/bg_btn-link-top-over.png) no-repeat top left;
}

#contentTop a.btn-link.discuss{
	width: 165px;
	height: 44px;
	line-height: 44px;
	top: 25px;
	background: transparent url(../../img/bg_btn-link-bottom.png) no-repeat top left;
}

#contentTop a.btn-link.discuss:hover {
	color: #000;
	background: transparent url(../../img/bg_btn-link-bottom-over.png) no-repeat top left;
}


#contentTop h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #f8a32c;
	font-weight: normal;
	font-size: 36px;
	padding: 2px 0;
}

#contentTop h1 span {
 background-color: #fff;
 padding: 5px 0 6px 0;
}

#contentTop h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 30px;
	padding: 5px 0;
	line-height: 38px;
}

#contentTop h2 span {
 background-color: #fff;
 padding: 3px 18px 2px 2px;
}

#contentTop .nav {
	height: 40px;
	line-height: 40px;
	margin: 18px 0 0 0;
	background: #fff url(../../img/bg_nav.png) no-repeat top center;
}

#contentTop .nav li {
	float: left;
}

#contentTop .nav li a {
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-right: 2px solid #000;
	padding: 0 12px 0 10px; 
	text-decoration: none;
}

#contentTop .nav li a:hover {
	color: #f8a32c;
}

#contentTop .nav li.last a {
	border-right: none;
}


/* ::::: Content Top ::::: */
.content-section {
	padding: 20px 0;
}

.content-section h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 68px;
	margin: 0 0 10px 0;
}

.content-section h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 28px;
}

.content-section p {
	color: #7f7f7f;
	font-size: 26px;
	padding: 0 180px 0 0;
	line-height: 1.5;
	margin: 0 0 10px 0;
}

.content-section p.short {
	font-size: 16px;
	background: transparent url(../../img/bg_info-short.png) no-repeat top left;
	width:112px;
	height:31px;
	line-height: 35px;
	padding: 0 8px 0 24px;
	margin: 0 0 0 -12px;
	color: #fff;
}
.content-section p.med {
	font-size: 16px;
	background: transparent url(../../img/bg_info-med.png) no-repeat top left;
	width:180px;
	height: 30px;
	line-height: 33px;
	padding: 0 8px 0 30px;
	margin:0 0 0 -10px;
	color: #fff;
}

.content-section p.med2 {
	font-size: 16px;
	background: transparent url(../../img/bg_info-med2.png) no-repeat top left;
	width: 183px;
	height: 32px;
	line-height: 36px;
	padding: 0 8px 0 25px;
	margin: 0 0 0 -10px;
	color: #fff;
}

.content-section p.med3 {
	font-size: 16px;
	background: transparent url(../../img/bg_info-med3.png) no-repeat top left;
	width: 185px;
	height: 31px;
	line-height: 35px;
	padding: 0 8px 0 25px;
	margin: 0 0 0 -11px;
	color: #fff;
}

.content-section p.long {
	font-size: 16px;
	background: transparent url(../../img/bg_info-long.png) no-repeat top left;
	width: 245px;
	height: 32px;
	line-height: 36px;
	padding: 0 8px 0 25px;
	margin: 0 0 0 -10px;
	color: #fff;
}
.content-section p.extra-long {
	font-size: 16px;
	background: transparent url(../../img/bg_info-extra-long.png) no-repeat top left;
	width: 340px;
	height: 30px;
	line-height: 34px;
	padding: 0 8px 0 20px;
	margin: 0 0 0 -15px;
	color: #fff;
}


.content-section ul {
	border-top: 1px solid #cecece;
	margin: 0 15px 18px 0;
}

.content-section ul li {
	padding: 10px 0;
	border-bottom: 1px solid #cecece;
	color: #333;
	font-size: 13px;
}


/* 5. FOOTER
------------------------------------------------ */
#footer {
	clear: both;
	height: 60px;
	background: transparent url(../../img/bg_footer.png) no-repeat bottom right;
}

#footer ul {
	float: right;
}

#footer ul li {
	float: left;
	width: 40px;
	margin: 0 15px 0 20px;
	font-size: 36px;
	
}

#footer ul li a {
	color: #c5c5c5;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
	height: 40px;
}

#footer ul li a:hover, #footer ul li.active a {
	color: #f8a32c;
	border-bottom: #f8a32c solid 2px;
}

.hand
{
	height: 365px;
	margin: 0 0 0 35px;
	background: transparent url(../../img/hand.png) no-repeat 355px 0;
}
