

/* GLOBAL DEFAULTS AND ELEMENTS
----------------------------------------------------------------------------- */

body
{
	background: #fff;
	color: #333;	
    /*background:#B6EBF7 url(images/bg-body.gif) repeat-x;*/
	height:100%;
	font-size:80%;
    line-height: 1.5;
    font-family: "trebuchet ms" , "lucida grande" , arial, "helvetica neue" , helvetica, sans-serif;
	
}

a
{
	color: #333;
	text-decoration: underline;
}

a:visited
{
	color: #5d5d5d;
}

a:hover
{
	color: #000;
}

a.rss
{
	background: url(/_images/rss.gif) 100% 50% no-repeat;
	padding-right: 17px;
}

img
{
	border: 0;
}

p#skip
{
	position: absolute;
	height: 1px;
	left: 0;
	overflow: hidden;
	top: -1000px;
	width: 1px;
}


/* GRID
----------------------------------------------------------------------------- */



#container
{
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 950px;
}


#header
{
	font-family: arial, "helvetica neue" , helvetica, sans-serif;
	font-size: larger;
}

#footer
{
	font-family: arial, "helvetica neue" , helvetica, sans-serif;
	/*padding: 8px 0 1.5em;*/
	width: 950px;
	font-size: x-small;
	
}



/* HEADER
----------------------------------------------------------------------------- */

#logo
{
	left: 11px;
	position: absolute;
	top: 13px;
}




/* COL-LEFT
----------------------------------------------------------------------------- */


