/*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;
}
body {
	line-height: 1;
}
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;
}
/*********************************/

.photo_left {
position:relative;
margin:0 10px 10px 0px;
float:left;
z-index:1000;
}
.photo_right  {
position:relative;
margin:0 0px 10px 10px;
float:right;
z-index:1000;
}


.programme {
border:0;
padding:0;
margin:0;
background-color:#FFFFFF;
}
.programme td {
border:0;
padding:5px 5px;
background-color:#FFFFFF;
color:#000000;
vertical-align:top;
}
.programme h1 {
font-size:16px;
color:#333333;
}
.programme h2 {
font-size:12px;
color:#000000;
}

.bios {
	border:0;
	border-top:1px #CCC solid;
}
.bios tr {
	border:0;
}
.bios td {
	vertical-align:top;
	padding:10px;
	margin:0;
	border:0;
	border-bottom:1px #CCC solid;
}
.bios img {
	padding:0;
	margin:0;
}


/*MAIN TAGS*/

html {
	padding:0;
	margin:0;
	font-family:arial, "lucida sans", verdana;
	font-size:12px;
	background-image:url(images/small_bg.jpg);
}
body {
	padding:5px; 
	margin:0;
}

.editable table, p {
	position:relative;
	line-height:135%;
	padding:0;
	margin:0;
}


img {
	border:none;
	padding:0;
	margin:0;
}

a, a:visited {
color:#0033CC;
text-decoration:none;
}
a:hover {
color:#0099FF;
text-decoration: underline;
}

p img {
vertical-align:top;
padding:0;
}

a img {
margin-left:5px;
}

ul
{
position:relative;
list-style-type: none;
padding: 0;
margin: 0;
}

li
{
position:relative;
background-image: url(images/roundbullet.jpg);
background-repeat: no-repeat;
padding-left: 18px;
margin:5px 0;
background-position:0px 0.1em;
margin-left:10px;
}

table {
color: #404040;
background-color: #fafafa;
border: 1px #CCCCCC solid;
border-collapse: collapse;
border-spacing: 0px; 
margin:5px;
}
table td {
border-bottom: 1px solid #CCCCCC;
border-top: 0px;
border-left: 1px solid #CCCCCC;
border-right: 0px;
color: #404040;
background-color: #fafafa;
padding:2px;
}
table th {
border-bottom: 1px solid #CCCCCC;
border-top: 0px;
border-left: 1px solid #CCCCCC;
border-right: 0px;
color: #FFFFFF;
background-color:#666666;
padding:2px;
}

hr {
height:2px;
color:#F5F5F5;
background-color:#F5F5F5;
border:none;
border-top:#CCCCCC 2px solid;
clear:both;
}


/* FORM */

form, fieldset {
border:none;
padding:0;
margin:0;
}

.date {
position:relative;
clear:both;
}
.date select {
width:50px;
}
.date .form_row {
float:left;
clear:none;
width:50px;
margin:0 0 0 0;
}
.date .form_row label {
display:none;
}
.date .form_row .required {
display:none;
}
.submit_button input, .box_light .submit_button input {
width:203px;
padding:8px 0 9px 0;
cursor:pointer;
background-image:url(images/menubg.gif);
background-position:bottom;
background-repeat:repeat-x;
background-color:#FFFFFF;
font-weight:bold;
border-top:#999999 1px solid;
border-left:#999999 1px solid;
border-right:#000000 1px solid;
border-bottom:#000000 1px solid;
margin-right:15px;
}

.fieldset {
border:#CCCCCC 1px solid;
padding:10px;
margin-bottom:10px;
}
legend {
color:#999999;
font-variant:small-caps;
}
.requiredkey {
float:right;
font-style:italic;
color:#666666;
padding-top:3px;
}

.error label {
color:#CC0000;
}

.required {
visibility:hidden;
}

.error .required {
visibility:visible;
padding:0px 0 0 10px;
font-weight:bold;
color:#CC0000;
line-height:18px;
vertical-align:middle;
}
.error .required span {
padding:2px 8px; 
width:15px;
height:15px;
background-color:#CC0000;
color:#FFFFFF;
font-weight:bold;
margin-right:3px;
}


.box_light .form_row {
float:left;
text-align:left;
display:block;
clear:both;
margin:10px 0 0px 0;
width:590px;
overflow:hidden;

}
.box_light label {
float:left;
width:200px;
padding-top:1px;
padding-right:10px;
font-size:14px;
}
.box_light input, .box_light textarea {
float:left;
width:242px;
padding:2px;
}

.box_light textarea {
height:70px;
}

.box_light select {
float:left;
width:251px;
}

.box_light .split input {
width:50px;
}


