@charset "utf-8";
/* CSS Document */
body {
	/*background-color:#D9D9D9;*/
	background:#FFF;
}
#container {
	margin:20px auto 20px auto;
	/*background-color:#90A5B6;*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-decoration:none;
}
#container a{
	text-decoration:none;
}
/*#container h1, h2, h3 { 
	text-shadow: 1px 1px 1px RGBA(0,0,0,0.3);
}*/
.container {
	-webkit-box-shadow:0 0 15px RGBA(0,0,0,0.3);
	-moz-box-shadow:0 0 15px RGBA(0,0,0,0.3);
}

/* MENU */
#menu .box {
	font-size:16px;
	margin-bottom:5px;
	height:20px;
	font-family: Helvetica, Calibri, Arial;
	background-color:#BFCCFF;
}
#main-content .box {
	margin-bottom:5px;
}
#menu ul{
	margin:0px 0px 0px 60px;
	padding:0px;
}
#menu ul a{
	padding:5px 20px;
	text-decoration:none;
	color:#000;
}
#menu ul a:hover{
	color:#90A5B6;
}
#menu li{
	list-style:none;
	float:left;
}

/* FOOTER */
#footer {
	padding-bottom:10px;
}
#footer .box {
	font-size:12px;
	margin-bottom:5px;
	height:20px;
	text-align:center;
	font-family: Helvetica, Calibri, Arial;
}
#footer a {
	text-decoration:none;
	color:#000;
}
#footer a:hover{
	text-decoration:none;
	color:#90A5B6;
}

/* NEWS */
#news-left .box, #about-us .box{
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #F2F2F2;
	border-right-color: #F2F2F2;
	border-bottom-color: #F2F2F2;
	border-left-color: #F2F2F2;
	-webkit-box-shadow:0 0 2px RGBA(0,0,0,0.3);
	-moz-box-shadow:0 0 2px RGBA(0,0,0,0.3);
}
#news-center .box {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #F2F2F2;
	-webkit-box-shadow:0 0 2px RGBA(0,0,0,0.3);
	-moz-box-shadow:0 0 2px RGBA(0,0,0,0.3);
}
#news-right .box, #vision-and-mission .box {
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F2F2F2;
	border-right-color: #F2F2F2;
	border-bottom-color: #F2F2F2;
	border-left-color: #F2F2F2;
	-webkit-box-shadow:0 0 2px RGBA(0,0,0,0.3);
	-moz-box-shadow:0 0 2px RGBA(0,0,0,0.3);
}

/*PAGES */
#sidebar .box {
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #F2F2F2;
	border-right-color: #F2F2F2;
	border-bottom-color: #F2F2F2;
	border-left-color: #F2F2F2;
	-webkit-box-shadow:0 0 2px RGBA(0,0,0,0.3);
	-moz-box-shadow:0 0 2px RGBA(0,0,0,0.3);
}
/*#content {
	background-image:url("images/contentBGgradsmall.png");
	background-repeat:no-repeat;
}
*/#content .box {
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	min-height:250px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F2F2F2;
	border-right-color: #F2F2F2;
	border-bottom-color: #F2F2F2;
	border-left-color: #F2F2F2;
	-webkit-box-shadow:0 0 2px RGBA(0,0,0,0.3);
	-moz-box-shadow:0 0 2px RGBA(0,0,0,0.3);
}

/*.alignright {
	float:left;
	margin:0px 10px 0px 0px;
}*/