/* RESET
-------------------------------------------------------------------- */
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,
caption, tbody, tfoot, thead {margin: 0; padding: 0; border: 0;}


/* GLOBAL
-------------------------------------------------------------------- */
body { 
	text-align: left;
	background: #000;
	color: #333;
	font: normal 12px/16px Arial, sans-serif;
	}

a:link, a:visited {
	color: #333;
	text-decoration: underline;
	}
a:hover {
	color: #000;
	text-decoration: underline;
	}	

hr {
	clear: both;
	border: none 0;
	border-top: 1px dotted #ccc;
	text-align: center;
	width: 75%;
	height: 1px;
	margin: 7px 0 7px 0;
	}

blockquote {
	margin: 15px;
	padding: 0;
	}

.req {
	font-size: 14px;
	font-weight: bold;
	color: #c30;
	}

a.button {
	color: #fff !important;
	background-color: #ff9933;
	border: 1px solid #95855d;
	text-decoration: none;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	border-radius: 5px;
	outline: none;
	margin: 0;
	padding: 4px;
	}
a.button:active {
	background-color: #bd6c15;
	outline: none;
	}


/* STRUCTURE
-------------------------------------------------------------------- */
#wrap {
	width: 975px;
	text-align: left;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	}

.content {
	position: relative;
	margin: 10px 30px 0 30px;
	padding: 0;
	}

.content .foot {
	float: left;
	clear: all;
	width: 485px;
	margin: 15px 0 0 0;
	padding: 0;
	}
.content .foot p {
	font-size: 11px;
	color: #666;
	}


/* HEAD
-------------------------------------------------------------------- */
#head {
	z-index: 300;
	position: relative;
	width: 975px;
	height: 140px;
	margin: 0;
	padding: 0;
	}
#head #logo {
	position: absolute;
	top: 25px;
	left: 30px;
	width: 250px;
	height: 67px;
	}
#head #logo p {
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	}

#head #admin {
	float: right;
	margin: 30px 30px 0 0;
	padding: 0;
	}

#head #search {
	position: absolute;
	top: 25px;
	right: 30px;
	height: 20px;
	border: 1px solid #ffb3b3;
	margin: 0;
	padding: 0;
	}
#head #search .form {
	width: 130px;
	height: 17px;
	background-color: #fff;
	border: none;
	color: #999;
	font-size: 11px;
	margin: 0;
	padding: 3px 0 0 5px;
	}
#head #search .sbutton {
	vertical-align: top;
	margin: 3px 10px 0 10px;
	padding: 0;
	}

/*
nav with dropdowns 
http://qrayg.com/experiment/cssmenus/
*/

/* Root = Horizontal, Secondary = Vertical */
ul#navmenu-h {
	position: absolute;
	bottom: 0;
	left: 30px;
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 920px; /*For KHTML*/
	list-style: none;
	height: 18px;
	}
ul#navmenu-h li {
	margin: 0;
	border: 0 none;
	padding: 0;
	float: left; /*For Gecko*/
	display: inline;	
	list-style: none;
	position: relative;
	}
ul#navmenu-h li.on a { /* root tab on state */
	background-color: #fff;
	}
ul#navmenu-h ul {
	margin: -5px 0 0 0;
	border: 1px solid #ff8c8c;
	padding: 0;
	width: 217px;
	list-style: none;
	display: none;
	position: absolute;
	top: 25px;
	left: 0;
	background-color: #fff;
	}
ul#navmenu-h ul:after /*From IE 7 lack of compliance*/{
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
	}
ul#navmenu-h ul li {
	width: 220px;
	float: left; /*For IE 7 lack of compliance*/
	display: block !important;
	display: inline; /*For IE*/
	}
/* Root Menu */
ul#navmenu-h a {
	margin-right: 3px;
	padding: 1px 80px 5px 18px;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	color: #e55302;
	font: bold 13px/14px Helvetica, Verdana, Arial, sans-serif;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
	/* border-left: 14px solid #ff802c; */
	background: #fff url(../imgs/nav_box.gif) no-repeat 0 1px;
	}
	* html ul#navmenu-h a { /* IE6 */
	margin-right: 1px;
	}
/* Root Menu Hover Persistence */
ul#navmenu-h a:hover,
ul#navmenu-h li:hover a,
ul#navmenu-h li.iehover a {
	background: #fff url(../imgs/nav_box.gif) no-repeat 0 1px;
	}
/* 2nd Menu */
ul#navmenu-h li:hover li a,
ul#navmenu-h li.iehover li a {
	float: none;
	background-color: #fff;
	background-image: none;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	border: none;
	padding-left: 10px;
	padding-right: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	}
/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover,
ul#navmenu-h li:hover li:hover a,
ul#navmenu-h li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover a {
	background: #fff;
	color: #d87000;
	}
ul#navmenu-h ul ul,
ul#navmenu-h ul ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 220px;
	}
/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu-h li:hover ul ul,
ul#navmenu-h li:hover ul ul ul,
ul#navmenu-h li.iehover ul ul,
ul#navmenu-h li.iehover ul ul ul {
	display: none;
	}
