@charset "utf-8";


/*/// BASIC STUFF ///*/

body, html {
    	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #000000;
     	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#wrap {
    	margin:0 auto;
    	width: 935px;
}
    
body {
    min-width:900px;
}
   
.clearingDiv {
	clear: both;
}

/*/// LANGUAGE NAV ///*/

#langNav {
	color: #FFFFFF;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/interface/langBarBG.gif);
	background-repeat: no-repeat;
	width: 935px;
	height: 29px;
	float: right;
}

#langNav ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#langNav li {
	display: inline; 
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 2px;
	float: right;
	list-style-type: none;
	text-align: center;
}

#langNav a {
	text-decoration: none;
	font-size: 9px;
	color: #003333;
}

#langNav a:hover {
	text-decoration: underline;
	font-size: 9px;
	color: #003333;
}

#langNav a.active:hover {
	text-decoration: none;
}

.langItem {
	padding: 9px 0 0 0;
}

/* ENGLISH  */

#EN {

}

#EN a, a.active {
    	width: 111px;
	height: 29px;
	display: block;	
	padding: 0px 0px 0px 0px;
	margin: 0;
}

#EN a.active {
    background: transparent url("../images/interface/enBGActive.gif") no-repeat;
    color: #FFFFFF;	
    font-weight: bold;
    cursor: default;
}


/* VIETNAMESE  */

#VIET {

}

#VIET a, a.active {
    	width: 109px;
	height: 29px;
	display: block;	
	padding: 0px 0px 0px 0px;
	margin: 0;
}

#VIET a.active {
    background: transparent url("../images/interface/vietBGActive.gif") no-repeat;	
    color: #FFFFFF;	
    font-weight: bold;
    cursor: default;
}

/* SPANISH  */

#ESP {

}

#ESP a, a.active {
    	width: 113px;
	height: 29px;
	display: block;	
	padding: 0;
	margin: 0;
}

#ESP a.active {
    background: transparent url("{../images/interface/espBGActive.gif") no-repeat;	
    color: #FFFFFF;	
    font-weight: bold;
    cursor: default;
}

/*/// MAIN NAV ///*/

#mainNav {
	position: relative;
	top: 99px;
	left: 169px;
	color: #FFFFFF;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 11px;
}

#mainNav li {
	display: inline; 
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 2px;
	float: left;
	list-style-type: none;
}

#mainNav a, a:visited, a.active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

#mainNav a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

/* HOME NAV  */

#homeNav a, a.active {
    	width: 80px;
	height: 26px;
	display: block;	
	padding: 0px -5px 0px 0px;
	margin: 0 0 0 0;
}


/* ABOUT NAV  */

#aboutNav a, a.active {
    	width: 70px;
	height: 26px;
	display: block;	
	padding: 0px 0px 0px 0px;
	margin: 0;		
}


/* VISITORS NAV  */


#visitorsNav a, a.active {
    	width: 74px;
	height: 26px;
	display: block;	
	padding: 0px 0px 0px 0px;
	margin: 0;
}


/* BLOG/NEWS NAV  */

#blogNewsNav a, a.active {
    	width: 92px;
	height: 26px;
	display: block;	
	padding: 0px 0px 0px 0px;
	margin: 0;	
}


/* MULTIMEDIA NAV  */

#multimediaNav a, a.active {
    	width: 119px;
	height: 26px;
	display: block;	
	padding: 0px 0px 0px 0px;
	margin: 0;
}


/*/// FOOTER STUFF ///*/

#footer {
	text-align: center;
	display: block;
	font-size: 10px;
	height: 46px;
	width: 935;
	clear: both;
	color: #FFFFFF;
	background-color: #516d9c;
	margin: 0 0 20px 0;
}

.footerSpacer {
         height: 8px;
         width: 100%;
         margin-bottom: -2px;
}

#footerAddress {
       width: 500px;
       text-align: center;
       padding: 0px 80px 0px 0px;
}

#footerLinks {
       text-align: center;
}

#footerServices {
       text-align: left;
       margin-right: 290px;
}

#footer a, visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover, a:active {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

/*=:project
    scalable Inman Flash Replacement (sIFR) version 3.

  =:file
    Copyright: 2006 Mark Wubben.
    Author: Mark Wubben, <http://novemberborn.net/>

  =:history
    * IFR: Shaun Inman
    * sIFR 1: Mike Davidson, Shaun Inman and Tomas Jogin
    * sIFR 2: Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

  =:license
    This software is licensed and provided under the CC-GNU LGPL.
    See <http://creativecommons.org/licenses/LGPL/2.1/>    
*/


/*---- Header styling ---*/

h3#homeMainTextHeader {
  font-family: Verdana;
  line-height: 1em;
  font-size: 16px;
  color: #FF0000;
  font-weight: normal;
  text-align: center;
}

#bigLinks h3 {
	text-decoration: underline;
	font-weight: 600;
	margin: 8px 0 6px 0;
	font-size: 14px;
}

#homeMainTextHeaderEN {
	padding: 0 0px 24px 0;
	margin: 0 28px 0px 0;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: -.25px;
	text-align: right;
}

#homeMainTextHeaderVIET {
	padding: 0 0px 24px 0;
	letter-spacing: -1px;
	margin: 0 28px 0px 0;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 14px;
	text-align: right;
}

#homeMainTextHeaderESP {
	padding: 0 0px 0px 0;
	margin: 0 28px 0px 0;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: -.25px;
	text-align: right;
}