.checkbox {
width:451px;
}
.checkbox input, .admin .checkbox input {
padding:0;
margin:0;
margin-left:-3px;
margin-right:10px;
margin-top:4px;
height:12px;
width:20px;

}
.checkbox label {
padding-top:0;
vertical-align:top;
line-height:20px;
height:15px;
}





/*MAIN MENU*/
/*
#portfolios {
position:absolute;
top:188px;
height:50px;
width:955px;
}

.portfolio {
float:left;
width:154px;
border:1px solid #333333;
margin:0 2px 0 1px;
text-decoration:none;
text-align:center;
background-color:#FFFFFF;
color:#333333;
cursor:pointer;
height:50px;
}
#portfolios a {
text-decoration:none;
}

.last {
margin-right:0;
}
.portfolio:hover {
cursor:pointer;
height:135px;
color:#333333;
}


.portfolio:hover span.p {
display:block;
}

.portfolio .h1 {
color:#FFFFFF;
padding:16px 10px 10px 10px;
font-size:14px;
text-decoration:none;
display:block;
font-weight:bold;
font-family:"lucida sans", verdana;
height:24px;
background-color:#333333;
}
.twolines .h1 {
padding-top:11px;
height:29px;
}

.twolines .outreach {
font-size:11px;
line-height:14px;
}

.portfolio .p { 
padding:8px;
font-size:11px;
text-decoration:none;
display:block;
font-family:arial, "lucida sans", verdana;
display:none;
color:#333333;
}
	
	
.red:hover .h1, .currentsection .redfoo .h1, .breadcrumbsred, #adminbar .red {
background-color:#990000;
}
.purple:hover .h1, .currentsection .purplefoo .h1, .breadcrumbspurple {
background-color:#862EED;
}
.green:hover  .h1, .currentsection .greenfoo .h1, .breadcrumbsgreen, #adminbar .green {
background-color:#009900;
}
.orange:hover .h1, .currentsection .orangefoo .h1, .breadcrumbsorange {
background-color:#FF9900;
}
.turquoise:hover .h1, .currentsection .turquoisefoo .h1, .breadcrumbsturquoise {
background-color:#0099FF;
}
.blue:hover .h1, .currentsection .bluefoo .h1, .breadcrumbsblue {
background-color:#003399;
}

#portfolios .research4life {
}
.last.h1 {
padding-top:10px;
height:30px;
}

*/

.red:hover .h1, 
.currentsection .redfoo .h1, 
.breadcrumbsred, #adminbar .red, 
#jsddm2 li.red a:hover, 
#jsddm2 li.red ul li a:hover {
background-color:#990000;
}
.purple:hover .h1, 
.currentsection .purplefoo .h1, 
.breadcrumbspurple, 
#jsddm2 li.purple a:hover, 
#jsddm2 li.purple ul li a:hover {
background-color:#862EED;
}
.green:hover  .h1, 
.currentsection .greenfoo .h1, 
.breadcrumbsgreen, 
#adminbar .green, 
#jsddm2 li.green a:hover, 
#jsddm2 li.green ul li a:hover {
background-color:#009900;
}
.orange:hover .h1, 
.currentsection .orangefoo .h1, 
.breadcrumbsorange, 
#jsddm2 li.orange a:hover, 
#jsddm2 li.orange ul li a:hover {
background-color:#FF9900;
}
.turquoise:hover .h1, 
.currentsection .turquoisefoo .h1, 
.breadcrumbsturquoise, 
#jsddm2 li.turquoise a:hover, 
#jsddm2 li.turquoise ul li a:hover {
background-color:#0099FF;
}
.blue:hover .h1, 
.currentsection .bluefoo .h1, 
.breadcrumbsblue, 
#jsddm2 li.blue a:hover, 
#jsddm2 li.blue ul li a:hover {
background-color:#003399;
}

#portfolios .research4life {
}
.last.h1 {
padding-top:10px;
height:30px;
}



/*BREADCRUMBS*/

#breadcrumbs {
position:relative;
font-size:12px;
padding:3px 0 3px 11px;
width:941px;
color:#FFFFFF;
margin-bottom:5px;
}
#breadcrumbs a {
color:#FFFFFF;
text-decoration:none;
}
#breadcrumbs a:hover {
color:#FFFFFF;
text-decoration:underline;
}





/*MAIN LAYOUT*/

#container {
	position:relative;
margin:0 auto;
width:955px;
background-color:#FFFFFF;
}

#header_container {
	width:955px;
	height:244px;
	position:relative;
}


#header {
width:955px;
height:188px;
background-image:url(images/header.gif);
background-position:left bottom;
background-repeat:no-repeat;
}

#header a {
text-align:center;
font-family:arial, "lucida sans", verdana;
font-size:12px;
color:#000000;
text-decoration:none;
font-weight:bold;
border-top:3px #FFFFFF solid;
border-bottom:3px #FFFFFF solid;
}
#header a:hover {
color:#FFFFFF;
background-color:#666666;
}
#header a:hover #test {
display:block;
}

