body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	line-height: 18px;
	margin: 0;
	padding: 0;
	background: #eee url(../images/bg_main.gif) center top repeat-y;
}

img, form {
	margin: 0;
	padding: 0;
	border: 0;
}

img.left {
	float: left;
	padding: 0 20px 15px 0;
}

img.right {
	float: right;
	margin: 0 0 10px 20px;
}

img.spaced {
	margin: 0 0 20px 0;
}

p, a, h1, h2, h3, h4, h5, h6, li, td, label, input, select, textarea, option, dl, dt, dd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	line-height: 18px;
	margin: 0;
	padding: 0;
}

p {
	margin: 0 20px 16px 0;
}

p.line {
	clear: both;
	border-top: 1px solid #ccc;
	margin: 20px 0 11px 0;
	padding: 0;
	line-height: 1px;
}

p.linelight {
	clear: both;
	border-top: 1px solid #ddd;
	margin: 20px 0 11px 0;
	padding: 0;
	line-height: 1px;
}

p.divider {
	clear: both;
	border-top: 1px solid #ccc;
	margin: 20px 0 0 0;
	padding: 0;
	line-height: 1px;
}

p.date, li.date {
	font-size: 11px;
	color: #888;
}

blockquote, #rcol blockquote {
	background: url(../images/i_quote_left.gif) left top no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	/*font-style: italic;*/
	line-height: 20px;
	padding: 8px 15px 10px 15px;
	margin: 0 0 -10px 0;
}

blockquote.noquote {
	/*float: left;*/
	/*width: 310px;*/
	background: none;
	margin: 0;
	padding: 0;
}

#ccol blockquote.noquote {
	float: left;
	width: 310px;
}

#rcol blockquote {
	width: 200px;
	background: url(../images/i_quote_left.gif) left top no-repeat;
	padding: 8px 15px 10px 15px;
}

blockquote p, #rcol blockquote p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	line-height: 20px;
}

#rcol blockquote, #rcol blockquote p {
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
}

p.quotee {
	font-size: 11px;
	line-height: 17px;
}

/*	lists
		__________________________ */

ul, ol {
	margin: 0 50px 15px 30px;
	padding: 0;
}

ol {
	margin: 0 30px 15px 23px;
	padding: 0;
}


ol li {
	padding: 0 0 4px 0;
}

ul.triple {
	margin: 0;
	list-style: none;
}	

ul.triple li {
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	/*font-style: italic;*/
	font-size: 12px;
	list-style: none;
	color: #0a4366;
	display: block;
	width: 137px;
	padding: 2px 0 4px 5px;
	margin: 0 15px 1px 0;
	border-bottom: 1px solid #ddd;
}

ul.linklist {
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
}

ul.linklist li {
	margin: 0 0 3px 0;
	padding: 0 0 4px 22px;
	border-bottom: 1px dotted #ddd;
}

ul.linklist li.last {
	border-bottom: none;
}

ul.linklist li.arrow {
	background: transparent url(../images/arrow_red.gif) 9px 6px no-repeat;
}
ul.linklist li.blankpage {
	background: transparent url(../images/i_blankpage.gif) 0 2px no-repeat;
}
ul.linklist li.date {
	background: transparent url(../images/i_date.gif) 0 1px no-repeat;
}
ul.linklist li.doc {
	background: transparent url(../images/i_doc.gif) 0 2px no-repeat;
}
ul.linklist li.eps {
	background: transparent url(../images/i_eps.gif) 0 2px no-repeat;
}
ul.linklist li.jpg {
	background: transparent url(../images/i_jpg.gif) 0 2px no-repeat;
}
ul.linklist li.nma {
	background: transparent url(../images/i_nma.gif) 0 2px no-repeat;
}
ul.linklist li.page {
	background: transparent url(../images/i_page.gif) 0 2px no-repeat;
}
ul.linklist li.pdf {
	background: transparent url(../images/i_pdf.gif) 0 2px no-repeat;
}
ul.linklist li.rss {
	background: transparent url(../images/i_rss.gif) 0 2px no-repeat;
}
ul.linklist li.tick {
	background: transparent url(../images/i_tick.gif) 0 4px no-repeat;
}
ul.linklist li.twitter {
	background: transparent url(../images/i_twitter_sm.gif) 0 2px no-repeat;
}
ul.linklist li.xls {
	background: transparent url(../images/i_xls.gif) 0 2px no-repeat;
}
ul.linklist li.w {
	background: transparent url(../images/i_wpink.gif) 0 2px no-repeat;
}
ul.linklist li.zip {
	background: transparent url(../images/i_zip.gif) 0 2px no-repeat;
}

