/*
    dark blue:		082743
	 voda red:     F80000
	 voda grey:    F4F4F4		
    grey:			d7d7d7		
    orange:			FE6B03		
    charcoal:		333333
	 gig blue:     0037BB
	 gig yellow:   FFD100		
*/
/*----------------------------------------------------------------------------MAIN-----*/
* {padding:0; margin:0; border:0;}
html {
	overflow-y: scroll;
}
body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
}
img {
	margin: 0;
	border: 0;
}
.line {
	width: 100%;
	height: 1px;
	background-color: #082743;
}
.clear {
	clear: both;
}
/*----------------------------------------------------------------------NAVIGATION-----*/
#greySpaceContainer {
	width: 100%;
	height: 5px;
	margin: 0;
	background-color: #0037BB;
	overflow: hidden;
}
#greySpace {
	position: relative;
	width: 960px;
	height: 5px;
	margin-left: auto;
	margin-right: auto;
}
.tabFirst {
	float: left;
	width: 238px;
	height: 5px;
	margin: 0;
	border-right: 2px solid #ffffff;
}
.tab {
	float: left;
	width: 94px;
	height: 5px;
	margin: 0;
	border-right: 2px solid #ffffff;
}
#topNavContainer {
	width: 100%;
	height: 35px;
	margin: 0;
	background-color: #FFD100;
}
#topNav {
	position: relative;
	text-align: left;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.topNavTabFirst {
	float: left;
	width: 220px;
	margin: 0 10px 0 10px;
}
.topNavTab {
	float: left;
	height: 35px;
	width: 94px;
	margin: 0 2px 0 0;
}
.topNavTab p {
	font-size: 12px;
	text-indent: 10px;
	line-height: 2.5em;
	margin: 3px 0 0 0;
}
.topNavTab a:link, .topNavTab a:visited {
	display: block;
	border-bottom: 2px solid #FFD100;
}
.topNavTab a.on:link, .topNavTab a.on:visited {
	display: block;
	border-bottom: 2px solid #082743;
}
.topNavTab a:hover, .topNavTab a:active {
	display: block;
	border-bottom: 2px solid #082743;
	background: #0037BB;
}
/*------------------------------------------------------------------------MASTHEAD-----*/
#mastheadContainer {
	position: relative;
	width: 100%;
	margin: 30px 0 30px 0;
}
#masthead {
	position: relative;
	text-align: left;
	width: 960px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
}
#logo {
	float: left;
	width: 240px;
	height: 229px;
	background: #001546; 
	margin: 0px; 
	padding 0px; 
	text-align:center;
	padding-top: 10px;
}
#logoLinks {
	float: left;
	width: 170px;
	margin: 15px 0 0 0;
}
#photo {
	float: left;
	width: 720px;
	height: 240px;
	margin: 0;
}
#logo img, #photo img {
	border: 0;
}
/*----------------------------------------------------------------------------MAIN-----*/
#container {
	position: relative;
	width: 100%;
	margin: 0;
}
#content {
	position: relative;
	text-align: left;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 20px;
}
.colThree {
	float: left;
	width: 238px;
	margin: 0 1px 0 1px;
	border-top: 2px solid #000000;
}
.colFour {
	float: left;
	width: 318px;
	margin: 0 1px 0 1px;
	border-top: 2px solid #082743;
}
.colFive {
	float: left;
	width: 398px;
	margin: 0 1px 0 1px;
	border-top: 2px solid #082743;
}
.colNine {
	float: left;
	width: 718px;
	margin: 0 1px 0 1px;
	border-top: 2px solid #000000;
}
.mainimage {
	float: right;
	width: 380px;
	margin: 20px 0 19px 20px;
	border-top: 2px solid #082743;
	border-bottom: 1px solid #082743;
	clear: right;
}
.downloads {
	float: right;
	width: 380px;
	margin: 20px 0 19px 20px;
	border-top: 2px solid #082743;
	border-bottom: 1px solid #082743;
	clear: right;
}
.snippets {
	float: right;
	width: 380px;
	margin: 20px 0 0px 20px;
	border-top: 1px solid #082743;
	border-bottom: 1px solid #082743;
	border-right: 1px solid #082743;
	border-left: 1px solid #082743;
	clear: right;
}
.capsuleHead {
	float: left;
	width: 100%;
	height: 38px;
	margin: 0;
	background-color: #FFD100;
}
.capsule {
	float: left;
	margin: 0 9px 0 9px;
}
.icon {
	float: left;
	height: 97px;
	width: 73px;
	margin: 10px 8px 0px 0;
	border: 1px solid black;
}
.text {
	float: left;
	width: 220px;
	margin: 10 0 0 10px;
}
.colNine img {
	float: right;
	margin: 20px 0 20px 20px;
	border: 0;
}
.downloads img {
	float: left;
	margin: 0 10px 0 0;
	border: 0;
}
.articleImage {
	float: right;
	width: 380px;
	text-align: left;
	margin: 20px 0 20px 20px;
	border: 0;
}
.articleImage img {
	padding-bottom: 10px;
}

