/* CSS Document */
/* Set homeMainContent to absolute to stop div's from droping when browser window is resized */
/* Set homeMainContent margin-left to 260px to allow for leftNav bar */
#homeMainContent{
	position:absolute; /* relative */
	margin-left:260px; /* 260px */
	padding-left:0px;
	margin-top:30px;
	float:left;
	width:967px; /* 745px */
	height:auto;
	}
/* top four middle boxes on home page*/
/* homeMiddleTop holds (welcome, gisDataDem, southBayExpress, sandagTitle)*/
#homeMiddleTop{
	margin-left:0px;
	margin-top:0px;
	float:left;
	width:100%;
	height:auto;
	}
#welcomeBar{
	position:relative;
	float:left;
	margin-top:6px;
	padding-top:20px;
	padding-left:20px;

	width:298px; /* 244px */
	height:20px; /* 364px */
	background-image:url(../img/home/content/bg_80ofOrig.png);
    background-color:transparent;
	/*
	background-color:#000000;
	  opacity:0.4;
  filter:alpha(opacity=40);*/
	}
	
#welcomeTxt{
	position:relative;
	top:1.9em; 
	left:1.4em;
	float:left;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	width:298px; /* 244px */
	height:20px; /* 364px */ z-index:20;

	}
#welcomeImage{
	position:relative;
	float:left;
	width:318px; /* 244px */
	height:471px; /* 364px */
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	/*background-color:#ffffff;*/
	/*background-image:url('../img/home/content/welcome.png');*//* remove comment to show image */
	}
	#gisDataDemTxt{
	position:relative;
	top:1.9em; 
	left:1.4em;
	float:left;
	font-size:18px;
	font-weight:bold;
	line-height:20px;
	color:#FFF;
	width:318px; /* 244px */
	height:20px; /* 218px */


z-index:20;
	/*background-image:url('../img/home/content/gisDataDem.png');*//* remove comment to show image */
	}
	#gisDataDemBar{
	position:relative;
	float:left;
	margin-top:6px;
	padding-top:20px;
	padding-left:20px;
	width:298px; /* 244px */
	height:32px; /* 218px */
	background-image:url(../img/home/content/bg_80ofOrig.png);
    background-color:transparent;
	/*
	background-color:#000000;
	  opacity:0.4;
  filter:alpha(opacity=40);*/
	}
	#gisDataDemImage{
	margin-left:6px;
	float:left;
	width:318px; /* 244px */
	height:284px; /* 218px */
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	/*background-color:#ffffff;*/
	/*background-image:url('../img/home/content/gisDataDem.png');*//* remove comment to show image */
	}
#gisDataDem{
	margin-left:6px;
	float:left;
	width:318px; /* 244px */
	height:284px; /* 218px */
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	background-color:#ffffff;
	/*background-image:url('../img/home/content/gisDataDem.png');*//* remove comment to show image */
	}
#currentProjectImage{
	margin-left:6px;
	float:right;
	width:318px; /* 244px */
	height:284px; /* 218px */
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	background-color:#ffffff;
	/*background-image:url('../img/home/content/currentProject.png');*//* remove comment to show image */
	}
	
	/* begin easy slide styles */
	
	.easy_slides_container {
	clear:both;
	float:right;
	width:318px; /* 244px */
	height:284px; /* 218px */
	position:relative;
	top:0px;
    overflow:hidden;
	margin-left:6px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}
.easy_slides_img1, .easy_slides_img2{
    display:none;
    top:0;
    position:absolute;
}
 
.easy_slides_img1 {
    z-index:2;
}
 
.easy_slides_img2 {
    z-index:1;
}
 
.easy_slides_caption {
    position:absolute;
	top:26px;
	width:310px;
	height:auto;
	font-size:18px;
	font-weight:bold;
	line-height:20px;
	padding:6px;
	padding-left:20px;
    /*bottom:0;*/
    background-image:url(../img/home/content/bg_80ofOrig.png);
    background-color:transparent;
    display:none;
    z-index:3;
    color:#fff;
}
	/* end easy slide styles */
	
	/* begin depricated style */
	#currentProjectTxt{
	position:relative;
	top:1.9em; 
	left:1.4em;
	float:left;
	font-size:18px;
	font-weight:bold;
	line-height:20px;
	color:#FFF;
	width:298px; /* 244px */
	height:30px; /* 218px */
	z-index:20;
	}
	
	#currentProjectBar{
	position:relative;
	float:left;
	margin-top:-4px;
	padding-top:0px;
	padding-left:20px;
	padding-bottom:10px;
	width:298px; /* 244px */
	height:65px; /* 218px */
	background-color:#000000;
	opacity:0.4;
    filter:alpha(opacity=40);
	}
	/* end depricated style */
	