ul#navmenu-h li:hover ul,
ul#navmenu-h ul li:hover ul,
ul#navmenu-h ul ul li:hover ul,
ul#navmenu-h li.iehover ul,
ul#navmenu-h ul li.iehover ul,
ul#navmenu-h ul ul li.iehover ul {
	display: block;
	}


/* HOME
-------------------------------------------------------------------- */
.home .intro {
	float: left;
	width: 450px;
	height: 450px;
	background: #dfe5e0;
	margin: 0;
	padding: 25px;
	}
.home .intro h1 {
	font-size: 24px;
	line-height: 27px;
	font-weight: normal;
	color: #333;
	margin: 0 0 180px 0;
	padding: 0;
	}
.home .intro p {
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
	color: #333;
	margin: 0 0 10px 0;
	padding: 0;
	}
	
.home .promo {
	float: left;
	margin: 0 6px 6px 6px;
	padding: 0;
	}

.home .box1 {
	float: left;
	width: 90px;
	height: 90px;
	background: #7ccfda;
	}
.home .box2 {
	float: right;
	width: 90px;
	height: 90px;
	background: #6896ad;
	margin-right: 7px;
	}

.home .intro2 {
	float: right;
	width: 281px;
	height: 210px;
	background: #f4efef;
	margin: 0;
	padding: 15px;
	}
.home .intro2 p {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #666;
	margin: 0 0 10px 0;
	padding: 0;
	}	
.home .intro2 ul {
	list-style: none;
	margin: 0 0 20px 20px;
	padding: 0;
	}
.home .intro2 ul li {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	background: url(../imgs/bullet_star.gif) no-repeat 0 5px;
	margin: 0;
	padding: 0 0 5px 10px;
	}

.home .foot {
	float: left;
	}


/* ADMIN
-------------------------------------------------------------------- */
.admin .subnav {
	float: left;
	width: 230px;
	background: #f4efef;
	margin: 0 20px 0 0;
	padding: 0;
	}
.admin .subnav ul {
	list-style: none;
	width: 210px;
	margin: 10px 0 10px 10px;
	padding: 0;
	}
.admin .subnav ul li {
	font-size: 13px;
	font-weight: normal;
	color: #333;
	margin: 0;
	padding: 0;
	}
.admin .subnav ul li.base { /* main title */
	font-size: 13px;
	font-weight: bold;
	color: #39c;
	margin: 0;
	padding: 0;
	}

.admin .main {
	float: left;
	width: 620px;
	border: 1px solid #36b0cb;
	margin: 0;
	padding: 20px;
	}
.admin .main h1 {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #333;
	margin: 0 0 15px 0;
	padding: 0;
	}
.admin .main h2 {
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	color: #333;
	margin: 20px 0 10px 0;
	padding: 0;
	}
.admin .main h3 {
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	color: #333;
	margin: 10px 0 0 0;
	padding: 0;
	}
.admin .main p {
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #000;
	margin: 0 0 10px 0;
	padding: 0;
	}
.admin .main ul {
	/* list-style: none;  custom bullets */
	margin: 0 0 10px 15px;
	padding: 0;
	}
.admin .main ul li {
	/* background: url(/imgs/bullet.gif) no-repeat left top;  custom bullets */
	margin: 0;
	padding: 0 0 5px 0; /* add left padding of 10px for custom bullets */
	}
.admin .main ol {
	margin: 0 0 10px 15px;
	padding: 0;
	}
.admin .main ol li {
	margin: 0;
	padding: 0 0 5px 0;
	}


/* SUB / subnav
-------------------------------------------------------------------- */
.sub .subnav {
	float: left;
	width: 230px;
	background: #f4efef;
	margin: 0 20px 0 0;
	padding: 0;
	}
.sub .subnav ul {
	list-style: none;
	width: 210px;
	margin: 10px 0 10px 10px;
	padding: 0;
	}
.sub .subnav ul li {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333;
	margin: 0;
	padding: 0;
	}
	* html .sub .subnav ul li { /* IE6 */
	height: 1px;
	}
.sub .subnav ul li.base { /* main title */
	font-size: 18px;
	font-weight: bold;
	color: #39c;
	background-color: #fff;
	border: none;
	margin: 0 0 7px 0;
	padding: 6px;
	}
	.sub .subnav ul li.base a { /* main title link color */
	color: #39c;
	background-color: #fff;
	margin: 0;
	padding: 0;
	}
	.sub .subnav ul li.base a:hover { /* main title rollover */
	color: #e55302;
	background-color: #fff;
	margin: 0;
	padding: 0;
	}
	.sub .subnav ul li.baseRR { /* main title Research & Resources */
	font-size: 15px;
	font-weight: bold;
	color: #39c;
	background-color: #fff;
	border: none;
	margin: 0 0 7px 0;
	padding: 6px;
	}
	.sub .subnav ul li.baseRR a { /* main title link color Research & Resources */
	font-size: 15px;
	color: #39c;
	background-color: #fff;
	margin: 0;
	padding: 0;
	}
	.sub .subnav ul li.baseRR a:hover { /* main title rollover Research & Resources */
	color: #e55302;
	background-color: #fff;
	margin: 0;
	padding: 0;
	}