ul.advlist, ul.advlist li  {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.advlist {
	margin: 20px 0 0 0;
}

ul.advlist li {
	float: left;
	display: block;
	line-height: 13px;
	width: 100px;
	height: 125px;
	padding: 0;
	margin: 0 15px 0 0;
	text-align: center;
	font-size: 9px;
}

ul.advlist li img {
	padding: 0;
	margin: 0;
}

ul.advlist li.last {
	margin: 0 0 10px 0;
}

ul.advlist li a {
	font-size: 11px;
	line-height: 14px;
}

ul.advlist li a:hover {
	text-decoration:none;
}

/*	Gallery slideshow key
		__________________________ */
		
#key {
	margin: 5px 24px 20px 2px;
	padding: 0;
	list-style: none;
}

#key li {
	font-size: 11px;
	padding: 0 0 0 20px;
	margin: 0 0 5px 0;
}

#key li.plusser {
	background: url(../images/i_plus.gif) 0 4px no-repeat;
}

#key li.minus {
	background: url(../images/i_minus.gif) 0 8px no-repeat;
}

#key li.pause {
	background: url(../images/i_pause.gif) 0 4px no-repeat;
}

#key li.play {
	background: url(../images/i_play.gif) 0 4px no-repeat;
}

#key li.groupnext {
	background: url(../images/i_group_next.gif) 0 5px no-repeat;
}

#key li.groupprev {
	background: url(../images/i_group_prev.gif) 0 5px no-repeat;
}


/*	headlines
		__________________________ */
		
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	margin: 0 0 15px 0;
	font-size: 25px;
	font-weight: normal;
	line-height: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

h2 {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 20px;
	margin: 0 0 15px 0;
	border-top: 3px solid #900;
	padding: 5px 20px 0 0;
}

h2.rss {
	background: url(../images/i_rss.gif) right 9px no-repeat;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 15px 0;
}

h3.heading {
	font-size: 16px;
	margin: 0 0 3px 0;
}

h4 {
	font-weight: bold;
	margin: 0 0 15px 0;
}

/*	links
		__________________________ */

a {
	text-decoration: none;
	color: #900;
	outline: none;
}

a:hover {
	text-decoration: underline;
	color: #600;
}

/*	form controls
		__________________________ */
		
label {
	clear: both;
	float: left;
	color: #0a4366;
	line-height: 21px;
	display: block;
	width: 120px;
	margin: 0 0 3px 0;
}

input, textarea {
	border: 1px solid #ccc;
	background: #fff;
	line-height: 16px;
	margin: 0 5px 3px 0;
	padding: 2px 4px 3px 4px;
}

input.button {
	width: 180px;
	height: 25px;
	padding: 0;
	margin: 0;
	color: #fff;
	background: #0a4366;
	border: none;
}

span.errormessage {
	line-height: 21px;
	margin-left: 120px;
	color: #c00;
}

/*	clear fix
		__________________________ */

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix { display: inline-block; }

/* start commented backslash hack \*/

* html .clearfix { height: 1%; }
.clearfix { display: block; }

/* close commented backslash hack */

/*	colors
		__________________________ */
		
.black {
	color: #000;
}

.blue {
	color: #0a4366;
}
		
.red {
	color: #900;
}

.lightred {
	color: #c00;
}



/*	misc.
		__________________________ */
		
.smalltxt {
	font-size: 11px;
}

.noborder, #rcol.noborder {
	border: none !important;
}

.nomarg {
	margin: 0
}

.featured {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
}

/*	main layout
		_____________________________________________________ */

#holdall {
	width: 976px;
	padding: 0 0 9px 0;
	margin: 0 auto 1px auto;
	border-bottom: 1px solid #ccc;
}

/*	topWrap section
		__________________________ */

#topWrap {
	position: relative;
	height: 346px;
	background: url(../images/bg_header-2011-v2.gif) 0 0 no-repeat;
}

#logo {
	position: absolute;
	left: 0;
	top: 143px;
}

