body{
	margin: 0px;
	padding:0px;
	font-family: sans-serif;
	font-size: 1em;
	background: #777;
	
}

h1, h2, h3, h4, h5{
	margin: 0px;
	padding: 0px;
}

p{
	padding: 0px;
	margin: 0px;
}



a{
	text-decoration: none;
}

.justify{
text-align: justify;
}

#clear-wrapper{
	clear: both;
}

#container{
	width: 1024px;
	
	margin: auto;
	border: 1px solid #e0e0e0;
	padding: 5px;
	box-shadow: 0px 0px 10px 10px #333;
	background: #fff;
	
	}

#container > header {
	text-align: center;
	background: #fAfAfA;
	
}


#container > header > img {
	width: 1024px;
}


#container > nav{
	height: 35px;
	padding: 5px;
	line-height: 35px;
	background: #200E49;
}

#container > nav > ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#container > nav > ul > li{
	width: 120px;	
	margin: 0px 10px 0px 10px;
	display: inline-block;
	text-align: center;
	color: #e0e0e0;
	float: left;
}

#container > nav > ul > li > a{
	text-decoration: none;
	color: #e0e0e0;
}


#container > article {
	margin: 5px auto;
}

#container > article > #notice-board{
	float: right;
	width: 350px;
	height: 300px;
	overflow: hidden;
	padding: 0px 5px;
	border-bottom: 1px solid #d0d0d0;
	
}

#container > article > #notice-board > .header{
	height: 25px;
	line-height: 25px;
	background: #3E3A36;
	padding: 5px;
	text-align: center;
	color: #e0e0e0;
}

#container > article > #slide-container{
	float: left;
	width: 650px;
	height: 300px;
	overflow: hidden;
}


#container > article > #contact-details{
	width: 49%;
	padding: 5px;
}

#container > article > #contact-details > h2{
	text-align: center;
}

#container > article > #contact-details > p{
	padding: 5px;
	margin: 10px 0px 10px 5px;
}

#container > article > #contact-details > p > label{
	background-color: #e0e0e0;
	font-weight: bold;
}
#container > article > #contact-details > p > span{	
	font-size: 14px;	
}


#container > article > #contact-form{
	width: 49%;
	
}

#container > article > #contact-form p{
	line-height: 20px;
	padding: 5px 0px 5px 5px;
	background-color: #e0e0e0;
	font-weight: bold;
}


#container > article > #contact-form label{
font-size: 14px;
}


#container > article > #contact-form input[type="text"], input[type="email"]{
	width: 65%;
	padding: 3px;
	font-size: 14px;
}

#container > article > #contact-form textarea{
	width: 65%;
	padding: 3px;
	font-size: 14px;
	display: block;
}

table{
	margin: 10px 0px;
}

.table-header{
	margin: 5px 0px 0px 0px;
	padding: 10px;
	font-weight: bold;
	font-style: italic;
	
}


/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}






.ui-widget-header {
    background: #2A568F !important;
	border: 1px solid #2A568F !important;
    color: #ffffff !important;
}

.ui-widget-content{
	background: #FFF !important;
	border: none !important;
}


#container > footer{
	padding: 10px;
	background: #200E49;
}

#container > footer > p{
	text-align: center;
	color: #d0d0d0;
}

#container > footer > p > a:link{
	text-decoration: none;
	color: #e0e0e0;
}

#container > footer > article{
	margin-bottom: 25px;
	border-bottom: 1px inset #e0e0e0;
}

#container > footer > article > .quick-links{
	display: inline-table;
	padding: 20px;
}

#container > footer > article > .quick-links > a{
	text-decoration: none;
	color: #000;
}



#container > article > #login-panel{
	width: 100%;
	padding: 10px;
	margin-bottom: 50px;
}

#container > article > #login-panel > form{
	width: 300px;
	
}


#container > article > #login-panel >form fieldset > p{
	margin-bottom: 20px;
	background: #2A568F;
	padding: 10px 0px 10px 10px;
	color: #e0e0e0;
	text-align: center;
}


#container > article > #login-panel >form fieldset > label{
	font-weight: bold;
	
}



#container > article > .para > p{
	padding: 10px;
	border: 5px 0px 10px 0px;
	margin-bottom: 10px;
}

#container > article ul li{
	padding: 5px;
}



#container > article > #message-tab{
	
	padding: 10px;
	margin: 15px auto; 
}

#container > article > #message-tab > h4{
	background-color: #e0e0e0;
	width: 20%;
	padding: 5px;
	font-style: italic;
}

#container > article > #message-tab > p{
	margin: 0px;
}

label{
	display: block;
	padding: 5px;
	
}
input[type="text"], input[type="password"]{
	display: block;
	padding: 3px;
	width: 80%;
	font-size: 14px;
}
input[type="submit"]{
	margin-top: 25px;
	width: 80px;
	height: 30px;
	font-size: 14px;
}

.para{
	width: 90%;
	padding: 15px;
	margin: auto;
	text-align: justify;
}

.underline{
	text-decoration: underline;
}

#underconstruction{
	height: 400px;
}
