/* =============================== BEGIN TEMPLATE ============================== */
/* Global Defaults
=====================================================================*/
* {
  margin: 0;
  padding: 0;
}

body
{
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  color : #000;
  line-height:150%;
  background:#FFFFFF;
}

body#bd{
  color:#77787a;
  background:#e7ecf2;
}

a {
	color:#3221a1;
	text-decoration:none;
}
a:visited {
	color:#3221a1
}
a:hover {
	color:#3221a1;
	text-decoration:underline;
}
a:focus {
	outline:thin dotted
}
a:hover, a:active {
	outline:0
}

hr {
  font-size:1px;
}

.item-page{
  padding-bottom:20px;
}

.article_separator {
  clear:both;
  display:block;
  height:30px;
  margin:0;
}

/* pagenav */
#main ul.pagenav {
  list-style-type:none;
  padding:0;
  overflow:hidden
}
ul.pagenav li
{
  display:inline-block;
  padding:0px;
  margin:0;
}
#main ul.pagenav li 
{
  line-height:2em
}
ul.pagenav li a
{
  border:solid 1px #ccc; 
  display:inline; 
  background:#eee; 
  padding:2px; 
  text-decoration:none
}
ul.pagenav li.pagenav-prev 
{float:left}
ul.pagenav li.pagenav-next 
{float:right}


/* Small text */
.small, .smalldark, .createdate, .modifydate, .mosimage_caption,
.back_button, .pagenavcounter, .pagenav, .pagenavbar, .items-more {
  font-size: 11px;
  color:#858583;
}

/* Heading */
h1 {
  font-size: 1.5em;
  font-weight: normal;
  font-family:Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
}

h2 {
  font-size: 1.5em;
  font-weight: normal;
  font-family:Arial, Helvetica, sans-serif;
  padding-bottom: 5px;
}

h3 {
  font-size: 1.35em;
  font-family:Arial, Helvetica, sans-serif;
}

h4 {
  font-size: 1em;
  text-transform: uppercase;
  font-family:Arial, Helvetica, sans-serif;
}

p {
  margin: 1em 0;
  padding: 0;
}

ul {
  padding-top:10px;
  padding-bottom:10px;
}

ul li {
  margin-left:30px;
}

ol {
  padding-top:10px;
  padding-bottom:10px;
}

ol li {
  margin-left:30px;
}

a img {
  border: none;
  background:none;
}

a:hover img {
  border: none;
  background:none;
}

td, div {
  font-size: 1em;
}

.contentpaneopen img {
  margin:0 5px 0 0;
}

form {
	margin:0
}
fieldset {
	border:0;
	margin:0;
	padding:0
}
label {
	cursor:pointer
}
legend {
	border:0;
*margin-left:-7px;
	padding:0;
	white-space:normal
}
input{
	border:none;
	padding:10px;
	background:#fff;
}
button, input, select, textarea {
	font-size:100%;
	margin:0;
	vertical-align:baseline;
	*vertical-align:middle
}
button, input {
	line-height:normal
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor:pointer;
	-webkit-appearance:button;
*overflow:visible
}
button, .button {
    background-color: #3366AA;
    border: medium none;
    color: #FFFFFF;
    display: inline-block;
    font-family: Trebuchet MS,Helvetica,sans-serif;
    font-weight: bold;
    line-height: 1.625;
    margin-bottom: 0;
    padding: 8px 15px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}

/* Start CSS Coding
=====================================================================*/

.w100{
	width:100%;	
}

.w75{
	width:75%;	
}

.w50{
	width:50%;	
}

.w25{
	width:25%;	
}

.w20{
	width:20%;	
}

.w17{
	width:17%;	
}

.w15{
	width:15%;	
}

.w0{
	width:auto;	
}

.float-left{
	float:left;	
}

.float-right{
	float:right;	
}

.margin-auto{
	margin:auto;	
}

.text-center{
	text-align:center;	
}

.wrapper{
	width:960px;
	margin:auto;
}

#header{
	background:#3b5999;
	color:#fff;
	padding:15px 0;	
}

#header a{
	color:#fff;
	opacity:0.5;	
}

.header_left h1{
	font-size:16px;
	font-weight:bold;
	line-height:150%;
	padding-top:10px;
}

.header_right{
	font-size:11px;
}

.header_right table tr td{
	padding:0 0 0 14px;
	line-height:100%;
}

.header_right input{
	padding:3px 5px;
	border:solid 1px #1e2c5d;
}

.header_right .button{
	font-weight:bold;
	font-size:10px;	
	padding:1px 10px;
}

#container{
	padding:10px 0;
}

#text_module{
	margin:20px 0;
	padding:30px 0 0;
	text-align:center;
	font-weight:bold;
	font-size:22px;
}

#leftcol{
	width:550px;
	float:left;	
}

#leftcol.homepage{
	float:none;
	margin:auto;	
}