#header #home {
border-right:4px #FFFFFF solid;
float:left;
width:55px;
height:37px;
cursor:pointer;
padding:21px 3px 0 0;
}
#header #about {
border-right:4px #FFFFFF solid;
float:left;
width:56px;
height:41px;
cursor:pointer;
padding:15px 1px 0 0px;
}
#header #resources {
border-right:4px #FFFFFF solid;
float:left;
width:73px;
height:41px;
cursor:pointer;
padding:15px 0px 0 0;
}
#header #members {
border-right:4px #FFFFFF solid;
float:left;
width:70px;
height:41px;
cursor:pointer;
padding:15px 0px 0 1px;
}
#header #membership {
border-right:4px #FFFFFF solid;
float:left;
width:90px;
height:37px;
cursor:pointer;
padding:21px 1px 0 0;
}
#header #contact {
border-right:4px #FFFFFF solid;
float:left;
width:60px;
height:37px;
cursor:pointer;
padding:21px 1px 0 0;
}

#header form label {
display:block;
font-weight:bold;
padding-bottom:2px;
}
#header form .form_pair {
float:left;
margin:4px 0 0 0;
padding-left:10px;
}

#header #login {
display:none;
padding-top:9px;
width:325px;
border-right:4px #FFFFFF solid;
height:50px;
}
#header #login input {
width:100px;
display:block;
}
#header #login .signin {
width:70px;
float:left;
cursor:pointer;
margin-left:10px;
}
#header #login a {
position:relative;
display:block;
border:none;
font-size:10px;
padding:1px 0 5px 0;
}


#loggedin {
	text-align:center;
	line-height:40px;
}
#loggedin a {
	line-height:40px;
}

#search {
	display:inline;
	float:left;
	background: #FFFFFF;
	height:30px;
	padding:8px 18px 0 18px;
	margin-left:4px;
	border:1px solid #20548E;

}
#search .search {
width:100px;
}
#search .go {
margin-left:5px;
}

#maincontent {
position:absolute;
width:955px;
}

#left_margin {
float:left;
width:235px;
}
#left_column {
padding-left:5px;
float:left;
width:450px;
}
#right_column {
float:right;
padding-right:3px;
width:251px;
}


#wide_left_column {
float:left;
width:690px;

}
#left_margin .box_light {
width:211px;
}
#left_column .box_light {
width:430px;
}

.box_light {
float:left;
width:670px;
border:1px solid #CCCCCC;
padding:6px 10px 10px 10px;
background-color:#FFFFFF;
color:#000000;
margin-bottom:6px;
overflow:visible;
}

.welcome {
height:178px;
border:1px solid #666666;
}
#welcome {
height:320px;
}

.box_light h1 {
padding:5px 0 5px 0;
margin:0;
font-size:20px;
color:#333333;
display:block;
width:100%;
}
.box_light h2 {
padding:0 0 5px 0;
margin:-3px 0 0 0;
font-size:14px;
color:#666666;
display:block;
width:100%;
}
.box_light h3 {
padding:0 0 5px 0;
margin:0px 0 0 0;
font-size:13px;
color:#000000;
display:block;
width:100%;
}


h4 {
font-size:15px;
color:#333333;
padding:1px 0 1px 0;
margin:0px 0 0 0;
} 

h4 a {
text-decoration:none;
}

h5 {
font-size:13px;
color:#000000;
padding:0 0 1px 0;
margin:5px 0 1px 0;
} 


h6 {
padding:0 0 5px 0;
margin:0;
font-size:16px;
color:#971d58;
display:block;
width:100%;
}


.box_dark {
border:1px solid #999999;
padding:6px 10px 10px 10px;
background-color:#e4e4e4;
color:#000000;
margin-bottom:5px;

}
.box_dark h1 {
margin:0 0 5px 0;
padding:0 0 4px 0;
font-size:16px;
color:#333333;
border-bottom:#999999 1px solid;
}
.box_dark h2 {
padding:0 0 5px 0;
margin:0;
font-size:14px;
color:#333333;
}
.box_dark h3 {
padding:0 0 5px 0;
margin:0;
font-size:12px;
color:#000000;
}
.box_dark .headlinedate {
padding:5px 0 5px 0;
margin:0;
font-size:10px;
color:#000000;
font-weight:normal;
font-style:italic;
text-align:right;
}
.box_dark .news_item {
padding-top:5px;
}
.box_dark .news_item .blurb {
line-height:16px;
padding-top:0px;
}

.box_dark .readmore {
float:left;
padding-top:5px;
font-size:10px;
clear:both;
}
.box_dark .fullarchive {
float:right;
padding-top:5px;
font-size:10px;
}
.popdocs {
overflow:hidden;
}
.popdocs h1 {
color:#666666;
font-size:16px;
padding:5px 0 15px 0;
}
.popdocs p {
margin-bottom:6px;
padding-top:0px;
}
.popdocs span {
font-style:italic;
color:#666666;
}

