@charset "utf-8";
/* CSS Document */

#wrapper #content #mainContent {
	margin: 0 50px 0 180px;
	padding: 27px 0px 5px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
	/*border: 1px solid red;*/
}

#wrapper #content #appContent {
	width: 500px;
	margin: 0 50px 0 180px;
	padding: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
	/*border: 1px solid red;*/
}

/* - - - - - - - - - - LEFT CONTENT SUBNAV */
#wrapper #content #leftContent {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	padding: 27px 0px 20px 0px; /* padding keeps the content of the div away from the edges */
	border-right: 1px solid #b0d8ff;
}
#wrapper #content #leftContent #subnavlist { 
	width: 150px; 
}
#wrapper #content #leftContent #subnavlist ul {
	margin-left: 0;
	padding-left: 0;
	border-top: 1px solid #b0d8ff;
	border-bottom: 1px solid #b0d8ff;
}

#wrapper #content #leftContent #subnavlist li {
	list-style: none;
	font: 12px/14px Georgia, "Times New Roman", Times, serif;
	color: #2e2f59;
	letter-spacing: -.02em;
}

#wrapper #content #leftContent #subnavlist a {
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left:16px;
	width: 134px;
	border-bottom: 1px solid #b0d8ff;
	background: url(../images/bullet_navlist_OFF.gif) no-repeat 0 0.9em;
	text-decoration: none;
}

#wrapper #content #leftContent #subnavlist a:link, #subnavlist a:visited {
	color: #2e2f59;
	text-decoration: none;
	background: url(../images/bullet_navlist_OFF.gif) no-repeat 0 0.9em;
}

#wrapper #content #leftContent #subnavlist a:hover {
	color: #2e2f59;
	background: url(../images/bullet_navlist_ON.gif) no-repeat 0 0.9em;
	background-color:#ccc;
}

#wrapper #content #leftContent #subnavlist .subnavon {
	color: #2e2f59;
	background: url(../images/bullet_navlist_ON.gif) no-repeat 0 0.9em;
	background-color:#dedede;
}





/* - - - - - - - - - - RIGHT CONTENT */
#wrapper #content #rightContent {
	float: right; /* since this element is floated, a width must be given */
	width: 170px;
	padding: 27px 10px 15px 10px; /* padding keeps the content of the div away from the edges */
	border-left: 1px solid #b0d8ff;
	
}
/* - - - - - - - - - - SUB PAGE FORMS */
#contact fieldset {
	margin: 1.5em 0 1.5em 0;
	padding: 0 0 1em 0;
	border-top:1px solid #2e2f59;
	background: #dedede url(../images/bkgrnd_fieldset.gif) repeat-x top;
/*	border:1px dotted red;*/
}

#contact legend {
	margin-left: 1em;
	padding:0 1em;
	color:#2e2f59;
	font: normal 12px/14px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	
}
#contact label {
	color:#2e2f59;
	display:block;
	float:left;
	font: normal 12px/13px Arial, Helvetica, sans-serif;
	margin-right:1em;
	padding-top:5px;
	padding-bottom:3px;
	width:12em;
	text-align:left;
	/*border:1px dotted green;*/
}
#contact input {
	font: normal 11px/13px Arial, Helvetica, sans-serif;
	padding: 5px;
}
#contact option {
	padding:3px 0px;
	font: normal 11px/13px Arial, Helvetica, sans-serif;
}

#contact fieldset ol { 
	padding: 0em;
	list-style: none;
}
#contact fieldset li { 
	padding:.5em 0em;
	float:left;
	clear: left;
	font: normal 11px/13px Arial, Helvetica, sans-serif; 
}
#contact fieldset.submit {
	border-style:none;
}

#contact textarea {
	font: normal 11px/17px Arial, Helvetica, sans-serif; 
	padding:5px;
}

#contact select {
	font: normal 11px/15px Arial, Helvetica, sans-serif; 
	padding:3px;
}




/* - - - - - - - - - - SECURE PAGE DETAILS */
#newsbox {
	background-color:#CCCCCC; 
	background-image:url(../images/bkgrnd_profiletopper.gif); 
	background-repeat:no-repeat;
	padding:15px; 
}

