/* $Id: style.css,v 1.19 2006/12/27 13:17:15 drumm Exp $ */

/*
** HTML elements
*/



body {
  height:100%; 
  margin: 0;
  padding: 0;
  color: #000;
  background-color: #fff;
  font: 76%  helvetica, arial, sans-serif;
}
tr.odd td, tr.even td {
  padding: 0.3em;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em;
}
h1 {
  font-size: 1.3em;
}
h2 {
  font-size: 1.2em;
}
h3, h4, h5, h6 {
  font-size: 1.1em;
}
p {
  margin-top: 0.5em;
  margin-bottom: 0.9em;
}
a {
  text-decoration: none;
  font-weight: bold;
}
a:link {
 color:#4D6076;;
}
a:visited {
  color: #775555;
}
a:hover {
  color: #996644;

}
fieldset {
  border: 1px solid #ccc;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
}
table {
  /* make <td> sizes relative to body size! */
  font-size: 1em;

}
.form-item label {
  font-size: 1em;
  color: #222;
}
.item-list .title {
  font-size: 1em;
  color: #222;
}
.links {
  margin-bottom: 0;
}
.comment .links {
  margin-bottom: 0;
}

/*
** Page layout blocks / IDs
*/
#header, #content {
  width: 100%;
}
#header {
  background-color: #69c;
}
#logo {
  vertical-align: middle;
  border: 0;
}
#logo img {
  float: left;
  padding: 0 1em;
  border: 0;
}
#menu {
  padding: 0.5em 0.5em 0 0.5em;
  text-align: right;
  vertical-align: middle;
}


/* edit bhp 0912 2007  daiji kemmochi * * * * * * * * * * * * * */

#head-prime-menu_ ul#navlist {
	height:33px;
	font-size:11px;
	
	
	line-height:33px;
	
	padding-left:10px;
	
	color: #9cf;
	font-weight:normal;
	text-align:left;
	

}

#head-prime-menu_   ul#navlist a {
color:#fff;
font-family:Helvetica, Arial, sans-serif;
padding:5px 5px 10px 5px;
text-transform:uppercase;


}
#head-prime-menu_   ul#navlist a:hover {
  border-top: 5px solid #6cc071;
  color: #fff;
  background: #868c92;
  border-bottom: 0px;
  text-decoration: none; 

}




/*#head-prime-menu_   ul#navlist a:hover (border-top: 8px solid #f00;)

}*/




.news-summary {
margin-bottom:20px;
font-size:14px;
}  

#subnavlist {
margin-left:20px;
margin-top:-1px;
}
#subnavlist li{
  
  font-size: 11px;
  color: #f00;
   border-right:1px solid #7e7e7e;
  float:left;
}

#subnavlist li:last-child {
border:none;
}
#subnavlist a {
  font-weight: bold;
  color: #5d5d5d;
  padding:6px 10px;
  text-transform:uppercase;
}


#subnavlist a .active{
  font-weight: bold;
  color: #f00;
}









/* end  bhp 0906 2007  daiji kemmochi * * * * * * * * * * * * * */

ul.links li {
/*  border-left: 0px;*/
}
ul.links li.first {
  border: none;
}
#search .form-submit {
  background-color: #333;
 	color:#fff;
  border: 2px solid #aaa;
  font-size: 0.8em;
  height: 2.2em;
  vertical-align: middle;
  margin-left: 4px;
  margin-right: 20px;
  padding: 0 0.5em;
  text-transform: uppercase;
}
#search .form-text {
  background-color: #fff;
 	color:#000;
  width: 8em;
  padding: 0 0.5em;
  border: 1px solid #aaa;
  font-size: 1.1em;
  height: 1.5em;
  vertical-align: middle;
}
#mission {
  background-color: #383;
  padding: 1.5em 2em;
  color: #fff;
}
#mission a, #mission a:visited {
  color: #775555;
  font-weight: bold;
}
.site-name {
  margin: 0.6em 0 0 0;
  padding: 0;
  font-size: 2em;
}
.site-name a:link, .site-name a:visited {
  color: #fff;
}
.site-name a:hover {
  color: #383;
  text-decoration: none;
}
.site-slogan {
  font-size: 1em;
  color: #eee;
  display: block;
  margin: 0;
  font-style: italic;
  font-weight: bold;
}
#main {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
  width:675px;

}

