@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	background-image:url(images/container_background.png);
	background-position:center;
	background-repeat:repeat-y;
}
.bold{
	font-weight:bold;
}
#container{
	margin:0 auto 0 auto;
	width:1024px;
	padding:0;
	/*height:950px;
	/*for safari, we need to duplicate the background image
	background-image:url(images/container_background.png);
	background-repeat:repeat-y;*/
}
#header{
	background-image:url(images/container_head.png);
	margin:0 0 0 0;
	padding:0 0 0 0;
	height:146px;
	color:#000066;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
#header img{
	display:block;
	float:left;
	margin-right:10px;
	margin-top:0px;
}
#header h1, #header h2{
	margin:0;
	padding-top:30px;
	line-height:1;
	font-weight:1000;
}
#leftSide{
	background-image:url(images/container_left.png);
	background-position:top;
	background-repeat:no-repeat;
	width:218px;
	/*height:814px;
	*height:850px;*/
	margin:0;
	padding:0 10px 50px 0;
	float:left;
	font-size:11px;
}
#leftSide h2{
	text-align:center;
}
#middleContent, #middleContentInner{
	background-image:url(images/container_middle.png);
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	width:580px;
	float:left;
}
#middleContent{
	height:358px;
}
#middleContentInner{
	height:auto;
}
#middleContent ul, #middleContentInner ul{
	font-size:0.70em;
	margin:0;
	padding:0;
}
#middleContent ul li, #middleContentInner ul li{
	height:16px;
	list-style:none;
	display:block;
	float:left;
	margin:0 4px 0 0;
	text-align:center;
	font-weight:bold;
	padding:3px 0 0 0;
}
#middleContent ul li.mainTab, #middleContentInner ul li.mainTab{
	background-image:url(images/tab_main.png);
	width:114px;
}
#middleContent ul li.other,#middleContent ul li.other2, #middleContentInner ul li.other,#middleContentInner ul li.other2{
	background-image:url(images/tab02.png);
	width:110px;
}
#middleContent a:link, #middleContentInner a:link{
	/*for other browsers*/
	color:#000;
	text-decoration:none;
}
#middleContent a:hover, #middleContentInner a:hover{
	color:#006;
	text-decoration:underline;
}
#middleContent a:visited, #middleContentInner a:visited{
	color:#000;
	text-decoration:none;
}
#middleContent ul li.other2, #middleContentInner ul li.other2{
	margin-right:5px;
	margin-left:1px;
}
#commitment{
	clear:both;
	background-image:url(images/box02.png);
	width:566px;
	height:290px;
	margin:0;
	padding:21px 0 0 13px;
}
#commitmentInner{
	clear:both;
	margin:0;
	padding:21px 16px 10px 12px;
	/*background-color:#bcbaba;*/
	width:549px;/*originally 559*/
	background-image:url(images/innerBoxShadow5.png);
	background-repeat:repeat-y;
}

#commitmentInner div{
	background-color:#FFFFFF;
	padding:0 5px 0 5px;
}
#middleContentInner div.bottomShadow{
	width:582px;
	height:10px;
	background-image:url(images/innerBoxBottomShadow.png);
	background-repeat:no-repeat;
}
#commitmentInner div#pageFold{
	background-color:#FFFFFF;
	padding:0;
	height:27px;
	background-image:url(images/page_fold.png);
	background-position:right;
	background-repeat:no-repeat;
}

