@charset "UTF-8";
/* CSS Document */
* {margin:0; padding:0;}
body  
{
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	background-color:#ebffb0;
}
#container
{
	width: 980px;
	margin: 0 auto;
	margin-top:-82px;
	
}
/* GENERAL TEXT STYLES ------------------------------------------------------------------------------------------------------------------------------ */

h1, h2, h3, h4, h5, h6, p, ul, li 
{
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
}

h1 
{
	background-image:url(../images/logo_icon.jpg);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:1em;
	padding-top:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#61662e;
	font-size:1.5em;
	font-weight:500;	
}
	
h2 
{
	margin-top:0.1em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#719e66;
	font-weight:800;	
}
			
h2 a 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#719e66;
	font-weight:800;
}			
			
h2 a:hover {color:#66CC33;}	
			
h3 
{
	margin-top:1em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#663300;
	font-weight:800;
	text-decoration:none;
	background-color:#eef2e1;
	padding-left:1em;
	padding-top:.2em;
	padding-bottom:.3em;
}			
			
h4	
{
	margin-top:1em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	color:#666666;
	font-weight:800;}		
			

p
{
	margin-top:1em;
	font-size:0.8em;
	line-height:1.5em
	font-family:Arial, Helvetica, sans-serif;
}

p  a
{
	margin-top:1em;
	line-height:1.5em
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
}
	
.small 
{
	margin-top:.5em;
	font-size:0.75em;
	line-height:1.5em;
	color:#818181;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
}

.flags 
{
	margin-left:1em;
	position:relative; left:120px; top: 10px;
	cursor:pointer !important;
	z-index:999999;		
}
	
.news-p {margin-top:0;}

.read-more a 
{
	color:#3399CC;
	text-decoration:none;
	font-weight:100;
}			
			
.read-more a:hover {color:#0066CC;}
img {border:none;}	

/* HEADER ------------------------------------------------------------------------- */
#header 
{
	height:82px;
	background-image:url(../images/header_img.jpg);
	background-repeat:repeat-x;
}	

#mission 
{	
	float:right;
	z-index:999999;
}			
			
#mission h4 
{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:0.85em;
	text-align:right;
	font-weight:normal;
	position:relative; top:0px; right:2px;
}

#mission a	 
{
	margin-left:1em;
	position:relative; left:120px; top: 10px; 		
}
			
#top 
{
	position:relative; top:0px;
	float:left;
}
#flash {position:relative; top:0px; left:0px;}

/* CONTENT ----------------------------------------------------------- */

#content 
{
	margin-top:0px;
	border-right:1px solid #666666;
	border-left:1px solid #666666;
	border-bottom:1px solid #666666;
	background:#f1f6ef;
}

#content ul li
{
	margin-top:0px;
	font-size:0.8em;
	color:#818181;
	font-family:Arial, Helvetica, sans-serif;
	list-style:outside;
	list-style-type:square;
}

#content ul li a, #content a
{
	color:#818181;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#content a
{
	color:#818181;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#content dl dt
{
	margin-top:25px;
	font-size:0.8em;
	font-weight: bold;
	color:#818181;
	font-family:Arial, Helvetica, sans-serif;
	
}

#content dl dd ul li
{
	margin-top:0px;
	margin-left:20px;
	padding-right: 30px;
	font-size:12px;
	color:#818181;
	font-family:Arial, Helvetica, sans-serif;
	list-style:outside;
	list-style-type:square;
}
/* NAVIGATION ----------------------------------------------------------- */
#navcontainer 
{
	height:42px;
	background-image:url(../images/nav_back.jpg);
	background-repeat:repeat-x;
}

#navcontainer ul
{
	height:100%px;
	padding-left: 0;
	margin-left: 0;
	background-image:url(../images/botton_back.jpg); background-repeat:repeat-x;
	color: White;
	float: left;
	width: 100%;
	height:100%;
	font-family: arial, helvetica, sans-serif;
	font-size:.95em;
}

#navcontainer ul li {display: inline;}

#navcontainer ul li a
{
	padding: 0.4em 0.8em;
	background-image:url(../images/botton_back.jpg); background-repeat:repeat-x;
	color:#5c612f;
	text-decoration: none;
	float: left;
	border-right: 1px solid #829363;
	border-left:none;
}

#navcontainer ul li a:hover
{
	background-image:url(../images/botton_back_hover.jpg);
	background-repeat:repeat-x;
	color:#fff;
}


#navlist li a#current, #navlist li a#current:link
{
	background-image:url(../images/botton_back_hover.jpg);
	background-repeat:repeat-x;
	color:#fff;
	cursor: default;
	font-weight: normal;
	border-bottom:none;
	border-left:none;
}

#navlist li a#current:hover
{
}				

#navlist li a#last, #navlist li a#last:link 
{
	padding: 0.4em 1em;
	background-image:url(../images/botton_back.jpg); background-repeat:repeat-x;
	color:#5c612f;
	text-decoration: none;
	float: left;
	border-right:none;
	border-left:none;
}

#navlist li a#last:hover
{
	background-image:url(../images/botton_back_hover.jpg);
	background-repeat:repeat-x;
	color:#fff;
}

/* LEFT NAVIGATION ------------------------------------------------------- */
		
#navcontainer-l
{
	margin-top:20px;
	margin-right:20px;
}	

#navlist-l
{
	margin-left: 0;
	padding-right: 0px;
	list-style: none;
	text-align:right;
	line-height:1.5em;
}

#navlist-l li 
{
	padding-right: 0px;
	list-style:square;
	list-style-position:inside;
}

#navlist-l li a 
{
	color:#632c0b;
	text-decoration:none;
	font-size:.9em;
}
				
				
.navlist-small li 
{
	color:#719e66;
	list-style:none;
	font-size:0.85em;
}

.navlist-small li a {color:#719e66;}

#navlist-l li a#current, #navlist-l li a#current:link
{
	color:#669900;
	cursor: default;
	font-weight: bold;
	font-size:1em;
	border-bottom:none;
	border-left:none;
}

#navlist li a#current:hover
{
}

/* LEFT NAVIGATION LEFT JUSTIFY------------------------------------------- */
#navcontainer-ll
{
	margin-top:10px;
	margin-left:1.7em;
}	
	
	
#navlist-ll
{
	margin-left: 0;
	padding-right: 0px;
	list-style: none;
	text-align:left;
	line-height:1.3em;
}

#navlist-ll li 
{
	padding-right: 0px;
	list-style:square;
	list-style-position:outside;
}


#navlist-ll li a 
{
	color:#632c0b;
	text-decoration:none;
	font-size:.9em;
}				
				
#navlist-ll li a:hover 
{
	color:#669900;
	font-weight: bold;
}

#navlist-small li 
{
	color:#719e66;
	list-style:none;
	font-size:0.85em;
}

#navlist-small li a {color:#719e66;}

#navlist-small li a:hover 
{
	color:#669900;
	font-weight: bold;
}

#navlist-ll li a#current, #navlist-ll li a#current:link
{
	color:#669900;
	cursor: default;
	font-weight: bold;
	font-size:.9em;
	border-bottom:none;
	border-left:none;

}
#navlist-ll li a#current:hover
{
}


/* LEFT  COLUMN ---------------------------*/

#left-col 
{
	float: left; 
	width: 195px; /* since this element is floated, a width must be given */
	background:none; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}

#left-col hr {margin-top:10px;}

.translation {font-size:0.9em;
	color:#003366;
	background-image:url(../images/dynamic.jpg);
	background-repeat:no-repeat;
	padding-left:2.5em;
	padding-top:0.75em;
	margin-left:0.7em;
}

#left-col a 
{
	text-decoration:none;
	color:#003366;
}

#left-col p 
{
	font-size:0.75em;
	text-align:right;
	margin-right:1.5em;
	font-weight:100;
}			

#bottom-l {}

/* RIGHT  COLUMN ---------------------------*/

#r-col 
{
	background-color:#FFFFFF;
	background: #ffffff;	
	margin-top:15px;
	margin-left:15px;
	margin-right:15px;
	float: right; 
	width: 131px; /* since this element is floated, a width must be given */
	padding: 0; /* top and bottom padding create visual space within this div */
}

#r-col img.right-col-img {margin-left:5px;}
#r-col hr {margin-top:10px;}

#r-col a 
{
	text-decoration:none;
	color:#003366;
}		


.translation 
{
	font-size:0.9em;
	color:#003366;
	background-image:url(../images/dynamic.jpg);
	background-repeat:no-repeat;
	padding-left:2.5em;
	padding-top:0.75em;
	margin-left:0.1em;
}

.right 
{
	margin-left:10px;
	color:#FFFFFF;
	margin-top:.5em;
	font-size:.75em;
}


/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/

/* CENTER ---------------------------*/
/* WHITE CONTENT ---------------------------*/
#white-content 
{
	border-top:1px solid #dedede;

	border-left:1px solid #dedede;
	border-bottom:1px solid #dedede;
	background-color:#FFFFFF;
	margin-top:5px;
	margin-bottom:10px;
	margin-left:198px;
	height:100%
}

#center-col 
{
	background-color:#FFFFFF;
	margin-top:0px;
	width:498px;
	margin-left: 0px;
	padding: 0 2em 0 2em; /* padding here creates white space "inside the box." */
} 

#news-sec 
{
	margin-top: -18px;
	display:inline;
	width:490px;
}

#news-l 
{
	width:240px;
	float:left;
	margin-top:0px;
	position:relative; top:0px;
}

#news-r 
{
	margin-left:250px;
	position:relative;
	margin-top:0px;
}

#center-col hr 
{
	margin-bottom:0.5em;
	margin-top:0.5em;
}

#center 
{
	background-color:#FFFFFF;
	margin-top:15px;	
	margin-left: 0px;
	margin-right:50px;
	padding: 0 2em 0 2em; /* padding here creates white space "inside the box." */
} 

#center-col hr 
{
	margin-bottom:0.5em;
	margin-top:0.5em;
}

#center hr 
{
	margin-bottom:0.5em;
	margin-top:0.5em;
}

#anchor
{
	margin-left: 1em;
	margin-top:1.5em;
	padding-right: 0px;
	list-style: none;
	text-align:left;
	line-height:1.3em;
}

#anchor li 
{
	padding-right: 0px;
	list-style:square;
	list-style-position:outside;
}


#anchor li a 
{
	color:#632c0b;
	font-size:.8em;
}

#center ul 
{
	margin-left: 1em;
	margin-top:1em;
	padding-right: 0px;
	font-size:.9em;
	list-style: none;
	text-align:left;
	line-height:1.5em;
	padding-right: 0px;
	list-style:none;
}

/* FOOTER ---------------------------*/

#footer 
{ 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(../images/footer.jpg);
	background-repeat:repeat-x;
} 
#footer p 
{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#5c612f;
	font-size:0.75em;
	font-weight:100;
}

#footer a, #footer a:active, #footer a:visited, #footer a:hover
#footer a:active
{
	color:#663333;
	text-decoration:none;
}

#footer a:hover {color:#5c612f;}

/* Miscellaneous classes for reuse */
.fltrt 
{ /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft 
{ /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat 
{ /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
--> 

#copyright p 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#333333;
}

#copyright a 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#333333;
}

/* place css fixes for all versions of IE in this conditional comment */
#left-col, #r-col { padding-top: 0px; }
#center-col { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */

/* OLGA'S STYLES --------------------------------- */
.skipNav { display:none; }
.currentSm
{
	color: #90694c;
	padding-left:15px;
}

.currentSm ul li
{
	list-style:square;
}

.subSubmenu
{
	color: #5c612f; 
	font-size: 11px;
}

#navlist-smallText
{
	color:#719e66;
	list-style:none;
}

#navlist-smallText li {
	color:#719e66;
	list-style:none;
	font-size:.8em;
}

#navlist-smallText li a {color:#719e66;}
#navlist-smallText li a:hover {color:#632c0b;}
.rightImg {
	margin-top: 15px;
	float:right;
	margin-left: 15px;
}
.contentWithImg
{
	margin-top:1em;
	line-height:1.5em;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color:#666666;
}
.contentRight
{
	float:right;
	line-height:1.5em;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size: 0.8em;
	padding-left:20px;
}
.tableSmall
{
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size: 0.8em;
}
.tableSmall td
{
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	padding-left:3px;
	padding-top:3px;
	padding-right:3px;
}
.tableSmall td.a
{
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	text-decoration:underline;
}
.select
{
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
}

.large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.comments {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: red;
}

