html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	background-color: #292e26;
	margin-bottom:13px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	font-size: 100%;
}

#logo{
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}

index-ing
#MenuTop {
	z-index:10;
}
#ContentMiddle {
	z-index:0;
	margin-top:15px;
	margin-bottom:15px;
}
#divider{
	height: 15px;
}
/*News*/
#NewsImg, #NewsTxt{
margin-bottom:15px;
}
/*Thumbnail*/
#ContentGallery {
	z-index:0;
	margin-top:15px;
	margin-bottom:15px;
}
.thumbnail_Learning1 img, .thumbnail_Learning2 img{
	border: 5px solid #151814;
	margin: 0px;
	margin-bottom:10px;
}
.thumbnail_Learning1:hover, .thumbnail_Learning2:hover{
	background-color: transparent;
}
.thumbnail_Learning1:hover img, .thumbnail_Learning2:hover img{
	border: 5px solid #6e2058;
	background-color: transparent;
}
.thumbnail_Learning1 img{
	margin-right:10px;
}

.thumbnail_Events1 img, .thumbnail_Events2 img{
	border: 5px solid #151814;
	margin: 0px;
	margin-bottom:10px;
}
.thumbnail_Events1:hover, .thumbnail_Events2:hover{
	background-color: transparent;
}
.thumbnail_Events1:hover img, .thumbnail_Events2:hover img{
	border: 5px solid #666666;
	background-color: transparent;
}
.thumbnail_Events1 img{
	margin-right:10px;
}


.thumbnail_Communications1 img, .thumbnail_Communications2 img{
	border: 5px solid #151814;
	margin: 0px;
	margin-bottom:10px;
}
.thumbnail_Communications1:hover, .thumbnail_Communications2:hover{
	background-color: transparent;
}
.thumbnail_Communications1:hover img, .thumbnail_Communications2:hover img{
	border: 5px solid #CD6910;
	background-color: transparent;
}
.thumbnail_Communications1 img{
	margin-right:10px;
}

/*FOOTER*/
#FooterBarHome {
	margin-top:15px;
	margin-bottom:10px;
	background-color: #151814;
	height:13px;
}
#FooterBarAbout {
	margin-top:10px;
	margin-bottom:10px;
	background-color: #BCC529;
	height:13px;
}
#FooterBarLearning{
	margin-top:10px;
	margin-bottom:10px;
	background-color: #6E2058;
	height:13px;
}
#FooterBarEvents{
	margin-top:10px;
	margin-bottom:10px;
	background-color: #666666;
	height:13px;
}
#FooterBarCommunications{
	margin-top:10px;
	margin-bottom:10px;
	background-color: #CD6910;
	height:13px;
}
#Footer, #FooterRight{
padding-bottom:15px;
}
.SocialIcons{
margin-right:3px;
margin-bottom:3px;
}
.SocialIconsLast{
margin-right:20px;
margin-bottom:3px;
}

/*DIVIDER BARS*/
#DividerBarLearning{
	margin-top:1px;
	margin-bottom:1px;
	background-color: #6E2058;
	height:1px;
}

#DividerBarEvents{
	margin-top:1px;
	margin-bottom:1px;
	background-color: #666666;
	height:1px;
}


/* image slide up */

ul#slidenav {
	padding: 0;
	list-style: none;
	float: left;
	font-size: 1.1em;
	margin-left:0;	
}

ul#slidenav li{
	margin: 0;
	padding: 0;
	overflow: hidden;
	float: left;
	height:179px;
	_height:200px;
}

ul#slidenav a, ul#slidenav span {
	padding: 0px;
	float: left;
	text-decoration: none;
	clear: both;
	background-color:transparent;	
}

ul#slidenav li{
	margin-left:10px
}

#slidenav li.first-slide {
		margin-left:0px
}


/* Slider */
.jcarousel-control a {
text-decoration:none !important;
}

/*News Ticker*/
#news_ticker{
margin-top:15px;
}

/*Video above gallery*/
#video_above_gallery{
	margin-bottom:10px;
}

/*Login Box */
#login_text p{
	margin-bottom:0.5em;
}

#login_text h1{
	margin-bottom:0.3em;
	margin-top:20px;
}

#login_box{
	background-color: #1a1e19;
	padding:20px 0 20px 20px;
	overflow: hidden;
	margin-top:20px;
}

#login_box label{
	text-transform:uppercase;
	font-size:12px;
}

#login_box form{
	width:430px;
}

#login_box #username, #login_box #pwd{
	background-color: #222620;
	border:none;
	width:420px;
	height:25px;
	margin-top:10px;
	margin-bottom:15px;
	color:#fff;
	padding-left:10px;
}

#login_box .btn_primary{
	border:none;
	float:right;
	text-transform:uppercase;
	background-color: #bcc529;
	color:000;
	font-size:12px;
	width:70px;
	height:25px;
	margin-top:5px;
}

#error p{
	color:#bcc529;
	margin-top:4px;
	margin-bottom:10px;
}
