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, 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, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0px;
    padding: 0px;
    border: 0px none;
    font: inherit;
    vertical-align: baseline;
}
body {
	margin: 0px;
	background-repeat: repeat;
	-moz-background-size: 100% 100%;           /* Firefox 3.6 */
	-o-background-size: 100% 100%;           /* Opera 9.5 */
	-webkit-background-size: 100% 100%;           /* Safari 3.0, Chrome */
	background-size: 100% 100%;
	background-color: #F8F8F8;
}
.Wrapper {
	width: 100%;
}
.Header-Left-Back {
	background-repeat: repeat-x;
	position: relative;
	height: 65px;
	width: 50%;
	margin-left: 0px;
	float: left;
	z-index: -1;
	background-color: #003366;
}
.Header-Right-Back {
	background-repeat: repeat-x;
	height: 65px;
	width: 50%;
	position: relative;
	margin-right: 0px;
	float: right;
	z-index: -1;
	background-image: url(../images/bg/header_back_right.jpg);
}
.Header {
	background-image: url(../images/bg/header_back.jpg);
	background-repeat: repeat-x;
	height: 65px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.Header .SiteLogo {
	float: left;
	height: 35px;
	width: 445px;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: -50px;
}
.Header .TopNavi {
	width: 520px;
	display: block;
	height: 50px;
	float: right;
	margin-top: -50px;
}
.Header .TopNavi ul {
	list-style-type: none;
	margin-top: 7px;
	width: 300px;
	float: right;
}
.Header .TopNavi ul li {
	float: left;
	height: 26px;
	padding-left: 30px;
	margin-right: 15px;
}
.Header .TopNavi ul li a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	color: #BFC5CC;
	text-decoration: none;
	display: block;
	padding-top: 2px;
}
.Header .TopNavi ul li a:hover {
	text-decoration: underline;
	color: #FDFDFD;
}
.MenuNaviBack {
	background-repeat: repeat-x;
	width: 100%;
	background-image: url(../images/bg/bg_header.png);
}
.MenuNavi {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	height: 35px;
	margin-top: -1px;
	float: none;
}
.MenuNavi ul {
	list-style-type: none;
	float: right;
	width: 500px;
	margin-top: 0px;
	margin-right: -125px;
}
.MenuNavi ul li {
	float: left;
	margin-left: 0px;
	border-right-width: 1px;
	border-right-style: groove;
	border-right-color: #B5B4AF;
}
.MenuNavi ul li a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	color: #333;
	text-decoration: none;
	display: block;
	padding: 10px;
}
.MenuNavi ul li a:hover {
	background-color: #F00;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.SliderShadow {
	background-image: url(images/bg/bg-shadow.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-position: center center;
	clear: both;
}
.SliderM {
	background-size: contain;
	height: 280px;
	width: 100%;
	background-repeat: no-repeat;
	background-attachment: scroll;
	margin-right: auto;
	margin-left: auto;
}
#Slider1 {
	background-size: cover;
	height: 300px;
	background-repeat: repeat;
	background-attachment: scroll;
	width: 980px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.MiddlePage {
	width: 979px;
	min-height: 200px;
	height: auto;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	position: relative;
	clear: both;
}
.HeadingBlock {
	background: linear-gradient(to bottom, #FEFEFE 0%, #F2F2F2 100%) repeat scroll 0% 0% transparent;
	border-radius: 6px 6px 0px 0px;
	border: 1px solid #EAEAEA;
	margin-top: 20px;
	padding-top: 18px;
	padding-right: 19px;
	padding-bottom: 18px;
	padding-left: 19px;
	border-top-radius: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #333;
	font-weight: normal;
	text-decoration: none;
}
.HeadingBlock h2 {
	font: bold 20px/30px Arial,Helvetica,sans-serif;
	margin: 0px 0px 5px;
	color: #4E4E4E;
}
.ColumnWide {
	overflow: hidden;
	padding: 13px 0px 8px 12px;
	margin-right: -5px;
	width: 965px;
	color: #9C9C9C;
	background-color: #FFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	border-bottom-radius: 6px;
}

.ColumnHeader {
	padding-left:10px;
	color:#F00;
	line-height:23px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold
}
.ImageHolder {
	z-index: -999;
	overflow: hidden;
	height: 195px;
	width: 316px;
}
.ShortDescInImage {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
	z-index: 999;
	font-size: 12px;
	width: 200px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 40px;
	margin-left: 10px;
}
.ColumnOne {
	float: left;
	width: 313px;
	padding-right: 5px;
}
.ColumnTwo {
	float: left;
	width: 313px;
	padding-right: 5px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #EAEAEA;
	border-left-color: #EAEAEA;
}
.ColumnThree {
	float: left;
	width: 313px;
	padding-right: 5px;
}
.TextHolder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: none;
	width: 300px;
	padding-left: 10px;
	text-align: justify;
	min-height: 50px;
}
.Marks {
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.Topic {
	list-style-type: none;
}
.Topic a {
	display: block;
	padding-top: -10px;
	padding-left: 30px;
	width: 270px;
	margin-top: -22px;
	color: #333;
	text-decoration: none;
}
.LinkSection {
	background-color: #4D545F;
	height: 40px;
	width: 100%;
}
.centerdiv {
	width: 980px;
margin: 0px auto;
overflow: hidden;
padding: 11px 0px 10px;
}
.LinkMain a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #C3C8D4;
	font-size: 12px;
	font-weight: bold;
}
.Footer {
	background: none repeat scroll 0% 0% rgb(77, 84, 95);


*/
	font: bold 12px/19px Arial,sans-serif;
	width: 100%;
}
.Footer .FooterB1 {
	width: 100%;
	overflow: hidden;
	position: relative;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/bg/bg-footer-section01.png);
	background-repeat: repeat-x;
	background-position: 0% 0%;
}
.FooterB1 .FooterB2 {
	width: 100%;
	left: 50%;
	position: relative;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/bg/bg-footer-section02.png);
	background-repeat: repeat-x;
	background-position: 0% 0%;
}
.FooterB2 .FooterB3 {
	width: 100%;
	left: -50%;
	position: relative;
}
.FooterList {
	float: left;
	width: 160px;
	margin-top: -15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.FooterListHeader {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	display: inline;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.FooterList ul {
	text-decoration: none;
	list-style-type: none;
	margin-left: 0px;
	margin-top: 0px;
}
.FooterList ul li {
}
.FooterList ul li a {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	color: #C3C8D4;
	text-decoration: none;
	font-size: 12px;
}
.SocialNetwork {
	height: auto;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	float: right;
	margin-top: -15px;
}
.SocialList {
	width: 200px;
}
.SocialList ul {
	list-style-type: none;
}
.SocialList ul li {

}
.SocialNetwork .facebook {
	background-attachment: scroll;
	background-image: url(../images/bg/facebook.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 35px;
	width: 33px;
	float: right;
}
.SocialNetwork .facebook:hover {
	background-image: url(../images/bg/facebook.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: scroll;
}
.SocialNetwork .youtube {
	float: right;
	background-attachment: scroll;
	background-image: url(../images/bg/youtube.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 35px;
	width: 33px;
}
.SocialNetwork .youtube:hover {
	background-image: url(../images/bg/youtube.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.SocialNetwork .linkedin {
	background-image: url(../images/bg/linkedin.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 35px;
	width: 33px;
	float: right;
}
.SocialNetwork .linkedin:hover {
	background-image: url(../images/bg/linkedin.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.SocialNetwork .twitter {
	background-image: url(../images/bg/twitter.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 35px;
	width: 33px;
	float: right;
}
.SocialNetwork .twitter:hover {
	background-image: url(../images/bg/twitter.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 35px;
	width: 33px;
}
.footer .Social a {
	margin-right: 10px;
	display: block;
	width: 46px;
	height: 46px;
	text-indent: -9999px;
	float: right;
	transition: all 200ms linear 0s;
	background-image: url(../images/bg/f_social_1.png);
	background-position: 46px 0px;
	background-attachment: scroll;
	background-repeat: no-repeat;
}
.BottomSection {
	width: 100%;
	background-color: #FFF;
	height: 40px;
}
.BottomCenter {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FBFBFB;
}

.CompanyLogo {
	width: 300px;
	font-family: Aircruiser;
	color: #666;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 1px;
	vertical-align: middle;
	float: left;
}
.CompanyLogo a {
	text-decoration: none;
	display: block;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.Notice {
	float: right;
}
.Notice ul {
	float: right;
	list-style-type: none;
	width: 560px;
	margin-top: 2px;
}
.Notice ul li {
	float: left;
	padding-left: 20px;
	height: 40px;
}
.Notice ul li a {
	font-size: 12px;
	color: #666;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: capitalize;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
.Center {
	idth: 980px;
	overflow: hidden;
	min-height: 148px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/bg/bg-footer-section03.png);
	background-repeat: no-repeat;
	background-position: 100% 0px;
	height: 138px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}
.clearfix {
	clear: both;
	float: none;
	height: 1px;
	width: 100%;
}