#sandagTitle{
	margin-top:6px;
	margin-left:6px;
	padding-left:16px;
	padding-top:100px;
	color:#ffffff;
	font-size:2em;
	font-weight:bold;
	line-height:1.3em;
	vertical-align:text-bottom;
	float:right;
	width:627px; /* 484px */
	height:80px; /* 80px */
	background-color:#00729e; /* #4d6782 */
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	}
/* Creates white background div's to hold content */
/* homeMiddleData holds (homeMeetingAgenda, homeNews, homePublications) */
#homeMiddleData{
	clear:both;
	margin-left:0px;
	margin-top:0px;
	float:left;
	width:970px; /* 745px */
	height:auto; /* 265px*/
	font-size:.6em;
	color:#999999;
	}
#homeMeetingAgenda{
	border-top:thick solid #fb6900;
	margin-top:6px;
	margin-left:0px;
	padding-top:10px;
	float:left;
	width:318px; /* 244px */
	max-width:318px;
	height:230px; /* 265px */
	background-color:#ffffff;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	}
#homeNews{
	border-top:thick solid #fb6900;
	margin-top:6px;
	margin-left:6px;
	padding-top:10px;
	float:left;
	width:318px; /* 244px */
	max-width:318px;
	height:230px; /* 265px */
	background-color:#ffffff;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	font-weight:normal;
	}
#homePublications{
	border-top:thick solid #fb6900;
	margin-top:6px;
	margin-left:6px;
	padding-top:10px;
	float:left;
	width:318px; /* 244px */
	height:230px; /* 265px */;
	background-color:#ffffff;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	}
#ma_data_title{
	color:#666;
	padding-top:2px;
	padding-left:14px;
	padding-bottom:12px;
	font-size:14px;
	font-weight:bold;
	max-width:300px;
	}
#ma_data_items{
	padding-top:6px;
	padding-left:16px;
	padding-right:14px;
	font-size:0.7em;
	max-width:300px;
	height:170px;
	max-height:170px;
	}
#ma_link_all{
	/*clear:both;*/
	float:right;
	/*vertical-align:bottom;*/
	padding-top:0px; /* 6px*/
	padding-right:14px;
	font-size:2em;
	font-weight:bold;
	max-width:300px;
	max-height:20px;
	}
	/* home page news panel content*/
#news_data_title{
	color:#666;
	padding-top:2px;
	padding-left:14px;
	padding-bottom:12px;
	font-size:14px;
	font-weight:bold;
	max-width:300px;
	}
#news_data_items{
	padding-top:6px;
	padding-left:16px;
	padding-right:14px;
	font-size:0.9em;
	font-weight:normal;
	max-width:300px;
	height:158px;
	max-height:158px;
	}
#social_media{
	clear:both;
	float:left;
	padding-top:0px;
	padding-left:14px;
	width:140px;
	max-width:140px;
	height:24px;
	max-height:24px;
	}
#news_link_all{	
	/*clear:both;*/
	float:right;
	margin-top:12px;
	padding-right:14px;
	font-size:2em;
	font-weight:bold;
	height:24px;
	max-height:24px;
	width:100px;
	max-width:100px;
	}
#pubs_data_title{
	color:#666;
	padding-top:2px;
	padding-left:14px;
	padding-bottom:12px;
	font-size:14px;
	font-weight:bold;
	}
#pubs_data_items{
	padding-top:6px;
	padding-left:16px;
	padding-right:14px;
	font-size:0.9em;
	font-weight:normal;
	height:160px;
	}
#pubs_link_all{
	clear:both;
	float:right;
	padding-top:10px;
	padding-right:14px;
	font-size:2em;
	font-weight:bold;
	max-width:300px;
	}
	
.home_meeting_agenda_items, a{
	font-size:12px;
	color:#999;
	}
a{ 
	font-size: 9pt;
	font-weight:normal; 
	}
a:link { 
font-size: 9pt; }
a:visited { 
font-size: 9pt;
color:#999;
}
a:hover {
	font-size: 9pt;
	color:#ff6600;
	text-decoration:none;
}