/* akoffi
-----------------------------------------------------------------------------*/
.mynav
{
	margin-bottom: 5px;
	width: 200px;
	font: .95em normal Arial, Helvetica, sans-serif; /*filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#c3dbf1', endColorstr='#ffffff', gradientType='0'); 	background-color: #ffffff; 	font-family: bauhaus 93; 	*/
}
.mynav ul
{
	list-style-type: none;
	margin: 5px;
	padding: 0px;
	text-align: left;
}
.mynav ul li
{
	list-style-type: none;
	border-bottom-style:none;
	border-bottom-width: 1px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#viewmore
{
	padding-left:40px;
	font-family: "trebuchet ms", "lucida grande", arial, "helvetica neue", helvetica, sans-serif;
	font-size:110%;
}
#viewmore a
{
	color:Blue;
	text-decoration: none;	
	
}
#viewmore a:hover
{
	text-decoration: underline;
	/*color: Green;*/
}

#anchors a
{
	color: white;
	text-decoration: none;
	padding: 5px;	
	font-size:80%;
	font-weight:500;
}
#anchors a:hover
{
	text-decoration: underline;
	color:#FFFF00;
	/*font-weight:bold;*/
}
.anchors_d a
{
	color: black;
	text-decoration: none;
	padding: 5px;
	font-family: "trebuchet ms", "lucida grande", arial, "helvetica neue", helvetica, sans-serif;
	font-size:80%;
}

.anchors_d a:hover
{
	text-decoration: underline;
	/*color: Green;*/
}

.anchors_d  a:link, .anchors_d a:active, .anchors_d a:visited
{
	color: black;
}
#main_login
{
	font-family: "trebuchet ms", "lucida grande", arial, "helvetica neue", helvetica, sans-serif;
	font-size:80%;
	padding: 3px; width: 315px; 
	color:#000000;
}
#item_detail
{
	font-family: "trebuchet ms", "lucida grande", arial, "helvetica neue", helvetica, sans-serif;
	font-size:95%;
	
}
#info_text a
{
	text-decoration: none;
	color:Navy;
}

#info_text a:hover
{
	text-decoration:underline;
	color:Navy;
	
}

.browse a
{
	color:blue;
	font-family: "trebuchet ms" , "lucida grande" , arial, "helvetica neue" , helvetica, sans-serif;
	text-decoration:none;
	font-weight:bold;
}

.browse a:hover
{
  text-decoration:underline;
}

#browse a
{
	color:blue;
	font-family: "trebuchet ms" , "lucida grande" , arial, "helvetica neue" , helvetica, sans-serif;
	text-decoration:none;
	font-weight:bold;
}


#browse a:hover
{
  text-decoration:underline;
}

#member
{
	color:blue;	
	text-decoration:none;
	
}
#member a:hover
{
  text-decoration:underline;
}
.#member  a:link, #member a:active, #member a:visited
{
	color:blue;	
}

.button
{
	font-family: Arial;
	font-size:11px;
	text-decoration:none;
	width:70px;	
}

.mylacomax-buttons
{
    width:115px;	
}

#LACoMAX_body
{
	float: left;
	/*font: .75em normal Arial, Helvetica, sans-serif;*/
	
	/*font-family: normal Arial, Helvetica, sans-serif;*/
	/*font: .95em normal Tahoma, Helvetica, sans-serif;*/
	font-family:Arial;
	line-height: 1.75;
	text-align: left;	
	padding:5px 15px 20px 15px;
	font-size: 75%;
	width: 975px;	
	color: #333;	
	
}
#LACoMAX_body div
{
    color: #333;	
}
#LACoMAX_container
{
   border: 1px solid black;
}

#LACoMAX_title
{
	float: left;
	color:#08088A;
	padding: 0px;
	font-size:85%;
	font-weight:bold;
	font-family: "trebuchet ms" , "lucida grande" , arial, "helvetica neue" , helvetica, sans-serif;
	text-transform:uppercase;
	width:1003px;	
	border-style:solid;
	border-width:0.1em;
	border-color:#E9F0F8;
	background-color:#E9F0F8;
	text-align:left;
}

#LACoMAX_result
{
    padding: 3px;
	font-size:85%;
	font-weight:bold;
	font-family:Arial;
	float:left;		
}

#LACoMAX_img a:hover
{
    background-image:url('lacomax/images/black_arrow.gif'); 
    border-left: 2px solid #999;
}

p
{
	padding-bottom: 10px;
	padding-right: 3px;
}
p a
{
	color: Blue;
	font-weight: bold;
	text-decoration: none;
}

p a:hover
{
	text-decoration: underline;
	color: green;
	font-weight: bold;
}

.pHeader
{
	color: #CC6600;
	font-size: 14px;
	font-weight: bold;
	font-family: "trebuchet ms" , "lucida grande" , arial, "helvetica neue" , helvetica, sans-serif;
}
.pHeader a
{
	color: #CC6600;
}

div ul
{
	margin-left: 50px;
	text-align: left;
	padding: 0px;
}


div ul li
{
	list-style-type: square;
	padding-bottom: 5px;
	padding-top: 5px;
}

.gridviewHeader
{
	text-align:center;
	font-size:100%;
	background-color:#fff;
	font-family: "trebuchet ms" , "lucida grande" , arial, "helvetica neue" , helvetica, sans-serif;
}
/* Top Navigation 
-----------------------------------------------------------------------------*/


.Common
{
	margin: 0 auto;
	padding: 0;
	width: 950px;		
}

#TopNav ul
{
	list-style-type: none;
	padding-top: 0;
	display: block;
	margin-left: 0;		
}

#TopNav ul li
{
	display: block;
	float: left;
	/*margin-right: 32px;*/
	font-weight: bold;
	/*color: #000;*/	
	font-family: "trebuchet ms", "lucida grande", arial, "helvetica neue", helvetica, sans-serif;
	font-weight:bold;
	text-transform: uppercase;
	color:Yellow;
	
	
}

#TopNav a:link, #TopNav a:active, #TopNav a:visited
{
	/*color: #000;*/
	color:#FFF;
	text-decoration: none;
	display: block;
	padding: 12px 0;
}

#TopNav a:hover
{
	color: #FFFF00;
	text-decoration: none;
	display: block;
	padding: 12px 0;
}

#TopNav a.Selected:link, #TopNav a.Selected:active, #TopNav a.Selected:visited
{
	color: #fff;
}

#TopNav a.Selected:hover
{
	color: #fff;
}


/* header
----------------------------------------------------------------------------- */

#header ul
{
	float: left;
	margin: 0 0 1em;
	padding: 0;
	text-align: center;
	width: 835px;
}

#header li
{
	border-left: 1px solid #999;
	display: inline;
	font-size: 14px;
	list-style: none;
	margin: 0;
	padding: 0 .4em;
	font-family: Arial;
	color: Navy;
}

#header li.first
{
	border-left: none;
}

#header li a
{
	color: Blue;
	font-weight: bolder;
	text-decoration: none;
}

#header li a:hover
{
	font-family: Arial Baltic;
	text-decoration: underline;
	color: green;
	font-weight: bold;
}

#header p
{
	color: #777;
	display: inline;
	font-size: 85%;
	margin: 0 0 1em 2px;
	width: 298px;
}

/* FOOTER
----------------------------------------------------------------------------- */

#footer ul
{
	margin: 0 0 1em;
	padding: 50px 0 0 0;
	text-align: right;
	width: 500px;
	font-size: x-small;
}

#footer li
{
	border-left: 1px solid #999;
	display: inline;
	font-size: 85%;
	list-style: none;
	margin: 0;
	padding: 0 .4em;
	
}

#footer li.first
{
	border-left: none;
}

#footer li a
{
	color:#777;
	text-decoration: none;
}

#footer li a:hover
{
	text-decoration: underline;
}

#footer p
{
	color: #777;
	display: inline;
	font-size: 85%;
	margin: 0 0 1em 2px;
	width: 298px;
}
#footer_logo
{    
    position: absolute;
    width: 250px;
    border:0;   
    /*visibility: hidden;*/
    z-index: 100;
    /*padding:20px 50px 0 0;*/
    margin-top:2px;
    right:150px;
}

/* Popup Material Definition
---------------------------------------------------------------------------------------------*/
/*#dhtmltooltip{
  font-family: Verdana;
  font-size:12px;
  position: absolute;
  left: 100px;
  right:100px; 
  height: 90px;
  padding: 20px 10px 10px 10px;
  visibility: hidden;
  /*background-image:url('images/buble.gif'); 
  background-repeat:no-repeat;
   
  z-index: 100;
  line-height: 1.5;
}*/

#dhtmltooltip{
position: absolute;
width: 150px;
font-size:80%;
border: 2px solid black;
padding: 2px;
background-color:lightyellow;
visibility: hidden;
z-index: 100;
 line-height: 1.5;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dthmlHeader
{
	font-family: "trebuchet ms" , "lucida grande" , arial, "helvetica neue" , helvetica, sans-serif;
	text-transform:uppercase;
	color:#0B610B;
}
#dhtmlpointer{
  position:absolute;
  left: 0px;
  z-index: 10;
  visibility: hidden;
}