#newsbox p {
	padding:7px;
} 

#newsbox ul {

}

#newsbox li {
	font: 12px/14px Arial, Helvetica, sans-serif;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 17px;
}

.hothot{
	background: url(../images/bullet_arrow_orange.gif) no-repeat 0 0.7em;
}

.blue{
	background: url(../images/bullet_arrow_blue.gif) no-repeat 0 0.7em;
}

.grey{
	background: url(../images/bullet_arrow_grey.gif) no-repeat 0 0.7em;
}

.stage {
	color: #CC6600;
	padding-top: 7px;
	margin-bottom: 7px;
}

#wrapper #content .topofpage {
	font: 11px/13px Arial, Helvetica, sans-serif;
	color: #666666;
	padding-left: 11px;
	letter-spacing: 0em;
	margin-top: 7px;
}

.topofpage a { 
	text-decoration: none; 		
}


/* - - - - - - - - - - RIGHT SIDEBAR DETAILS */
#wrapper #content #rightContent #sidebar {
	/*background-color:#dedede;*/ 
	/*border:1px solid #2e2f59; */
	padding-right:10px;
}

#wrapper #content #rightContent #sidebar h1 {
	font: normal 16px/18px Arial, Helvetica, sans-serif;
	color: #2e2f59;
	margin: 0px;
	padding: 9px 0px;
}

#wrapper #content #rightContent #sidebar p {
	font: normal 11px/13px Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0px;
	padding: 0px;
}

#sidebar ul {
}

#sidebar li {
	font: normal 11px/13px Arial, Helvetica, sans-serif;
	color: #666666;
	margin-left:5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:13px;
	background: url(../images/bullet_navlist_OFF.gif) no-repeat 0.4em;
}

/* - - - - - - - - - - TIER 3 NAV for INSIDE PAGE LINKS */
#thirdnavlist {
	margin: -10px 0px 0px -17px;
	width: 225px;
}

#thirdnavlist ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	/*border:1px dotted green;*/

}

#thirdnavlist li {
	font: 11px/13px Arial, Helvetica, sans-serif;
	padding-left:14px;
	padding-top: 3px;
	padding-bottom: 3px;
	background: url(../images/bullet_navlist_ON.gif) no-repeat 0px 5px;

}

#thirdnavlist a {
	text-decoration: none; 		
}

#thirdnavlist a:hover {
	color: #000066;
}

/* - - - - - - - - - - CONTENT SPECIFICS */

.block {
	padding:25px 0px 25px 0px; 
	border-bottom:1px solid #6062a9;
	background-image:url(../images/bkgrnd_content_block.jpg);
	background-position:bottom;
	background-repeat:repeat-x; 
}

/* - - - - - - - - - - NEWS LISTS  */
#wrapper #content #mainContent .newslist { 
	/*border: 1px solid red;*/
}

#wrapper #content #mainContent .newslist ul {
	margin: 0px;
	padding:0px;
	list-style-type: none;	
}

#wrapper #content #mainContent .newslist li {
	padding-top: 7px;
	padding-bottom: 7px;
	margin-left:11px;

}


/* - - - - - - - - - - - MAIN CONTENT STYLE FOR DEFAULT LIST */

#wrapper #content #mainContent ol {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 35px;	
}


#wrapper #content #mainContent ul {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 19px;	
}

#wrapper #content #mainContent li {
	font: 12px/13px Arial, Helvetica, sans-serif;
	padding-bottom: 7px;	
}


/* - - - - - - - - - - - MAIN CONTENT STYLE FOR DEFAULT ERROR and NOTES */
.error_box {
	border: 1px solid #F00;
	font: 12px/14px Arial, Helvetica, sans-serif;
	margin: 10px;
	padding: 25px 25px 25px 60px;
	background: #DEDEDE url(../images/ALERT_msg_bkgrnd.jpg) no-repeat;
	visibility:hidden;
	display:none;
	width: 300px;
}

