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

body {margin: 0; font-family: "Lucida Grande", Arial, sans-serif; font-size: small;	color:#000;	background-color: #FFF;	text-align: left;}
a {color: #00C;}
a.no-decoration {text-decoration: none;}
a.pdf {padding-left: 20px;	background-image: url(img/bullet-pdf.gif); background-position: left top; background-repeat: no-repeat;}
.center {text-align: center;}
p.picture-frame-center img {margin: 5px; padding: 5px; border: 1px solid #000; text-align: center;}
.picture-frame-center {margin: 5px; padding: 5px; border: 1px solid #000;}

a.virtual  {padding-right: 90px; background-image: url(/img/vp-inline.jpg); background-position: right bottom; background-repeat: no-repeat; line-height: 1.4em;}
img.editlib-conf-nav {margin-right: 10px; vertical-align:middle;}



/* ========== HEADER ========== */
div#header {
	background-image:url(img/header-bg.png);
	background-color: #00529b;
	background-position: top left;
	background-repeat: repeat-x;
	width: 100%;
	border-top: 5px solid black;
	border-bottom: 1px solid black;
	overflow:hidden; /* Keeps AACE header text visible when scaling up in Camino */
	}
div.wrapper{
	margin: 0 auto;
	width: 960px;
	overflow: hidden;
	clear:both;
	}
div#header .org{
	float: right;
	color:#FFF;
	padding-top: 0;
	width: 780px;
	}
div#header .org h1{
	float: left;
	margin: 0;
	padding: 32px 0 0 0;
	font-size: 100%;
	clear: left;
	}
	
div#header .org form {width: 300px; float: right; position: relative; top: 6px; right: 0; text-align: right;}

div#header .tagline{
	float: right;
	margin: 4px 0 0 0;
	font-weight: bold;
	padding: 9px 0 0 0;
	font-size: 95%;
	text-align: center;
	}
div#header img{
	float: left;
	padding: 5px 5px 5px 0px;
	}
	
	
	
/* ========== NAVIGATION ========== */
div#navigation{
	margin: 0 auto;
	width: 100%;
	background-image: url(img/navigation-bg.png);
	background-color: #008a5f;
	background-position: top left;
	background-repeat: repeat-x;
	border-bottom: 1px solid black;
	overflow: hidden;
	}
ul#global-navigation {
	margin: 0 auto;
	list-style-type: none;
	font-size: 110%;
}
ul#global-navigation li {display: inline;}
ul#global-navigation li a {
	float: left;
	color: #FFF;
	padding: 6px 28px 6px 0;
	text-decoration: none;
	font-weight: bold;
}
ul#global-navigation li a.last-nav {padding-right: 0; margin-right: 0;}

ul#global-navigation li a:hover {text-decoration: underline;}
ul#global-navigation li a:hover.no-decoration{
	text-decoration:none;
	}

/* ========== FOOTER ========== */
div#footer{
	width:100%;
	background-color: #00529b;
	font-size: 80%;
	color: #FFF;
	text-align: center;
	padding: 10px 0;
	margin-top: 15px;
	}
div#footer a{
	text-decoration: underline;
	color:#FFF;
	padding: 0 .6em;
	border-right: 1px solid #FFF;
	line-height: 2em;
	}
div#footer a.last{
	text-decoration: underline;
	padding-right: 0;
	border-right: 0;
	}

/* ========== CONTENT CONTAINERS ========== */
div.content-wrapper{ /*Annoying extra wrapper needed to fix FF 2 Overflow:Hidden Problem */
	margin: 0 auto;
	width: 960px;
	clear:both;
	}
.clearfix:after {  /*Annoying extra class needed to fix FF 2 Overflow:Hidden Problem */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
div#content-left-container { /* this is the main content area when more than one column is being used. this can be broken into two so that 3 columns are aailable, like on homepage*/
	float:left;
	width: 635px;
	margin: 0 25px 10px 0;
	background-color: #FFF;
	}
	
div#content-left-container ul li {margin-bottom: .4em;}
div#content-left-container ol li ul li {margin-bottom: .2em; margin-top: .2em; list-style-type:disc;}	
	
