body{
	background-image:url("images/background2.jpg");
	background-repeat:repeat-y;
}

h1 {
	font-family: Times New Roman;
	font-size: 26px;
	margin: 0px;
	color: #6a7d85;
}
h2 { 
	font-size:1.1em;
	margin-bottom:0;
	color:#889AA2;
}


/**Added by Zack: iframe **/
#gallery
{
    height:110px;
    width:550px;
    padding:0;
	 border:none;
	 frameborder:0;
}

#feednews {
}

#news {
        white-space:normal;
        width:100%;
}

/**Added by CSM**/
#news ol{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
line-height: 2em;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #00CC33;
text-decoration: none;
background-color: #CCCCCC;
text-indent: 5px;
padding: 6px;
margin: 2px;
}

#news h1{
        white-space:normal;
	font-family: Times New Roman;
	font-size: 12px;
	margin: 0px;
	color: #6a7d85;
}

#news p{ 
        white-space:normal;
        width:95%;
        text-align:left;
	font-family: Times New Roman;
	font-size: 10px;
	margin: 0px;
	color: white;
}

/**Added by Zack: iframe **/


/**Added by Zack**/
ul.d {
list-style-type:none;
color:#889AA2;
font-size: 10px;
}

ul.e {
list-style-type:none;
}

ul.e a:link	{ color:#889AA2; text-decoration:none }
ul.e a:visited { color:#889AA2; text-decoration:none }
ul.e a:hover { color:#889AA2; text-decoration:underline }

/**Added by Zack**/

img { 
	border:0px;
	text-decoration: none;
}
#docs {
	margin-left:200px; 
	font-size:.9em;
}

#docs a:link	{ color:#889AA2; text-decoration:none }
#docs a:visited { color:#889AA2; text-decoration:none }
#docs a:hover { color:#889AA2; text-decoration:underline }

/** header, inner container, and footer **/
#container {
	margin-top:30px; /** change this to make the header smaller 70 is initial **/
	margin-left:100px;
	margin-right:100px;
	/** width:80%; **/
	width:1050px;
}

/**Added by Zack**/
#innerindex {
	width:550px;
	font-size:.5em;
}

#innerindex2 {
	width:600px;
	font-size:.75em;
    color:black;
}
/**Added by Zack**/

#header {
	margin-bottom:10px;
}

/** DisasterNets Logo **/
#header-left{ 
	float:left;
}

/** UCI/CalIT2 logo **/
#header-right{
	text-align:right;
}


/** menu, content left (dark area), content right (main text area) **/
#inner-container{
	border: solid 3px #9e9e9e;
	height:660px;
}

/** CSS for menu **/
#search {height: 28px;
        background-image:url("images/menu.gif");
        }
input.srcfrm { margin-top:0; }

#menu{
	background-image:url("images/menu.gif");
	color:white;
	text-decoration:none;
	font-size:12px; 
	float:left;
}

#menu a{ color:white; }
/* Root = Horizontal, Secondary = Vertical */
ul#navmenu {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: auto; /*For KHTML*/
  list-style: none;
  height: 24px;
}

ul#navmenu li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 24px;
  margin-left:12px;
}

ul#navmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 160px;
  list-style: none;
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
}

ul#navmenu ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px Times New Roman;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu ul li {
  width: 165px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
  background-color:#343D41;
}

/* Root Menu */
ul#navmenu a {
  padding: 0 6px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  float: none;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 4th Menu */
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 4th Menu Hover */
ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
}

ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}

/* Content */
#content{
	height: 75%
}

#content-left{
	width:201px;
	overflow:auto;
        float:left;
	background-color:#0a0c08;
	background-image:url("images/left-side-bg.gif");
	background-repeat: repeat-x;
	height:630px;
}
#content-left a:link	{ color:#889AA2; text-decoration:none }
#content-left a:visited { color:#889AA2; text-decoration:none }
#content-left a:hover { color:#889AA2; text-decoration:underline }
/** Main Content area **/
#content-right{
	background-color:white;
	overflow:auto;
	height:602px;
	padding:15px 1.8em 15px 3.5em;
}

/**Added by Chris & Nicki, 14 Jan 2011**/
#page{
        background-color:white;
        overflow:auto;
        height:602px;
        padding:15px 1.8em 15px 3.5em;
}

#page h1{
        background-color:#E8EEF6;
        font-size:.8em;
        margin-bottom:15px;
}


#title-color{
	background-color:#E8EEF6;
	font-size:.8em;
	margin-bottom:15px;
}

/** Added by zack**/
#news-color{
	background-image:url("images/menu.gif");
	font-size:.8em;
	margin-bottom:15px;
}

#news-color h1{
	font-family: Times New Roman;
	font-size: 26px;
	margin: 0px;
	color: white;
}


/** Added by zack**/

#content-image{
	float:left;
	background-color:white;
}
#content-image img{
	max-height:100px;
}

#collab {
	border-bottom: 1px silver dotted;
	font-size:.8em;
	margin-left:150px;
	margin-bottom:50px;
}
#collab-box {
	font-size:.8em;
	background-color:#E8EEF6;
	margin-top:10px;
	width:330px;
	float:right;
	height:200px;
}
#contact-text {
	float:left;
	height:100%;
	/*background-col */
	border-bottom: 1px silver dotted;
	font-size:.8em;or:white;
}
#contact{ float:right; }
#pubpage {
	border-bottom: dotted 1px silver;
}
/** footer **/
#footer, #footer a{
	color:silver;
	text-align:right;
	text-decoration:none;
}

