@charset "utf-8";
/* CSS Document for Inter-Lingua */



/*---BROWSER RESET TO ZERO OUT MARGINS AND PADDING---*/
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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;

}

/*-----------------STYLES--------------------*/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006699;
	font-weight: bold;
}

.style2 {
	color: #006699;
}

.style3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #333;
}

.style3-2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;

}

.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #006699;
	font-weight: bold;
}

.style5 {
	font-style: italic;
	color: #996;
	font-weight: bold;
}

.style5-2 {
	font-style: italic;
	color: #006699;
	font-weight: bold;
}

.style6 {
	font-style: italic;
	color: #006699;
	font-size: 12px;
	font-weight: bold;
}

.style6-2 {
	font-style: italic;
	color: #006699;
	font-size: 16px;
	font-weight: bold;
}

.style7 {
	font-style: normal;
	color: #009;
	font-size: 12px;	
}

.style7-2 {
	font-style: normal;
	color: #000;
	font-size: 10px;	
}

.style7-3 {
	
	color: #006699;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}


.style8 {
    color: #000;
}

.warning {
	color: #F00;	
}

.message-sent {
	color: #090;
}


/*---------------------FIXES-----------------*/
.hide-text {
	
	text-indent: -9999px;
}


.hide-div {
	position: absolute;
	text-indent: -9999px;
}

/*--------------------BACKGROUND TILE--------*/
#background-tile {
	background-image: url(../images/background-tile.jpg);
	background-repeat: repeat;

}


/*---------------------HEADER---------------------*/

#header1 {
	height: 170px;
	width: 780px;
	margin: 0px;
	background-color: #FFF;
	
	background-repeat: no-repeat;
}



#header2 {
	height: 170px;
	width: 780px;
	margin: 0px;
	background-color: #FFF;
	background-image: url(../images/header-interlingua2.jpg);
	background-repeat: no-repeat;
}


#header3 {
	height: 170px;
	width: 780px;
	margin: 0px;
	background-color: #FFF;
	background-image: url(../images/header-interlingua3.jpg);
	background-repeat: no-repeat;
}

#header4 {
	height: 170px;
	width: 780px;
	margin: 0px;
	background-color: #FFF;
	background-image: url(../images/header-interlingua4.jpg);
	background-repeat: no-repeat;
}

#header5 {
	height: 170px;
	width: 780px;
	margin: 0px;
	background-color: #FFF;
	background-image: url(../images/header-interlingua5.jpg);
	background-repeat: no-repeat;
}
/*--------------------MAIN NAV ---------------------*/

#main-nav-container {
	height: 40px;
	width: 780px;
}



/*------------------------VERSION ONE LAYOUT----------------------------*/

#wrapper-version1 {
	width: 790px;
	height: 760px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50%;   /*The margin-left, position left, and relative position center the wrapper*/
	left: -395px;
	position: relative;
	background-image: url(../images/wrapper-shadow.png);
	background-repeat: repeat-y;
	background-position: right;
	
}


#content-wrapper-version1 {
	width: 780px;
	height: 520px;
	margin: 0px;
	position: relative;
	background-repeat: no-repeat;
	background-color: #FFF;
	background-image: url(../images/background1.jpg);
}

#column-one-version1 {
	width: 200px;
	height: 360px;
	float: left;
	margin-top: 15px;
	padding-left: 25px;
		
}

/*
#column-one-version1-div1 {
	width: 180px;
	height: 500px;
	
	border-right-width: thin;
	border-right-style: inset;
	border-right-color: #006699;
}

#column-one-version1-div2 {
	width: 180px;
	height: 600px;
	
	border-right-width: .5 px;
	border-right-style: inset;
	border-right-color: #006699;
}
*/
#column-two-version1 {
	width: 500px;
	height: 360px;
	margin-top: 25px;
	
	float: left;
	}
	
#column-two-subcolumn-one-version1 {
	width: 500px;
	height: 220px;
	
	float: left;
	padding-left: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #006699;
}

#column-two-subcolumn-two-version1 {
	float: left;
	height: 200px;
	width: 210px;
	
	padding-left: 0px;
	padding-top:15px;
	
}

#column-two-subcolumn-three-version1 {
	float: left;
	height: 200px;
	width: 210px;
	padding-top:15px;
	padding-left: 25px;
	
}

/*---------------------------VERSION 2 LAYOUT---------*/

#wrapper-version2 {
	width: 790px;
	height: 900px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50%;   /*The margin-left, position left, and relative position center the wrapper*/
	left: -395px;
	position: relative;
	background-image: url(../images/wrapper-shadow.png);
	background-repeat: repeat-y;
	background-position: right;	
}


#content-wrapper-version2 {
	width: 780px;
	height: 660px;
	margin: 0px;
	position: relative;
	background-color: #FFF;
	background-image: url(../images/background2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#column-two-version2 {
	width: 345px;
	height: 360px;
	margin-top: 25px;
	float: left;
	}

/*
#column-three-version2 {
	float: left;
	height: 450px;
	width: 170px;
	border: thin solid #000;
	margin-left: 25px;
	margin-top: 25px;
}
*/

/*---------------------------VERSION 3 LAYOUT---------*/

