
/* Text */
h1
{
font-size: 14px;
font-family:  Arial, tahoma, verdana, Helvetica, sans-serif;
color: #194783;
}
.text1
{
font-family:  Arial, tahoma, verdana, Helvetica, sans-serif;
font-size: 17px;
font-weight: bold;
color: #660000; 
text-decoration: none;
}
.text2,a.text2
{
font-family:   verdana, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color: #474646; 
text-decoration: none;
}
.text3,a.text3
{
font-family:  Arial, tahoma, verdana, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color: #194783; 
text-decoration: none;
}
.text4,a.text4
{
font-family:  Arial, tahoma, verdana, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color: #660000; 
text-decoration: none;
}
a.text4:hover
{
color: #000000; 
text-decoration: none;
}
.text5,a.text5
{
font-family:  Arial, tahoma, verdana, Helvetica, sans-serif;
font-size: 13px;
font-weight: normal;
color: #194783; 
text-decoration: none;
}
.footer,a.footer
{
font-family:  Arial, tahoma, verdana, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color: #F2F2F2; 
text-decoration: none;
}

/*Form*/
.textfiled
{
font-family:  verdana, tahoma, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color: #939DA2; 
TEXT-DECORATION: none
}
.textfield
{
    BORDER-RIGHT: #A7A6AA 1px solid;
    BORDER-TOP: #A7A6AA 1px solid;
    FONT-SIZE: 11px;
    TEXT-TRANSFORM: none;
    BORDER-LEFT: #A7A6AA 1px solid;
    COLOR: #1A243F;
    BORDER-BOTTOM: #A7A6AA 1px solid;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Arial;
    TEXT-DECORATION: none
}


/* MAIN MENU */

.menu ul{
list-style-type:none;
padding:0;
margin:0;
background-color: #660000;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
color:#ffffff;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:20px;
}

/* style all the links */
.menu a, .menu :visited {
display:block;
font-size:11px;
font-family: arial;
width: auto;
padding:4px 0;
color:#F2F2F2;
text-decoration:none;
text-align:center;
}
/* style the links hover */
.menu :hover{
color:#000000;
background-color: #660000;
}

.menu ul ul a {
Font-weight: normal;
background-color: #660000;
font-size: 11px;
}

/* hide the sub level links */
.menu ul li ul {
visibility:hidden;
position:absolute;
width:auto;
height:0;
}

/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible;
}


/* SCROLL*/

html, body{
scrollbar-face-color:#660000;
scrollbar-base-color:#ffffff;
scrollbar-arrow-color:#ffffff;
scrollbar-track-color:#ffffff;
scrollbar-shadow-color:#660000;
scrollbar-highlight-color:#ffffff;
scrollbar-3dlight-color:#660000;
scrollbar-darkshadow-Color:#ffffff;
}

/* TOP MENU with new jquery dropdowns */

ul.dropdown                         { position: relative; }
ul.dropdown li                      { font-weight: bold; float: left; zoom: 1; background:#660000; }
ul.dropdown a:hover		            { color: white; }
ul.dropdown a:active                { color: white; }
ul.dropdown li a                    { display: block; padding: 4px 8px; 
	 								  color: white; }
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { background#660000:; color: black; position: relative; }
ul.dropdown li.hover a              { color: white; }

ul.sub_menu li.hover a, ul.sub_menu a:hover	{ color: black; }

#privacyContainer table {border-collapse: collapse;}



/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/* jQuery lightBox plugin - Gallery style */
	#gallery {
		background-color: #fff;
		padding: 10px;
		width: 620px;
	}
	#gallery ul { list-style: none; margin-bottom:0;}
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 5px solid #3e3e3e;
		border-width: 5px 5px;
	}
	#gallery ul li a {text-decoration: none;}
	#gallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px;
		color: #fff;
		
	}
	#gallery ul a:hover { color: #fff; }
	

	
	
	
/*--NAVIGATION--

#nav li a#home { width: 60px; }

#nav li a#home:hover, #nav li.iehover a#home, #nav li:hover a#home { width: 60px; }

#nav li a#aboutus { width:80px; }

#nav li a#aboutus:hover, #nav li.iehover a#aboutus, #nav li:hover a#aboutus {width: 80px; color: #000; }

#nav li .aboutus {width: 80px;}

#nav li a#opportunity {width:190px; }

#nav li a#opportunity:hover, #nav li.iehover a#opportunity, #nav li:hover a#opportunity { width: 190px; color: #000; }

#nav li .opportunity {width: 190px; }

#nav li a#mutual {width:110px; } 

#nav li a#mutual:hover, #nav li.iehover a#mutual, #nav li:hover a#mutual {width: 110px; }

#nav li a#press {width:70px; }

#nav li a#press:hover, #nav li.iehover a#press, #nav li:hover a#press {width: 70px; color: #000;}

#nav li .press {width: 70px; }

#nav li a#contact {width:99px; }

#nav li a#contact:hover, #nav li.iehover a#contact, #nav li:hover a#contact {width: 99px; }

#nav li a#hq {width:110px; }

#nav li a#hq:hover, #nav li.iehover a#hq, #nav li:hover a#hq {width: 110px; }

#nav li {float: left; display: block; border-right: 2px solid #fff;  padding: 0 10px;  margin: 10px 0;}

#nav li.last {border-right: 0 none;}

#nav li ul {position: absolute; left: -999em; margin-left: -10px; padding: 0 10px 0 10px; z-index: 2; background-color: #660000; }

#nav li a {color: #fff; text-transform: uppercase; font-size: 11px; font-weight: bold; font-family: Arial; text-align: center; text-decoration: none; }

#nav li a:hover {color: #000; }

#nav li ul li { list-style-type: none; margin: 0; float: none; border-right: 0 none; }

#nav li ul li a {display: block; color: #fff; font-size: 11px; text-align: left; text-transform:capitalize; text-align: center; }

#nav li ul li a:hover {color: #000; }

#nav li:hover ul, #nav li.sfhover ul{left: auto; }

*/