div#content-right-container { /* if right column is used, this should wrap the whole thing */
	float: right;
	width: 300px;
	margin: 0 0 10px 0;
	}

div.right-module-wrapper { /* these are used to wrap the widget modules inside the right column similar to those on the index page */
	margin: 10px 0 0 0;
	width: 290px;
	background-color: #f9f9f9;
	border: 1px solid #d3d3d3;
	padding: 4px;
	}

div#content-left-column-1 { /* this is the left column inside the main content area aka content-left-container */
	float:left;
	width: 305px;
	}
div#content-left-column-2 { /* this is the right column inside the main content area aka content-left-container */
	float:left;
	width: 305px;
	margin-left: 25px;
	}

div.main-module-wrapper { /* used to wrap items in inside the content-left-container when three columns are used */
	width: 305px;
	margin: 10px 0 25px 0;
	}
div.main-module-wrapper dt {font-weight: bold;}
div.main-module-wrapper h3 a {font-size: 90%;}


div.right-module-wrapper form { /* formatting for the subscribe to listserv form */
	text-align: center;
	padding-bottom: 10px;
	}
div.conf-module-wrapper { /* used to wrap the individual conferences on home page in order to provide proper formatting */
	width: 305px;
	margin: 10px 0 25px 0;
	}
div.conf-module-wrapper img { /* positions images used in the conference widgets on home page */
	display: block;
	margin: 0 auto;
	padding: 4px;
	}
div.conf-module-wrapper h3 { /* special formatting for conference widget h3 tags */
	text-align: center;
	padding: 4px;
	background:url(img/h3-conf-bg.png) top left no-repeat;
	background-color: #f9f9f9;
	border-bottom: 1px solid #00529b;
	}
	
div.conference-badge {
	width: 250px;
	margin: 10px 20px;
	text-align: center;
	padding: 0;
	background-color: #f3f3f3;
	border: 1px solid #00529b;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	float:left;
}

div.conference-badge img { /* positions images used in the conference widgets on home page */
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	border-bottom: 1px solid #00529b;
	}

div.conference-badge h3 { /* special formatting for conference widget h3 tags */
	text-align: center;
	padding: 4px;
	margin: 0;
	border: none;
	}		
	
div.conference-badge-test {
	width: 250px;
	margin: 10px 20px;
	text-align: center;
	padding: 0;
	background-color: #f3f3f3;
	border: 1px solid #00529b;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	float:left;
}

div.conference-badge-test img { /* positions images used in the conference widgets on home page */
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	border-bottom: 1px solid #00529b;
	}

div.conference-badge-test h3 { /* special formatting for conference widget h3 tags */
	text-align: center;
	padding: 4px;
	margin: 0;
	border: none;
	}	
	
div.conference-badge-test-2 {
	width: 305px;
	margin: 10px 9px 0 0;
	text-align: center;
	padding: 0;
	background-color: #f3f3f3;
	border: 1px solid #00529b;
	/*-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;*/
	float:left;
	clear: right;
}

div.conference-badge-test-2 img { /* positions images used in the conference widgets on home page */
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	border-bottom: 1px solid #00529b;
	}

div.conference-badge-test-2 h3 { /* special formatting for conference widget h3 tags */
	text-align: center;
	padding: 4px;
	margin: 0;
	border: none;
	}
	
div.conference-banner {
	width: 623px;
	margin: 10px 0;
	padding: 5px;
	text-align: center;
	background-color: #f3f3f3;
	border: 1px solid #D3D3D3;
}
	
	
/* ========== CONTENT ========== */
h1 {
	font-size: 200%;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, sans-serif;
	}
h1.conf-title {display: block; height: 126px; width: 635px; margin: 0; background-position: top center; background-repeat: no-repeat;}
h1.conf-title.keywest {background-image:url(img/conf/keywest/key-west-summit-logo-360x125.png);}
h1 span {display:none; visibility:hidden;}