#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.breadcrumb {
  margin-bottom: .5em;
}
.messages {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
}
.error {
  border-color: red;
}
#sidebar-left, #sidebar-right {

  width: 16em;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 4px;
  vertical-align: top;
}
#footer {
  background-color: #fff;
  padding: 1em;
  font-size: 0.8em;
  width:900px;
}

/*
** Common declarations for child classes of node, comment, block, box, etc.
** If you want any of them styled differently for a specific parent, add
** additional rules /with only the differing properties!/ to .parent .class.
** See .comment .title for an example.
*/
 .title a {

  font-weight: bold;
  color: #333;
  margin: 0 auto;  /* decrease default margins for h<x>.title */

}

.title {

  font-weight: bold;
  font-size: 15px; 
  color: #333;
  margin: 0 auto;  /* decrease default margins for h<x>.title */

}

.page_title {

color:#808080;
font-size:30px;
font-size-adjust:none;
font-variant:normal;
font-weight:200;
letter-spacing:-1px;
line-height:normal;
margin:-8px;
padding:8px
  
  
   /* decrease default margins for h<x>.title */

}



.submitted {
  color: #555;
  font-size: 0.9em;
}
.links {
  color: #999;
}
.links a {
  font-weight: bold;
}
.block, .box {
  padding: 0 0 1.5em 0;
}
.block {

  padding-bottom: 0.75em;
  margin-bottom: 1.5em;
}
.block .title {
  margin-bottom: .25em;
}
.box .title {
  font-size: 1.1em;
}
.node {
  margin: .5em 0 2em 0;

}
.sticky {
   /*  padding: .5em;
	background-color: #eee;
 	 border: solid 1px #ddd;
 */


}

.view .view-content .node 
{
 // padding-bottom: 2px;

min-height: 150px



}

.view .view-content .node img {  padding-left: 20px; 

padding-right: 5px; 
padding-bottom: 5px; 
padding-top: 5px; 
float: right;

}



.division_clips .view .view-content .node img {  
padding-left: 2px; 
width:200px;
padding-right: 1px; 
padding-bottom: 20px; 
padding-top: 10px; 
float: 
}






img {
border:0pt none;
}
.node .taxonomy {
  color: #999;
  font-size: 0.8em;
  padding-left: 1.5em;
}
.node .picture {
  border: 1px solid #ddd;
  float: right;
  margin: 0.5em;
}
.comment {
  border: 1px solid #abc;
  padding: .5em;
  margin-bottom: 1em;
}
.comment .title a {
  font-size: 1.1em;
  font-weight: normal;
}
.comment .new {
  text-align: right;
  font-weight: bold;
  font-size: 0.8em;
  float: right;
  color: red;
}
.comment .picture {
  border: 1px solid #abc;
  float: right;
  margin: 0.5em;
}

.img_right {
float:right;
margin:5px;
margin-bottom:-5px;

}

.img_left {
float:left;
margin:5px;
margin-bottom:-5px;
}

.img_right p,.img_left p {
font-size: 10px;
	font-weight: bold;
	color: #003333;
	line-height: 10px;
}


/*
** Module specific styles
*/
#aggregator .feed-source {
display: none;
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0;
}
#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
  color: #999;
  font-style: italic;
  font-size: 0.9em;
}
#aggregator .title {
  margin-bottom: 0.5em;
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}
#forum table {
  width: 100%;
}
#forum td {
  padding: 0.5em;
}
#forum td.forum, #forum td.posts {
  background-color: #eee;
}
#forum td.topics, #forum td.last-reply {
  background-color: #ddd;
}
#forum td.container {
  background-color: #ccc;
}
#forum td.container a {
  color: #555;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
  height: 1.5em;
  border: 1px solid #bbb;
}
#forum td .name {
  color: #96c;
}
#forum td .links {
  padding-top: 0.7em;
  font-size: 0.9em;
}
#profile .profile {
  clear: both;
  border: 1px solid #abc;
  padding: .5em;
  margin: 1em 0em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}
