/* Stylesheet for Akta - by Nadia */
body {
margin: 0;
padding: 0;
text-align: center;  /* to overcome IE bug so that page centers in center vertically */
/*background-color: #ddd8ba;*/
background-color:#CCCCFF
	}
	
		li{
	list-style-type: square;
}
	
	
/*	Basic link styles*/
	a:link {
	text-decoration: underline;
	color: #5E2933;
}
a:visited {
	text-decoration: underline;
	color: #B6765A;
}
a:hover {
	text-decoration: none;
	color: #B6765A;
}
a:active {
	text-decoration: none;
	color: #B6765A;
	}
/* external wrapper div */
#wrapper {
width: 773px;  
margin: 0 auto;
text-align: left;	/* counteracts the center align in the body tag - so that the text does not center in rest of site */
}
/* very top company logo div */	
#top {
	width: 773px;
	height: 106px; /*background-image: url(images/companyname.gif);*/
	background-image: url(images/header2spanish.jpg);
	background-repeat: no-repeat;
}
	/* large image div */
#image	{
width:773px;
height:291px;
background-image: url(images/headerpic.jpg);
background-repeat:no-repeat;
margin-top:2px;
}	
 
/*navigation styling */

#navBar {
	overflow:auto;
	padding: 4px 0px 4px 50px;
	margin-top: 4px;
	margin-left: 0px;
	margin-bottom: 3px;
	border: none;
	background-color: #000000;
	color: #FFFFFF;
	background-repeat: no-repeat;

	font: bold 16px Arial, Helvetica, sans-serif;
}

#navBar ul {
	margin: 0px; 
	padding: 0px;
	list-style-type: none; 

}
#navBar li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#navBar a {
	font: bold 15px Arial, Helvetica, sans-serif;
	background: transparent;
	border: none;
	margin: 0px;
	color: #333333;
	text-decoration: none;
	padding: 0px 10px;
	/*border-right: 1px solid #FFFFFF;*/
}

#navBar a:link, #navBar a:visited {
	color: #FAF8F7;
	text-decoration: none; 
}

#navBar a:hover {
	/*color: #ddd8ba;*/
	color:#CCCCFF;
	background-color: #000000;
	background-color: transparent;
}

#navBar a:active {
	background-color: transparent;
	color: #FFFFFF;
}
/*End NavBar styles */
	
	
#news	{
	width:200px;  /*plus padding = 239*/
	height:auto;
	border:4px solid #FFF;
	/*background-color:#ddd8ba;*/
	background-color: #CCCCFF;
	float:left;
	}
	
/* styles the news box header */
#darker	{
	width:200px;
	height:27px;
	/*background-color:#1F4455;*/
	background-color: Black;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	/*color:#ddd8ba;*/
	color:white;
	vertical-align:middle;
	text-align: center;
	line-height:30px;
	}
	#darker2	{
	width:231px;
	height:27px;
	background-color:#756F5F;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#D2D0B9;
	vertical-align:middle;
	text-align: center;
	line-height:30px;
	}
	
	/* news text box */
#text	{
padding:4px; 
width:200px;
font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
color: black;
}
/* header style for the text box */
#text H2 {
font-size: 13px;
color: #7B8EA0;
}

/* link styles for the news/text box area */

#text a, #text a:link, #text a:visited
{
	text-decoration: underline;
	color: #5E2933;
}
	
#text a:hover {
	text-decoration: none;
	color: #B6765A;
}
#text a:active {
	text-decoration: none;
	}

	/* main content area */
#content	{
	width: 528px; /* plus 12px padding plus 8px border = 522 */
	padding: 6px;
	margin-left: 9px;
	float: right;
	border: 4px solid #FFF;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
	line-height: 1.5em;
}

#popup	{
	width: 350px; /* plus 12px padding plus 8px border = 522 */
	padding: 6px;
	float: right;
	border: 4px solid #FFF;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
	line-height: 1.5em;
}

#disclaimer {
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* gives a bit of padding between the graphics inn the content area */
#content img {
	padding: 4px;
}
/* this rule ensures that Mac IE5.2 doesn't drop down the content dive */
#content p {
width: 476px;
}
	
	/* H1 style for the content area */
#content H1 {
	font-family: Helvetica, Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: Black; /*color: Black;*/
}

#content H2 {
	font-size: 13px; /*color:#1F4455;*/
	color: #3D3D3D;
}

#popup H2 {
	font-size: 13px; /*color:#1F4455;*/
	color: #3D3D3D;
}

/* link styles for the content area */
#content a, #content a:link, #content a:visited
{
	text-decoration: underline;
	color: #5E2933;
}
	
#content a:hover {
	text-decoration: none;
	color: #B6765A;
}
#content a:active {
	text-decoration: none;
	}
	
/* bottom copyright div */	
#bottom	{
margin-top:10px;
width:765px;
height:20px;
/*background-color:#1F4455;*/
background-color: Black;
font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #EAE8E5;
float:left;
padding: 5px;
text-align: center;
}
#bottom a, #bottom a:link, #bottomt a:visited
{
	text-decoration: underline;
	color: #5E2933;
}
	
#bottom a:hover {
	text-decoration: none;
	color: #FEFDFC;
}
#bottom a:active {
	text-decoration: none;
	}

/***** Begin laying out the contact form *****/

form {width: 450px;}

fieldset{
	padding:0px;
	border: 1px solid #726C5E;
	margin-bottom:15px;
	width: 460px;
	font-size: 100%;
}

/*styles the input fields*/
input,textarea,select{
	border: 1px solid #5B5136;
	margin: 4px;
	padding: 2px;
}

label{
	color: Black;
	font-size: 100%;
}
legend{
padding:10px;/*gives a bit of padding between the border and the test*/
color: #756F5F;
font-size: 130%;
font-weight: bold;
}

.submitbutton {
	border: 1px solid #7F714B; /*background: #C1B697;*/
	color: #FFF;
	background: Maroon;
	font-weight: bold;
	width: 143px;
	font: bold 12px Arial, Helvetica, sans-serif;	
}
.submitbutton-es {
	border: 1px solid #7F714B; /*background: #C1B697;*/
	color: #FFF;
	background: Maroon;
	font-weight: bold;
	width: 148px;
	font: bold 12px Arial, Helvetica, sans-serif;	
}
/*end of form styles */

/*Current marker page styles*/

#navBar a.currentLink {color: #FFCC00;}

.clearit {
clear: both;
font-size: 1px; /*for IE*/
height: 0;
line-height: 0px;
}


