/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    _line-height: 1;
	__font-family: 'Myriad Pro Regular', sans-serif;
    font-family: 'Roboto', sans-serif;
}

h1 {font-size: 16px;
	font-weight: bold;}
h2 {font-size:13pt;}
h3 {font-size:12pt;}
h4 {font-size:11pt;}
h5 {font-size:10pt;}
h6 {font-size:9pt;}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::selection {
	background: #ff6b4b; /* Safari */
	color:#fff;
	}
::-moz-selection {
	background: #ff6b4b; /* Firefox */
	color:#fff;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
a {
	color:#00A69C;
	text-decoration:none;
}
a:hover {
	color:#003c71;
}
.span1, .span2, .span3{
    float:left;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.span1 {
	width:33.3333333%;
}
.span2 {
	width:66.6666666%;
}
.span3 {
	width:100%;
}

/* header */
.logo {
	margin-top:20px;
	margin-left:4px;
}
.language {
	list-style:none;
	text-align:right;
	margin-top:20px;
}
.language li {
	display:inline;
	font-size:18px;
	padding-left:15px;
}
.language li a {
	color:#4291ae;
	text-decoration:underline;
}
.social {
	list-style:none;
	text-align:right;
	margin-top:-5px;
}
.social li {
	display:inline;
	font-size:18px;
	padding-left:5px;
}
.social li a {
	color:#4291ae;
	text-decoration:underline;
}
input[type=search]{
	color:#bcbcbc;
}
.searchform {
	text-align:right;
	margin-top:-10px;
	margin-right:-5px;
}
.search { 
	padding:6px 15px 6px 30px;
	margin:3px; 
	background: url('../img/search.png') no-repeat 6px 4px; 
	height:10px;
	border: 1px solid #f0f0f0;
	font-size:11px;
}
.rounded { 
	border-radius:5px; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 
}
.navbg {
	margin-top:10px;
	background-color:#262626;
	height:36x;
}
nav {
	__max-height:70px;
}
nav a{
	color:#b3b3b3;
}

header {margin-bottom:20px;}

.nav a {
    color:#fff;
}
nav a:hover{
	color:#00A69C;
}
.nav {
	margin:0px;
    float:left;
	padding-left:0px;
	font-size:16px;
    font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
	_padding-top:6px;
    margin-bottom:1px;
}
.nav li {
	border-right: 1px solid white;
    display: block;
    float: left;
    height: 38px;
    text-align: center;
}

.nav li a {
    display: block;
    padding: 9px 20px;
    height:20px;
}

.subnav {
	font-size:16px;
	_margin-top:-15px;
    margin:0px;
    height:38px;
	padding-left:0px;
	_padding-bottom:3px;
	_border-bottom:1px solid #ccc;
    float:left;
    clear:both;
    margin-bottom:1px;
    font-family: 'Roboto', sans-serif;
    background: none repeat scroll 0 0 #e7e8e9;
}
.subnav li {
	text-align:center;
	_display:inline;
	_width:100%;
	_padding-right:20px;
    float:left;
    border-right:1px solid white;
    height:38px;
}
.subnav li a {
    color:black;
    display:block;
    padding:9px 20px;
    height:20px;
    
}
.nav a.currentDz:hover{
    color:white;
}
.currentDz {
background:#00A69C;
}
.current {
background:#00A69C;
color:white !important;
}

.overlaytext {
	width:990px;
	height:420px;
}
.text {
	width:100%;
	height:60px;
	background:url(../img/slider-bg.png);
	margin-top:-118px;
	padding:15px;
	font-size:28px;
	
}
.slider {
	margin-bottom:40px;
}
.aboutus {
	background:url(../img/about.png) no-repeat 0px 0px;
	padding:0px 10px 0px 40px;
	color:#565656;
	font-size:12px;
}
.calendar {
	background:url(../img/calendar.png) no-repeat 0px 0px;
	padding:0px 10px 0px 40px;
	color:#565656;
	font-size:12px;
}
.date {
	color:#003c71;
	padding-top:3px;
}
.line {
	height:1px;
	width:100%;
	border-bottom:solid 1px #d6d6d6;
	padding:3px 0 4px 0;
}
.contact {
	margin-top:-20px;
	background:url(../img/contact.png) no-repeat 0px 0px;
	padding:0px 10px 0px 40px;
	color:#565656;
	font-size:12px;
}
footer {
	margin-top:150px;
	font-size:12px;
	margin-bottom:20px;
}
.sitemap {	
	color:#565656;
}
.span11 {
	float:left;
	width:33.33333%;
}
.last {	
	margin-top:-13px;
}
.last1 {	
	margin-top:-26px;
}
.thumb {
	width:100%;
	height:200px;
	overflow:hidden;
	padding:15px 0 0 0;
}
.news {
	font-size:12px;
	margin-top:-20px;
}
.menu {
	margin-top:20px;
	width:50%;
	float:left;
	text-transform:uppercase;
}
.submenu {
	margin-top:5px;
	width:50%;
	float:left;
	font-size:13px;
}
.description {
	margin-top:25px;
	width:33.33333%;
	float:left;
	font-size:13px;
}
.picture {
	width:66.66666%;
	float:left;
}
.info {
	width:50%;
	float:left;
}
.video1 {	
	width:50%;
	float:left;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
/* Responsify Defaults */
@media screen and (min-width: 768px){
body {
	width:990px;
	margin:0 auto;
	//background:url(../img/1.png) top center no-repeat;
}
}

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

}

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

}
@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}






div#column1 {
	width: 510px;
	margin: 0px;
	text-align: left;
	float: left;	
}

div#column2 {
	width: 210px;
	float: right;
	text-align: right;
}


div#navList {
	width: 210px;
	float: right;
	text-align: left;
	/*padding: 10px;*/
}
div#navList h1 {
	color: #F0F0F0;
	font-size: 12px;
	background-color: #000000;
	display: block;
	width: 194px;
	margin: 0px;
	padding: 2px 6px;
	text-align: center;
	font-weight: normal;
	border: 1px solid #000000;
}
div#navList ul {
	margin: 0px;
	padding: 0px;
}
div#navList ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
div#navList ul li a {
	color: #0000FF;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 5px;
	padding-bottom: 3px;
	border-bottom: 1px solid #999;
	text-decoration: none;
	width: 195px;
	display: block;
	line-height: 1.2em;
	font-size: 11px;
}
div#navList ul li a:hover {
	color: #000000;
	text-decoration: underline;
}
div#navList a.current, div#navList a.current:visited {
	color: #0000FF;
	font-weight: bold;
	background-color: #E9E8FC;
}