#popdownloads {
height:39x;
display:none;
}
#popdownloads table {
margin:0;
padding:0;
border:none;
background-color:#FFFFFF;
height:39px;
}
#popdownloads table td, #popdownloads table tr {
margin:0;
padding:0;
border:none;
background-color:#FFFFFF;
}




#popdownloads2 {
}
#popdownloads2 table {
margin:0;
padding:0;
border:none;
background-color:#FFFFFF;
height:156px;
}
#popdownloads2 table td, #popdownloads2 table tr {
margin:0;
padding:0;
border:none;
background-color:#FFFFFF;
}
#popdownloads2 table td {
padding-bottom:7px;
}




#upcomingevents table {
margin:0;
padding:0;
border:none;
background-color:#FFFFFF;
height:284px;
}
#upcomingevents table td, #upcomingevents table tr {
margin:0;
padding:0;
border:none;
background-color:#FFFFFF;
}
#upcomingevents {
height:305px;
}



/*NEWS*/

#news {
height:598px;
}

#news table {
margin:0;
padding:0;
border:none;
height:575px;
background-color:#e4e4e4;
}
#news table td, #news table tr {
margin:0;
padding:0;
border:none;
background-color:#e4e4e4;
vertical-align:top;
border-bottom:1px solid #CCCCCC;
}


#stmnewslink {
height:40px;
vertical-align:middle;
}

#stmnewslink a {
height:40px;
display:block;
font-size:13px;
vertical-align:text-top;
font-weight:bold;
font-variant:small-caps;
background-image:url(images/newsletter.jpg);
background-position:top right;
background-repeat:no-repeat;
color:#333333;
padding:1px 0 0 1px;
text-align:left;
width:214px;
}
#stmnewslink em {
color:#666666;
font-variant:normal;
font-size:11px;
line-height:18px;
}
#stmnewslink a:hover {
text-decoration:none;
color:#0099FF;
cursor:pointer;
}
#stmnewslink .nowavailable {
text-align:center;
color:#666666;
font-size:12px;
margin:0;
padding:10px 0 0 0;
display:block;
}






#electionslink {
height:50px;
vertical-align:middle;
padding-top:5px;
padding-bottom:14px;
}
#electionslink a {
height:55px;
display:block;
font-size:13px;
vertical-align:text-top;
font-weight:bold;
font-variant:small-caps;
background-image:url(images/vote.jpg);
background-position:top right;
background-repeat:no-repeat;
color:#333333;
padding:4px 0 0 1px;
text-align:left;
width:214px;
line-height:24px;

}
#electionslink a:hover {
text-decoration:none;
color:#0099FF;
cursor:pointer;
}



#videoslink.half {
width:198px;
float:left;
display:block;
height:50px;
margin-right:10px;
}
#stmnewslink.half {
width:198px;
float:left;
display:block;
height:50px;
}


#videoslink {
height:51px;
vertical-align:middle;
padding-top:3px;
padding-bottom:14px;
}
#videoslink a {
height:55px;
display:block;
font-size:13px;
vertical-align:text-top;
font-weight:bold;
font-variant:small-caps;
background-image:url(images/clapper.jpg);
background-position:top right;
background-repeat:no-repeat;
color:#333333;
padding:10px 0 0 1px;
text-align:left;
width:213px;
line-height:20px;
}
#videoslink a:hover {
text-decoration:none;
color:#0099FF;
cursor:pointer;
}




.box_light#videoslink2 {
height:51px;
vertical-align:middle;
padding-top:3px;
padding-bottom:14px;
width:198px;
float:left;
}
#videoslink2 a {
height:55px;
display:block;
font-size:13px;
vertical-align:text-top;
font-weight:bold;
font-variant:small-caps;
background-image:url(images/clapper.jpg);
background-position:top right;
background-repeat:no-repeat;
color:#333333;
padding:10px 0 0 1px;
text-align:left;
line-height:20px;
width:195px;
}
#videoslink2 a:hover {
text-decoration:none;
color:#0099FF;
cursor:pointer;
}

.box_light#stmnewslink2 {
height:40px;
vertical-align:middle;
width:198px;
float:right;
height:51px;
margin-right:0;
}


#stmnewslink2 a {
height:55px;
display:block;
font-size:13px;
vertical-align:text-top;
font-weight:bold;
font-variant:small-caps;
background-image:url(images/newsletter.jpg);
background-position:100% 38%;
background-repeat:no-repeat;
color:#333333;
padding:7px 0 0 1px;
text-align:left;
line-height:20px;
width:203px;

}
#stmnewslink2 a p {
line-height:inherit;
padding:0;
margin:0;
}
#stmnewslink2 a:hover {
text-decoration:none;
color:#0099FF;
cursor:pointer;
}
#stmnewslink2 .nowavailable {
text-align:center;
color:#666666;
font-size:12px;
margin:0;
padding:10px 0 0 0;
display:block;
}





 