a.bigHover, a.bigHover:visited{
color:#0066cc;
font-size: 14px;
font-weight: normal;
}
a.bigHover:hover, a.bigHover:visited:hover{
color:#003399;
 font-weight:bold;
 font-size: 14px;
}

.affiliationLinks{
  text-decoration:none;
  letter-spacing:-1px;
  font-size:16px;
}

.affiliationHeader{
  color:#000000;
  text-decoration:none;
  letter-spacing:-1px;
  font:bolder 12px;
}

#frame{
  width:775px;
  margin-left:40px;
}

#enclose{
  float:left;
  width:526px;
}

#headerframe{
  width:524px;
}


#aTitle
{
    color:Maroon;   
    font-family: Arial;
    font-size:110%; 
    font-weight:bold;
}

#aTitle a
{
    color:Maroon;   
    font-family: Arial;
    font-size:110%; 
    font-weight:bold;
}

#aTitle_default_page
{
    color:Maroon;   
    font-family: Arial;
    font-size:105%; 
    font-weight:bold;
}

#aTitle_default_page a
{
    color:Maroon;   
    font-family: Arial;
    font-size:105%; 
    font-weight:bold;
}

#lacomax_announcement_header, #lacomax_testimonial_header
{
    font-family: Arial;
    font-size: 16px;  
    height:25px; 
    font-weight:bold;
    color:White;
    padding-left:10px;
    text-align:left;
    width:175px;
    
}

