
/* -- Main layout styles -- */

body {
  text-align:center;
  min-width:900px;
  margin: 1em 1em 1em 1em;
  padding: 0px;
  font-family: verdana, sans-serif;
  font-size: 1.0em;
  background-color: #333;  
}

#siteBox {
  margin: 0 auto;
  width: 900px;
  color: #FFF;
  background:#666;
  text-align: left;
}

/* -- Header layout/display styles -- */

#header {
  float: left;
  width: 100%;
  /*height: 4em;*/
  height: 75px;
  background: #25509F url(../images/hdr3.jpg) no-repeat bottom left;
}

#header a {
  float: right;
  width: 100px;
  padding: 5px 10px 5px 10px;
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFF;
  background-color: #666;
  border-bottom: 2px solid #333;
  border-right: 1px solid #333;
  border-left: 1px solid #333;
}

#header a:hover, #header a.active {
  padding-top: 10px;
  background-color: #333;
}

#header a.lastMenuItem {
  background-image: url(../images/corner_tr.gif);
  background-repeat: no-repeat;
  background-position: top right;
  border-right: 0px;
}

a .desc {
  display: none;
  text-transform: lowercase;
  color: #FC0;  
}

a:hover .desc, .active .desc {
  display: block;
}

/* -- Header title and subTitle layout/display styles -- */
.title {
  float: left;
  padding: 1em 30px 0 2em;
  font-size: 1.4em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
  line-height: 0.75em;
  letter-spacing: -0.15em;
  color: #FC0;
}

.subTitle {
  display: block;
  font-size: 0.4em;
  text-transform: lowercase;
  line-height: 1.2em;  
  letter-spacing: 0.01em;
}

/* -- Content layout/display styles -- */

#content {
  float: left;
  width: 100%;
  padding: 1em 0 1em 0;
  background-color: #666;
}

#contentLeft {
  float: left;
  width: 23.3%;
  margin-bottom: 1em;
  background: #777 url(../images/corner_sub_tr.gif) no-repeat top right;  
}

#contentRight {
  /*border: dotted 1px black;*/
  float: right;
  width: 75%;
  background: #777 url(../images/corner_sub_tl.gif) no-repeat top left;
}

#content p {  
  margin: 1.2em 1.2em 2em 1.2em;
  font-size: 0.8em;
  line-height: 1.6em;
}

#content a {  
  text-decoration: none;
  color: #FC0;
  border-bottom: 1px solid #AAA;
}

#content a:hover {
  color: #DDD;
  background-color: #888;
  border-bottom: 1px solid #EEEEEE;
}

.header, .subHeader {
  display: block;
  clear: both;  
  font-weight: bold;
  font-size: 10px;
  text-transform: lowercase;
  color: #FC0;
  border-bottom: 1px solid #AAA;    
}

.subHeader {
  border: 0px;
}

/* -- Content left site links (large plus icon) -- */
#content a.menuItem {
  display: block;  
  padding: 5px 0 5px 54px;
  background: url(../images/icn_plus.gif) no-repeat center left;
  border: 0px;
}

#content a:hover.menuItem { 
  color: #DDD;
  background: #888 url(../images/icn_plus_on.gif) no-repeat center left;
  border: 0px;
}

/* -- Login box style --*/

.loginbox {

	position: relative;
	margin-left:18px;
	width: 178px;
	
	}

.form-textbox {
	border-style: ridge;
	font-size: 10px;
   	height: 13px;
   	background-color:#A7DBF0;
	}

.form-scrolling-textbox{
	border-style: ridge;
	font-size: 12px;
   	background-color:#A7DBF0;
	}

.form-textbox-error {
	border-style: ridge;
	font-size: 12px;
   	height: 13px;
   	background-color:#ff4444;
	}

.form-submit {
	border-style: ridge;
	font-size: 10px;
   	height: 19px;
   	background-color:#999999;
	}

.form-select {
	border-style: ridge;
	font-size: 10px;
   	height: 18px;
   	background-color:#A7DBF0;
	}

/* -- Footer layout/display styles -- */

#footer {
  float: left;
  width: 100%;
  height: 3em;
  /*font-size: 0.6em;*/
  font-size: 10px;
  text-transform: lowercase;
  line-height: 2.6em;
  color: #0AD;
  background: #25509F url(../images/hdr2.jpg) repeat-y top left;
}

#footerLeft {
  float: left;
  width: 60%;
  height: 3em;
  text-align: left;
  background: url(../images/corner_bl.gif) no-repeat bottom left;
}

#footerRight {
  float: right;
  width: 35%;
  height: 3em;
  text-align: right;
  background: url(../images/corner_br.gif) no-repeat bottom right;
}

#footer a {
  color: #0AD;
}

#footer a:hover {
  color: #666666;
}

/* -- Display formatting styles -- */

.grey {
  /*font-size: 0.9em;*/
  font-size: 12px;
  color: #AAA;
}

.white {
  color: #FFF;
}

acronym {
  cursor: help;
  border-bottom: 1px dotted #AAA;
}


/* -- <ul> tag styles -- */

ul{
  /*font-size: 0.8em;*/
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
  list-style-image: url(../images/li_bullet.gif);
}

/*
li {
  margin-left: 5px;
}
*/

/* -- Image alignment classes -- */

.imgLeft, .imgRight {
  margin: 5px;
}

.imgLeft {
  float: left;
  margin-left: 0px;
  vertical-align:middle;
  border:0;
}

.imgRight {
  float: right;
  margin-right: 0px;
  vertical-align:middle;
  border:0;
}


/* -- Utility classes to create the bottom rounded corners -- */

.bottomCorner {
  text-align: right;
}

.vBottom {
  vertical-align: bottom;

}

/* -- Contact page -- */
.addressBox {
	float:left;
	/*border:dotted 1px black;*/
	width:215px;
	margin: 1.2em 1.2em 2em 1.2em;
  	/*font-size: 0.8em;*/
  	font-size:12px;
  	line-height: 1.6em;
	}

.contactBox{
	float: right;
	/*border:dotted 1px black;*/
	width:375px;
	margin: 1.2em 1.2em 2em 1.2em;
  	/*font-size: 0.8em;*/
  	font-size:12px;
  	line-height: 1.6em;
	}

.emailConfirmation{
	float: left;
	border:ridge black;
	width:350px;
	margin: 1.2em 1.2em 2em 1.2em;
  	/*font-size: 0.8em;*/
  	font-size:12px;
  	line-height: 1.6em;
  	z-index:5;
  	background-color:#fff;
	}
	
/*
.dimPage{
	position:absolute;
	left:-10px;
	top:-10px;
	width:100%;
	height:100%;
	z-index:-1;
	background-color:#000000;
	border:1px solid black;
	opacity: .8;
	filter: alpha(opacity=80);
	}
*/
.customerImg{
	border:ridge 2px #333333; 
	}
	
.efa_header {
	}
	
.adodi {
	/*border:solid 1px white;*/
	position:relative;
	left:420px;
	height:20px;
	width: 120px;
	background:transparent;
	/*position:absolute;
	left:500px;
	top:78px;*/
	}
	

.bodyLeft {
	width: 335px;
	float:left;
}
.bodyRight {
	width: 335px;
	float: right;
}