#ffflink {
height:50px;
vertical-align:middle;
padding-top:7px;
padding-bottom:10px;
border-color:#333333;

}
#ffflink a {
height:55px;
display:block;
font-size:13px;
vertical-align:text-top;
font-weight:bold;
font-variant:small-caps;
background-image:url(images/fff_logo.gif);
background-position:159px -1px;
background-repeat:no-repeat;
color:#333333;
padding:5px 0 0 1px;
text-align:left;
width:213px;
}
#ffflink a:hover {
text-decoration:none;
color:#0099FF;
cursor:pointer;
}




.archiveheadline {
float:left;
margin-bottom:5px;
border-bottom:1px solid #E8E8E8;
padding-bottom:5px;
}
.archiveheadline .headlinedate {
width: 100px;
float:left;
color:#666666;
}
.archiveheadline a {
width: 550px;
float:left;
}

.article p {
line-height:180%;
}
.article h4 {
border:0;
font-size:12px;
padding:29px 5px 0 0;
float:right;
}

.press_news_item {
padding:10px;
border-top:1px solid #EBEBEB;
}
.press_news_item h2 {
font-size:16px;
padding:0 0 0px 0;
margin:0 0 3px 0;
color:#333333;
}
.press_news_item h4 {
float:right;
font-size:12px;
padding:0px 0 6px 0;
margin:0 0 3px 0;
color:#999999;
font-weight:normal;
font-style:italic;
border:0;
}

.press_news_item p {
line-height:170%;
}

.press_news_item a {
padding-right:30px;
font-weight:bold;
}

h1.portfoliotitle {
color:#666666;
}


/*EVENTS*/

.listevent {
float:left;
width:660px;
border-top:1px solid #CCCCCC;
padding:10px 5px 10px 5px;
}
.listevent img {
float:right;
margin-top:17px;
margin-left:10px
}
.listevent h2 {
float:left;
width:600px;
font-size:14px;
color:#333333;
font-weight:bold;
padding:0;
margin:0;
display:block;
}
.listevent h3 {
float:left;
font-size:12px;
color:#000000;
padding:1px 0;
margin:0;
display:block;
width:600px;
}

a.register_online {
float:right;
width:50px;
height:50px;
background-image:url(images/square_button_red.jpg);
background-position:center;
background-repeat:no-repeat;
border:none;
margin:0 0 0 10px;
text-decoration:none;
color:#990000;
cursor:pointer;
}


a.register_online span {
font-size:10px;
text-align:center;
padding:14px 0 0px 0.5px;
width:50px;
display:block;
text-decoration:none;
}
a.register_online:hover {
color:#FF0000;
}

.event_news_item {
border-top:1px #999999 solid;
padding:5px 0 7px 0;
}
.event_title {
float:left;
width:670px;
border:1px solid #000000;
padding:6px 10px 10px 10px;
background-color:#FFFFFF;
color:#FFFFFF;
margin-bottom:5px;
background-image:url(bg_gradient_up_small.gif);
background-position:bottom;
background-repeat:repeat-x;
}
.event_title h1 {
padding:0 0 5px 0;
margin:0;
font-size:20px;
color:#000000;
}
.event_title h2 {
padding:0 0 4px 0;
margin:-3px 0 0 0;
font-size:15px;
color:#971d58;
}
.event_title h3 {
padding:0px 0 3px 0;
margin:-3px 0 0 0;
font-size:12px;
color:#000000;
line-height:140%;

}





/* EVENT PRESENTATIONS */

#videopresentations .vps {
padding:10px 0px 20px 25px;
width:630px;
}
#videopresentations .ptitle {
font-weight:bold; 
font-size:13px;
margin-bottom:5px;
} 
#videopresentations table td {
vertical-align:top;
}
#videopresentations table table {
text-align:right;
}
#videopresentations * {
background-color:#FFFFFF;
border:none;
border:none;
paddding:0;
margin:0;
}
#videopresentations .speakername {
font-weight:bold;
padding-right:15px;
}
#videopresentations .speaker_affiliation  {
font-weight:bold;
padding-right:15px;
}
#videopresentations #entry-description  {
text-align:justify; 
padding-right:15px;
padding-top:5px;
}

#videopresentations .download, #videopresentations .download-formats {
display:none;
}
#videopresentations img {
border:#666666 1px solid;
padding:5px;
margin:0;
}



#other_events a {
display:block;
margin:0 0 5px 0;
padding:5px 0 0 0;
text-decoration:none;
border-top:#999999 1px solid;
}

#side_menu #otherforthcoming h1 {
margin-top:15px;
color:#666666;
}

