body {
	font-family:sylfaen, arial;
	font-size:0.8em;
	background:#fff url(files/header-bg.jpg) top center repeat-x;
}


a {
	color:#fff;
	text-decoration:none;
}
a:hover {
	color:#f00000;
}
.clear {
	clear:both; 
	display:block; 
	visibility:hidden;
	height:1px;
}


.gWrap {
	width:960px;
	margin:0 auto;
}




.header {
	position:relative;
}
.header .logo {
	float:left;
	margin:0 0 -45px -70px;
}
.header .mes-logo {
	float:right;
	margin:60px 0 0 0;
}
.header .languages {
	float:right;
	margin:180px -105px 0 0;
}
.header .languages em {
	padding:0 5px;
	color:#999;
}
.header .languages a {
	color:#000;
	font-family:Arial;
	font-size:0.9em;
}
.header .languages a:hover {
	color:#ec445c
}
/* 
	LEVEL ONE
*/
.header ul.dropdown {
	background:url(files/menu-bg.jpg) top left repeat-x;
	height:47px;
	border:3px solid #901325;
	border-top:0;
	position:absolute;
}
ul.dropdown li {
	display:block;
	float: left;
	zoom: 1;	
	height:36px;	
	font-size:1.1em;
	padding:11px 5px 0 4px;
	border-right:1px solid #ec445c;
}
ul.dropdown li:hover {
	background:#fd324f;
	position: relative;
}
ul.dropdown li a {
	color:#fff;
}
ul.dropdown li:last-child a {
	border-right: none;
}


/* 
	LEVEL TWO
*/
ul.dropdown ul {
	width: 220px;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	margin:0 0 0 -1px;
	background:#fd324f;
	padding-bottom:10px;
}
ul.dropdown ul li {
	font-weight: normal;	
	float: none;
	height:20px;	
	font-size:1.2em;
	background:#fd324f;
	padding:4px 19px 0 5px;
	border-right:none;
	font-size:12px;
	
	
}
ul.dropdown ul li:hover {
	background:#fff;
}
ul.dropdown ul li a {
	border-right: none;
	width: 100%;
}
ul.dropdown ul li:hover a {
	color:#000;
}


/* 
	LEVEL THREE
*/
ul.dropdown ul ul {
	left: 100%;
	top: 0;
	background:#fff;
	padding-bottom:0;
}
ul.dropdown ul ul li {
	background:#fff;
	color:#000;
	border-bottom:1px solid #dcdcdc;
}
ul.dropdown ul ul li a:hover {
	color:#F00;
}
ul.dropdown li:hover > ul {
	visibility: visible;
}
.header .g-nav {
	background:url(files/menu-bg.jpg) top left repeat-x;
	height:47px;
	border:3px solid #901325;
	border-top:0;
	position:absolute;
}
.header .g-nav ul li {
	display:inline-block;
	float:left;
	position:relative;
}
.header .g-nav ul li a {
	display:inline-block;
	height:36px;
	color:#fff;
	font-size:1.1em;
	padding:11px 5px 0 4px;
	border-right:1px solid #ec445c;
	float:left;
}
.header .g-nav ul li a:hover {
	background:#fd324f;
}
.header .g-nav ul li.last a {
	border-right:none;
}

.header .g-nav ul li div {
    position: absolute;
    visibility: hidden;
	top:50px;
	left:-1px;
	right:-2px;
	width:100%;
    background:#fd324f;
}
.header .g-nav ul li div a {
    position:relative;
	border-right:none;
	height:20px;
    display:block;
	width:100%;
	padding:4px 0 6px 0;
	border-bottom:1px solid #fd788b;
    text-decoration: none;
    color: #2875DE;
	color:#fff;
	font-size:0.9em;
}
.header .g-nav ul li div a:hover {
    background: #49A3FF;
    color: #FFF
}
.header .g-nav ul li div a i {
	padding:0 8px;
}





/*
 content, two columns
*/
.content {
	background:#fff;
	border:4px solid #dcdcdc;
	padding:10px;
	border-bottom:0;
}
.two-columns, .two-columns td {
	height:100%;
	text-align:left;
	vertical-align:top;	
}
.two-columns .columnA {
	width:672px;
}
.two-columns .column-padding {
	width:12px;
}
.two-columns .columnB {
	width:262px;
}