#lacomax_testimonial_header
{    
     background:url(images/testimonial_bg.png) no-repeat;
     /*height:30px;*/
   
}

#lacomax_announcement_header
{       
   background:url(images/Announcement_bg.png) no-repeat;
   /*height:30px;*/
  
}

#lacomax_announcement_content,#lacomax_testimonial_content
{   
    padding:5px 5px 5px 5px; 
    font-size: 12px;   
    min-height:120px; 
    height:120px;   
    /*height: auto !important;*/
   
    font-size:75%;
    line-height: 1.5;
    font-family: Arial;
    font-weight:normal;
    
}

#lacomax_announcement_content
{   
    background:url(images/Announcement_content_bg.png) no-repeat;
}

#lacomax_testimonial_content
{      
    background:url(images/Testimonial_content_bg.png) no-repeat;
}


#deptThemeFooterImg 
{
    background:transparent url(images/footer_dpw_green.jpg) no-repeat scroll left bottom;
    height:70px;
    width:1005px;
}

#lacomax_stogan
{
    padding:5px 0px 5px 0px;
    font-family:Arial Rounded MT Bold;
    color:#687983;
    font-size:18px;
    font-weight:bold;   
    text-align:center; 
}

.lacomax_browse_items
{
   /*font-size:11px;*/
   font-size:90%;
   font-family: Arial;
}
.lacomax_postingTitle
{    
    font-size: 18px; 
    font-family: Arial; 
    color: Navy;    
    font-weight:normal;
}

.lacomax_postingTitle  a:link, .lacomax_postingTitle a:active, .lacomax_postingTitle a:visited
{
   color:Blue;
}

.lacomax_postingTitle a:hover
{
   color:Green;
}
.lacomax_posting_items
{
   /*font-size:11px;*/
   font-size:90%;  
}
#container
{    
    width:1005px;
    background-color:Black;    
}

.lacomax_more
{
    color:Navy;
    font-size:11px;
    font-family:Arial;
    font-weight:bold;
}

#lacomax_email
{
    font-family: Arial;
    font-size:11px;
}
.lacomax_readAll
{
    padding-top:10px;
    color:Blue;    
}
div.container 
{	
	width:1005px;	
	border:1px solid #E0E0E0;	
	background-color:#FFFFFF;
		
	/*border-left: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
	background-color:#FFF;
	background-image:url(images/shad_bottom.gif);
	background-repeat:repeat-x;
	background-position:bottom;*/
}

.ddlBorder {
border:3px solid #000000;
height:25px !important;
}
		
ul#about,ul#about li{list-style-type:none;margin:0;padding:0}
ul#about{width: 100%;margin:10px auto 0;text-align:left}
ul#about li{float:left;width: 350px; height:150px;padding:20px 10px 20px 20px;margin:8px 8px 0 0;}
li#ab1{background: #DCF3E0;}
li#ab2{background: #EBF0FE}
li#ab3{background: #F5EFE1}
li#ab4{background: #F1F1F0}
ul#about li a{color:Blue; font-family:Verdana; font-size:95%}

* html div#division { 
   width: expression( document.body.clientWidth < 334 ? "333px" : "auto" ); /* set min-width for IE */
}
div#division { 
   min-width: 333px; /* sets min-width value for all standards-compliant browsers */
}

* html div#division { 
   height: expression( this.scrollHeight > 332 ? "333px" : "auto" ); /* sets max-height for IE */
}
div#division {
   max-height: 333px; /* sets max-height value for all standards-compliant browsers */
}

