* {
 margin: 0px;
 padding: 0px;
}

body {
  margin: 10px 0 0 0;
  padding: 0px 0px 0px 0px;
  background: white;
  font: 70% Verdana,Sans-serif;
  line-height: 140%;
  text-align:center;
  color: black;
  }

#container {
  background: #b8cdd9 url(gfx/page_layout/container_bg.gif) repeat-y left top;
  width: 915px;
  margin: 0 auto;
  border: 0px;
  border-width:0 1px;
  text-align:left;
  color: #1F4434;
  position:relative;
	padding: 0px;
  }
	
hr.spacer {
 padding: 0px;
 margin: 0px;
 clear: both;
 width: 20px;
 text-align: center;
 background: #b8cdd9;
 color: #b8cdd9;
 border: 0px;
}
/* Header */

#header {
 width: 915px;
 background: transparent url(gfx/page_layout/header_bg.gif) no-repeat left top;
}

#header a.logo img {
 float: left;
 border: 0px;
 margin: 20px 0px 0px 20px;
}

#header p {
 margin: 0px;
 padding: 10px 20px 0px 0px;
 float: right;
 text-align: right;
}                    

#header form.search_form {
 float: right;
 width: 700px;
 margin: 5px 20px 10px 0px;
 text-align: right;
 color: #193c4d;
}
#header form.search_form input {
 border: 1px solid #193c4d;
 color: black;
 padding: 0px;
}
#header form.search_form input.button {
 border: 1px solid #193c4d;
 background: #193c4d;
 color: white;
 margin: 0px 0px 0px 10px;
 padding: 0px;
}
#header form.search_form a {
 color: #193c4d;
 text-decoration: none;
}
#header form.search_form a:hover {
 text-decoration: underline;
 color: #193c4d;
}
       
/* Top Navigation in header */

#header ul {
 clear: both;
 margin: 5px 5px 0px 5px;
 border: 0px;
 padding: 0px;         
 background: #5a92ab url(gfx/page_layout/top_nav_bg.gif) repeat-y left top; 
 width: 905px;
}

#header ul li {
 background: transparent;
 list-style: none;
 margin: 0px;
 padding: 0px;
 border: 0px; 
 display: block;   
 float: left;   
 width: 150.8px;
}
#header ul li.active {     
 background: #5a92ab;
}

#header ul li a {
 float: left;
 display: block;
 text-decoration: none;     
 text-align: center;
 background: #5a92ab;
 color: white;
 margin: 0px;
 padding: 1px 0px 3px 0px;
 border-top: 3px solid #5a92ab;
 border-bottom: 3px solid #0081ba;
 font-size: 100%;   
 white-space: nowrap;
 width: 100%;
}

#header ul li a.menu1 {
 border-top: 3px solid #5a92ab;
 border-bottom: 3px solid #0081ba;
}
#header ul li a.menu2 {
 border-top: 3px solid #5a92ab;
 border-bottom: 3px solid #EE3124;
}
#header ul li a.menu3 {
 border-top: 3px solid #5a92ab;
 border-bottom: 3px solid #193C4D;
}
#header ul li a.menu4 {
 border-top: 3px solid #5a92ab;
 border-bottom: 3px solid #00A94F;
}
#header ul li a.menu5 {
 border-top: 3px solid #5a92ab;
 border-bottom: 3px solid #FFC709;
}

#header ul li a:hover {
 color: white;            
 background: #0081ba;
 border-top: 3px solid #0081ba;
 border-bottom: 3px solid #0081ba;
}   

#header ul li a:hover.menu1 {
 border-top: 3px solid #0081ba;
 border-bottom: 3px solid #0081ba;
 background: #0081ba;
}
#header ul li a:hover.menu2 {
 border-top: 3px solid #EE3124;
 border-bottom: 3px solid #EE3124;
 background: #EE3124;
}
#header ul li a:hover.menu3 {
 border-top: 3px solid #193C4D;
 border-bottom: 3px solid #193C4D;
 background: #193C4D;
}
#header ul li a:hover.menu4 {
 border-top: 3px solid #00A94F;
 border-bottom: 3px solid #00A94F;
 background: #00A94F;
}
#header ul li a:hover.menu5 {
 border-top: 3px solid #FFC709;
 border-bottom: 3px solid #FFC709;
 background: #FFC709;
}