h2 {
	font-size: 160%;
	padding: 5px;
	color: #FFF;
	border: 1px solid black;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, sans-serif;
	background-image:url(img/h2-bg.png);
	background-color: #00529b;
	background-position: top left;
	background-repeat:repeat-x;
	margin: 0 0 10px 0;
	}
h2 a{color: #FFF;}

h2.button {width: 300px; margin: 30px auto; background: url(img/h2-button-bg.png) #008a5f top left repeat-x;}
h2.button a { text-decoration: none;}
h2.button:hover {background: url(img/h2-bg.png) #00529b top left repeat-x;}
h2.red-bg {background: url(img/h2-bg-red.png) #e2383f top left repeat-x;}

h2.journal {margin-top:10px;}

h3 {
	font-size: 140%;
	color:#00529b;
	border-bottom: 2px solid #00529b;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, sans-serif;
	margin: 0;
	}
.conference-date {
	font-size: 80%;
	color:#00529b;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, sans-serif;
	margin: 0;
	}
h4 {
	font-size: 120%; 
	font-family: "Trebuchet MS", "Lucida Grande", Arial, sans-serif;
	margin: 1.33em 0 0.66em 0;
}

.float-left {float: left; padding: 5px;}
.float-right {float: right;	padding: 5px;}

.margin-top-50 {margin-top: 50px;}
.no-margin {margin: 0;}
.padding-5px {padding: 5px;}

.picture-frame {margin: 5px; padding: 5px; border: 1px solid #000;}

.note {font-size:80%;}
.note-black {font-size: 70%; color: #000; line-height:1em;}

dl.faq {line-height: 145%;}
dl.faq dt {padding: 5px; font-weight: bold;}
dl.faq dd {margin-bottom: 10px;}

dl.faq-conf {line-height: 140%; margin-bottom: 30px;}
dl.faq-conf dt {padding: 10px; margin-bottom: 10px; font-weight: bold; font-size: 115%; background-color: #EAEAEA;}
dl.faq-conf dd {margin-bottom: 5px;}
dl.faq-conf dd ul {margin-top: 0; padding-top: 0;}

div.pub-index {margin-bottom: 20px;	overflow: hidden;}

.message {margin: 0.25em; font-size: larger; background: #fdd; color: black; padding: 0.25em; border: 2px solid #c00;}

/* ========== SEARCH ========== */
div#search {height: 300px;}
.red {color: #F00;}
.green {color: #090; font-weight: bold;}
	
/* ========== RECENT JOBS ========== */
div.jt_job_list {font-family:"Lucida Grande", Arial, Verdana, sans-serif;}
div.jt_job_company, .jt_job_location {padding-left: 40px;}	
div.jt_job_position {font-weight: bold;	padding-top: 10px;}
div.jt_alljobs {font-weight: bold; margin-top: 10px;}
	
/* ========== CONFERENCES ========== */

div.conf-banner {margin: 0 0 35px 0; text-align: left; width: 960px; overflow: hidden;}
	.conf-banner h2 {line-height: 22px; margin: 0 0 10px 0; overflow: hidden; padding: 2px 5px;}
	.conf-banner h2 span.date {float: right; text-align: right;}
	.conf-banner h2 span.title {font-size: 65% !important;}
	.conf-banner h2~p, #conf-banner h2~ul {line-height: 20px; margin-bottom: 8px;}
	.conf-banner dl {line-height: 1.4em;}
	.conf-banner dl dt {font-weight: bold; font-size: 110%;}
	.conf-banner dl dd {margin-bottom: 10px;}
	.conf-banner dl dd.first {margin-bottom: 0;}
	
ol.topics li{
	font-weight: bold;
	}
ol.topics ul {
	padding-bottom: 10px;
	list-style: disc;
	}
ol.topics ul li {
	font-weight: normal;
	}
table#deadlines {
	font-size: 100%;
	border-collapse: collapse;
	width: 99%;
	margin: 25px auto;
	}

table#deadlines td {
	border-bottom: 1px solid #CCC;
	padding: 0.5em;
	}
table#deadlines td.left {
	width:62%;
	text-align:left;
}
table#deadlines td.right {
	width:38%;
	text-align:left;
	}

table#schedule {
	font-size: 95%;
	border-collapse: collapse;
	width: 80%;
	margin: 10px auto;
	
	}
table#schedule tr.day td {
	font-weight:bold;
	font-size: 140%;
	color:#00529b;
	border-bottom: 2px solid #00529b;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, sans-serif;
	margin: 0;	
	}

table#schedule td {
	border-bottom: 1px solid #CCC;
	padding: 0.5em;
	}
table#schedule td.left {
	width:70%;
	}
table#schedule td.right {
	width:30%;
	}

table#rates {
	border-collapse: collapse;
	width: 95%;
	margin: 25px auto;
	
	}