#logo{
	margin-bottom:10px;	
}

#slideshow{ 
	position:relative;
}

#slideshow div{
	position:absolute; 
	width:550px; 
	height:215px; 
	border:solid 1px #858589;	
	background:#fff;	
}

#slideshow .text{
	width:315px;
	float:left;
	padding:10px;
}

#slideshow .text h4{
	color:#000039;
	text-transform:none;	
	font-size:16px;
}

#slideshow .text ul li{
	background:url(../images/bullet.png) 0 0 no-repeat;
	list-style:none;
	margin:5px 0;
	padding-left:30px;
	float:left;
	color:#026d97;
}

#slideshow .image{
	width:215px;
	float:right;
}

#rightcol{
	width:370px;
	float:right;	
}

#rightcol h3{
	margin:10px 0 0;	
	font-size:28px;
	color:#000;
}

#rightcol input[type=text],
#rightcol input[type=password]{
	margin:4px 0;		
	border:solid 1px #bec7d8;
	border-radius:5px;
}

#rightcol .btn-success{
	background:url(../images/bg_button.png) repeat-x top left;
	border:solid 1px #2a5013;
	border-radius:5px;
	color:#fff;
	font-weight:bold;
	padding:8px 20px;
	margin-top:10px;
}

#footer{
	background:#0e9fce;
	color:#fff;
	padding:15px 0;		
}

#footer .padding{
	padding:10px 40px 10px 10px;	
}

#footer .padding_cn{
	padding:10px;	
}

#footer a{
	color:#032852;	
}

#footer ul{
	margin:0;
	padding:0;	
}

#footer ul li{
	list-style:none;
	margin:0;
	padding:3px 0;
}

#info{
	color:#fff;
	margin:20px 0;
	text-align:center;
	font-size:16px;	
}

#info a{
	color:#fff;
	text-decoration:underline;	
}

/* Basic jQuery Slider essential styles */

ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
ul.bjqs li{margin:0;}
.bjqs-wrapper{width:100%!important;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;display:none}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}
ol.bjqs-markers{list-style: none; padding: 0; margin:20px 0 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline; margin:0 5px;}
ol.bjqs-markers li a {display: inline-block; padding: 4px 10px; background: #aaa; color: #fff; border-radius: 20px;}
ol.bjqs-markers li.active-marker a{background:#333;}
ol.bjqs-markers li a:hover{text-decoration:none;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}

#banner-slide{
	background:#fff;
	border:solid 1px #707175;	
}

#banner-slide .text h4{
	color:#000039;
	text-transform:none;	
	font-size:16px;
}

#banner-slide .text{
	width:295px;
	float:left;
	padding:15px 20px;
}

#banner-slide .text ul li{
	background:url(../images/bullet.png) 0 0 no-repeat;
	list-style:none;
	margin:5px 0;
	padding-left:30px;
	float:left;
	color:#026d97;
	line-height:150%;
}

#banner-slide .image{
	width:215px;
	float:right;
}

/**** ADDED 2 DEC 2014 *****/

.home-member-buttons{
	width:100%;
	display:block;
	clear:both;
	text-align:center;
	margin:10px 0;
	padding-top:70px;
}

.home-member-buttons a {
	margin: 0 10px;
	width: 213px;
	height: 54px;
	display: inline-block;
}

.home-member-buttons a{
	text-decoration:none;
	color:inherit;
}
.home-member-buttons #teachers-button{
	background:url(../images/teachers.png) 0 0 no-repeat;
}
.home-member-buttons #teachers-button:hover{
	background:url(../images/teachers-hover.png) 0 0 no-repeat;
}
.home-member-buttons #students-button{
	background:url(../images/students.png) 0 0 no-repeat;
}
.home-member-buttons #students-button:hover{
	background:url(../images/students-hover.png) 0 0 no-repeat;
}
.home-member-buttons #entersite-button{	background:url(../images/enter_site.png) 0 0 no-repeat;}.home-member-buttons #entersite-button:hover{	background:url(../images/enter_site-hover.png) 0 0 no-repeat;}
.home-member-buttons #visitor-button{
	background:url(../images/icon-visitors.png) 0 0 no-repeat;
}

.home-member-buttons #visitor-button:hover{
	background:url(../images/icon-visitors-hover.png) 0 0 no-repeat;
}

.home-member-buttons #member-button{
	background:url(../images/icon-members.png) 0 0 no-repeat;
}

.home-member-buttons #member-button:hover{
	background:url(../images/icon-members-hover.png) 0 0 no-repeat;
}

/***/

#wrap_fixed{
	position:absolute;
	top:28%;
	left:50%;
	width:500px;
	margin-left:-265px;
	background:#fcf3f4;
	border: 1px solid #f8a1aa;
	padding:10px 15px;
}

#wrap_fixed .notify-close {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 28px;
}

#wrap_fixed .wrapper{
	width:100%;	
}
