@charset "utf-8";
/* Normalizes margin, padding */
div, dl, dt, dd, ol, h1, h2, h3, h4, h5, h6, pre, fieldset,  input, p, blockquote 
{margin:0; padding: 0;}


/* Normalizes font size for headers */
h1, h2, h3, h4, h5, h6
{font-size: 100%}
h1 {
	font-weight: bold;
	color: #019BD9;
	font-size: 12px;
}


/* Normalizes list-style from lists */
ol, ul
{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
/* Normalizes font-style and font-weight to normal */
address, caption, city, code, dfn, em, th, var 
{font-style: normal; font-weight:normal;}

/* Removes border from fieldset and img */
fieldset, img
{border:0}

/* Left-aligns text in caption and th */
caption, th
{text-align:left}




@font-face {
    font-family: 'BebasNeueRegular';
    src: url('bebasneue-webfont.eot');
    src: url('bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('bebasneue-webfont.woff') format('woff'),
         url('bebasneue-webfont.ttf') format('truetype'),
         url('bebasneue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}



body {
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 22px;
	margin: 0px;
	width: 100%;
}


a:link {
	color: #0281B6;
}
a:visited {
	color: #0281B6;
}
a:hover {
	color: #019BD9;
}
a:active {
	color: #0281B6;
}

.awhite:link {
	color: #FFFFFF;
}
.awhite:visited {
	color: #FFFFFF;
}
.awhite:hover {
	color: #56D0FE;
}
.awhite:active {
	color: #FFFFFF;
}


/* Main Wrapper */
.main {
	margin: 0 auto;
	width: 100%;
	padding: 0;
	background-color: #FFFFFF;
}


/***************************** Header */
.header {
	height: 105px;
	width: 100%;
	background-color: #019bd9;
}
.headerBlock {
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
	height: 105px;
}
.headerSmall {
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
	font-size: 24px;
	font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-top: 15px;
	text-align: right;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.4);
}

.headerSmallScale {
	height: 55px;
	background-image: url(../images/sliderBG_small.jpg);
	background-position: left top;
}

.logo {
	float: left;
	height: 105px;
	width: 400px;
	margin-left: 0px;
}
.headline {
	float: right;
	width: 244px;
	height: 105px;
}



.lineDivider {
	padding-right: 3px;
	padding-left: 3px;
}





/***************************** Menu Area */
.menuScale {
	background-image: url(../images/menuBG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 47px;
	width: 100%;
	background-color: #0281B6;
}
.menuBlock {
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
	height: 47px;
}
.menu {
	max-width: 1100px;
	padding-top: 0px;
	padding-left: 0px;
	height: 47px;
	margin-right: auto;
	margin-left: 5px;
}
.menu ul {
	padding: 0;
	list-style: none;
	border: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.menu ul li {
	display: block;
	float: left;
	margin-top: 12px;
}
.menu ul li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 18px;
	font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
	padding-left: 0px;
	margin-right: 40px;
	padding-right: 40px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFF;
}
.menu ul li a:hover {
	color: #63D3FE;

}

/************************* Main Contents */
.mainContent {
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.homeContent {
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 45px;
	padding-bottom: 65px;
	background-color: #f2f2f2;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #999;
	border-left-color: #999;
}
.homeContent .colLeft {
	float: left;
	width: 282px;
}
.homeContent .colRight {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 65px;
	margin-bottom: 65px;
}



.mainContent p {
	padding-bottom: 12px;
}
.banner {
	height: 133px;
	width: 100%;
	background-image: url(../images/bannerBG_small.jpg);
}
.banner .bannerIn {
	height: 133px;
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
}









/**************************** Footer */

.footer {
	height: 150px;
	width: 100%;
	background-color: #999999;
	font-size: 11px;
	color: #FFF;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.footerBlock {
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
	height: 150px;
	background-color: #999999;
	color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	border-left-width: 1px;
}
.footerBlock .Col1 {
	float: left;
	width: 200px;
	padding-top: 10px;
	margin-left: 15px;
	margin-top: 15px;
}
.footerBlock .Col2 {
	width: 300px;
	float: left;
	padding-left: 15px;
	padding-top: 75px;
}
.footerBlock .Col2 a{
	color: #58524B;
}
.footerBlock .Col2 a:hover {
	color: #FFF;
}
.footerBlock .Col3 {
	float: right;
	width: 400px;
	text-align: right;
	margin-right: 15px;
	padding-top: 115px;
}

.footerBlock .Col3  li{
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #58524B;
	margin-top: 10px;
}
.footerBlock .Col3 ul{
	padding-top: 16px;
}
.footerBlock .Col3 ul li a{
	color: #58524B;
	text-decoration: none;
}
.footerBlock .Col3 ul li a:hover {
	color: #FFF;
}

.footerBlock .ColFull {
	width: 980px;
	margin-top: 55px;
	text-align: center;
}
.footerBlock .ColFull ul{
	padding-top: 16px;
}
.footerBlock .ColFull  li{
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	margin-top: 10px;
}
.footerBlock .ColFull ul li a{
	color: #666;
	text-decoration: none;
}
.footerBlock .ColFull ul li a:hover {
	color: #FFF;
}

.footerBlock .divider{
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	height: 5px;
	padding-top: 12px;
}
.copyrights {
	padding-left: 20px;
}



.clr {
	clear: both;
}



.icon {
	float: right;
}
.tableLine {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
}