#side_menu #otherforthcoming a {
font-size:13px;
}


#side_menu a {
display:block;
font-weight:bold;
text-decoration:none;
font-size:14px;
padding:5px 0 5px 0;
}
#side_menu a:hover {
text-decoration:none;
font-weight:bold;
background-color:#FFFFFF;
}
#side_menu a.current {
text-decoration:none;
font-weight:bold;
color:#333333;
}
#side_menu a.current:hover {
text-decoration:none;
font-weight:bold;
color:#333333;
background-color:#e4e4e4;
cursor:default;
}

.sponsor img {
border:#333333 1px solid;
padding:0;
margin:0 0 5px 0;
width:225px;
height:100px;
}

#registration_form {
float:left;
}
#registration_form label {
float:left;
width:150px;
line-height:20px;
vertical-align:middle;
padding-left:10px;
}
#registration_form input {
float:left;
width:300px;
}
#registration_form input.radio {
width:20px;
}

#registration_form select {
float:left;
}
#registration_form .form_row  {
float:left;
width:650px;
display:block;
padding:5px 0 5px 0;
}

#registration_form p {
float:left;
width:670px;
display:block;
padding:5px 0 5px 0;
}

#registration_form .submit_button input {
width:225px;
padding:10px 0 11px 0;
cursor:pointer;
background-image:url(images/menubg.gif);
background-position:bottom;
background-repeat:repeat-x;
background-color:#FFFFFF;
font-weight:bold;
border-top:#999999 1px solid;
border-left:#999999 1px solid;
border-right:#000000 1px solid;
border-bottom:#000000 1px solid;
margin-right:15px;
}
#registration_form .reset {
color:#999999;
font-weight:normal;
}

.over{
background-color:#E5E5E5;
}

.registrationconfirm {
padding:1px 0 10px 10px;
}
.registrationconfirm span {
float:left;
width:150px;
font-weight:bold;

}
.confirmrow {
margin-bottom:5px;
clear:both;
}

/**/



/*Document Library*/

#document_results_table {
float:left;
width:660px;
border:#CCCCCC 1px solid;
padding:0;
margin:0;
}
#document_results_table th {
padding:8px 0px 8px 30px;
text-align:left;

font-size:14px;
cursor:pointer;
}
#document_results_table td {
border-top:#CCCCCC 1px solid;
padding:5px 5px 5px 5px;
text-align:left;
font-size:12px
}

.padlock {
padding:0;
margin:0;
position:relative;
top:1px;
}

#document_filter {
	padding:0;
	margin:0;
}
#document_filter * {
	padding:0;
	margin:0;
}
#document_filter .form_row {
	position:relative;
	width:215px;
	display:block;
	padding:0;
	margin:0;
}
#document_filter label {
display:block;
width:215px;
margin-bottom:2px;
}
#document_filter input {
width:215px;
margin-bottom:0px;
}
#document_filter select {
width:220px;
margin-bottom:0px;
}
#date_range .form_row {
width:107px;
clear:none;
float:left;
}
#document_filter #id_date_lower {
width:100px;
}
#document_filter #id_date_upper {
width:100px;
margin-left:10px;
}
#document_filter #id_filter_submit {
width:220px;
padding:10px 0 11px 0;
margin-top:10px;
cursor:pointer;
background-image:url(images/menubg.gif);
background-position:bottom;
background-repeat:repeat-x;
background-color:#FFFFFF;
font-weight:bold;
border-top:#999999 1px solid;
border-left:#999999 1px solid;
border-right:#000000 1px solid;
border-bottom:#000000 1px solid;
}
#date_range .form_row label {
display:none;
}


.resetfilters {
display:block;
text-align:center;
font-size:12px;
margin:0 0 5px 0;
}


/* FFF */

.fff blockquote {
background-image:url(images/quotationmarks.jpg);
background-repeat:no-repeat;
background-position:left top;
margin:5px 0 0 0px;
padding:30px 30px 0 30px;
display:block;
line-height:145%;
text-align:justify;
}
#fff_cite {
margin:0 0 0 0px;
padding:0px 30px 0 35px;
display:block;
margin-top:10px;
text-align:right;
font-weight:bold;
float:right;
}
.fff .morecomments {
float:left;
position:relative;
padding:25px 0 0 0;
margin:0px 0 0 30px;
}

#fffphotos {
float:left;
margin-top:10px;
}

#fffphotos a:hover {
border-color:#970055;
}
#fffphotos .mainimg {
float:left;
border:#CCCCCC 1px solid;
margin-bottom:6px;
}
#fffphotos .smallimg_top {
float:right;
margin:0;
height:160px;
margin-bottom:8px;
border:#CCCCCC 1px solid;
}
#fffphotos .smallimg_bottom {
float:right;
margin:0;
height:160px;
border:#CCCCCC 1px solid;
}
#fffphotos .mainimg img {
height:330px;
}
#fffphotos .smallimg_top img {
height:160px;
}
#fffphotos .smallimg_bottom img {
height:160px;
}
#ffffacts {
clear:both;
float:left;
margin-top:10px;
padding:5px 10px 0 30px;
}