#wrapper-version3 {
	width: 790px;
	height: 1000px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50%;   /*The margin-left, position left, and relative position center the wrapper*/
	left: -395px;
	position: relative;
	background-image: url(../images/wrapper-shadow.png);
	background-repeat: repeat-y;
	background-position: right;	
}


#content-wrapper-version3 {
	width: 780px;
	height: 760px;
	margin: 0px;
	position: relative;
	background-image: url(../images/background3.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
}


#column-two-version3 {
	width: 340px;
	height: 360px;
	margin-top: 25px;
	float: left;
	}

/*
#column-three-version3 {
	float: left;
	height: 450px;
	width: 180px;
	border: thin solid #000;
	margin-left: 25px;
	margin-top: 25px;
}
*/
/*---------------------------VERSION 4 LAYOUT---------*/

#wrapper-version4 {
	width: 790px;
	height: 960px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50%;   /*The margin-left, position left, and relative position center the wrapper*/
	left: -395px;
	position: relative;
	background-image: url(../images/wrapper-shadow.png);
	background-repeat: repeat-y;
	background-position: right;	
}


#content-wrapper-version4 {
	width: 780px;
	height: 720px;
	margin: 0px;
	position: relative;
	
	
	background-color: #FFF;	
}

#container-for-column2and3-version4 {
	margin-top: 25px;
	float: left;
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	
}

#container-for-column2and3-version4 ul {
	list-style-type: none;	
	
}

#column-two-version4 {
	width: 230px;
	height: 360px;
	margin-top: 25px;
	float: left;
	}
	
#column-three-version4 {
	float: left;
	height: 550px;
	width: 220px;
	margin-left: 25px;
	margin-top: 25px;
}


/*---------------------------VERSION 5 LAYOUT---------*/

#wrapper-version5 {
	width: 790px;
	height: 895px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50%;   /*The margin-left, position left, and relative position center the wrapper*/
	left: -395px;
	position: relative;
	background-image: url(../images/wrapper-shadow.png);
	background-repeat: repeat-y;
	background-position: right;	
}


#content-wrapper-version5 {
	width: 780px;
	height: 655px;
	margin: 0px;
	position: relative;
	background-color: #FFF;
	
}

#column-two-version5 {
	width: 515px;
	height: 610px;
	margin-top: 25px;
	float: left;
	margin-left: -15px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #006699;
	background-color: #EEEEEE;
	padding-left: 10px;
	}
	


/*---------------------SIDE NAVIGATION/INFO---------------------*/

#side-nav {
	
}


#side-nav li {
	height: 20px;
	width: 160px;
	list-style-type: none;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	text-indent: 25px;
	padding-top: 3px;
	background-position: 1px;
	margin-top:10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;	
}

#side-nav li a {
	display: block;
	text-decoration: none;
	color: #006699;	
}

#side-nav li a:hover {
	background-color: #006699;
	height: 25px;
	width: 160px;
	color: #FFF;	
	list-style-type: none;
	background-image: url(../images/arrow2.png);
	background-repeat: no-repeat;
}


#side-info1 {
	height: 260px;
	width: 170px;
	background-color: #EEE;
	border: thin solid #006699;
	margin-top: 20px;
	padding-top: 15px;
}

#side-info2 {
	height: 320px;
	width: 170px;
	margin-top: 55px;
	padding-top: 5px;
}

#side-info3 {
	height: 320px;
	width: 170px;
	margin-top: 170px;
	padding-top: 5px;
}



#side-info4 {
	height: 320px;
	width: 170px;
	margin-top: 125px;
	padding-top: 5px;
}


#side-info5 {
	height: 355px;
	width: 170px;
	background-color: #EEE;
	margin-top: 65px;
	padding-top: 15px;
	border: thin solid #006699;	
}


/*---------------------PRIVACY PAGE-------------------------*/
#privacy {
	width: 450px;
	padding-left: 15px;
}


/*---------------------LIST STYLES---------------------------*/

.list-style2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #000000;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #006699;
}

.list-style2 li {
	margin-top:8px;
	list-style-type: none;
}

.list-style3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #000000;
}

.list-style3 li {
	margin-top:8px;
	list-style-type: none;
}

#list-style4 li {
	list-style-type: none;
	text-align: center;
	padding-bottom: 25px;
}

#list-style4 li p{
	font-style: italic;
	color: #000;
	font-size: 14px;
	
}


/*---------------------BOTTOM NAVIGATION---------------------*/

#bottom-navigation-container {
	background-color: #006699;
	height: 30px;
	width: 780px;
	position: relative;
}


#bottom-navigation {
	width: 780px;
	height: auto;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #006699;
}	

#bottom-navigation tr td a {
	text-decoration: none;
	color: #FFF;
}


/*-------------------FOOTER-------------------------------*/

#footer {
	height: 25px;
	width: 780px;
	margin-left: 50%;
	left: -390px;
	position: relative;
	margin-top: 10px;
	text-align: center;
}

/*-------------------TABLE CSS------------------------------*/

#contact-us {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	width: 500px;		
}

/*----------------SEARCH CONTAINER--------------------------*/

#search-container {
	margin-left: 50%;
	position:absolute;
	left:205px;
	top:180px;
	width:285px;
	
	z-index:2;
	
	
	background-repeat: no-repeat;
}