div.admin-panel .description {
  color: #999;
}
div.admin-panel .body {
  background: #f4f4f4;
}
div.admin-panel h3 {
  background-color: #69c;
  color: #fff;
  padding: 5px 8px 5px;
  margin: 0;
}

/*
** LDEO specific styles **************************************************
*/

#Header_content {
	position:relative;
	z-index:20;
	left:0px;
	top:-35px;
	width:909px;
	height:113px;
}
#Micro_head {
height:160px;
left:0px;
position:absolute;
top:-22px;
z-index:-10;
}

#Content_01 {
	position:absolute;
	z-index:20;
	left:0px;
	top:0px;
	width 909px;
	height:165px;
}

#heading-background_ {
	position:absolute;
	left:0px;
	top:0px;
	width 909px;
	height:18px;
}
 
#logo-block {
	position:absolute;
	left:0px;
	top:8px;
	width:224px;
	height:56px;
	z-index:40;
}

#heading-background004_ {
	position:absolute;
	left:252px;
	top:18px;
	width:557px;
	height:81px;
}

#head-second-menu_ {
	position:absolute;
		z-index:10;
	left:446px;
	top:100px;
	width:462px;
	height:17px;
}


#head-prime-menu_ {
	position:absolute;
	left:0px;
	top:115px;
	width:693px;
	height:33px;
	overflow: hidden;
}

#head-search_ {
	position:absolute;
	left:693px;
	top:120px;
	width:230px;
	height:33px;
}
 
#Graphics_01 {
	position:absolute;
		z-index:10;
	left:0px;
	top:0px;
	width 909px;
	height:165px;
}

#ldeo-f-01_ {
	position:absolute;
	left:0px;
	top:0px;
	width 909px;
	height:148px;
}

#home-content {
	position:relative;
	z-index:20;
	left:0px;
	top:-230px;
	width 909px;
	height:165px;
}
#home-content-image {
	position:absolute;
	z-index:0;
	left:0px;
	top:0px;
	width 909px;
	height:836px;
}

#home-content-image-01_ {
	position:absolute;
	left:-10px;
	top:0px;
	width:691px;
	height:361px;
}



#home-image2-03_ {
	position:absolute;
        z-index:30; 
	left:705px;
	top:44px;
	width:318px;
	height:361px;
}



#home-content-image-03_ {
	position:absolute;
	left:0px;
	top:361px;
	width:699px;
	height:12px;
}
/******************************************/
#home-image2-03005_ {
	position:absolute;
	left:699px;
	top:361px;
	width:210px;
	height:12px;
}

#id1-news_ {
	position:absolute;
	left:-9px;
	top:373px;
	width:267px;
	height:80px;
}

#master-sliced2-06_ {
	position:absolute;
	left:267px;
	top:373px;
	width:1px;
	height:350px;
}

#id2-events_ {
	position:absolute;
	left:318px;
	top:373px;
	width:267px;
	height:80px;
}

#master-sliced2-08_ {
	position:absolute;
	left:535px;
	top:373px;
	width:1px;
	height:372px;
}

#id3-research_ {
	position:absolute;
	left:636px;
	top:373px;
	width:273px;
	height:80px;
}


#footer_ {
	position:absolute;
	left:0px;
	top:760px;
	width 909px;
	height:76px;
}

#home-text {
	position:absolute;
  z-index:2;
	left:0px;
	top:0px;
	width 909px;
	height:836px;
}

#home-text2-03_ {
	position:relative;
	left:400px;
	top:48px;
	width:280px;
	height:231px;
	z-index: 50;
	overflow: hidden;
}

