@import url("cssReset.css");
body {
	background-color: #000000;
	margin: 0px;
}


#container {
	position: relative;
}

#bgPicture {
	height: 700px;
	width: 100%;
	z-index:1;
}

#navTop {
	background-image: url(../images/back_navTop.png);
	background-repeat: repeat;
	width: 100%;
	margin-top: 0px;
	height: 85px;
	position: absolute;
	top: 15px;
}

#ballon {
	float: left;
	height: 115px;
	width: 200px;
	margin-left: 15px;
	position:relative;
}

#ballon IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#ballon IMG.active {
    z-index:10;
}

#ballon IMG.last-active {
    z-index:9;
}



#menuContainer 
{
	margin-top : 10px;
	margin-right : 15px;
	float:right;
}


/*
	START : styles for bottom of pages
*/
#navBottom {
	height: 150px;
}

#navBottom a {
	text-decoration: underline;
	color: #e5f1f4;
}

#navBottom  a:hover {
	text-decoration: none;
	color: #d22980;
}
#navBottom   a:visited {
	color: #d22980;
}

#credits {
	clear: right;
	float: left;
	height: 100%;
	width: 410px;
}

#credits p {
	color: #e5f1f4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin-left: 15px;
	margin-top: 25px;
}

#supportLogo
{
	width: 325px;
	float: right;
	margin-right: 15px;
	margin-top: 25px;
}

#supportLogo img
{
	margin-right: 10px;
	border:0px;
}


#validCheck {
	color: #d22980;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	clear:both;
	margin-left: 15px;
}
.clearboth { clear: both; }


/*
	START : styles for mottos and EDL title for main page
*/

#titleEDL {
	font-family: "Bauhaus 93";
	font-size: 36pt;
	font-weight: bold;
	color: #d22980;
	position: absolute;
	top: 110px;
	margin-left: 180px;
	left: 4px;
}

#sticky {
	background-image: url('../images/sticky.png');
	background-repeat: no-repeat;
	position:absolute;
	top: 140px;
	width:217px;
	height:183px;
	margin-left: 720px;
	padding-left:15px;
	padding-top:25px;
}

#sticky h1
{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10pt;
	color: #000;
	margin-top: 40px;
	margin-left: 10px;
}

	

/*
	START : styles for small boxes for main page
*/

#boxes {
	position: absolute;
	top: 325px;
	margin-left: 15px;
	width: 980px;
}

#boxes h1 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #e5f1f4;
	margin-top: 3px;
	margin-bottom: 10px;
	margin-left: 5px;
}
	
#boxes p {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10pt;
	color: #FFFFFF;
	margin-top: 2px;
	margin-right: 3px;
	margin-left: 5px;
	line-height: 1.1;
}

#boxes a {
	color: #FFFFFF;
	text-decoration : none;
}

#boxTEP {
	float: right;
	width: 250px;
	border: 1px solid #FFFFFF;
	background-image: url(../images/back_TEP.png);
	background-repeat: repeat;
	height: 230px;
	margin-right: 30px;
	clear: both;
}

#boxPublication {
	float: left;
	width: 200px;
	border: 1px solid #FFFFFF;
	background-image: url(../images/back_Publications.png);
	background-repeat: repeat;
	height: 100px;
	margin-right: 30px;
}

#boxTravelDictionary {
	float: left;
	width: 200px;
	border: 1px solid #FFFFFF;
	background-image: url(../images/back_TD.png);
	background-repeat: repeat;
	height: 100px;
	margin-right: 30px;

}

#boxApplicationForm {
	float: left;
	width: 200px;
	border: 1px solid #FFFFFF;
	background-image: url(../images/back_ApplicationForm.png);
	background-repeat: repeat;
	height: 100px;
	margin-right: 30px;
}

#boxPromotionMaterials {
	float: left;
	width: 200px;
	border: 1px solid #FFFFFF;
	background-image: url(../images/back_Promotion.png);
	background-repeat: repeat;
	height: 100px;
	margin-right: 30px;
	margin-top: 30px;

}

#boxPictures {
	float: left;
	width: 200px;
	border: 1px solid #FFFFFF;
	background-image: url(../images/back_Pictures.png);
	background-repeat: repeat;
	height: 100px;
	margin-right: 30px;
	margin-top: 30px;

}

#boxLinks {
	float: left;
	width: 200px;
	border: 1px solid #FFFFFF;
	background-image: url(../images/back_TD.png);
	background-repeat: repeat;
	height: 100px;
	margin-right: 30px;
	margin-top: 30px;

}

/*
	START : styles for TEP page (inside)
*/

#TEPContent {
	background-image: url(../images/back_PageTEP.png);
	background-repeat: repeat;
	border: 1px solid #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10pt;
	color: #e5f1f4;
	height: 340px;
	width: 800px;
	left: 75px;
	top: 180px;
	position: absolute;
	padding: 5px;
}

#TEPContent p {
	line-height: 1.5;
	text-align: justify;
	text-indent: 15px;
}

#TEPSearch {
	background-image: url(../images/back_PageTEP.png);
	background-repeat: repeat;
	float: left;
	height: 90px;
	width: 290px;
	border: 1px solid #FFFFFF;
	position: absolute;
	top: 575px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10pt;
	color: #e5f1f4;
	left: 75px;
	padding: 5px;
}