#topWrap .banner, #topWrap #bannerFlash {
	position: absolute;
	right: 10px;
	top: 155px;
}

/*	news ticker
		__________________________ */

#scroller {
	display: inline;
	position: absolute;
	width: 700px;
	left: 10px;
	top: 280px;
}

#scroller p, #scroller a {
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #fff;
}

#scroller a:hover {
	color: #c00;
}

/*	icons, add to outlook etc. 
		__________________________ */

#qlinks {
	position: absolute;
	right: 0;
	top: 20px;
	width: 480px;
}

#qlinks ul, #qlinks li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#qlinks li {
	float: right;
	list-style: none;
	display: inline;
	color: #ccc;
	margin: 0 0 0 10px;
}

#qlinks li a {
	margin: 0 10px 0 0;
	padding: 0;
	list-style: none;
}

#qlinks li a:hover {
	text-decoration: none;
}

#qlinks li.add a {
	background: url(../images/i_add.gif) 0 0 no-repeat;
	padding: 0 0 0 22px;
}

#qlinks li.app a {
	background: url(../images/i_app.gif) 0 0 no-repeat;
	padding: 0 0 0 22px;
}

#qlinks li.outlook a {
	background: url(../images/i_outlook.gif) 0 0 no-repeat;
	padding: 0 0 0 22px;
}

#qlinks li.facebook a {
	background: url(../images/i_facebook_16.gif) 0 0 no-repeat;
	padding: 0 0 0 22px;
	margin: 0;
}

#qlinks li.linkedin a {
	background: url(../images/i_linkedin_16.gif) 0 0 no-repeat;
	padding: 0 0 0 22px;
	margin: 0;
}

#qlinks li.twitter a {
	background: url(../images/i_twitter_sm.gif) 0 0 no-repeat;
	padding: 0 0 0 22px;
	margin: 0;
}

/*	topWrap navigation
		__________________________ */

#qnav {
	position: absolute;
	width: 960px;
	top: 309px;
	left: 10px;
}

#qnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#qnav li {
	float: left;
	margin: 0 8px 0 0;
	padding: 0;
	list-style: none;
	color: #999;
	font-size: 12px;
}

#qnav li a {
	font-size: 12px;
	font-weight: bold;
	margin: 0 8px 0 0;
	padding: 0;
	color: #111;
}

#qnav li.last a {
	margin: 0;
}

#qnav li a:hover {
	color: #900;
	text-decoration: none;
}

/*	secondWrap section
		__________________________ */

#secondWrap {
	width: 976px;
	height: 38px;
	margin: 0;
	padding: 0;
}

#secondWrap p {
	float: left;
	font-size: 11px;
	line-height: 23px;
}

#qNewsletter{
	float: right;
	margin: 0 0 0 10px;
}

#qNewsletter input {
	font-size: 11px;
	margin: 0;
	padding: 4px 4px 5px 4px;
	width: 202px;
}

#qNewsletter input.button {
	font-size: 11px;
	width: 55px;
}

/*	header section
		__________________________ */

#header {
	margin: 0;
}

#banner {
	float: left;
	margin-top: 56px;
	width: 468px;
	height: 60px;
}


/*	left column
		__________________________ */

#lcol {
	clear: both;
	float: left;
	width: 234px;
	margin: 0 15px 0 0;
	padding: 0;
	border-top: 3px solid #900;
	background: #d6e1e7;
}

#lcol p {
	font-size: 11px;
	line-height: 17px;
	margin: 0 0 17px 9px;
}

#translate {
	height: 60px;
	overflow: hidden; 
	text-align: center;
}

/*	main nav left col
		__________________________ */

#lnav {
	margin: 0;
	padding: 10px 0 18px 0;
	list-style: none;
	background: #fff;
}

#lnav li {
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
}

#lnav li a, #lnav li.deselected a {
	display: block;
	font-size: 12px;
	color: #333;
	background: #fff;
	width: 234px;
	/*line-height: 23px;*/
	margin: 0;
	padding: 3px 0 4px 0;
	border-bottom: 1px solid #ccc; 
}

#lnav li a:hover{
	color: #900;
	background: #fff;
	border-bottom: 1px solid #900;
	text-decoration: none;
}

