body {
    padding: 10px 0px 0px 0px;
	margin: 0px;
    font-family: Arial;
	font-size: 12px;
	background-color: #e8e8e8;
}

img{
    border: none;
}

a:visited, a:link{
    color: #c00000;
}

#header{
    position: relative;
	width: 910px;
	margin: auto;
}

#header-inner{
    width: 760px;
	margin: auto;
	
}

#blocks-top, #menu{
    width: 710px;
}

#blocks-top{
    float: right;
	
}

#blocks-top div{
    float: left;
	margin-left: 8px;
	width: 110px;
	height: 30px;
}

#menu ul{
    list-style: none;
	margin: 0px;
	padding: 0px;
	
}
#menu ul:after{
    content: "";
    display: block;
	clear: both;
}

#menu ul ul{
    display: none;
	position: absolute;
	z-index: 100;
	box-shadow: 3px 3px 3px #616161;
}

#menu > ul > li > ul{
    
}

#menu li a{
    display: block;
	padding: 10px;
	width: 90px;
	color: #fff;
	text-align: center;
	position: relative;
	text-decoration: none;
	font-weight: bold;
}

#menu li a:hover{
    background-color: rgba(0, 0, 0, 0.15);
}

#menu li{
    position: relative;
}

#menu > ul > li{
    float: left;
	margin-right: 8px;
}

#menu ul li:hover > ul{
    display: block;
}

#menu ul li:hover{
    border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

#menu ul ul ul{
    position: absolute;
	left: 100%;
	top: 0;
	margin: 0px;
	
}

.rounded-box{
    border-radius: 3px;
}

.shadow-box{
	box-shadow: 3px 3px 3px #616161;
}

#gim-logo{
   position: absolute;
   top: 0px;
   left: 0px;
   padding: 0px;
   z-index: 100;
}

#uam-logo{
    position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 0px;
	z-index: 100;
}

#uam-logo img, #gim-logo img{
    display: block;
}

#site-title{
    font-size: 21px;
	color: #006600;
	font-weight: bold;
	clear: both;
	float: right;
	padding: 5px 0px 5px 0px;
	letter-spacing: 3px;
}

#uam-title{
    font-size: 21px;
	color: #002060;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
	letter-spacing: 3px;
}

#slider-wrapper{
	height: 220px;
	background-color: #006600;
	margin: auto;
	clear: both;
	padding: 10px!important;
}

#slider{
    width: 740px;
    margin: auto;
}

.nivo-controlNav{
    width: auto!important;
    padding-top: 0px!important;
	
	text-align: center;
}

.nivo-controlNav a{
   margin:auto!;
}

.nivo-directionNav{
    display: none!important;
}

#slider img{
    width: 740px;
	height: 220px!important;
}

.theme-dark .nivo-directionNav {
    position: relative;
    right: 80px!important;
}

.small-head{
    padding: 10px;
	color: #fff;
	font-weight: bold;
	background-color: #c00000;
	text-align: center;
	font-size: 13px;
}

.red{
    background-color: #c00000;
}

.orange{
    background-color: #e46c0a;
}

.yellow{
    background-color: #f5b800;//#ffc000;
}

.green{
    background-color: #006600;
}

.blue{
    background-color: #376092;
}

.dark-blue{
    background-color: #002060;
}

#container{
    width: 800px;
	margin: auto;
	overflow: hidden;
	margin-top: 30px;
}

#left-sidebar{
    width: 600px;
	float: left;
}

#right-sidebar{
    width: 160px;
	float: right;
	margin-right: 5px;
}

#right-sidebar .links-panel img{
    display: block;
	margin: 0px auto 15px auto;
    width: 120px;
}

#right-sidebar .links-panel a{
    display: block;
	margin: 0px auto 15px auto;
	text-align: center;
	width: 120px;
	font-weight: bold;
}

#right-sidebar .links-panel a > img{
    width: 120px;
	margin: 0px!important;
}

#right-sidebar .links-panel{
    overflow: hidden;
	position: relative;
	margin-top: 15px;
}

.news-box{
    border-radius: 3px;
	border: 2px solid #56ae39;
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
	width: 596px;
}

.news-info{
    margin: 0px;
	border-bottom-right-radius: 3px;
	background-color: #56ae39;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	float: left;
	font-size: 13px;
	min-width: 180px;
}

.news-date{
    
	clear: both;
}

.news-content{
    clear: both;
	float: left;
	padding: 10px 15px 15px 15px;
	margin-bottom: 10px;
	width: 566px;
	
}

.news-content img{
    max-width: 560px;
}

.news-photo{
    float: left;
	margin-bottom: 5px;
	
    max-width: 160px!important;
    display: block;
	margin-right: 15px;
}

.news-more{
    //background-color: #56ae39;
    position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 6px;
	font-decoration: underline;
	//border-top-left-radius: 3px;
}

.nivo-caption{
    font-size: 16px;
}

#important-info{
    background-color: #c00000;
	width: 800px;
	margin: auto;
	padding: 10px;
	clear: both;
	margin-top: 25px;
	color: #fff;
	font-weight: bold;
}

#js-marquee{
    width: 670px;
    display: inline-block;
	overflow: hidden;
	margin-left: 20px;
	color: #fff;
}

#js-marquee a{
    color: #fff;
}

#top-button-wrapper{
    text-align: center;
	width: 100%;
	clear: both;
	padding-top: 20px;
}


.footer-column{
    float: left;
	width: 230px;
	margin-left: 12px;
	padding: 10px;
	text-align: center;
	color: #006600;
	font-weight: bold;
	font-size: 14px;
}

.footer-column img{
    display: block;
	margin: auto;
	margin-bottom: 10px;
}

#footer{
    width: 800px;
	margin: auto;
}

.footer-belt{
    width: 100%;
	margin-top: 10px;
	margin-bottom: 6px;
	height: 10px;
}

#footer-content{
    overflow: hidden;
}

#footer-column-access, #footer-column-contact{
    margin-top: 80px;
}

hr{
    border: 1px solid #006600;
}

.paginator-box{
    margin-top: 25px;
	
}

.page-title{
    font-weight: bold;
	font-size: 14px;
}

.page-content{
    margin-top: 25px;
	width: 600px;
	overflow: hidden;
}

.page-content img{
    max-width: 560px;
}

.page-element-title{
    font-weight: bold;
	text-align: center;
	padding: 10px;
	font-size: 14px;
}

.page-element{
    margin-top: 15px;
	position: relative;
	overflow: hidden;
}

.page-img-left{

    float: left;
	max-width: 100px;

}

.page-img-right{
    float: right;
	max-width: 100px;
	
}

.page-img-right img, .page-img-left img{
    max-width: 100px;
	overflow: hidden;
}

.page-element-content{
    float: left;
	padding: 0px 15px 0px 15px;
}

.page-element-inner{
    overflow: hidden;
	padding: 10px 10px 10px 10px;
}

.page-element-file{
    width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom : 10px;
	border-top: 2px solid #56ae39;
	text-align: center;
	font-weight: bold;
}

.download-file-box{
    overflow: hidden;
}

.download-file-desc{
    clear: both;
	padding: 10px 10px 0px 10px;
}

.download-file-link{
    padding: 10px 10px 20px 10px;
	font-weight: bold;
}

.hrline{
    border: 1px solid #56ae39;
}

.article-gallery{
    margin-top: 20px;
	clear: both;
	text-align: center;
}

.article-gallery-title{
    font-size: 16px;
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
	font-weight: bold;
}

.gallery-photo{
    display: inline-block;
	width: 180px;
	height: 100px;
}

.gallery-photo img{
    display: block;
	margin: auto;
}