#featured-p_ {
	position:absolute;
	left:0px;
	top:295px;
	width:98px;
	height:54px;
}

#home-content-text2-08_ {
	position:absolute;
	left:107px;
	top:295px;
	width:1px;
	height:54px;
}

#home-image2-09_ {
height:31px;
left:100px;
overflow:hidden;
position:relative;
top:323px;
width:280px;
z-index:50;
}

#home-content-text2-10_ {
	position:absolute;
	left:267px;
	top:295px;
	width:1px;
	height:54px;
}

#home-image2-11_ {
	position:absolute;
	left:268px;
	top:295px;
	width:160px;
	height:54px;
}

#home-content-text2-12_ {
	position:absolute;
	left:428px;
	top:295px;
	width:1px;
	height:54px;
	overflow: hidden;

}

#p_ {
	position:absolute;
	left:429px;
	top:295px;
	width:160px;
	height:54px;
	overflow: hidden;

}

#home-news_ {
	position:absolute;
	left:60px;
	top:626px;
	width:260px;
	height:285px;
	overflow: hidden;

}

#home-events_ {
	position:absolute;
	left:388px;
	top:626px;
	width:260px;
	height:285px;
	overflow: hidden;

}

#home-featured-research_ {
	position:absolute;
	left:710px;
	top:626px;
	width:260px;
	height:285px;
	overflow: hidden;
}

#block-aggregator-feed-1 {
	position:relative;
	left:0px;
	top:-590px;
	width:260px;
	height:285px;
font-family "Lucida Grande","Lucida Sans", Geneva, Arial,sans-serif
font-size	12px
font-weight	bold
font-style	normal
color	#31383A
text-transform	none
text-decoration	none
letter-spacing	normal
word-spacing	normal
line-height	18px
text-align	start
vertical-align	baseline
direction	ltr


}

#front-page-newsfeed {


}

/* BHP Adjust 0906 2007*/
/*  adjusting content text
 ######  #     # ######        #    ######        # #     #  #####  #######
 #     # #     # #     #      # #   #     #       # #     # #     #    #   
 #     # #     # #     #     #   #  #     #       # #     # #          #   
 ######  ####### ######     #     # #     #       # #     #  #####     #   
 #     # #     # #          ####### #     # #     # #     #       #    #   
 #     # #     # #          #     # #     # #     # #     # #     #    #   
 ######  #     # #          #     # ######   #####   #####   #####     #   
there are some other edits here and ther other than this section look for BHP comments.

*/


/*home home-content-image-01_ */
#home-text
{
color:#596f89;
font-family: helvetica, arial, sans-sarif;
}
#home-text2-03_{color:#fff; font-size:1.1em}






/*reserch page columns */
.division_keyimg p
{
	color:#4d6076;
	font-size: 1em;
	padding:0 1em 0 1em;s
}




#main .node a:link{color:#4d6076;}
#main .node a:visited{color:#546476;}
#main .node a:hover{color:#305076; text-decoration:underline;}
#main .node a:active{color:#1600ed}
#main .node .content p{
padding-right:10px; 
}

/* END
 END END END END END END END END END
BHP Adjust 0906 2007*/











/* left menu */
/*
** Menus
*/