/* - - - - - - - - - - - MAIN CONTENT STYLE FOR DEFAULT FAQ Lists */
p.question {
	font-size: 12px;
	line-height: 14px;
	color: #2E2F59;
	padding-top: 7px;
	padding-bottom: 3px;
	font-weight: bold;
}

/* - - - - - - - - - - TIER 3 NAV for INSIDE PAGE LINKS */
#meetingnavlist {
	margin: -10px 0px 0px -17px;
	width: 225px;
}

#meetingnavlist ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	/*border:1px dotted green;*/

}

#meetingnavlist li {
	font: 11px/13px Arial, Helvetica, sans-serif;
	padding-left:14px;
	padding-top: 3px;
	padding-bottom: 3px;
	background: url(../images/bullet_navlist_ON.gif) no-repeat 0px 5px;

}

#meetingnavlist a {
	text-decoration: none; 		
}

#meetingnavlist a:hover {
	color: #000066;
}

table.exhibitorlist {
	border-top:1px solid #2e2f59;
	border-right:1px solid #2e2f59;
	border-bottom:1px solid #2e2f59;
}

table.exhibitorlist td {
	padding:11px 7px;
	font: 12px/14px Arial, Helvetica, sans-serif;
	border-left:1px solid #2e2f59;
	border-bottom:1px solid #dedede;
}

#subnav_focus_a {
	border:1px solid #2e2f59;
	background:#dedede url(../images/background_LINK_INSIDE.jpg) no-repeat -5px 0px;
	padding:11px;
	margin:11px 11px;
	width:auto;
}

#subnav_focus_a p {
	font: normal 14px/14px Arial, Helvetica, sans-serif;
	color: #000;
	margin-left:25px;
}

#subnav_focus_a h1 {
	
}

#subnav_focus_a a {
	font: normal 12px/12px Arial, Helvetica, sans-serif;
	color: #603;
	
}

#subnav_focus_a a:hover {
	font-weight: bold;
	letter-spacing: -.02em;
}

/* - - - - - - - - - - NEWS LIST*/

#wrapper #content #mainContent #newsfocus {

}

#wrapper #content #mainContent #newsfocus ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#wrapper #content #mainContent #newsfocus li {
	padding-left: 17px;
	padding-bottom: 9px;
	background: url(../images/bullet_news_list.gif) no-repeat -3px -1px;
	font: 12px/14px Arial, Helvetica, sans-serif;
}

#wrapper #content #mainContent .committeelists ul {
	
}

#wrapper #content #mainContent .committeelists  li {
	font: 12px/14px Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 2px;	
}

#wrapper #content #mainContent .committeelists {
	float:right;
	width:65%;
	margin-top:-7px;
}

#wrapper #content #mainContent .committeelist em {
	font-style:italic;
}

#wrapper #content #mainContent .committeelists h2 {
	padding-top: 25px;	
}

#wrapper #content #mainContent .committeelists h3 {
	font: bold 12px/12px Arial, Helvetica, sans-serif;
	margin: 7px 0px -7px 0px;
	padding: 0px;	
	width:75%;
	border-bottom:1px solid #dedede;
}

#presen_09 {
	width:75%;
	padding:10px;
	border:9px solid #6062a9;
	margin-left:25px;
	font-size: 12px;
	line-height: 14px;
	color: #FFF;
	background: #2e2f59 url(../images/bkgrnd_presentation_focus.jpg) no-repeat -5px -5px;
}

#presen_09 p {
	color: #FFF;
	margin-left:51px;
}

#presen_09 a {
	color: #FFF;
	text-decoration:none;
}

#presen_09 a:hover {
	color: #FFF;
	text-decoration:none;
}

#presen_09 a:visited {
	color: #ccc;
	text-decoration:none;
}

input.title, textarea.description { width: 300px; }
#category_resources { float:right; width:503px; }
#category_resources .title { width: 203px; }
#category_resources .description { width: 300px; }
#category_resources .column_header { font-size: 1.2em; border-bottom:1px solid #CCCCCC; }
#thirdnavlist.resource_center { float: left; }