table#rates td {
	border-bottom: 1px solid #CCC;
	padding: 0 0.5em;
	}
	
table#rates tr.day td {
	font-size: 120%;
	border-bottom: 1px solid #CCC;
	font-weight:bold;
	line-height: 1.4em;
	}

table#rates tr.blue td {
	font-weight:bold;
	font-size: 140%;
	color:#00529b;
	border-bottom: 2px solid #00529b;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, sans-serif;
	}

table#rates td.width {
	width: 200px;
	}
	
table#style {
	font-size: 95%;
	border-collapse: collapse;
	width: 99%;
	margin: 10px auto;
	
	}
table#style tr.heading td {
	font-weight:bold;
	font-size: 140%;
	color:#00529b;
	border-bottom: 2px solid #00529b;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, sans-serif;
	margin: 0;	
	}

table#style td {
	border-bottom: 1px solid #CCC;
	padding: 0.5em;
	}
table#style td.left {
	width:35%;
	vertical-align: top;
	}
table#style td.right {
	width:75%;
	vertical-align: top;
	}
	
dl.videos {}
	.videos dt {font-size: 120%; font-weight: bold; line-height: 1.4em;}
	.videos dt a {color: #008a5f;}
	.videos dt a:hover {color: #00C;}
	.videos dd {background: none; line-height: 1.4em;}	
	.videos dd.icon {margin-left: 0; padding: 10px 0 10px 90px; background: url(img/icon-flv-video.png) 40px center no-repeat #FFF;}
	
div.important-feature {
	padding: 5px;
	color: #FFF;
	border: 1px solid black;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, sans-serif;
	background-color: #d9d9d9;
	margin: 20px auto;
	width: 600px;
	}
div.important-feature h3 { color: #000; border-bottom: 2px solid #000;}
div.important-feature ul { color: #000; font-size: 120%; font-weight: bold; line-height: 1.4em;}

div.two-conf-feature {
	float: right;
	padding: 5px;
	color: #FFF;
	border: 1px solid black;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, sans-serif;
	background-color: #d9d9d9;
	margin: 20px auto;
	width: 250px;
	}
div.two-conf-feature h3 { color: #000; border: none; font-size: 110%; text-align: center;}
div.two-conf-feature ul { color: #000; line-height: 1.4em;}
	
/* ========== CONFERENCE NAVIGATION ========== */
div#conference-navigation {font-size: 110%;	line-height: 1.8em; background-image:url(img/conf-nav-bottom.jpg); background-position: bottom right; background-repeat: no-repeat; background-color: #E8E8E8; padding: 0;}
#conference-navigation h2 {font-size: 145%;}
#conference-navigation p {margin: 5px;}
#conference-navigation ul {list-style-type: none; margin: 0 15px; padding: 0;}
#conference-navigation ul li {line-height: 130%; margin: 0; padding: 0 0 10px;}	
.no-logo {margin-top: 10px;}
	
/* ========== CONFERENCE SLIDESHOW (deprecated) ========== */
div#conf-slideshow{
	margin: 10px auto;
	padding: 5px;
	width:300px;
	height:200px;
	border: 1px solid #000;
	background-color: #d1d7e2;
	}
	
/* ======= CONFERENCE SLIDESHOW NEW ======= */
#slideshow {float: right; position:relative; height:250px; width: 375px; margin: 0 0 15px 15px; padding: 5px; border: 1px solid #000;}
#slideshow IMG { position:absolute; top: 5px; left: 5px; z-index:8; opacity:0.0; height: 250px; background-color: #FFF; }
#slideshow IMG.active { z-index:10; opacity:1.0; }
#slideshow IMG.last-active { z-index:9; }
#slideshow IMG { height: 250px; display: block; border: 0; margin-bottom: 10px; }

/* ======= CONFERENCE Announcements NEW ======= */

#announcements {position:relative; height:720px; width: 558px; margin: 0 auto; padding: 5px; border: 1px solid #000;}
#announcements IMG {position:absolute; top: 5px; left: 5px; z-index:8; opacity:0.0; height: 720px; background-color: #FFF; }
#announcements IMG.active { z-index:10; opacity:1.0; }
#announcements IMG.last-active { z-index:9; }
/*#announcements IMG { height: 558px; display: block; border: 0; margin-bottom: 10px; }*/

/* ========== CONFERENCE TWITTER ========== */
div#twitter_div {
	float: right;
	width: 280px;
	margin: 15px 0 15px 15px;
	border: 1px solid #000;
	padding: 0 0 5px 0;
	}
   #twitter_div h2 {
	border: none;
	border-bottom: 1px solid #000;
	margin-bottom: 0;
	}
   #twitter_div p {
   padding: 0;
   font-size: 90%;
   text-align: center;
   }
	
ul#twitter_update_list {
   list-style: none;
   margin: 0;
   padding: 0;
   }
   #twitter_update_list li {
	margin: 0;
	padding: 8px;
	background: url(/img/twitter-bg.png) top left repeat-x #008a5f; 
	}

/* ========== CONFERENCE CITY BONNIE STUFF ========== */
dl.bonnie {}
	.bonnie dt {font-size: 120%; font-weight: bold; line-height: 1.4em; margin-top:10px;}
	.bonnie dt a {color: #008a5f;}
	.bonnie dt a:hover {color: #00C;}
	.bonnie dd {background: none; line-height: 1.6em;}	
	

/* ========== CONFERENCE GOOGLE TRANSLATOR WIDGET ========== */
div#google_translate_element {margin: 10px; padding: 0;}

/* ========== CONFERENCE PHOTO ATTRIBUTION ==========*/

/* == CONFERENCE SPONSORHIP == */
dl.sponsor {padding-left:10px; line-height:1.4em; margin: 5px 5px 15px 5px;}
dl.sponsor dt {font-style: italic; font-weight: bold; font-size: 105%;}
dl.sponsor dd {background:url(img/bullet-checked.png) top left no-repeat; padding-left: 28px; margin-left: 5px;}
dd.choice {background:url(img/bullet-arrow.png) top left no-repeat !important; padding-left: 28px; margin-left: 5px;}
.photo-credit {font-size: xx-small;}

/* ========== JOURNALS ========== */
div#journal-alert {
	width: 425px;
	padding: 10px;
	background-color: #f9f9f9;
	border: 1px solid #d3d3d3;	
	}
	#journal-alert label {
	width: 100px;
	display: inline-block;
	font-weight: bold;
	line-height: 2.5em;
	}
	#journal-alert h3 {
	margin-bottom: 10px;
	}
	#journal-alert input.submit {
	margin-left: 110px;
	}