#header ul li.active a, 
#header ul li.active a:hover {                                                                  
 background: #b8cdd9;
 border-top: 3px solid #0081ba;
 border-bottom: 3px solid #b8cdd9;
 padding: 1px 0px 3px 0px;
 color: black;
}

#header ul li.active a.menu1,
#header ul li.active a:hover.menu1 {
 border-top: 3px solid #0081ba; 
 border-bottom: 3px solid #b8cdd9; 
}
#header ul li.active a.menu2,
#header ul li.active a:hover.menu2 {
 border-top: 3px solid #EE3124;    
 border-bottom: 3px solid #b8cdd9;
}
#header ul li.active a.menu3,
#header ul li.active a:hover.menu3 {
 border-top: 3px solid #193C4D;    
 border-bottom: 3px solid #b8cdd9;
}
#header ul li.active a.menu4,
#header ul li.active a:hover.menu4 {
 border-top: 3px solid #00A94F;  
 border-bottom: 3px solid #b8cdd9;
}
#header ul li.active a.menu5,
#header ul li.active a:hover.menu5 {
 border-top: 3px solid #FFC709;  
 border-bottom: 3px solid #b8cdd9;  
}



/* Footer*/
#footer {
 background: transparent url(gfx/page_layout/footer_bg.gif) no-repeat left top;
 width: 915px;
 margin: 0 auto;
 border: 0px;
 border-width:0 1px;
 text-align: left;
 padding: 50px 0px 15px 0px;
}

#footer P {
 font-size: 80%;
 line-height: 135%;
 color: #00265D;
 text-align: center;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
}

#footer P A {
 color: #00265D;
 text-decoration: none;
}


body h2 {
 background: #4A4A4A;
 color: white;
 padding: 2px;
 margin: 0px 5px 0px 4px;
 text-align: right;
 font-weight: normal;
 font-size: 130%;
}

/* Navigation */
#navigation {
 float: left;
 width: 146px;
 min-height: 530px;
 margin: 20px 0px 0px 5px;
 padding: 0px 0px 10px 0px;                 
 background: #193c4d url(gfx/page_layout/corners/drkblue_brc.gif) no-repeat right bottom;
}


#navigation ul {
 background: #193c4d url(gfx/page_layout/corners/drkblue_trc.gif) no-repeat right top;
 margin: 0px 0px 0px 0px;
 padding: 0px;
}

#navigation li {
 margin: 0px 0px 2px 0px;
 padding: 0px;
 list-style: none;
 background: transparent;
}

#navigation li.active {
 background: transparent;
}

#navigation li a {
 display: block;
 margin: 0px 10px 0px 0px;
 padding: 4px 20px 4px 10px;
 border-bottom: 1px dotted white;
 text-decoration: none;
 color: white;       
 background: transparent;
}
    

#navigation li a:hover {   
 background: transparent;
 color: #B8CDD9;   
 margin: 0px 0px 0px 0px;
 padding: 4px 30px 4px 10px;
 border-bottom: 1px dotted #B8CDD9;
}

#navigation ul li a.active,
#navigation ul li a.active:hover {  
 background: transparent;
 color: #B8CDD9;   
 margin: 0px 0px 0px 10px;
 padding: 4px 20px 4px 0px;
 border-bottom: 1px dotted #B8CDD9;
}                      

#navigation ul li ul {  
 background: transparent;
 margin: 0px;
 padding: 0px;
}

#navigation ul li ul li {
 margin: 0px;
 padding: 0px;
 list-style: none;
 background: transparent url();
}

#navigation ul li ul li.active, #navigation ul li ul li.active_sub {
 background: #D2D2D2;
}
#navigation ul li ul li a {
 display: block;
 margin: 0px 0px 0px 0px;
 padding: 2px 2px 2px 7px;
 text-decoration: none;
 color: black;
 background: transparent; 
 line-height: 120%;
}
#navigation ul li ul li a:hover,
#navigation ul li ul li a.active,
#navigation ul li ul li a.active:hover {
 padding: 2px 2px 2px 7px;
 background: #D2D2D2;
}
#navigation ul li ul li a.active_sub,
#navigation ul li ul li a.active_sub:hover {
 padding: 2px 2px 2px 7px;
 background: #D2D2D2;
}
    
