/* 
 _________________________________________________________
|                                                         |
|    DESIGN + http://fullahead.org                        |
|      DATE + 2005.05.12                                  |
| COPYRIGHT + free use if this notice is kept in place    | 
|_________________________________________________________|

*/



/* -- Main layout styles -- */

body {
  margin: 1em 1em 1em 1em;
  padding: 0px;
  font-family: verdana, sans-serif;
  font-size: 1.0em;
  background-color: #000;
}
/* -- main content text colour -- */
#siteBox {
  float: left;
  width: 100%;
  color: #ffff00;
}





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

#header {
  float: left;
  width: 100%;
  height: 14em;
  background: #000 url(../images2/ufea_flag2.gif) no-repeat bottom left;
}

#header a {
  float: right;
  width: 10em;
  padding: 5px 8px 5px 8px;
  font-size: 0.6em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffff00;
  background-color: #333333;
  border-bottom: 2px solid #404040;
  border-right: 1px solid #404040;
  border-left: 1px solid #404040;
}

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

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

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

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: #ffff00;
}

.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;
  border-left: 1px solid #404040;
  background-color: #3B5998;
}

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

#contentRight {
  float: right;
  width: 80%;
  border-left: 1px solid #3B5998;
  background: #000 url(../images2/corner_sub_tl.gif) no-repeat top left;
}

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

#contentRight a {  
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid #404040;
}



#contentRight a:hover {
  color: #ffff00;
  background-color: #888;
  border-bottom: 1px solid #14ec1f;
}

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

#contentLeft a {  
  text-decoration: none;
  color: #ffff00;
  border-bottom: 1px solid #404040;
}

#contentLeft a:hover {
  color: #3B5998;
  background-color: #333333;
  border-bottom: 1px solid #fff;
}

.header, .subHeader {
  display: block;
  clear: both;  
  font-weight: bold;
  font-size: 1.0em;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 1px solid #AAA;    
}

.header2
{
  display: block;
  clear: both;  
  font-weight: bold;
  font-size: 1.0em;
  text-transform: uppercase;
  color: #ffff00;
  border-bottom: 1px solid #AAA;    
}

.subHeader {
  border: 0px;
}
/* -- div container text -- */

.conttext{
  display: block;
  font-size: .8em;
  color: #ffff00; 
}

.conttext2{
  display: block;
  font-size: .8em;
  color: #ffff00; 
}



/* -- Content left site links (large plus icon) -- */

#content a.menuItem {
  display: block;  
  padding: 5px 0 5px 54px;
  background:   url(../images2/icn_plus.gif) no-repeat center left;
  border: 0px;
}

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





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

#footer {
  float: left;
  width: 100%;
  height: 3em;
  font-size: 0.6em;
  line-height: 2.6em;
  color: #404040;
  background: #404040 url(../images2/ufea_flag2.gif) repeat-x top left;
}

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

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

#footer a {
  color: #fff;
}

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




/* -- Display formatting styles -- */

.grey {
  font-size: 0.9em;
  color: #AAA;
}

.white {
  color: #FFF;
}

.white2 {
  font-size: 0.8em;
  color: #FFF;
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #AAA;
}






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

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

li {
  margin-left: 50px;
  padding-top: 7px;
  padding-bottom: 7px;
}

li2 {
  margin-left: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
}




/* -- Image alignment classes -- */

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

.imgLeft {
  float: left;
  margin-left: 0px;
}

.imgRight {
  float: right;
  margin-right: 0px;
}

.imgCenter {
  	position:relative;
	left:46%;
}





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

.bottomCorner {
  text-align: right;
}

.vBottom {
  vertical-align: bottom;
}

.roundcont {
	float: left;
	width: 35%;
	background-color: #333333;
	color: #ffff00;
	margin-left: 3%;
	margin-right: 5%;
	margin-bottom: 20px;
}

.roundcont2 {
	float: right;
	width: 35%;
	background-color: #333333;
	color: #ffff00;
	margin-left: 2%;
	margin-right: 5%;
	margin-bottom: 20px;
}

.roundcont3 {
	float: left;
	width: 42%;
	background-color: #333333;
	color: #fff;
	margin-left: 3%;
	margin-right: 1.5%;
	margin-bottom: 20px;
}	
.roundcont4 {
	float: right;
	width: 42%;
	background-color: #333333;
	color: #fff;
	margin-left: 1%;
	margin-right: 3%;
	margin-bottom: 20px;
}

.roundcont5 {
	float: left;
	width: 88%;
	background-color: #333333;
	color: #ffff00;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 20px;
}


.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(/images2/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(/images2/br.gif) no-repeat top right; 
}

img.corner {
   width: 30px;
   height: 30px;
   border: none;
   display: block !important;
}

/*-- Contact Form --*/ 

.textar {
	font: normal 11px Verdana;
	color: #000000;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-color:#ffffff;
	border-left: 1px solid #265C62; 
	border-right: 1px solid #265C62; 
	border-top: 1px solid #265C62; 
	border-bottom: 1px solid #265C62; 
}