ul.menu a:visited{color:#575757;}

.menu li a{line-height:18px;}
.menu li a.active 	{color:#698e71 ;text-decoration: none;}	

.menu li a.title 	{
  text-decoration: none;
 }	


.menu li a:link 	{color:#575757;	text-decoration: none;}
.menu li a:hover	{color:#698e71;}
.menu li a:active 	{color:#698e71 ;text-decoration: none;}

/*li.expanded ul.menu a.active{color:#698e71;}
li.expanded ul.menu a:hover{color:#698e71;}*/
.leaf a:visited{color:#575757;}


ul.menu {
  list-style: none;
  border: none;
  text-align:left;
}
ul.menu li {
  margin: 0 0 0 0.5em;
}
/*li.expanded {
  list-style-type: none;
  list-style-image: url(http://www.ldeo.columbia.edu/misc/menu-expanded.png);
  padding: 0.2em 0.5em 0 0;
  margin: 100;
}
li.collapsed {
  list-style-type: disc;
  list-style-image: url(http://www.ldeo.columbia.edu/misc/menu-collapsed.png);
  padding: 0.2em 0.5em 0 0;
  margin: 0;
}
*/
li.leaf {
  list-style-type: none;
 
  padding: 0.2em 0.5em 0 0;
  margin: 0;
}
li a.active {
  color: #000;
}
td.menu-disabled {
  background: #ccc;
}
ul.links {
  margin: 0;
  padding: 0;
}
ul.links.inline {
  display: inline;
}
ul.links li {
  display: inline;
  list-style-type: none;
  padding: 0 0;
}
.block ul {
  margin: 0;
  padding: 0 0 0.25em 1em;

}


/*ul.menu  li.expanded ul.menu li.leaf {

}
ul.menu  li.expanded ul.menu  {


}
ul.menu  li.expanded   {
line-height:28px;

}
ul.menu  li.expanded  li {line-height:18px;}*/

ul.menu li{
font-family:Helvetica, Arial, sans-serif;
font-size:12.4px;
font-weight:bold;


padding-top:3px;
position: relative; 


	}
	
#m_content {
position:relative;
top:-1px;
// top:-9px;

}

	
.block-menu {
background:#F5F5F6 url(../../../../files/leftnav_head_bg_tbd.gif) no-repeat scroll left top;
margin:0pt;
padding:0pt;


width:205px;
}

.block-menu h2.title{
visibility:collapse;
	color:#fff;
	font-weight:bold;
	padding-left:35px;
	height:0px;
	line-height:0px;
}

#block-block-3{
width:180px;

}

#block-user-1{

padding:0; margin:0;
	background: url(../../../../files/leftnav_head_bg_tbd.gif) top left no-repeat;
	
	background-color: #f5f5f6;
	width:205px;

}
#block-user-1 h2.title{
	color:#fff;
	font-weight:bold;
	padding-left:35px;
	height:29px;
	line-height:29px;
}


#levfetnav_head{
width:206px;
	height:29px;
	padding: 0 0 0 0;
	background: url(../../../../files/leftnav_head_bg2.gif) top right no-repeat;
	background-color: #585c60;
}	


#levfetnav_anch
{
	width:206px;
	height:29px;
	padding: 0 0 0 0;
	background: url(../../../../files/leftnav_anch_bg2.gif) top right no-repeat;

}

#levfetnav_anch_back
{	height:29px;
	width: 150px;
	padding-left:35px;
	padding-top:10px;
	background: url(../../../../files/leftnav_anch_bg1.gif) top left no-repeat;
	color:#fff;
	font-weight:bold;
}


.content{

}

#content_tbl {

width:910px;
}

/*** legacy imported content content styles ***/
/*** legacy imported content content styles ***/
/*** legacy imported content content styles ***/
/*** legacy imported content content styles ***/
/*** legacy imported content content styles ***/


/*** main content styles ***/
.a-head {
 
	font-size: 18px;
	font-weight: normal;
	color: #596f89;
	text-decoration: none;
	line-height: 20px;
	padding:0;
	margin:1em  0 0 0;
	}
.b-head {
	
	font-size: 16px;
	font-weight: bold;
	color: #355b89;
	text-decoration: none;
	line-height: 18px;
}
span.b-head{padding-top:1.5em; display:block;}

