/********
MiCTA
Homepage
mictatech.org
********/

body { background: #c7f3e4; }


/**** TOP MENUS *****/

#sidebarContent { background-color: rgba(0, 0, 0, .4); }
*:first-child+html #sidebarContent { background: none; background-image: url('/_data/n_0002/images/180w_bg.png'); background-repeat: repeat-y; } * html #topbar { background: none; background-image: url('/_data/n_0002/images/180w_bg.png'); background-repeat: repeat-y; }

#topbar { height: 40px; padding-top: 15px; }

#topmenus { width: 950px; }

#eventsmenu { width: 150px; margin-left: 200px; }
#newsmenu { width: 235px; margin-left: 30px; }
#vendorsmenu { width: 280px; margin-left: 0px; }

#eventsmenu, #newsmenu, #vendorsmenu {
	color: #77817d;
	font-family: arial,helvetica,sans-serif;
	font-size: 15px;
	font-weight: 800;
	float: left;
	line-height: 18.5px;	
}

#eventsmenu ul, #newsmenu ul { width: 300px; }
#vendorsmenu ul { width: 150px; }

#eventsmenu ul, #newsmenu ul, #vendorsmenu ul { 
	position: relative;
	display: none; 
	background-color: rgba(255, 255, 255, .8);
	font-size: .85em; 
	line-height: 15.5px; 
	list-style-type: none; 
	padding: 0 10px;
	margin: 3px 0 0 -10px;
}

#eventsmenu li, #newsmenu li { padding: 5px 0; }
#vendorsmenu li { padding: 3px 0; }

#eventsmenu div:hover > ul, #newsmenu div:hover > ul, #vendorsmenu div:hover > ul { display: block; font-weight: 400; } 

#eventsmenu a, #newsmenu a, #vendorsmenu a { color: #77817d; text-decoration: none; }
#eventsmenu li a:hover, #eventsmenu li a:active, #newsmenu li a:hover,  #newsmenu li a:active, #vendorsmenu li a:hover, #vendorsmenu li a:active 
{ color: #00ff00; text-decoration: underline; }

.subtitle { font-size: .75em; font-style: italic; }

.nocursor { cursor: default; }


/***** BANNERS *****/

#slides { 
	position: fixed;
	bottom: 10px;
	right: 10px;
}

.slides_container {
    width: 270px;
    height: 100px;
    overflow: hidden;
 }

.slides_container div {
    width: 270px;
    height: 100px;
    background-image: url('../images/rotator_bg.png');
    background-repeat: repeat-x;
    display: block;
    position: relative;
}  

.slides_container div img { border: 0; position: absolute; top: 0; right: 0; }

.slides_control { width: 270px; height: 100px; }

#banners .next, #banners .prev { display: none; }

.pagination { display: none; }