#navigation ul li ul lu ul {
 background: #D2D2D2;
}
#navigation ul li ul lu ul li a{
 background: #D2D2D2;
 display: block;
 margin: 0px 0px 0px 16px;
 padding: 2px 2px 2px 2px;
 text-decoration: none;
 color: black;
 line-height: 120%;
}
#navigation ul li ul lu ul li a.active, #navigation ul li ul lu ul li a:hover {
 background: #D2D2D2;
 display: block;
 padding: 2px 2px 2px 2px;
 margin: 0px 0px 0px 16px;
}
               
/* RHS Column */
#rhs_col {
 float: right;
 margin: 20px 5px 0px 0px;
 padding: 0px 0px 0px 0px;
 color: white;                                                           
 background: #193c4d url(gfx/page_layout/corners/drkblue_blc.gif) no-repeat left bottom;
 width: 176px;
}

#rhs_col h2 {
 text-align: left;
 font-size: 1.1em;                                                       
 color: #00a94f;
 font-weight: bold;
 padding: 5px 6px 5px 5px;
 margin: 0px 0px 0px 0px;
 background: transparent;
 border-bottom: 3px solid #00a94f;
 
}  

#rhs_col h2 a {
text-decoration: none;
color: #00a94f;
}
  
#rhs_col h2.top {       
 background: #193c4d url(gfx/page_layout/corners/drkblue_tlc.gif) no-repeat left top;
}  

#rhs_col ul {
 margin: 4px 6px 20px 10px;
 list-style: none;
}

#rhs_col ul li a {
 text-decoration: none;
 color: white;
 font-size: 1.1em;
 display: block;
 padding: 5px 0px 3px 0px;  
 margin: 0px;
 border-bottom: 1px dotted #00a94f;
}

#rhs_col ul li a:hover { 
 color: #00a94f;
}

#rhs_col p {
  margin-left: 10px;
  margin-right: 10px;
}     

#rhs_col p.rss {
    padding: 0px 0px 20px 0px;                                               
}
#rhs_col p.rss a.rss_link {
    display: block;
    padding: 2px 20px 2px 0px;
    background: transparent url(gfx/page_layout/rss.png) no-repeat right 50%;
}
#rhs_col p.rss a {
    color: white;
    text-decoration: none;
}

#rhs_col p.rss a:hover {   
 color: #00a94f;  
}

#emailsub_home {
    margin-left: 10px;
}


#rhs_col form.esubscribe_home {
  background-image: url();   
}
  
.subscribe_button {
position: relative;
left: 10px;
top: 5px;
} 

fieldset {
border: none;
margin-bottom: 15px;
}            

form.esubscribe fieldset div.formrow {
    margin-bottom: 10px;            
}

form.esubscribe div.formrow label {
    display: block;
    float: left;
    width: 6em;
    margin-right: 1em;
    text-align: right;
}

form.esubscribe div.formrow .subscribe_button {
    margin-left: 68px;
}



/* h1 Mastehead styling */
#content h1 {            
 font-weight: normal;                                                 
 color: #193c4d;
 font-size: 150%;    
 line-height: 100%;
 margin: 20px 14px 5px 0px;
 padding: 0px 0px 10px 0px;
}        
	
/*Content Styling */
#content {
 background: transparent;
 float: left;
 margin: 0px 0px 0px 10px;
 padding: 10px 0px 0px 0px;
 color: black;
 width: 563px;
}

#content_missiondb {
 background: transparent;
 float: left;
 margin: 0px 0px 0px 10px;
 padding: 10px 0px 0px 0px;
 color: black;
 width: 720px;
}

#content_missiondb h1 {            
 font-weight: normal;                                                 
 color: #193c4d;
 font-size: 150%;    
 line-height: 100%;
 margin: 20px 14px 5px 0px;
 padding: 0px 0px 10px 0px;
}   

#content .prop {
 display: block;
 height: 540px;
 width: 1px;
  background: transparent;
 float: right;
}


#content h2 {
 background: transparent;
 text-align: left;
 font-weight: normal;
 font-size: 1.2em;
 color: #193c4d;
 margin: 10px 30px 5px 0px;
 padding: 0px 0px 0px 0px;
 text-align: left;
}

#content h3, #content h4 , #content h5 {
 font-weight: bold;
 font-size: 1em;
 color: #193c4d;
 margin: 10px 30px 3px 0px;
 padding: 0px 0px 0px 0px;
}