div#journal-alert.right {width: 290px; padding: 0; border: 0;}
	

/* ========== FEED BURNER HEADLINES ==========*/
div#aaceblogbvcg89u055u2q3lkc47q3jurt8 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
div.feedburnerFeedBlock span.headline {
	display:block;
	font-weight:bold;
	text-indent:0;
	}
div.feedburnerFeedBlock ul li {
	margin-bottom: 1.5em;
	padding-left:0 !important;
	text-indent:0 !important;
	}
div#creditfooter, div#creditfooter img {
	height:0;
	}	
div#aace-blog2535069 img {
	visibility:hidden;
	}
	
/* ========== NETWORK and COMMUNITY PAGE ========== */
ul.community {list-style-type:none; margin: 0 0 0 10px; line-height: 1.6em; font-size: 110%; padding: 0;}
ul.community li.bl {background:url(/img/bullet-bl.gif) top left no-repeat; padding-left: 20px;}
ul.community li.wp {background:url(/img/bullet-wp.gif) top left no-repeat; padding-left: 20px;}
ul.community li.ng {background:url(/img/bullet-ning.gif) top left no-repeat; padding-left: 20px;}
ul.community li.tw {background:url(/img/bullet-twt.gif) top left no-repeat; padding-left: 20px;}
ul.community li.fr {background:url(/img/bullet-fr.gif) top left no-repeat; padding-left: 20px;}
ul.community li.fb {background:url(/img/bullet-fb.gif) top left no-repeat; padding-left: 20px;}