/*--------------------------------------------------------------------------FOOTER-----*/
#footerContainer {
	width: 100%;
	margin: 0;
	background-color: #0037BB;
	border-top: 10px solid #FFD100;
}
#footer {
	position: relative;
	width: 960px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}
#footerLogo {
	float: left;
	width: 220px;
	margin: 10px 10px 0 10px;
}
.footerSix {
	float: left;
	width: 460px;
	margin: 0 10px 0 10px;
	text-align: center;
}
.footerThree {
	float: left;
	text-align: right;
	width: 218px;
	margin: 0 10px 0 10px;
}
.footerSix p, .footerSix a:link, .footerSix a:visited,
.footerThree p, .footerThree a:link, .footerThree a:visited {
	font-size: 10px;
	line-height: 1.5;
	margin-top: 1em;
	margin-bottom: 1em;
	color: #ffffff;
}

.footerSix a:hover, .footerSix a:active,
.footerThree a:hover, .footerThree a:active {
	text-decoration: underline;
}


/*-----------------------------------------------------------------TEXT PROPERTIES-----*/
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.667;
	margin-top: 1.667em;
	margin-bottom: 1.667em;
	color: #000000;
}
p.compact {
	margin-top: 0px;
	margin-bottom: 0px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	line-height: 1.429;
	margin-top: 0.714em;
	margin-bottom: 1.429em;
}
.small {
	font-size: 10px;
	line-height: 2;
	margin-top: 2em;
	margin-bottom: 2em;
}
a:link, a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #082743;
}
a:hover, a:active {
	font-weight: normal;
	text-decoration: none;
	background: #0037BB;
	color: #FFD100; 
	//color: #FE6B03;
}
/*-----------------------------------------------------------------LIST PROPERTIES-----*/
ol.first, ul.first {
	margin-left: 10px;
}
ol.menu li, ul.menu li {
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.667;
	margin: 0 0 0 0px;
}
ol li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
	margin: 1.5em 0 0 28px;
}
ul li {
	list-style-type: square;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
	margin: 1.5em 0 0 28px;
}
/*-----------------------------------------------------------------FORM FORMATTING-----*/
.optionName {
	display: inline;
	float: left;
	width: 140px;
	height: 30px;
	margin: 0 20px 0 0;
}
.optionName p {
	font-size: 11px;
	font-weight: normal;
	margin: 0 0 11px 0;
}
.option {
	display: inline;
	float: left;
	width: 300px;
	height: 30px;
	margin: 0;
}
.commentArea {
	float: left;
	width: 300px;
	height: 120px;
	margin: 0;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #ffffff;
	text-align: left;
	text-indent: 4px;
	height: 16px;
	width: 298px;
	border: 1px solid #339900;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #ffffff;
	text-align: left;
	text-indent: 4px;
	height: 104px;
	width: 298px;
	border: 1px solid #339900;
}
.submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	background-color: #339900;
	text-align: center;
	height: 22px;
	width: 140px;
}
/*-----------------------------------------------------------------SPONSORS------------*/
.colNineSponsor {
	float: left;
	width: 718px;
	margin: 0 1px 0 1px;
	border-top: 2px solid #FE6B03;
}

.sponsor_first {
	display: block;
	float: left;
	width: 930px;
	margin: 0px;
}

.sponsor {
	display: block;
	float: left;
	width: 232px;
	height: 160px;
	vertical-align: text-bottom;
	margin: 0px;
}

.sponsor_first p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

.sponsor p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

.sponsor_first img {
	margin-top: 0px;
	margin-bottom: 0px;
}

.sponsor img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

/*-----------------------------------------------------------------HOTELS--------------*/
.colNineHotel {
	float: left;
	width: 718px;
	margin: 0 1px 0 1px;
	border-top: 2px solid #FE6B03;
}

.hotel_last {
	display: block;
	width: 900px;
	margin: 0 1px 0 1px;
	text-align: center;
}
.hotel {
	display: block;
	float: left;
	width: 300px;
	margin: 0 1px 0 1px;
	text-align: center;
}

.hotel_last img {
	float: center;
	margin-top: 10px;
	margin-bottom: 2px;
}

.hotel img {
	float: center;
	margin-top: 10px;
	margin-bottom: 2px;
} 

/*-----------------------------------------------------------------DROPDOWN------------*/
a.attach, a.attach:visited, div.attach
{
  display: block;
  width:   300px;
  border:  1px solid black;
  padding: 2px 5px;
  background: #FFD100;
  text-decoration: none;
  font-family: Verdana, Sans-Sherif;
  font-size: 12px;
  margin-left: -325px;
}

a.attach, a.attach:visited { border-bottom: none; }
a.attach:hover { background: #0037BB; color: #FFD100; }
div#attach_menu_child      { border-bottom: 1px solid black; }

/*-----------------------------------------------------------------OVERLAY-------------*/
#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.7); 
    z-index: 2; 
}

#overtext{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 20px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

.overdiv {
   padding-top: 2px;
   padding-left: 5px;
   padding-right: 5px;
   padding-bottom: 5px;
   width: 450px;
}
.overa{
   color: white;
   background: none;
}
.overa:hover{
   color: white;
   background:none;
}

/*-----------------------------------------------------------------------------END-----*/