#content p {
 margin: 0px 0px 12px 0px;
 padding: 0px 0px 0px 0px;
}

#content p.small_print {
 font-size: 65%;
 line-height: 125%;
}

#content ul {
 margin: 0px 40px 12px 5px;
 padding: 5px 0px 0px 0px;
}

#content li {
 list-style: none;
 background: transparent url(gfx/page_layout/bullet.gif) no-repeat left 4px;
 margin: 0px 0px 10px 10px;
 padding: 0px 0px 0px 14px; 
}

#content ul.file_list li {
 list-style: none;
 background: transparent url();
 margin: 0px 0px 6px 0px;
 padding: 0px; 
}

#content ul.file_list li a.file_doc,
#content ul.file_list li a.file_pdf,
#content ul.file_list li a.file_ppt {
 display: block;
 margin: 0px;
 padding: 2px 0px 2px 20px; 
 background: transparent url(gfx/page_layout/file_icons/doc_icon.gif) no-repeat left 50%;
}
#content ul.file_list li a.file_pdf {  
 background: transparent url(gfx/page_layout/file_icons/pdf_icon.gif) no-repeat left 50%;
}
#content ul.file_list li a.file_ppt {  
 background: transparent url(gfx/page_layout/file_icons/ppt_icon.gif) no-repeat left 50%;
}

#content h2 a, #content h3 a {
 color: #00265D;
 text-decoration: none;
}

#content a {
 color: #00265D;
}

#content a img {
 border: 0px solid white;
}

/* Stand embeded content table */
#content table {
 border: 0px;
 width: 92%;
 margin: 10px 0px 0px 4%;
 font-size: 1em;    
 clear: both;          
}

#content table th {
 background:  #B4B4B4;
 color: white;
 border: 0px;
 font-size: 85%;
 padding: 1px;
 text-align: center;
}

#content table tr td {
 background: #F0F0F0;
 color: black;
 border: 0px;
 font-size: 85%;
 padding: 3px 1px 3px 1px;
 text-align: center;
}
#content table tr td.left {  
 text-align: left;
}        
#content table tr.light td {
 background:  white;  
}        
#content table tr.light td.dark {
 background: #F0F0F0;  
}         
#content table tr td.dark {
 background: #E0E0E0;  
}    

#content #form_table {
 width: 95%;
 margin: 0px 0px 0px 2.5%;
}

#content #form_table th {
 background: #B4B4B4;
 color: #1F4434;
 text-align: right;
}

#content #form_table th.header {
 background: #B4B4B4;
 color: white;
 text-align: center;
 border-top: 10px solid white;
}

#content #form_table td {
 background: #F0F0F0;
 color: #1F4434;
 text-align: left;
}

#content #form_table td.header {
 text-align: center;
 background: #F0F0F0;
 color: #1F4434;
}

#content #form_table input.text {
 width: 98%;
}

#content #form_table a.download {
 float: right;
 padding: 0px;
 margin:  1px 5px 1px 0px;
}
#content #form_table a.download img {
 border: 0px;
 padding: 0px;
 margin:  0px;
}

#content input.submit {
 border-top: 1px solid #A3CEA3;
 border-right: 1px solid #A3CEA3;
 border-bottom: 1px solid #052F05;
 border-left: 1px solid #052F05;
 background: #1F4434;
 color: #FEFED6;
 width: 100px;
 margin: 0px 0px 0px 30px;
}

/* Content Box styling */
#content div.content_box,
#content div.content_box_nohead {
 background: #F0F0F0;
 border: 1px solid #D9D9D9;
 border-top: 0px;
 padding: 0px;
 margin: 0px 0px 10px 0px;
}
#content div.content_box_nohead {
 border-top: 1px solid #D9D9D9; 
}
#content div.content_box h2,
#content div.content_box_nohead h2 {
 background: #B44B35;
 border-top: 4px solid #8A2710;
 color: white;
 padding: 5px;
 margin: 0px 0px 10px 0px;
}
#content div.content_box h3,h4,h5,
#content div.content_box_nohead h3,h4,h5 {
 margin: 5px;
}
#content div.content_box p,
#content div.content_box_nohead p {
 margin: 5px;
}

