@charset "utf-8";
/* CSS Document index_en.css*/
/*    * -moz-border-radius-topleft  / -webkit-border-top-left-radius
    * -moz-border-radius-topright / -webkit-border-top-right-radius
    * -moz-border-radius-bottomleft / -webkit-border-bottom-left-radius
    * -moz-border-radius-bottomright / -webkit-border-bottom-right-radius
*/
body{ 
	margin:0;
	padding:0;
	background:#338fd2 url(../images/bg.gif) repeat-x 0% 0%;
	font-family:Arial, Verdana, Helvetica;
	font-size:75%;
	text-align:left;
	overflow:auto;
	background-color:#338fd2;
}
#q {
	border:color:#F2921D 2px solid;
	background-color:#FFFFFF;
}
img {
	border: none;
}
#top_nav{
	position:relative;
	margin:0 auto;
	width:770px;
	height:10px;
}	
#loginbox {
	position:relative;
	float:right;
	width:320px;		
	height:20px;
	background-color: #F2921D;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;	
	text-align:left;
}
#loginbox #userid_txt {
	display:inline;
	padding-left:10px;
	border:0;
}
#loginbox #userpwd_txt{
	display:inline;
	padding-left:10px;
	border:0;
}
#userpwd_txt, #userid_txt{
	width:90px;
}
#tab_container{
	position:relative;
	margin:0 auto;
	width:770px;
	height:8px;
}
/*Nav bar*/	
.invertedshiftdown{
	position:relative;
	float:right;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}

.invertedshiftdown ul{
	margin:0;
	margin-left: 40px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
}
.invertedshiftdown li{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform:lowercase;
}

.invertedshiftdown a{
	float: left;
	display: block;
	font: bold 12px Arial;
	color: white;
	text-decoration: none;
	margin: 0 1px 0 0; /*Margin between each menu item*/
	padding: 5px 10px 9px 10px; /*Padding within each menu item*/
	background-color: #F2921D; /*Default menu color*/
	
	/*BELOW 4 LINES add rounded bottom corners to each menu item.
	  ONLY WORKS IN FIREFOX AND FUTURE CSS3 CAPABLE BROWSERS
	  REMOVE IF DESIRED*/
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border: #999 1px solid;
}

.invertedshiftdown a:hover{
	background-color: #FFF; /*Red color theme*/
	padding-top: 9px; /*Flip default padding-top value with padding-bottom */
	padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
	color: #000;
}

.invertedshiftdown .current a{ /** currently selected menu item **/
	background-color: #FFF; /*Red color theme*/
	padding-top: 9px; /*Flip default padding-top value with padding-bottom */
	padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
	color: black;
}

