@charset "utf-8";

body  {
	font: 95% Verdana, Arial, Helvetica, sans-serif;

	background: #fff url(/images/cacubo_left_body_bg.gif) repeat-y;
	margin: 0; 
	padding: 0;
	text-align: left; 
	color: #000000;
	z-index: -100;
	height: 100%;
}
 a {
	color:black;
        text-decoration: none;
        font-weight: bold;
        
	}

 a:hover {

	color: #2e246a;
        text-decoration: underline;
	}


#container { 
	width: 100%;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	
	height: 90px;
	/*margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-left:0px;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background: #fff url(/images/cacubo_top_bg.gif) repeat-x; 
	height: 90px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


#sidebar1 {
	float: left; 
	background: #f5f5f7 url(/images/cacubo_left_bg.gif) repeat-x;
	left: 0px;
	padding: 12px 0px 12px 0px;
	position: absolute;
	top: 90px;
	width: 186px;
	height: 110%;
	z-index: 100;

}
#sidebar1 h3, #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

#mainContent {
	margin: 10px 1.5em 0 185px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	/*width: 600px;*/
	padding-left: 10px;
	font-size: 80%;
} 

#mainContentText {

   background: #fff url(/images/cacubo_tree.png) no-repeat left;
    
} 
#footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ddd;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Left-side menu nav*/



#lsmenu {
width: 10em;
background: none;
padding-bottom: 10px;
behavior:url("/css/csshover.htc");

}

#lsmenu ul {
list-style: none;
margin: 0;
padding: 0;

}
/*the rollover effect for any a links in the menu*/
#lsmenu a {
display: block;
border-width: 0px;
margin: 0;
margin-left: 2px;
margin-bottom: 4px;
color: #fff;
font-weight:700;
size: 90%
width: 170px; 
height: 30px;
text-decoration: none;
}

#lsmenu img{
padding: 0;
margin: 0;
border: 0;
z-index: 1;
}

#lsmenu a:hover {
/*Color of the expanding side menu*/
color: #2e2852;
background: #c7beff;
text-decoration: underline;

}

#lsmenu li {
position: relative;
margin-left: 1px;
width: 15em;
font-size: 95%;
z-index: 1000;

}


#lsmenu ul ul ul {
position: absolute;
top: 0;
left: 170px;
width: 170px;
z-index: 900;

}

div#lsmenu ul ul ul,
div#lsmenu ul ul li:hover ul ul
{display: none;}

/*style for the pop-out menu...but not the links*/
div#lsmenu ul ul li:hover ul,
div#lsmenu ul ul ul li:hover ul
{display: block;
 color: #fff;
 background-color:#736b9b;
 border-top:1px solid #42414b;
 border-bottom:1px solid #42414b;
 border-right:1px solid #42414b;
 border-left:1px solid #42414b;
 opacity: 0.93;
 filter: alpha(opacity=93); /* MSIE/PC */
 -moz-opacity: 0.93; /* Mozilla 1.6 and older */
 width: 172px;
 margin-left: 2px;
}


div#lsmenu ul ul ul a, a:hover
{  
 
 /*padding-top: 4px;
 padding-bottom: 4px;*/
 width: 170px;
 z-index: 950;
}

#lsmenu ul li {float: left; width: 100%;}
#lsmenu ul li a {height: 1%;}

#lsmenu a img {border: none; }
#lsmenu a:hover img {
        border: none; 
        
} 

#lsmenu a img:hover {
    border: none ! important;
}

/* End Left-side Nav*/	

/* slide-out navigation bar*/



.announcements {
        
	float:left;
	margin-top:10px;
	margin-left:12px;
	/*margin-right: 15px;*/
	width:280px;
	height:300px;
	/*background-color:#faf9f9;*/
	background-color: #d1cedf;
	border:2px solid #D1D9DC;
	padding:15px;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
	overflow:auto;
	}
	
#announcementsTitle {
	margin-top:  1px;
	_margin-top: 5px;
	margin-left:65px;


	}

#announcementsTitle h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:130%;
        font-weight: bold;
	color:#000;
	margin:0;
	padding:0;
	}
	

.announcements p {
          margin: 0px 0px 10px 0px;
	}
	
.announcements h2 {

	margin-top:0px;
	margin-bottom:0px;
	}
 .announcements a {
	color:666;
        text-decoration: none;
        
	}

.announcements a:hover {

	    /*color: #2e246a;*/
		color: #fff;
		background-color: #331974;
        text-decoration: underline;        
        font-weight: bold;

	}

/* end of top nav */
<!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
#sidebar1 { padding-top: 30px; }
#mainContent { zoom: 1; padding-top: 2px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->