/* FAQ styling */
#content dl.faq,
#content dl.people_listing {
 margin: 0px;
 padding: 10px 5px 5px 5px;
 background: #F0F0F0;
}
#content dl.faq dt,
#content dl.people_listing dt {
 background: transparent url(gfx/page_layout/arrow_brown.gif) no-repeat left 6px;
 color: #B44B35;
 font-weight: bold;
 padding: 0px 0px 0px 10px;
 margin: 0px 0px 0px 0px;
}
#content dl.people_listing dt a {
 color: #B44B35;
 font-weight: bold;
 text-decoration: none;
}
#content dl.people_listing dt a:hover {
 text-decoration: underline;
}
#content dl.faq dd,
#content dl.people_listing dd {
 padding: 0px 0px 0px 10px;
 margin: 0px 0px 10px 0px;
 border-bottom: 1px dotted #909090;
 height: 90px;
}
#content dl.people_listing dt img {
 padding: 0px;
 margin: 0px 0px 0px 10px;
 border: 1px solid black;
 float: right;
}

#content h2.faq_title, #content h2.brownbg_title  {
 background: #B44B35;
 border-top: 4px solid #8A2710;
 color: white;
 padding: 5px;
 margin: 10px 0px 0px 0px;
}

/* Europe Map */
#content #nova_map {
  margin: 0px 0px 10px 0px;    
}
#content_missiondb #nova_map {
  margin: 0px 0px 10px 90px;    
}


/* Catalogue table styling */        
 #content table.catalogue_table {
 border: 0px;
 width: 92%;
 margin: 0px 0px 0px 0px;
 font-size: 1em;       
 border-collapse: collapse;              
}

 #content table.catalogue_table th {
 background:  #B4B4B4;
 color: white;
 border: 0px;
 font-size: 85%;
 padding: 1px;
 text-align: center;
}

#content table.catalogue_table tr td {
 background: white;
 color: black;
 border: 0px;                       
 font-size: 85%;           
 text-align: left;
}           
#content table.catalogue_table tr td.product_description {    
 border-bottom: 1px solid #B4B4B4;  
 padding: 10px 10px 10px 10px;
}
#content table.catalogue_table tr td.product_image {   
 border-bottom: 1px solid #B4B4B4;   
 padding: 10px 10px 10px 5px; 
 text-align: right;         
}   
#content table.catalogue_table tr td.product_image a img { 
 float: right;
 margin: 0px;
}  

#content table.catalogue_table tr td h2 {  
 background: transparent;                                                         
 color: #B44B35;
 font-weight: bold;
 margin: 0px;
 padding: 0px 0px 0px 0px;
}   
#content table.catalogue_table tr td h2 a {  
 display: block;                    
 background: transparent url(gfx/page_layout/view_icon.gif) no-repeat right top;                                            
 text-decoration: none;     
 color: #B44B35;
 padding: 0px 25px 7px 0px;
}       
#content table.catalogue_table tr td h2 a:hover {                                
 text-decoration: underline;       
} 
#content table.catalogue_table tr td p { 
 margin: 0px 0px 5px 0px;       
 padding: 0px 0px 0px 0px;
} 
#content table.catalogue_table tr td #list_prices {
 float: right;       
}
#content table.catalogue_table tr td #list_prices p {
 text-align: right;
 margin: 0px 0px 4px 0px;
}
#content table.catalogue_table tr td #list_prices p.special_price,
#content table.catalogue_table tr td #list_prices p.members_special_price { 
 color: #B44B35;
 font-weight: bold;
 margin: 2px 0px 4px 0px;
 padding: 2px;
 border: 2px dotted #B4B4B4;   
}
#content a.shop_link {  
 display: block;                    
 background: transparent url(gfx/page_layout/arrow_brown_left.gif) no-repeat left top;                                            
 text-decoration: none;     
 color: #B44B35;
 padding: 0px 0px 7px 25px;
}     
#content a img.product_image {
 border: 0px;
 margin: 10px; 
 float: left;
}

#content div.itempage_description {
 display: block;  
}

#content #prices {
 background: #F0F0F0;
 border: 1px solid #D9D9D9;
 padding: 5px;
 margin: 10px 0px 10px 10px;
 float: right;
}
#content #prices p {
 text-align: right;
 margin: 0px 0px 4px 0px;
}
#content #prices p.special_price,
#content #prices p.members_special_price { 
 color: #B44B35;
 font-weight: bold;
 margin: 2px 0px 4px 0px;
 padding: 2px;
 border: 2px dotted #B4B4B4;   
}
#content #add_to_cart {
 background: #F0F0F0;
 border: 1px solid #D9D9D9;
 padding: 5px;
 margin: 10px 0px 10px 0px;
 float: right;
}