.aboutus {
	background:url(files/content-gradient.jpg) top left repeat-x;
	padding:10px;
	border:1px solid #d7e0ef;
	margin-bottom:15px;
}
.aboutus h1 {
	font-size:1.5em;
	color:#1f5a8c;
	margin-bottom:9px;
}
.aboutus p {
	margin-bottom:9px;
}
.aboutus em a {
	color:#d92419;
	text-decoration:underline;
}
.aboutus1
{
	background:url(files/content-gradient.jpg) top left repeat-x;
	padding:10px;
	border:1px solid #d7e0ef;
	margin-bottom:15px;
	width:100%;
}
.aboutus1 h1 {
	font-size:1.5em;
	color:#1f5a8c;
	margin-bottom:9px;
}


.subcontent {
	background:url(files/content-gradient-2.jpg) top left repeat-x;
	padding:10px;
	border:1px solid #d7e0ef;
}
.subcontent h1 {
	font-size:2em;
	color:#000;
	padding-bottom:9px;
	border-bottom:1px dashed #dcdcdc;
	margin-bottom:12px;
}
.subcontent h2 {
	margin-bottom:5px;
}
.subcontent h2 a {
	color:#0f3782;
	text-decoration:underline;
}
.subcontent ul li {
	margin-bottom:30px;
}
.subcontent h3 {
	display:block;
	background:#000;
	color:#fff;
	padding:3px 2px;
	font-family:Arial;
	display:inline-block;
	font-size:0.8em;
	margin-bottom:5px;
}
.subcontent .more-news {
	margin-bottom:15px;
}
.subcontent .more-news a {
	color:#d92419;
	text-decoration:underline;
	font-size:1.2em;
}

.search, .calendar, .banners {
	padding:10px;
	border:1px solid #dcdcdc;
	margin-bottom:15px;
}


.search {
	position:relative;
}
.search .input {
	width:235px;
	height:23px;
	padding:6px 0 0 5px;
	border:1px solid #b89f9d;
	background:url(files/header-elements.png) no-repeat -65px -21px;
	color:#777;
	font-size:0.9em;
}
.search .input:focus {
	border:1px solid #e2346c;
}
.search .button {
	width:32px;
	height:32px;
	background:url(files/search-button.gif) no-repeat 0 0;
	position:absolute;
	border:0;
	right:7px;
	top:14px;
	position:absolute;
	cursor:pointer;
}
.searchimg 
{
	position:absolute;
	border:0;
	right:14px;
	top:14px;
	position:absolute;
	cursor:pointer;
}

.calendar h1 {
	background:#3361b8;
	color:#fff;
	font-size:1.4em;
	display:block;
	text-align:center;
	padding:10px 0;
	margin-bottom:10px;
}


.banners img {
	margin-bottom:15px;
}




/*
	sitemap
*/

.bWrap {
	background:#e6e6e6;
	border-top:1px solid #ccc;
	position:relative;
	margin-top:-1px;
}
.sitemap, .footer {
   margin:0 auto;
   width:960px;
}
.sitemap {
	padding-top:50px;
}
.sitemap .mapcorner {
	height:10px;
	border:4px solid #dcdcdc;
	border-top:none;
	background:#fff;
	padding:10px;
	position:absolute;
	width:932px;
	top:-1px;
	left:50%;
	margin-left:-480px;
}
.sitemap a {
    text-decoration:none;
    color:#434d6b;
}
.sitemap a:hover {
    color:#000;
	text-decoration:underline;
}
.sitemap .rss {
	color:#e2346c;
}
.sitemap .rss:hover {
	color:#e2346c;
	text-decoration:underline;
}
.sitemap dl {
    float:left;
	margin-left:10px;
	margin-right:50px;
	max-width:180px;
}
.sitemap dl dt {
    color:#000;
    font-size:1.4em;
    margin:0 0 10px -1px;
}
.sitemap dl dd {
	margin-bottom:10px;
	font-size:0.9em;
}



/*
	footer
*/

.footer {
	font-size:0.9em;
	margin-top:20px;
	padding-bottom:20px;
	color:#000;
	border-top:1px solid #ccc;
}
.footer .copyright {
	margin-top:18px;
	margin-left:9px;
}
.DateTimeStyle {
	color:#125288;
	font-weight:bold;
}