@charset "utf-8";

@font-face {
	font-family: 'AvenirLTStd-Light';
	src: url('../font/avenirltstdlight.eot');
	src: url('../font/avenirltstdlight.eot?#iefix') format('embedded-opentype'),
		 url('../font/avenirltstdlight.woff') format('woff'),
		 url('../font/avenirltstdlight.ttf') format('truetype'),
		 url('../font/avenirltstdlight.svg#avenirltstdlight') format('svg');
	font-weight: normal;
	font-style: normal;
}

body .content-container-table {
    min-height: calc(100vh - 104px);
}

img {
	border:none;
}

a {
	text-decoration:none;
}
		
.whiute_top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.black_text12small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: normal;
}
.grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #424242;
	line-height: normal;
}
.black_textbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	color: #000000;
	font-weight: bold;
	font-style: italic;
}
.blackdefault {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #000000;
}
.title_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}

.white_titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 16px;
}

.blue_titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #3e86ed;
	line-height: 16px;
}

.required {color:red}
.error {font-family:arial; font-size:10px; color:red}
.normal_font, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #000000;
}.title_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
.title_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #990000;
	font-weight: bold;
}
.title_12grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	font-weight: bold;
}

#navigation {
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:left;
	font-family: 'Oxygen', sans-serif;
	padding-left:155px;
}

#navigation li {
	display:inline-block;
	padding-right:11px;
	position:relative;
	border-top:0px solid #000000;
	vertical-align:bottom;
}

#navigation li a {
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	font-size:15px;
}

#navigation li .sub {
	position: absolute;
	width:200px;
	top: 25px; left: 0;
	padding: 10px 10px 10px;
	background:rgba(0, 0, 0, 0.8);
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
	z-index:9999999;
}

#navigation li .sub ul {
	padding:0px;
	margin:0px;
}

#navigation li .sub ul li {
	display:block;
	padding-bottom:10px;
	padding-left:0px;
	text-align:left;
}

#navigation li .sub ul li a{
	color:#FFFFFF;
	font-weight:bold;
	font-size:13px;
}

.navigation-header {
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
}

body {background-color:#FFFFFF}

#index-background {
	background-image:url(../img/bg.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-attachment:fixed;
}

#inner-page-background {
	background-image:url(../img/bg.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-attachment:fixed;
}

#news-update {
	padding:0px;
	margin:0px;
	list-style-type:none;
}

#news-update li {
	padding-bottom:10px;
	width:615px;
}

#news-update li img {
	width:100%;
}

.page-title {
	font-size:30px;
	font-weight:bolder;
	font-family: 'Oxygen', sans-serif;
}

.list-title {
	font-size:16px;
	color:#000000;
	padding:10px 0px 0px 0px;
	margin:0px;
	font-family: 'Oxygen', sans-serif;
}

.page-inner-title {
	font-size:20px;
	font-weight:bolder;
	font-family: 'Oxygen', sans-serif;
}

.content-container-table {
	-webkit-box-shadow:  0px 0px 20px 2px #000;
	box-shadow:  0px 0px 20px 2px #000;
}