/*LOGIN PAGE*/

html>/**/body #loginpage {
position:relative;
left:50%;
}


html>/**/body.plainloginpage #loginpage {
position:relative;
left:0;
}

#loginpage form {
padding:10px 0 15px 0;
}
#loginpage form label {
display:block;
font-weight:bold;
padding-bottom:2px;
}
#loginpage form input {
width:200px;
}
#loginpage form .form_pair {
float:right;
margin:4px 0 10px 0;
padding-left:10px;
width:420px;
}
#loginpage .loginmessage {
color:#CC0000;
font-weight:bold;
}
#loginpage .submit_button input {
width:203px;
padding:8px 0 9px 0;
cursor:pointer;
background-image:url(images/menubg.gif);
background-position:bottom;
background-repeat:repeat-x;
background-color:#FFFFFF;
font-weight:bold;
border-top:#999999 1px solid;
border-left:#999999 1px solid;
border-right:#000000 1px solid;
border-bottom:#000000 1px solid;
margin:10px 3px 0 0;
float:right;
}

#loggedinmessage {
text-align:center;
}





/*FOOTER*/ 

#footer {
float:left;
font-size:10px;
clear:both;
color:#333333;
line-height:140%;
text-align:center;
border-top:1px solid #CCCCCC;
padding-top:5px;
margin-top:10px;
width:955px;
margin-bottom:50px;
}
#footer img {
vertical-align:bottom;
}


/*ADMIN*/
#adminbar {
position:absolute;
bottom:0px;
right:0px;
}
html > body #adminbar {
position:fixed;
bottom:0px;
right:0px;
}
#adminbar .admin_spacer {
margin-left:25px;
}

#adminbar .grey {
background-color:#666666;
}

#adminbar .brown {
background-color:#996600;
}


#adminbar a {
position:relative;
width:50px;
line-height:30px;
font-size:10px;
background-color:#009900;
color:#FFFFFF;
text-align:center; 
cursor:pointer;
padding:10px;
margin-left:5px;
}

#adminmenu a {
display:block;
font-size:12px;
font-weight:bold;
padding:0 0 5px 0px;
}

#adminmenu .column {
float:left;
padding:0px 20px 15px 15px;
margin:15px;
background-color:#FFFFFF;
border:#CCCCCC 1px solid;
}

.admin form .form_row {
float:left;
clear:both;
margin:0 0 5px 0;
width:700px;
}
.admin form .date .form_row {
float:left;
clear:none;
width:auto;
}
.admin form label {
float:left;
width:220px;
}
.admin form .checkbox label {
float:left;
width:600px;
}
.admin form input {
float:left;
width:350px;
}
.admin form textarea {
float:left;
width:350px;
}

.admin .submit_button input {
width:203px;
}

.adminmessage {
color:#009900;
padding-left:5px;
font-variant:small-caps;
font-size:16px;
font-weight:bold;
}

.admin #reglist {
font-size:10px;
width:100%;

}


/*EDITABLE*/

.editable form button {
position:fixed;
z-index:10;
width:70px;
height:70px;
background-color:#FFFFFF;
border:2px solid #000000;
line-height:60px;
cursor:pointer;
}

.editable form button.submit {
top:5px;
right:100px;

}
.editable form button.cancel {
top:5px;
right:20px;
color:#CCCCCC;
}



#sitemap h1 {
font-size:14px;
padding-left:10px;
padding-top:10px;
}
#sitemap h2 {
font-size:12px;
padding-left:30px;
padding-top:2px;
}

#documentform .form_row {
width:850px;
}
#documentform input {
width:500px;
}


.fees td {
padding:5px 30px 5px 10px;
}



/*
.editable p, #tinymce p {
margin:0 0 12px 0;
}
.editable form {
float:left;
margin-bottom:50px;
}


.editable p img {
float:left;
margin:0 10px 10px 0;
border:1px #000000 solid;
}
*/
/**/



/*
.mceExternalToolbar > table {
position:fixed;
top:5px;
left:160px;
}
.mceExternalToolbar * {
z-index:1;
}

}



.line {
border-top:1px solid #666666;
width:100%;
height:1px;
line-height:1px;
font-size:1px;
}

*/


/*LONG HEADLINE FIX*/
/*
.index #left_column {
width:420px;
}
.index #left_column .box_light {
width:400px;
}

.index .welcome {
height:188px;
}
.index #welcome {
height:310px;
}

.index #right_column {
width:281px;
}
*/
/**************************************/