#lnav li.alt a, #lnav li.alt a.deselected {
	background: url(../images/i_toggle.gif) 220px 0 no-repeat;
}

#lnav li a.selected, #lnav li.alt a.selected {
	/*font-weight: bold;*/
	color: #900;
	background: #fff;
	border-bottom: 1px solid #900;
}

#lnav li.alt a:hover {
	background: #fafafa url(../images/i_toggle.gif) 220px 0 no-repeat;
}

#lnav li.alt a.selected {
	background: #fff url(../images/i_toggle.gif) 220px -23px no-repeat;
}

#lnav ul.sub{
	border: none;
	margin: 0;
	padding: 0;
}

#lnav ul.sub li a{
	display: block;
	font-size: 12px;
	font-weight: normal;
	background: none;
	color: #900;
	width: 220px;
	/*height: 27px;*/
	/*line-height: 27px;*/
	margin: 0;
	padding: 3px 0 4px 15px;
	border-bottom: 1px dotted #ccc; 
}

#lnav ul.sub li a:hover{
	color: #000;
	background: #fafafa;
}

#lnav ul.sub li.last a {
	border-bottom: 1px solid #ccc; 
}

/*	poll
		__________________________ */
		
#poll {
	padding: 0 0 3px 0;
	margin: 0 0 18px 0;
	border-bottom: 1px dotted #ec008c;
}

#poll label {
	width: auto;
	color: #0798ac;
	font-size: 11px;
	margin: 0;
	display: inline;
	float:none;
	clear:none;
}

#poll input {
	font-size: 11px;
	width: auto;
	border: none;
	background: #fff;
	margin: 1px 10px 0 0;
	padding: 0;
}

#poll input.button {
	width: 105px;
	height: 24px;
	border: none;
	background: #009fc2;
	margin: 0 15px 0 0;
	padding: 0 0 1px 0;
	color: #fff;
	cursor: pointer;
}

#poll input.buttonalt {
	width: 105px;
	height: 24px;
	border: none;
	background: #9f9a94;
	margin: 0 15px 0 0;
	padding: 0 0 1px 0;
	color: #fff;
	cursor: pointer;
}

/*	central column
		__________________________ */

#ccol {
	float: left;
	width: 478px;
	margin: 0 15px 0 0;
	padding: 12px 0 0 0;
	border-top: 3px solid #900;
}

#ccoll, #ccolr {
	float: left;
	width: 234px;
	margin: 0 10px 10px 0;
}

#ccolr {
	margin: 0;
}

#ccolwide {
	float: left;
	width: 727px;
	margin: 0;
	padding: 12px 0 0 0;
	border-top: 3px solid #900;
}

#mainFlash {
	margin: 0 0 10px 0;
}

/*	breadcrumb style
		_________________ */

#breadcrumb {
	float: left;
	width: 460px;
	margin: -6px 0 0 0;
	padding: 0 0 27px 0;
}

#ccolwide #breadcrumb {
	width: 650px;
}

#breadcrumb ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#breadcrumb li {
	float: left;
	font-size: 11px;
	margin: 0 8px 0 0;
	padding: 0;
	list-style: none;
	color: #777;
}

#breadcrumb li a {
	font-size: 11px;
	margin: 0 8px 0 0;
	padding: 0;
}

/*	panels
		_________________ */

div.panel {
	/*width: 234px;*/
	padding: 0;
	margin: 0 0 5px 0;
}

div.panel img {
	margin: 0;
	padding: 0 0 15px 0;
}

div.panel img.nomarg {
	margin: 0;
	padding: 0;
}

div.panel img.group {
	margin: 0 10px 0 0;
}

div.panel h2 {
	margin: 0 0 15px 0;
}

div.panel h3, #poll h3 {
	font-size: 13px;
	font-weight: normal;
	color: #333;
	margin: 0 0 15px 0;
}

div.panel h3.lessmarg {
	margin: 0 0 8px 0;
}

div.panel p {
	clear: both;
	margin: 0 0 15px 0;
}

div.panel p, div.panel a {
	font-size: 11px;
	line-height: 16px;
}

#lcol div.panel {
	width: 204px;
	word-wrap: break-word;
	background: #fff;
	margin: 5px;
	padding: 10px;
	border-top: 3px solid #000;
}