div.large-block {width:200px; float:left; margin: 0 20px 0 20px;}
div#conferences {height: 200px; clear: both; padding-top: 20px;}
div#conferences h3 {margin-bottom: 10px;}
div.small-block {width:150px; float:left; margin: 0 20px 20px 20px; padding: 0px;}


/* ========== CONFERENCE SOCIAL NETWORKING LISTS ========== */
ul.conf-sn {list-style-type:none !important; margin: 0 0 0 10px !important; line-height: 1.6em !important; font-size: 110% !important; padding: 0 !important;}
ul.conf-sn li.ae {background:url(/img/bullet-ae.gif) top left no-repeat; padding-left: 20px !important;}
ul.conf-sn li.bl {background:url(/img/bullet-bl.gif) top left no-repeat; padding-left: 20px !important;}
ul.conf-sn li.wp {background:url(/img/bullet-wp.gif) top left no-repeat; padding-left: 20px !important;}
ul.conf-sn li.ng {background:url(/img/bullet-ning.gif) top left no-repeat; padding-left: 20px !important;}
ul.conf-sn li.tw {background:url(/img/bullet-twt.gif) top left no-repeat; padding-left: 20px !important;}
ul.conf-sn li.fr {background:url(/img/bullet-fr.gif) top left no-repeat; padding-left: 20px !important;}

div.conf-sn-small-block {margin: 10px; padding: 0px;}
div.conf-sn-small-block h3 {margin-bottom: 10px !important;}

/* ========== UNIVERSITY ========== */
div.faculty {width: 100%; float:left; margin: 0 0 20px 0;}
div.no-pad {padding: 0;}
div.faculty h4 { margin-top: 0; margin-bottom: 5px;}
div.faculty ul {margin: 0 !important; padding: 0 !important; list-style: none; list-style-type: none;}
div.faculty ul li.pic {float: left; margin:0; padding:0;}
div.faculty ul li.pic img {padding: 3px; margin: 5px; border: 1px solid #000;}
div.faculty ul li.name {padding: 4px 0 8px 10px; margin: 0; font-size: 120%; font-weight:bold;}
div.faculty ul li.title {padding: 0 0 0 10px; margin:  -15px 0 0 0; font-style:italic; color:#333;}
div.faculty ul li.bio {padding: 0 0 0 10px;}

div.seminar {width: 100%; margin: 0 0 20px 0;}
div.seminar dl {display: inline;}
div.seminar dl dt {font-weight: bold; float: left; clear: left; padding-left: 20px;}
div.seminar dl dt.title {padding: 0 !important; margin-bottom: 5px !important; float: none; font-size: 120%; font-family: "Trebuchet MS", "Lucida Grande", Arial, sans-serif;}
div.seminar dl dd {margin: 0 0 10px 0; padding-left: 80px;}

div#content-award-container { /* fix for awards page */
	float:left !important;
	width: 960px !important;
	margin: 0;
	background-color: #FFF;
	}
div#content-award-container ul li {margin-bottom: 1em;} /* fix for awards page */
div#content-award-container ol li ul li {margin-bottom: .2em; margin-top: .2em; list-style-type:disc;}	/* fix for awards page */
	

/* ######### Style for Drop Down Menu ######### */

.chromestyle{
width: 99%;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
padding: 0;
margin: 0;
}

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
line-height:18px;
z-index:100;
background-color: #F0F0F0;
width: 175px;
visibility: hidden;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: .4em;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #00529b;
color: #FFF;
}