/*PURE CSS MENU*/
#jsddm {	
	position:absolute;
	top:0px;
	margin: 0;
	padding: 0;
	}
	
	#jsddm li {	
		float: left;
		list-style: none;
		font: 12px Tahoma, Arial;
		padding:0;
		margin:0;
		background: #FFFFFF;
		}

	#jsddm li a {	display: block;
		background: #20548E;
		padding: 0px 18px;
		text-decoration: none;
		border-right: 3px solid white;
		border-left: 1px solid white;
		border-bottom: 1px solid white;
		color: #EAFFED;
		white-space: nowrap;
		line-height:40px;
	}
	#jsddm li a img {
		vertical-align:middle;
		padding:0 0 3px 5px;
	}
	#jsddm li.loginlink {
		width:202px;
		height:42px;
	}
	#jsddm li.loginlink a {
		background:#FFFFFF;	
		color:#1A4473;
		padding-left:22px;
		border:1px solid #20548E;
		line-height:38px;
	}
	#jsddm li.loginlink a:hover {
		background:#FFFFFF;	
		color:#20548E;
	}
	#jsddm .nolink:hover {
		cursor:default;
		background: #20548E;
	}
 
	#jsddm li a:hover {	
		background: #1A4473;
	}
		
		#jsddm li ul {	
			margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border-top: 1px solid white;
		}
		
		#jsddm li ul li	{	
			float: none;
			display: inline;
		}
		
		#jsddm li ul li a {	
			width: 200px;
			background: #9F1B1B;
			line-height:25px;
			border-right: 1px solid white;
			border-left: 1px solid white;
			border-bottom: 1px solid white;
		}
		
		#jsddm li ul li a:hover	{	
			background: #7F1616l;
			cursor:pointer;
		}



#loginpopup {
	width:350px;
	height:275px;
	padding:20px;
}
#loginpopup h1 {
	font-size:14px;
	padding-bottom:10px;
}
#loginpopup p {
	padding-bottom:10px;
	clear:both;
}

#loginpopup .form_pair {
	float:left;
	clear:both;
	padding-bottom:5px;
	width:350px;
}
#loginpopup label {
	float:left;
	width:130px;
}
#loginpopup input {
	float:left;
	width:200px;
}

/**********************************/


/* PORTFOLIO HOVER */

#jsddm2 {	
		position:absolute;
		top:188px;
		height:50px;
		width:955px;
}
	
	#jsddm2 .h1 {
color:#FFFFFF;
padding:16px 10px 10px 10px;
font-size:14px;
text-decoration:none;
display:block;
font-weight:bold;
font-family:"lucida sans", verdana;
height:24px;
}
#jsddm2 .twolines .h1 {
padding-top:8px;
height:31px;
}
#jsddm2 .twolines .research4life {
	color:#FFFFFF;
	padding:11px 10px 0px 10px;
	
	font-size:14px;
	text-decoration:none;
	display:block;
	font-weight:bold;
	font-family:"lucida sans", verdana;
	line-height:14px;
}
#jsddm2 .twolines .outreach {
font-size:11px;
padding:0;
margin:0;

}



	#jsddm2 li {	
		float: left;
		list-style: none;
		font: 12px Tahoma, Arial;
		padding:0;
		margin:0;
		background: #FFFFFF;
		}

	#jsddm2 li a {	
		background-color:#333333;
		width:154px;
		border:1px solid #333333;
		margin:0 2px 0 1px;
		text-decoration:none;
		text-align:center;
		color:#FFFFFF;
		cursor:pointer;
		height:50px;
		display: block;
		white-space: nowrap;
	}
	#jsddm2 li a img {
		vertical-align:middle;
		padding:0 0 3px 5px;
	}
	#jsddm2 li.loginlink {
		width:202px;
		height:42px;
	}
	#jsddm2 li.loginlink a {
		background:#FFFFFF;	
		color:#1A4473;
		padding-left:22px;
		border:1px solid #20548E;
		line-height:38px;
	}
	#jsddm2 li.loginlink a:hover {
		background:#FFFFFF;	
		color:#20548E;
	}
	#jsddm2 .nolink:hover {
		cursor:default;
		/*background: #20548E;*/
	}
 
	#jsddm2 li a:hover {	
		/*background: #1A4473;*/
	}
		
		#jsddm2 li ul {	
			margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border-top: 1px solid white;
		}
		
		#jsddm2 li ul li	{	
			float: none;
			display: inline;
		}
		
		#jsddm2 li ul li a {	
			width: 200px;
			background: #333333;
			line-height:25px;
			border-right: 1px solid white;
			border-left: 1px solid white;
			border-bottom: 1px solid white;
			height:25px;
			text-align:left;
			padding:0 15px 0 10px;
		}
		
		#jsddm2 li ul li a:hover	{	
			/*background: #990000;*/
			cursor:pointer;
		}