.b-head_ital {

	
	font-size: 16px;
	font-weight: bold;
	color: #003333;
	text-decoration: none;
	line-height: 18px;
	font-style: italic;
}
.c-head {
	
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 16px;
}
.d-head {
	
	font-size: 12px;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
	line-height: 14px;
}
.maincontent {
 
	color: #222;
	font-size: 1em;
	line-height: 1.3em;
	letter-spacing: 0.08em;
}
.maincontent p{
	letter-spacing: 0.04em;
	font-family:  "Lucida Grande", "Lucida Sans", helvetica, arial, sans-serif;
}
.maincontent_link {
 
	color: #336699;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	letter-spacing: 0.08em;
}
.maincontent_link_ital {
 
	color: #336699;
	font-size: 12px;
	font-weight: italic;
	line-height: 14px;
	text-decoration: none;
	letter-spacing: 0.08em;
}
.maincontent_bold {
 
	color: #003333;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	letter-spacing: 0.08em;
}
.maincontent_ital {
 
	color: #003333;
	font-size: 12px;
	font-weight: italic;
	line-height: 14px;
	letter-spacing: 0.08em;
	font-style: italic;
}
.maincontent_rust {
 
	color: #996633;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.08em;
}
.maincontent_rust_bold {
 
	color: #996633;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	letter-spacing: 0.08em;
}
.maincontent_rust_link {
 
	color: #336699;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	letter-spacing: 0.08em;
}
.bodybg {
	background-attachment: fixed;
	background-image:  url(../images/layout/ldeoBG3b.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #CCCC99;
}
/*** highlight content styles ***/
.highlight {
 
	font-size: 11px;
	line-height: 14px;
	color: #996633;
	text-decoration: none;
	letter-spacing: 0.08em;
}
.highlight:link {
 
	font-size: 11px;
	line-height: 14px;
	color: #996633;
	text-decoration: none;
	letter-spacing: 0.08em;
}
.highlight:hover {
 
	font-size: 11px;
	line-height: 14px;
	color: #996633;
	text-decoration: underline;
	letter-spacing: 0.08em;
}
.highlight_bold {
 
	font-size: 12px;
	line-height: 14px;
	color: #996633;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.08em;
}
.highlight_ital {
 
	font-size: 12px;
	line-height: 14px;
	color: #996633;
	font-style: italic;
	text-decoration: none;
	letter-spacing: 0.08em;
}
/*** search style ***/
.search {
 
	font-size: 12px;
	color: #666600;
	text-decoration: none;
	letter-spacing: 0.08em;
	line-height: 16px;
}
.search_bold {
 
	font-size: 12px;
	color: #666600;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.08em;
	line-height: 16px;
}
/*** footer styles ***/
.copyright {
 
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #003333;
	text-decoration: none;
}
.footmenus {
 
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #336699;
	text-decoration: none;
}
/*** ALUMNI & FRIENTS ***/
.dictionary {
	font-family: Times New Roman, Times, serif;
	color: #003333;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.08em;
}
.dictionary_bold {
	font-family: Times New Roman, Times, serif;
	color: #003333;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	letter-spacing: 0.08em;
}
.dictionary_ital {
	font-family: Times New Roman, Times, serif;
	color: #003333;
	font-size: 12px;
	line-height: 14px;
	font-style: italic;
	letter-spacing: 0.08em;
}
/*** NEWS ***/
/*** main content style ***/
.paragraph-std {
 
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #003333;
	text-decoration: none;
}
.date {
	
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #003333;
}
.headline {
	
	font-size: 12px;
	font-weight: bold;
	color: #336666;
	text-decoration: none;
}
.headline:link {
	
	font-size: 12px;
	font-weight: bold;
	color: #336666;
	text-decoration: none;
}
.headline:hover {
	
	font-size: 12px;
	font-weight: bold;
	color: #336666;
	text-decoration: underline;
}

.headline img{ padding:0 15px 15px 15px;}

.caption {
color:#999999;
font-size:10px;
line-height:10px;
text-align:right;
padding-right:27px;
}

.caption_ital {
	
color:#999999;
font-size:10px;
line-height:10px;
text-align:right;
font-style: italic;
padding-right:27px;
}
/*** CONTACT INFO ***/
.address_line1 {
	
	font-size: 11px;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}
.address {
	
	font-size: 10px;
	color: #000000;
}
/*** SITE MAP ***/
.level1_cell {
	background-color: #000066;
}
.level1 {
 
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	line-height: 24px;
}
.level1_home {
 
	color: #336699;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	line-height: 24px;
}
.level2 {
 
	color: #336699;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.08em;
	text-decoration: none;
}
.level2_nolink {
 
	color: #999999;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.08em;
}
.level3 {
 
	color: #003333;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.08em;
}
/*** ADMIN ***/
.admin_linklist {
 
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #003333;
	text-decoration: none;
}
.boxdotted {
	border: 1px dotted #FFFFFF;
}
.boxsolid {
	border: 1px solid #FFFFFF;
}
/*** layout ***/
.l_bot_white {
	border-bottom: 1px solid #FFFFFF;
}
.bot_white_dash {
	border-bottom: 1px dotted #FFFFFF;
}
.top_white_dash {
	border-top: 1px dotted #FFFFFF;
}
.left_white_dash {
	border-left: 1px dotted #FFFFFF;
}
.right_white_dash {
	border-right: 1px dotted #FFFFFF;
}
.img-left {
	clear: both;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	border: none;
}
.img-right {
	clear: both;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: none;
}
.img-center {
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border: none;
	text-align: center;
	margin: 0px;
}
/*** sundial ***/
.event-head {
	
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	line-height: 16px;
	margin: 0px;
	padding: 2px 0px 0px;
}
.event-parent {
	
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding: 5px 0px 0px;
}
.event-desc {
	
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 20px 0px 15px;
}
.event-short-desc {
	
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 5px 0px 15px;
	text-align: left;
}
.event-date {
	
	font-size: 11px;
	font-weight: bold;
	color: #003333;
	margin: 0px;
	padding: 5px 0px 0px;
}
.event-location {
	
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 15px;
}
.event-detail-body {
	font-size: 12px;
	
	background-color: #CCCC99;
	background-image:  url(../../../../images/layout/ldeoBG3b.gif);
}
.event-detail-title {
	
	font-size: 16px;
	font-weight: bold;
	color: #003366;
	margin: 0px;
	padding: 8px 0px;
}
.event-detail-logistic {
	
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	padding: 5px 0px 0px;
}
.event-img-right {
	clear: both;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: none;
}
#event-detail-body {
	margin: 0px;
	padding: 0px 15px 0px 50px;
}
#event-detail-head {
	margin: 0px;
	padding: 10px 10px 0px 5px;
}
#event-detail-foot {
	margin: 0px;
	padding: 0px 15px 10px 10px;
	text-align: right;
}
.img_pad-lb {
	padding-bottom: 20px;
	padding-left: 20px;
}
.img_pad-l {
	padding-left: 20px;
}
.img_pad-r {
	padding-right: 20px;
}
.announcement {
 
	font-size: 11px;
	line-height: 14px;
	color: #666600;
	text-decoration: none;
	letter-spacing: 0.08em;
}
.announcement:link {
 
	font-size: 11px;
	line-height: 14px;
	color: #666600;
	text-decoration: none;
	letter-spacing: 0.08em;
}
.announcement:hover {
 
	font-size: 11px;
	line-height: 14px;
	color: #666600;
	text-decoration: underline;
	letter-spacing: 0.08em;
}









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



/* * * * * temp hack to hide the submitted tag * * * * */
.submitted {
  display: none;
}
.taxonomy {
  display: none;
}

.book-navigation {
  display: none;
}
/* * * * * end temp hack to hide the submitted tag * * * * */


tbody {
border-top:0px none;
}

.view .view-content .node .title a {

font-size	12.1333px
font-weight	701
color	#546476
}



.img-caption_bottom-right {
	position: relative;
	float: right;
	padding-left: 15px;
	padding-bottom: 0px;
	margin: 0px;
	clear: left;
	padding-top: 15px;
	padding-right: 0px;
}

.more_bottom-right {

	position: relative;
	right: 20px;
	top: 390px;
	float: right;
	padding-left: 15px;
	padding-bottom: 0px;
	margin: 0px;
	clear: left;
	padding-top: 15px;
	padding-right: 0px;
}

#footer .block {
border:none;
position:relative;
top:28px
}