.sub .subnav ul li a { /* root link color */
	display: block;
	text-decoration: none;
	background: #faf7f7;
	margin: 0 0 3px 0;
	padding: 6px;
	}
.sub .subnav ul li a:hover, .sub .subnav ul li.on a { /* root rollover, on state */
	display: block;
	background-color: #fff;
	color: #e55302;
	text-decoration: none;
	margin: 0 0 3px 0;
	padding: 6px;
	}
.sub .subnav ul li.open ul { /* children */
	margin: 0;
	padding: 0;
	}
.sub .subnav ul li.open ul li { /* children */
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	}
	.sub .subnav ul li.open ul li a { /* children link color */
	color: #81756d;
	margin: 0 0 3px 0;
	padding: 6px 6px 6px 20px;
	}
	.sub .subnav ul li.open ul li a:hover, .sub .subnav ul li.open ul li.on a { /* children rollover, on state */
	color: #e55302;
	}


/* SUB / main
-------------------------------------------------------------------- */
.sub .main {
	float: left;
	width: 605px;
	border: 10px solid #36b0cb;
	margin: 0;
	padding: 20px;
	}
.sub .main h1 {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #333;
	margin: 0 0 15px 0;
	padding: 0;
	}
.sub .main h2 {
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	color: #333;
	margin: 20px 0 10px 0;
	padding: 0;
	}
.sub .main h3 {
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	color: #333;
	margin: 10px 0 0 0;
	padding: 0;
	}
.sub .main p {
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #000;
	margin: 0 0 10px 0;
	padding: 0;
	}
.sub .main ul {
	/* list-style: none;  custom bullets */
	margin: 0 0 10px 15px;
	padding: 0;
	}
.sub .main ul li {
	/* background: url(/imgs/bullet.gif) no-repeat left top;  custom bullets */
	margin: 0;
	padding: 0 0 5px 0; /* add left padding of 10px for custom bullets */
	}
.sub .main ol {
	margin: 0 0 10px 15px;
	padding: 0;
	}
.sub .main ol li {
	margin: 0;
	padding: 0 0 5px 0;
	}


/* SUB / conferences
-------------------------------------------------------------------- */
.sub div.conf {
	background: url(../imgs/conf_bg.gif) no-repeat top left;
	width: 645px;
	height: 267px;
	margin: -20px -20px 0 -20px;
	padding: 0;
	}
.sub div.conf h1 {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #362f2d;
	margin: 0;
	padding: 25px 0 20px 25px;
	}
.sub div.conf h2 {
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	color: #736357;
	margin: 0;
	padding: 0 0 0 25px;
	}


/* SUB / about
-------------------------------------------------------------------- */
.sub .about {
	width: 490px;
	}

.sub .about .team {
	position: absolute;
	top: 0;
	right: 0;
	width: 93px;
	text-align: right;
	}
	* html .sub .about .team { /* IE6 */
	right: 30px;
	}
.sub .about .team .box {
	width: 93px;
	height: 93px;
	background: #d9e3e0;
	margin-bottom: 20px;
	}
.sub .about .team .box p {
	font-family: Helvetica, Arial, san-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #4c4e57;
	margin: 0;
	padding: 10px 15px 0 0;
	}
.sub .about .team ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
.sub .about .team ul li {
	margin: 0 0 7px 0;
	padding: 0;
	}
	






/* TABLES
-------------------------------------------------------------------- */
table.data {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 12px;
	margin: 15px 0 15px 0;
	padding: 0;
	}
table.data th {
	font-style: italic;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	margin: 0;
	padding: 5px;
	}
table.data td {
	text-align: left;
	vertical-align: top;
	margin: 0;
	padding: 7px 5px 7px 5px;
	}
table.data td.title {
	font-weight: bold;
	background: #e5e5e5;
	padding: 2px 2px 2px 5px;
	}

table.form {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 15px 0 15px 0;
	padding: 0;
	}
table.form td {
	text-align: left;
	vertical-align: top;
	margin: 0;
	padding: 5px;
	}

table.conf {
	background-color: #eee;
	margin: 0 0 10px 0;
	padding: 10px;
	}
table.conf td.col1 {
	width: 150px;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	margin: 0;
	padding: 3px 6px 3px 3px;
	}
table.conf td.col2 {
	width: 140px;
	vertical-align: top;
	margin: 0;
	padding: 3px;
	}
table.conf td.col2pay {
	width: 475px;
	vertical-align: top;
	margin: 0;
	padding: 3px;
	}
table.conf td.col3 {
	width: 120px;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	margin: 0;
	padding: 3px 6px 3px 3px;
	}
table.conf td.col4 {
	vertical-align: top;
	margin: 0;
	padding: 3px;
	}