.dialogbox { background: #ddd; border: 1px solid #666; padding: 20px; margin-bottom: 20px; margin-top: 1em; margin-left: 5%; margin-right: 5% }
.dialogheader { margin-bottom: 1em; margin-top: 0.5em; font-weight: bold; font-size: 110%; text-align: center}
.dialogbox input[type="submit"] { background: #58a; border: 2px outset #58a; padding: 0.25em }
.dialogbox input[type="submit"]:active { background: #369; border: 2px inset #369 }

/* INLINE STYLES */
.important { font-size: bigger; font-weight: bold; color: #009 }
.smalldata { font-size: smaller }

/* BLOCK STYLES */
.message { font-size: 110%; font-weight: bold; border: 1px solid black; padding: 1em; margin: 1em }
.box { background: #f6f6f6; border: 1px solid #ccc; padding: 0.5em; margin-bottom: 20px; margin-top: 1em }

div.errorblock { border: 2px dashed red; padding: .5em; margin-left: 20%; margin-right: 20% }
div.errorheader { font-size: 102%; font-weight: bold; color: #900 }
div.errorbody { font-size: 95%; color: #600; padding: .5em }

.clear { clear: both }

/* === FORM STYLES === */
table .form-field-header { min-width: 15%; vertical-align: top; padding: .25em .25em .25em .5em; background: #39c; color: black; font-weight: bold; text-align: right; margin-right: .25em }
table .form-field-header-top { padding: .25em; background: #39c; color: black; font-weight: bold; text-align: left }
table .form-field { vertical-align: top; padding: .25em .5em .25em .5em; background: #9cf; color: black }
table .form-buttons { padding: .25em 1em .25em 1em; background: #069; color: black; text-align: right }
table .form-buttons input[type="submit"] { font-size: 1.25em; border-width: 1px }
table .form-buttons .defaultButton { font-weight: bold; font-size: 1.5em }

table .form-instructions { font-size: 102%; font-weight: bold; color: black }
table .form-field-header-error { padding: .25em .25em .25em .5em; background: #c00; color: #fed; font-weight: bold; text-align: right; margin-right: .25em }
table .form-field-header-top-error { padding: .25em; background: #c00; color: #fed; font-weight: bold; text-align: left }
table .form-field-error { padding: .25em .5em .25em .5em; background: #f99; color: black }
table .form-field-error .error { color: #600; font-weight: bold }
table .form-errors { color: #900; padding: 1em; margin: 1em 5em 1em 0em; border: 2px solid #600 }


/* === FORM STYLES === */
dl .form-field-header { padding: 0; margin: 1em 0 0 0; font-weight: bold;  }
dl .form-field-header-top {  }
dl .form-field { padding: 0; margin: 0.5em 0 1em 0 }
dl .form-buttons {  }
dl .form-buttons input[type="submit"] { font-size: 1.25em; border-width: 1px }
dl .form-buttons .defaultButton { font-weight: bold; font-size: 1.5em }

dl .form-instructions { font-size: 102%; font-weight: bold; color: black }
dl .form-field-header-error { padding: .25em .25em .25em .5em; background: #c00; color: #fed; font-weight: bold; text-align: right; margin-right: .25em }
dl .form-field-header-top-error { padding: .25em; background: #c00; color: #fed; font-weight: bold; text-align: left }
dl .form-field-error { padding: .25em .5em .25em .5em; background: #f99; color: black }
dl .form-field-error .error { color: #600; font-weight: bold }
dl .form-errors { color: #900; padding: 1em; margin: 1em 5em 1em 0em; border: 2px solid #600 }

.menu ul, .menu dl {
	margin: 0 !important;
	padding: 0 !important;
}
.menu li, .menu dt {
	list-style: none;
	margin: 1em 0 1em 0.25em;
	padding: 0;
}
.menu dt {
	margin: 1em 0 1em 0.75em;
}