#TEPHelp {
	background-image: url(../images/back_PageTEP.png);
	background-repeat: repeat;
	float: right;
	height: 90px;
	width: 290px;
	border: 1px solid #FFFFFF;
	position: absolute;
	top: 575px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10pt;
	color: #e5f1f4;
	left: 585px;
	padding: 5px;
}

#TEPHelp p {
	padding-top: 5px;
}

#TEPHelp a
{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10pt;
	color: #e5f1f4;
}

#resultContainer {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}

#resultContainer div {
	font-family: "Trebuchet MS", Verdana, Arial;
	float: left;
	width: 140px;
	padding-bottom : 10px;
}



/*
	START : styles for Promotion Materials page
*/


#PMContent {
	background-image: url(../images/back_Contents.png);
	background-repeat: repeat;
	border: 1px solid #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10pt;
	color: #e5f1f4;
	height: 450px;
	width: 800px;
	left: 75px;
	top: 180px;
	position: absolute;
	padding: 5px;
}

.PMContainer {
	display: block;
	float: left;
	width: 700px;
	margin-bottom: 20px;
	margin-left: 20px;
}

.PMPicture {
	float: left;
	width: 170px;
	padding: 5px;
}

.PMTitle {
	padding: 5px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10pt;
	font-weight: bold;
}

.PMDesc{
	padding: 10px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10pt;
}

.PMLink a {
	font-size: 10pt;
	text-decoration: underline;
	color: #e5f1f4;
}

.PMLink a:hover {
	font-size: 10pt;
	text-decoration: none;
	color: #e5f1f4;
}

.PMDesc a {
	font-size: 10pt;
	text-decoration: underline;
	color: #e5f1f4;
}

.PMDesc a:hover {
	font-size: 10pt;
	text-decoration: none;
	color: #e5f1f4;
}

/*
	START : styles for Pictures page
*/

#Pictures {
	background-image: url(../images/back_Contents.png);
	background-repeat: repeat;
	border: 1px solid #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10pt;
	color: #e5f1f4;
	height: 450px;
	width: 550px;
	left: 100px;
	top: 180px;
	position: absolute;
	padding: 5px;
	float: left;
}

#PicturesList {
	background-image: url(../images/back_Contents.png);
	background-repeat: repeat;
	height: 450px;
	width: 225px;
	border: 1px solid #FFFFFF;
	position: absolute;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10pt;
	color: #e5f1f4;
	padding: 5px;
	top: 180px;
	left: 675px;
}

/*
	START : styles for Contact Us page
*/

#ContactInfo {
	background-image: url(../images/back_Publications.png);
	background-repeat: repeat;
	border: 1px solid #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10pt;
	color: #e5f1f4;
	height: 300px;
	width: 375px;
	left: 100px;
	top: 250px;
	position: absolute;
	padding: 5px;
	
}

#ContactForm {
	background-image: url(../images/back_Publications.png);
	background-repeat: repeat;
	border: 1px solid #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10pt;
	color: #e5f1f4;
	height: 300px;
	width: 375px;
	left: 550px;
	top: 250px;
	position: absolute;
	padding: 5px;
}

#ContactInfo h1 
{
	font-size : 12pt;
}
#ContactInfo p
{
	margin : 3px 0px 3px 0px;
}

/*
	START : styles for Content Pages
*/

.ContentContainer {
	background-image: url(../images/back_Contents.png);
	background-repeat: repeat;
	border: 1px solid #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10pt;
	color: #e5f1f4;
	height: 450px;
	width: 800px;
	left: 75px;
	top: 180px;
	position: absolute;
	padding: 5px;
	
}

.ContentContainer a {
	color: #e5f1f4;
}

.ContentContainer a:hover {
	color: #ba1860;
	text-decoration:none;
}

.ContentContainer p {
	line-height: 1.7;
	text-align: justify;
	text-indent: 15pt;
}
.ContentContainer  h1 {
	line-height: 1.7;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

/*
	START : styles for Team page
*/

#TeamContent legend
{ 
	font-weight:bold;
	font-size:10pt;
}
#TeamContent span
{
	display: block;
	margin-top: 5px;
}

.TeamContainer {
	height: 150px;
	width: 330px;
	float: left;
	border: 1px solid #e5f1f4;
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 20px;
}

.OldTeamContainer {
	width: 650px;
	float: left;
	border: 1px solid #e5f1f4;
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 20px;
	display:block;
}

.TeamPicture {
	float: left;
	width: 125px;
	margin:5px;
}

.TeamPictureSmall {
	float: left;
	width: 100px;
	margin:5px;
}

/*
	START : styles for NEWS
*/
#NewsContent h1
{
	font-size :10pt;
	text-align:left;	
}

#NewsContent hr {
	/*border: 1px dashed #e5f1f4;*/
	border-bottom : dashed 1px #e5f1f4;
}

#NewsContent h1 span
{
	font-size :8pt;
	font-style:italic;	
}

.ReadMore
{
	font-style:italic;
	text-decoration:none;
	
}
