/* CSS Document / Main */

* { margin:0; padding:0; }

body { background-color:#FFFFFF; font-size:75%; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;  }

h2 { font-size:1.8em; font-weight:400; }
h3 { font-size:1.2em; font-weight:400; }
h4 { font-size:1.2em; font-weight:400; }
p { padding:5px 0 0 0; }
ul, ol { list-style:none; }
a { text-decoration:none;}



.hidden { visibility:hidden;}

#content h2 { color:#FF9900; margin-bottom:20px; }


/* Classes */

.clear_both { clear:left; }
.clear_left { clear:left; }
.clear_right { clear:right; }
.hide { position:absolute; left:-99999px; }
.img_centre { border:none; display:block; margin:0 auto; padding-top:5px; text-align:center; }
.float_img_left { float:left; }
.float_left { float:left; padding:0 8px 0 0; }
.float_right { float:right; padding:0 8px 0 0; }

.vol_photos { float:left; }


.float_img_right { float:right; }
.orange { color:#FF7F00; }
.note_centred { font-size:0.9em; text-align:center; }
.access_key { text-decoration:underline; }
.copyright { color: #666666; font-size:0.9em; float:left; padding:5px 0;}
.seventy9 { color:#FF9900; font-size:0.9em; float:right;  padding:5px 0;}
.seventy9 a:link { color:#FF9900; }
.seventy9 a:hover { text-decoration:underline; }
.seventy9 a:visited { color:#FF9900; }
.donate_flags { padding:10px 0 0 0; }
.bold { font-weight:bold; }
.error { color:red; }





/* Layout */

#container { width:844px; margin:10px auto 0 auto; }

#header { width:100%; }

/* Header left - Logo Background */
#header_left { float:left; width:78px; height:76px; background:url(../img/all/logo.jpg) no-repeat left; }


#hright_top { margin-top:12px; }


/* Header Right Top and Curve */
#hright_top { height:18px; float:right; width:761px; background:url(../img/all/right_top_bg.jpg) repeat-x; }
#hright_top img { float:left; padding:0 2px; border:none;}
ul#flags { float:right; }
ul#flags li { float:left; padding:1px 0;  }

#hright_top_curve { width:6px; height:4px; float:right; background:url(../img/all/right_top_curve.gif) no-repeat; }

/* Navigation */
#hright_bottom { height:42px; float:right; clear:right; margin-top:3px; width:761px; background-image:url(../img/all/right_bottom_bg.jpg)  }
#hright_bottom li { float:left; padding:13px 6px 10px 14px; font-size:1.1em; }
#hright_bottom a:link { color:#FFFFFF; }
#hright_bottom a:hover { text-decoration:underline;}
#hright_bottom a:visited { color:#FFFFFF; }

/* Search Form */
#frm_search { float:right; width:150px; padding:12px 0 0 5px; }
#frm_search .txt_search { width:65%; background:none; border:#FF9900 1px solid; padding:2px; color:#FFFFFF; font-size:1.1em; }
input.but_search { background-color:#000000; color:#FFFFFF; border:none; }
input.but_search:hover { color:#FF9900; cursor: pointer;}

/* Page Content */
#content { clear:both; padding:10px 0 0 0; }



