
/* Initialization starts here */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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: 0;
	padding: 0;
	border: 0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	color:black;
	background:white;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Initialization ends here */


/* Clearfix starts here */
.clearfix {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0px;
    height: 0px;
}

.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0px;
    line-height: 0;
    visibility: hidden;
    width: 0px;
    height: 0px;
}

.clearBoth {
    clear: both;
}

.clear {
	clear:both;
}

/* Clearfix ends here */


/* Main css starts here */


html { 
	/* To cover entire screen, do not place this in body section */
	/*
	background: url(../img/background.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	*/
}


body{
	/* font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
}

h1{

}

h2{
	color: #245A65; /* Bluish */
	font-size: 1.5em;
	margin: 35px 0px 10px;
}

h3{
	/*color: #ff6d00; /* Orange */
	color: #245A65; /* Bluish */
	font-size: 1.4em;
	margin: 20px 0px 15px;
}

h4{
	color: #999999; /* Grey */
	font-size: 1.1em;
	/* font-weight: bold; */
	font-style: italic;
	letter-spacing: -1px;
	margin: 20px 0px 5px;
}

.maxWide {
    max-width: 960px;
	/* background-color: orange; */
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

#topHeader {
    /* background-color: blue; */
    height: 40px;
    text-align: right;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    font-style: normal;
    padding-top: 30px;
    color: green;
    border-bottom: 1px dotted #FFF;
}

#topHeaderLogo img{
    width: 200px; /*Added by Notiz*/
}

#topHeaderLanguage  {
    /* display: none; */
	float: left;
    font-size: 14px;
	padding: 10px 0 0 3px;
	color: #245A65; /* Bluish, same as h2 */
}

#topHeaderLanguage a {
	color: #ff6d00; /* Orange */
	text-decoration: none;	
}

#topHeaderLanguage a:hover {
	color: #f00; /* Red */
}


@keyframes switchColors {
    0%   {color: red;}
    25%  {color: yellow;}
    50%  {color: blue;}
    75%  {color: green;}
    100% {color: red;}
}

#underConstruction { /* ============= UNDER CONSTRUCTION ============*/
    color: #ff6d00; /* Orange */
	font-size: 35px;	
	font-style: italic;	
	font-weight: bold;
	padding: 0 0 40px;

}

#menuHeader {
    height: 50px;
    /* background-color: green; */
}

#menuHeader  h2{
	padding: 0px 0px 5px 3px; /* Added by Notiz*/
}

#bannerSection {
    /* background-color: yellow; */
    /*height: 300px; */
    border-bottom: thin solid #FFF;
}

#innerBanner  img{
    width: 100%; /*Added for responsive image size by Notiz*/
	display: none; /*Temporarily hide by Notiz*/
}

#contactMap {
    width: 100%; /*Added for responsive image size by Notiz*/
    height: 320px;
	border: 1px dashed #C0C0C0;
	/*display: none; /*Temporarily hide by Notiz*/
}

#contactMap iframe{
	width:100%;
	height:100%;
}

#contentSection {
    /* background-color: gray; */
    /* height: 350px; */
    padding: 5px 20px 40px; /* Left-Right padding shows when < 960 px, by Notiz */
    border-bottom: 0px solid #FFF;
}

#contentMain {
	float: left;
	width: 65%;
	padding-right: 50px; /* Space between columns, by Notiz */
}

#contentAside {
	float: left;
	width: 25%;
	/* margin: 0px 10px 80px; */
}

div#footer {
	/*
	clear: both;
	*/
	
	background-color: #BEDAE8;
	background-position: center top;
	min-height: 60px;
	padding: 15px 20px 15px;  /* Left-Right padding shows when < 960 px, by Notiz */
	border-top: 1px solid #398A9D;
	border-bottom: 1px solid #398A9D;
	color: #245A65;
	text-align: center;
	
}

.footerBlock {
	float: left;
	width: 33.33%;
	text-align: left;
}

a, a:visited {
	/*color: #27D; */
	/*color: #ff6d00; /* Orange */
	color: #398A9D;
	text-decoration: none;
}

a:hover, a:active {
	color: #f00; /* Red */
	text-decoration: none;
}


/*
Back to top button 
*/
#backToTop {
	display: block;
	top: 80%;  /*Defines vertical position of button, by Notiz*/	
	background: none repeat scroll 0% 0% #F7F7F7;
    border: 1px solid #CCC;
    border-radius: 5px;
    bottom: 10px;
    color: #333;
    cursor: pointer;
    display: none;
    height: 30px;
    line-height: 25px; /*Defines vertical position of text, by Notiz*/
    padding: 5px;
    position: fixed;
    right: 10px; /*Defines button offset from Right, by Notiz*/
    text-align: center;
    width: 100px; /*Defines button width, by Notiz*/
    z-index: 100;
	letter-spacing: 1px;
	margin-bottom: 5px;

}
#backToTop a {
	/*
	width: 108px;
	display: block;
	text-align: center;
	 */
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #000; /*Text Color*/
	/* background color transition */
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

#backToTop a:hover {
	color: #333; /*Hover Text Color*/
	opacity: 0.5;
}








@media screen and (max-width: 960px) {

  
}

@media screen and (max-width: 640px) {

#contentMain, #contentAside{
	float: none;
	width: auto;
	padding: 0px;
}

.footerBlock{
	float: none;
	width: 100%;
	padding-bottom: 25px;
}

#contactMap {
    height: 180px;
	/*display: none; /*Temporarily hide by Notiz*/
}
 
}

@media screen and (max-width: 440px) {


}