#lcol div.panel h2 {
	margin: -10px -10px 15px -10px;
	padding: 3px 5px 5px 5px;
	border-top: 1px solid #fff;
	color: #fff;
	background: #0a4366;
}

#lcol div.panel ul.linklist {
	margin: 0;
}

#lcol div.panel ul.linklist li.last {
	border-bottom: none
}

#rcol div.panel h2 {
	border-top: 3px solid #333;
	background: #eee;
	padding: 3px 5px 5px 5px;
}

#rcol div.panel h2.nomarg {
	margin: 0;
}

div.subbedimg {
	float: left;
	width: 130px;
	background: #900;
	margin: 5px 15px 15px 0;
	border: 1px solid #ddd;
}

div.subbedimg p{
	text-align: center;
	font-size: 11px;
	line-height: 16px;
	color: #fff;
	padding: 1px 5px 5px 5px;
	margin: 0;
}

/*	speaker
		_________________ */

div.speaker {
	background: #900;
	padding: 0 0 15px 0;
	margin: 0 0 10px 0;
}

div.speaker img {
	margin: 0;
}

div.speaker h2{
	background: #900;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 17px;
	color: #fff;
	border-top: none;
	border-bottom: 1px solid #fff;
	padding: 9px 0 5px 0;
	margin: 0 10px 5px 10px;
}

div.speaker h2 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	text-decoration: none;
}

div.speaker p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 15px;
	color: #fff;
	margin: 0 10px 0 10px;
}

/*	right column
		__________________________ */

#rcol {
	float: left;
	width: 234px;
	margin: 0;
	padding: 1px 0 0 0;
	border-top: 3px solid #000;
}

#rnav {
	margin: 0 0 8px 0;
	padding: 0;
	list-style: none;
}

#rnav li {
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
}

#rnav li a, #rnav li.deselected a {
	display: block;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	width: 224px;
	line-height: 26px;
	margin: 0;
	padding: 0 5px;
	border-bottom: 1px solid #fff;
	background: #0a4366 url(../images/arrow.gif) 224px 9px no-repeat;
}

#rnav li.standout a {
	background: #990000 url(../images/arrow.gif) 224px 9px no-repeat;
}

#rnav li a:hover {
	color: #fff;
	background: #000 url(../images/arrow.gif) 224px 9px no-repeat;
	border-bottom: 1px solid #fff;
	text-decoration: none;
}

#rcol #rcolad1 {
	border: 1px solid #ddd;
	padding: 10px 0 0 0;
}

/*#rcol #flash1, #rcol #flash2, #rcol #flash3, #rcol #flash4, #rcol #flash5, #rcol #flash6 {
	margin: 0 0 3px 0;
}

#rcol #flash7 {
	margin: 0 0 20px 0;
}

#sponsors {
	height: 120px;
}

#sponsors p {
	font-size: 11px;
	margin: 0 0 10px 0;
}*/

/*	first footer
		_____________________________________________________ */

#footer {
	clear: both;
	width: 956px;
	margin: 0 auto 0 auto;
	padding: 7px 10px;
	background: #900;
}

#footer a {
	font-size: 11px;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer li {
	float: left;
	font-size: 11px;
	margin: 0 8px 0 0;
	padding: 0;
	list-style: none;
	color: #ff6f6f;
}

#footer li a {
	font-size: 11px;
	margin: 0 8px 0 0;
	padding: 0;
	color: #fff;
}

#footer li a:hover {
	color: #ff6f6f;
	text-decoration: none;
}

/*	second footer
		_____________________________________________________ */

#footer2 {
	clear: both;
	width: 956px;
	margin: 0 auto 0 auto;
	padding: 7px 10px 15px 10px;
	background: #fff;
}

#footer2 a {
	font-size: 11px;
}

#footer2 p {
	float: right;
	margin: 0;
	padding: 2px 0 0 0;
	font-size: 11px;
	color: #555;
}

#footer2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer2 li {
	float: left;
	font-size: 11px;
	margin: 0 8px 0 0;
	padding: 0;
	list-style: none;
	color: #ff6f6f;
}

#footer2 li a {
	margin: 0 8px 0 0;
	padding: 0;
}

#footer2 li span {
	margin: 0 8px 0 0;
	padding: 0;
	color: #555;
}

/* add this */

#at16pf a#at-whatsthis, #at16pf a#at-logo  {
	display: none;
}