#commitment .inner{
	background-image:url(images/commitment_box.png);
	width:511px;
	height:251px;
	color:white;
	padding:5px;
}
#commitment .inner p{
	font-size:0.70em;
}
#calendar{
	margin:40px 5px 0 20px;
	font-size:0.85em;
}
#rizal{
	margin:10px 5px 0 20px;
}
#rightSide{
	background-image:url(images/container_right.png);
	background-position:top;
	background-repeat:no-repeat;
	width:216px;
	height:293px;
	float:left;
	font-size:0.80em;
}
#login{
	margin:10px 0 0 10px;
	font-size:0.85em;
}
#login h3{
	margin:0 0 2px 0;
}
#login form div{
	margin-bottom:4px;
}
#login form div label{
	width:61px;
	display:block;
	float:left;
}
#login form div input.gray{
	font-size:0.75em;
	background-color:#CCCCCC;
}
#login form div.submitButton{
	margin-left:61px;
	display:block;
	float:left;
}
#login form div .submit{
	width:96px;
	height:25px;
	background-image:url(images/submitButton02.png);
	color:white;
}
#rightSide div.programs{
	clear:both;
	font-weight:bold;
	margin-bottom:4px;
	color:#FFFF00;
}
a.flex, a.alc, a.leap, a.ca{
	display:block;
	width:175px;
	height:23px;
	text-align:center;
	color:white;
	padding:5px 0 0 0;
	font-weight:bold;
	margin-bottom:4px;
	font-size:0.9em;
	text-decoration:none;
	border-style:solid;
	border-width:1px;
}
a.flex{
	/*background-image:url(images/flex_background.png);*/
	background-color:#005593;
	border-color:#0066CC;
}
a.alc{
	/*background-image:url(images/advanced_background.png)*/
	background-color:#0E9848;
	border-color:#80B581;
}
a.leap{
	/*background-image:url(images/leap_background.png);*/
	background-color:#CC3128;
	border-color:#CC6600;
}
a.ca{
	/*background-image:url(images/ca_background.png);*/
	color:#000033;
	background-color:#ECC72B;
	border-color:#F3D983;
}
a.flex:visited, a.alc:visited, a.leap:visited, a.ca:visited{
	color:white;
	text-decoration:none;
}
a.ca:visited{
	color:#000033;
}
a.flex:hover, a.alc:hover, a.leap:hover, a.ca:hover{
	color:#FFFF00;
	text-decoration:underline;
	border-style:solid;
	border-width:1px;
}
a.flex:hover{
	background-color:#0066CC;
	border-color:#0E9848;
}
a.alc:hover{
	background-color:#80B581;
	border-color:#0E9848;
}
a.leap:hover{
	background-color:#CC6600;
	border-color:#CC3128;
}
a.ca:hover{
	color:#000099;
	background-color:#F3D983;
	border-color:#ECC72B;
}
#blog{
	display:block;
	float:left;
	width:273px;
	height:450px;
	font-size:0.80em;
}
#linkBlock{
	display:block;
	float:right;
}
#links{
	width:520px;
	height:460px;
	background-image:url(images/circles2.png);
	background-repeat:no-repeat;
	background-position:right;
}
#lowerCircle{
	display:block;
	width:520px;
	height:151px;
	background-image:url(images/lower_circle.png);
	background-repeat:no-repeat;
	background-position:right;
}
a#news{
	display:block;
	float:left;
	width:64px;
	height:101px;
	padding:0;
	background-image:url(images/news.png);
	margin-right:0px;
	margin-top:200px;
	margin-left:6px;
	margin-bottom:0px;
}
a:hover#news{
	background-image:url(images/news_ro.png);
}
a#clients{
	display:block;
	float:left;
	width:111px;
	height:97px;
	padding:0;
	background-image:url(images/clients.png);
	margin-right:0px;
	margin-top:165px;
	margin-left:30px;
	margin-bottom:0px;
}
a:hover#clients{
	background-image:url(images/clients_ro.png);
}
a#photogallery{
	display:block;
	float:left;
	width:249px;
	height:80px;
	padding:0;
	background-image:url(images/photo_gallery.png);
	margin-right:0px;
	margin-top:165px;
	margin-left:10px;
	margin-bottom:0px;
}
a:hover#photogallery{
	background-image:url(images/photo_gallery_ro.png);
}
.hiddenPic{
	display:none;
}
/*we add the css below to force browsers to display the table one line below the label*/
table{
	clear:both;
}
#footer{
	clear:both;
	font-size:0.85em;
	text-align:right;
	color:#999999;
}
