
@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Montserrat);
@import url(https://fonts.googleapis.com/css?family=Oswald);
/*@import url(http://fonts.googleapis.com/css?family=Raleway);
 */
/* ************************************************************************* */
html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: url(../images/head-background.png) repeat-x;
	font-family: 'Open Sans', 'Montserrat',  Arial, Helvetica, Verdana, sans-serif;
	font-size:11pt;
	color:#484D56;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}
/* ************************************************************************* */

/* ************************************************************************* */
a img, img a {border: 0}
a {color: #2A5399; text-decoration:none}
a:hover {color: #2B71D9; text-decoration:underline;}
h1 {margin:0; margin-bottom: 0.8em; font-size:22pt; text-align:left; color:#000000;}
h2 {margin:0; margin-bottom: 0.8em; font-size:18pt; text-align:left; color:#255397;}
h2.title {margin:0; margin-bottom: 0.8em; font-size:18pt; text-align:left; color:#D34127;}
h3 {margin:0; font-size:14pt; font-weight:bold; color:#353535;}
h4 {margin:0; font-size:14pt; text-align:left; color:#000000;}
h4.title {margin:0; font-size:12pt; text-align:left; color:#000000;}
h5 {margin:0; margin-bottom: 0.8em; font-size:16pt; text-align:left; color:#000000;}
h5.title {margin:0; margin-bottom: 0.8em; font-size:18pt; text-align:left; color:#000000;}
h6 {margin:0; font-size:16pt; text-align:left; color:#387FBB;}
h6.title {margin:0; font-size:18pt; text-align:left; color:#387FBB;}
h7 {margin:0; font-size:22pt; text-align:center; color:#387FBB;}
h7.title {margin:0; font-size:24pt; text-align:center; color:#387FBB;}
small {font-size:9pt;}
table td {vertical-align: top;}
/* ************************************************************************* */


/* ************************************************************************* */
/* Main Contaner                                          ****************** */
div#main {
	position:relative; 
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin: 0 auto;
	padding-top: 90px;
}
/* ************************************************************************* */

/* ************************************************************************* */
/* Header Container                                      ******************* */
div#header {position: fixed; top: 0; left: 0; z-index: 999; width: 100%; text-align: center; background: url(../images/head-background.png) repeat-x;}
div#main-menu {position:relative; margin: 0 auto; padding:4px; width:1150px; height:80px; z-index:9;}
div#header table {width: 100%}

#head {position:relative; height:150px; line-height:150px }
#logo {margin-top:40px;}
/* ************************************************************************* */


/* ************************************************************************* */
/* Content Container                              ******************* */
#content {text-align: justify; padding-bottom:70px; /* bottom padding for footer */;background: #FFFFFF;}
#content-page {position:relative; margin: 0 auto; padding:10px; width: 1150px;}
/* ************************************************************************* */

#home-table td {
    padding: 0 10px;
}

ul {
    list-style: square outside url("../images/li.gif");
    padding-left: 28px;
}

ul li {margin-bottom: 1em;}

.wide-background {
  height: 100%; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.round-box {
    position: relative;
    text-align: left;
    padding: 20px;
    background: #E6E6E6;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 7px;
}

.image-box {
    position: relative;
    text-align: left;
    padding: 10px;
	padding-left: 15px;
    background: #ECF0F1;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
}
.highlight-box {
    position: relative;
    text-align: justify;
    padding: 1px;
    background: #D34127;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;	
}

/* Error style ******************* background: #ECC849; */
.error {font-style:italic; color:red}
.note {color:red}
/* ************************************************************************* */

/* ************************************************************************* */
form {}
form table {width:100%;}
form table.form-table td {text-align:left; padding:0 0 1em 0;}
form table.form-table td label {display:block; margin: 0 0 0.5em 0.5em}
form input, form textarea, form select {
  width:98%; 
  font-size:11pt; padding:5px; 
  border:0px; 
  color: #999999;
  
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  
  -moz-box-shadow:    0px 1px 2px 1px #aaa;
  -webkit-box-shadow: 0px 1px 2px 1px #aaa;
  box-shadow:         0px 1px 2px 1px #aaa;
}
form select {width:100%; border: 1px solid #aaa}
.error em {
	display:block;
	width:0; height:0;
	border:10px solid; border-color:#E1620F transparent transparent;

	/* positioning */
	position:absolute;
	bottom:-17px; left:60px;
}
/* ************************************************************************* */

/* ************************************************************************* */
/* Footer Container  ******************* */
#footer {
	position:absolute;
	width:100%; 
  bottom:0px; left:0;
	height:50px;
  line-height:50px; 
	text-align: center; 
  color:#FFFFFF; 
  background: #484D56;
  font-size:8pt;
}

#footer-content {position: relative; width:980px; margin: auto;}
#footer-content a {margin:0 10px; color:#ccc;}
#footer-content a:hover { text-decoration:none; color:#fff;}

.footer-left {float:left}
.footer-right {float:right}

/* ************************************************************************* */


/* Fixing a clear float problem in IE7 ****************************************/
 .clearfix:after {
     content: ".";
     display: block;
     height: 0;
     clear: both;
     visibility: hidden;
 }

 .clearfix {display: inline-block;}

 /* Hides from IE-mac \*/
 * html .clearfix {height: 1%;}
 .clearfix {display: block;}
/* End hide from IE-mac */
/* ************************************************************************* */

.shadow {
  -moz-box-shadow:    3px 3px 5px 6px #ccc;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  box-shadow:         3px 3px 5px 6px #ccc;
}


/* ************************************************************************* */
/* *** youtube container                           ************************* */
/* ************************************************************************* */
.youtube {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: all 200ms ease-out;
    cursor: pointer;
}

.youtube .play {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAERklEQVR4nOWbTWhcVRTHb1IJVoxGtNCNdal2JYJReC6GWuO83PM/59yUS3FRFARdFlwYP1CfiojQWt36sRCUurRIdVFXIn41lAoVdRGrG1M01YpKrWjiYmaSl8ybZJL3cd+YA//NLObd3++eO8x79z5jSq5Gw+8kov0AP8vMR5l1BtBZQM4B8ks75wCdZdYZZj5qLZ4hov2Nht9Z9vhKKSIaB/gI4M4w62KeAO6Mte4lYOq20FxrlqqOibhHmeWbvNC9ZfDX1mLae391aN6limO/gwgvAPJbWeAZuSDingdwXTBw7/0IsyaA/Fkh+KqOkD+YNfHej1QKD+y7iVlOhgLvFqFfNJvNGyuBJ+KDAF8MDd0tgS8y64OlgSdJMsysL4cG7SOHkyQZLhTee7+d2R2rAVy/S+Jd7/32ouBHAP4gNNRGQyTHc/84NhqNywZp5rvjjnnvt21aABFeCQ+RLwAf2hQ8s7sv9OCLk6AHNgQvIrvbfzKCD76g/O6cu7lf/iER/aQGgy448pExZmhdegAPhR9sObFWH1gT3lp7DaA/5bkIgJhZPgsNmz02novj+KqeApj1ubwXWe4kdyeznAgNvTpE/HQmvKqOMeuFogTUVQSRno+iaLRLAJF7uIgL9O4ubgL8aWgB7S44mNX+35YpICUiAvS9sBLkq1WzT+NFffl6AuoiApi6NT37h6sWkBIRZGkQ8YtLgyji6e1mBYTqCEBPG2Naz+0BWQgtoGoRgCzEsd9hAN1X5BfnFZASUfrSAFQNsyZ1FJASUVpHiLinDJG8U2cBZYogkrcNs5waBAGdstbeU9zdqpw0gPwwSAI6VUxHyFlDpOcHUUBBIuYNs14aZAE5RVwyzPr3/0EAEY0TyfGNjBWQvwZ +CTSbehfAH29mrID8bET0+0EUkAd8WYDOmqJ3ecsG30yr9wqRfm6Y+a1BEFDEjHfHvWmY9ck6CygHvBVr8Xhtb4ZE5HZA3y8DvBNA1TjnrmXWf+sioMwZX5V/VHXMGGMMoKdDCxCRvRWBdzKzdHEO+EisilbPyopHYqp6S9UCAsz4iojI7hUDAtyXVQgIDd6KnOoaWNkbI6FaPSuZGyMArsi7MZoloB4zviI/Nhr3X95jltwTRQmoIfgisy5ai+me67OI7fE4nrqjrqfK1t0eby0FPRB6oGVlchL3rgnfrq19RKbVBdhV9IOSwJmfmJi4vi/4ThERitwyCxVAFqydshuCX5awhQ9KtmuIWd8IDZED/nXT77rvVVv6sHRKwjYi91poqP7Dr+Y6JJ1VSZIMA3wkPNy6bX+o8Bcm0sXMdwM8Fxo0A3xORPaWBp6uPXsmbxCRD0NDL0dOANhVCXy6iAjMcjbcrMt3RITKwdMVRdFo+y5yvkL4eWZ+zHt/ZVD4dEVRNGotpst+dZZZH8k86lqn2pIvT/eqrNfn2xuyqYPZ8mv7s8pfn/8Pybm4TIjanscAAAAASUVORK5CYII=") no-repeat center center;
    background-size: 64px 64px;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .8;
    filter: alpha(opacity=80);
    transition: all 0.2s ease-out;
}

.youtube .play:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

/* ************************************************************************* */
/* *** end of youtube container                           ************************* */
/* ************************************************************************* */