#container{
	position:relative;
	margin:0 auto;
	width:770px;
	height:auto;
	background-color:#FFF ;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 10px;
	color:#CCC;
	margin-top:20px;
	text-align:left;
	-moz-box-shadow: #000 5px 5px 5px; 				
	-webkit-box-shadow: 5px 5px 5px #000;
	padding: 5px 5px 5px 5px;		
}
#pageheader {
	width:750px;
	height:200px;
	background-image:url(../images/banner.jpg); /*#7808634 - 7697683*/
	background-position:left top;
	background-repeat:no-repeat;
	background-color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
}
#overlay_page_header{
	float:right;
	width:150px;
	height:100px;
	margin-top:50px;
	/*background-color: transparent;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-left: 5px;
	padding-top:10px;
	color:#ccc;
	border:#ccc 1px solid;
	background-color:#f2921D;
	-moz-box-shadow: #000 5px 5px 5px; 				
	-webkit-box-shadow: 5px 5px 5px #000;
	height:60px;
	display:none;
}
#main_content {
	float:left;
	width:450px;
	height:auto;
	margin-top:0;
	margin-right:5px;
	margin-bottom:10px;
	margin-left:0;
	background-color: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
	color:#000;
}
#main_content p{
	font-family:Helvetica, Arial, sans-serif;
}
#second_content {
	float:left;
	width:260px;
	height:auto;
	margin-top:0;
	margin-right:5px;
	margin-bottom:10px;
	margin-left:5px;
	background-color: #fff;
	/*	background:#ffffff url(../../images/gradientbox.png) no-repeat 10% 0%;*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
	color:#000;
}
#event_calendar {
	width:250px;
	height:auto;
	background-image:url(../images/blue_badge.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	border-top:#ccc  thin dashed;
	padding: 5px;
}

#event_calendar_april {
	width:250px;
	height:auto;
	background-image:url(../images/calendarAPRIL09.png);
	background-position:left center;
	background-repeat:no-repeat;
	border-top:#ccc  thin dashed;
	border-bottom:#ccc  thin dashed;
	padding: 5px;
}
#event_calendar_march {
	width:250px;
	height:auto;
	background-image:url(../images/calendarMARCH09.png);
	background-position:left center;
	background-repeat:no-repeat;
	border-bottom:#ccc  thin dashed;
	padding: 5px;
}

.orange_bar{
	background:#F2921D;
	width:770px;
	height:5px;
	}
.orange_bar{
	clear:both;
}
#page_footer {
	line-height: 1.5;
	width:770px;
	height:50px;
	margin: 0 0 10px 0;
	text-align:center;
	color:#666;
	
}
/****************************************************/
#navigation {
	margin-top:-10px;	
	 height: 15px;
	 width: 750px;
	 -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 8px;
	background-color: #F2921D;
	color:#FFF;
}
#navigation #menu_navigation{
	float:left;
}
#navigation #search_box{
	
}
/*#bubble1 {
	float:left;	
	margin-top:10px;
	margin-right:5px;
	margin-bottom:5px;
	margin-left:0;
	background-image:url(../images/students2.jpg);
	background-repeat:no-repeat;
	 height: 120px;
	 width: 165px;
	 -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 2px;
	cursor:pointer;
}
#bubble2 {
	float:left;	
	margin-top:10px;
	margin-right:5px;
	margin-bottom:5px;
	margin-left:5px;
	background-image:url(../images/venise.jpg);
	background-repeat:no-repeat;
	 height: 120px;
	 width: 165px;
	 -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 2px;
	cursor:pointer;
}
#bubble3 {
	float:left;	
	margin-top:10px;
	margin-right:5px;
	margin-bottom:5px;
	margin-left:5px;
	background-image:url(../images/check.jpg);
	background-repeat:no-repeat;
	 height: 120px;
	 width: 165px;
	 -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 2px;
	cursor:pointer;
}
#bubble4 {
	float:left;	
	margin-top:10px;	
	margin-right:0;
	margin-bottom:5px;
	margin-left:5px;
	background-image:url(../images/world.jpg);
	background-repeat:no-repeat; 
	 height: 120px;
	 width: 165px;
	 -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 2px;
	cursor:pointer;
})*/

#bubble4 {
	float:left;	
	margin-top:10px;	
	margin-right:0;
	margin-bottom:5px;
	margin-left:5px;
	/*background-image:url(../images/greenbg.png);
	background-repeat:no-repeat; */
	 height: 130px;
	 width: 750px;
	padding: 2px;
	cursor:pointer;
}
h1 {
	font-family:Arial, Verdana, Helvetica;	
	color:#0E619D;	
}
h2 {
	font-family:Arial, Verdana, Helvetica;	
	color:#F2921D;		
	}
label{
	cursor:pointer;
}
#home_div {
	float:left;	
	margin-top:-60px;
	background-image:url(../images/logo.png);
	background-position:left;
	background-repeat:no-repeat;
	height: 174px;
 	width: 264px;
	cursor:pointer;
}
#breadcrumb_trail {
	color:#000;
	height:10px;
	width:770px;
	padding:5px;
}
/* skip */
a#skip {
	display: block; 
	position:absolute; 
	top:0; 
	left:0; 
	width:100%; 
	padding: 0 0 1em 0; 
	background: transparent; 
	font-weight: bold; 
	text-align: center;
	}

a#skip:link, a#skip:visited {color: #338fd2;}

a#skip:hover, a#skip:focus, a#skip:active {background: transparent;}

a.menu_navigation_hz:link, a.menu_navigation_hz:visited, a.menu_navigation_hz:focus, a.menu_navigation_hz:hover, a.menu_navigation_hz:active {color:#fff;text-decoration:none;}

a.menu_navigation_hz:focus, a.menu_navigation_hz:hover {font-weight:bold;text-decoration:underline;}

a.current_menu {font-weight:bold;text-decoration:underline;}