/* deans form styles */
.input {
    border: 1px solid #99b3b4;
    width: 200px;
    background: #e4ebeb;
    font: 11px verdana, sans-serif;
    color:#443;
    padding:3px;
    margin-bottom:4px;
    outline:none;
}
.alt_input {
    border: 1px solid #99b3b4;
    width: 180px;
    background: #e4ebeb;
    font: 11px verdana, sans-serif;
    color:#443;
    padding:3px;
    margin-bottom:4px;
    outline:none;
}
.alt_input:focus {
    border:1px solid #567475;
    background: #fff;
}
.input:focus {
    border:1px solid #567475;
    background: #fff;
}
.submit-btn {
    width: 58px;
    height: 31px;
    background: url(gfx/page_layout/btn_continue.gif) no-repeat;
    outline: none;
}
.activate-btn {
    width: 58px;
    height: 31px;
    background: url(gfx/page_layout/btn_activate.gif) no-repeat;
    outline: none;
}        
.submit-btn:hover {
    background: url(gfx/page_layout/btn_continue_hover.gif) no-repeat;
}
#form_label_cell {
    text-align: right;
}
#form_input_cell {
    text-align: left;
}
#log_res {
    height:auto;
    padding:15px;
    margin:100px auto 20px auto;
    width:400px;
}
#log_res p {
    margin:0;
    padding:4px 0 4px 0;
}
.error {
    color:red;
    margin:0;
    padding:0;
}
.confirm_address {
    text-align:right;
    font-size: 90%;
}
.confirm_contact {
    text-align: left;
    font-size: 90%;
}
.light_row {
    background-color: white;
}
#searchform {
    
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    width: 90%;
}
.search_form input.button {
 border: 1px solid #AC4833;
 background: #AC4833;
 color: white;
 margin: 0px 0px 0px 10px;
 padding: 0px;
}
.search_form input {
 border: 1px solid #AC4833;
 color: black;
 padding: 0px;
}
.search_subhead {
    color: #B44B35;
}
      

/* Drastic Map.  */
#drasticmapsettings {font: 12px arial}      

#country_summary {
    margin: 0 auto; 
    padding: 0; 
    background-color: #cccccc; 
    /* hmm somethin up with this div?
    border: 1px solid #000000; */
    display: block; 
    clear: both;
}
 

#clearer {  clear: both; }

#countrymap {
  overflow: hidden;
  border: 2px solid #0081BA;
}

.short_term_info {
    margin-bottom: 20px;
    background-color: #EFEFEF;
    padding: 5px;                        
    
}
.short_term_link {
    display: block;
    clear: both;
}
    
/* Database stylinh */

#country_wrapper {
  background: #5A92AB;
}

     
/* Tabs */
div#plaintabs { margin: 0px; padding: 0; }
div#plaintabs > ul { margin: 0; padding: 0; display: block; list-style: none; }
div#plaintabs > ul > li { cursor: hand; cursor:pointer;  margin: 0 2px 0 0; padding: 3px 7px 3px 7px; display: block; background-color: #81A6BB; float: left;  border: 2px solid #5A92AB; color: white; }
div#plaintabs > ul > li:hover { background-color: #0081BA; float: left;  border-bottom: 2px solid #0081BA; color: white; }
div#plaintabs > ul > li.active {  cursor: default; background-color: #B8CDD9; color: black; border-bottom: 2px solid #B8CDD9; }
div#plaintabs > div { margin: 0; padding: 0 15px; background-color: #B8CDD9; border: 2px solid #5A92AB; border-top: 0px; display: none; clear: both; }
div#plaintabs > div.active { display: block; }

  
#unit {
    margin: 10px;   
    float: left;
    clear: right;
    overflow: hidden; 
}

#navigation form.country_selector {
 margin: 10px 0px 0px 7px;
}

#navigation form.country_selector p {
 color: white;
 margin: 0px 0px 5px 0px;
}

#navigation form.country_selector select { 
  width: 130px;
  background: #B8CDD9;
  border: 1px solid black;
}