/* Gecko Web Styles */

body{
  padding: 0;
  margin: 10px 0;
  margin-top:0;
  background-color: #818074;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
  color:#fff;
  text-align: center;
}

/* RESET SOME DEFAULTS */

div, form, h1, h2, h3, p {
	margin:0;
	padding:0;
}

form {
	display:inline;
}

img {
	border:0;
}


/* PAGE STYLES */

#container{
  width: 739px;
  margin: 0 auto;
  position:relative;
}


#header {
  color:#5a5951;
  height:100px;
  margin:0;
}

#header a, #header .a {
	color:#fff;
	text-decoration:none;
}


#logo {
  position:absolute;
  top:20px;
  left:0;
}

#search_box {
  position:absolute;
  top:50px;
  left:300px;
}

#fs-tab {
  position:absolute;
  top:0;
  right:17px;
}



h1 {
	font-size: 22px;
	font-weight:normal;
	color: #71370d;	
	padding: 0 0 5px 0;
}

h2 {
	font-size:13px;
	font-weight:bold;
	color:#71370d;
}

h3 {
	color:#5f5f5c;
	font-size:12px;
	padding: 0 0 7px 0;
}

p {
	font-size:11px;
	color:#222;
	margin-bottom:10px;
	padding-right:20px;
}

a {
	color:#71370d;
}



#main {
	background-image:url(../images/bg_main.gif);
	background-position:center;
	background-repeat:repeat-y;
	background-color:#fff;
	color:#000;
	padding:15px 15px 35px 30px;
	text-align:left;
/*	height:1%;   */ /* this seems to break IE */
}



#main .sub_head {
	font-size:12px;
	color:#5f5f5c;
}

#main .inner_navigation, #main .inner_navigation a {
	font-size:12px;
	color:#818074;
	text-decoration:none;
}
#main .inner_navigation {
	float:right;
	margin-right:20px;
}

#nav {
	margin-bottom:-2px;
}

div .dots_line {
	background-image:url(../images/dots.gif);
	background-repeat:repeat-x;
	height:3px;
	width:100%;
	margin:20px auto;
}

#left_col {
	float:left;
	width:500px;
	padding: 0 10px 0 0;
}

#flashcontent {
	margin-bottom:10px;
	font-weight:bold;
	font-size:14px;
}

#left_col h2 {
	margin:30px 0 2px 0;
}

	

#right_col {
	float:left;
	margin-top:35px;
}

#right_col .info {
	background-image:url(../images/dots.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	padding:0 0 10px 0;
	margin-bottom:10px;
	width:180px;
}




/*****************************/
/* HOME PAGE SPECIFIC STYLES */
/*****************************/

#main #home .blurb {
	width:292px; /* 692px; */
	height:108px; /* 198px; */
	background-image:url(../images/homepage_hero.jpg);
	margin: 0 auto;;
	margin-left:-7px;
	margin-top:-15px;
	margin-bottom:20px;
	color:#fff;	
	padding: 80px 50px 10px 350px;
}

#main #home .blurb p, #main #home .blurb a, #main #home .blurb h2 {
	color:#fff;
	padding:0;
}

#main #home .blurb a, #main #home .blurb h2 {
	font-style:italic;
}

#home h1 {
	padding:0;
	font-weight:bold;
	font-size:20px;
}

#home .dots_line {
	margin:10px auto;
}


#home_left, #home_right {
	float:left;
}

#home_left {
	width:390px;
}


#home_left strong, #home_right ul {
	color:#71370d;
}




#home_right {
	background-image:url(../images/dots_vertical.gif);
	background-position:left;
	background-repeat:repeat-y;
	
	width:270px;
}

#home_right h1, #home_right h2, #home_right p, #home_right img{
	padding-left:20px;
}

#home_right p {
	font-size:10px;
}

#home_right img{
	padding-top:3px;
	padding-bottom:10px;
}

#home_right li {
	padding-bottom:10px;
}


#home_footer {
	margin-top:0px;
}

#home_footer div {
        height:120px;
}

#home_footer img {
	float:left;
	padding-right:15px;
	padding-left:5px;

}

#home_footer p {
	color:#666;
	font-size:10px;
 	padding:25px 20px 0 20px;
}







/**************************/
/* DONATIONS PAGE STYLES */
/**************************/

#donation h1 {
	margin:0;
	padding:0;
}

#donation .dots_line {
	margin:5px auto 10px auto;
}

#donation_left {
	float:left;
	width:380px;
}

#donation_right {
	float:right;
	margin:20px 15px 0 0;
	width:295px;
}

#donation .colored {
	font-weight:bold;
	font-style:oblique;
}






/********************************/
/* GALLERY PAGE SPECIFIC STYLES */
/********************************/


#gallery_left, #gallery_right {
	float:left;
}

#gallery .dots_line {
	margin:0 auto;
	margin-top:10px;
}

#gallery_left {
	width:100px;
	padding:20px;
	text-align:right;
	line-height:22px;
}

#gallery_left a {
	color:#c9c9c8;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}

#gallery_left a:hover, #gallery_left a.selected {
	color:#5f5f5c;
}

#gallery_right {
	background-image:url(../images/dots_vertical.gif);
	background-position:left;
	background-repeat:repeat-y;
	padding:20px;
	width:500px;
}

.thumb_container {
	float:left;
	text-align:center;
	padding:5px;
}

.thumb_container a {
	text-decoration:none;
}

.thumb {
	position:relative;
	width:109px;
	height:82px;
	background-image:url(../images/gallery_thumb_bg.gif);
}

.thumb img {
	position:absolute;
	left:7px;
	top:9px;
}




#single_col {
	padding-right:30px;
}

#single_col p, #single_col h1, #single_col h2 {
	padding-left:10px;
}

#single_col h2 {
	padding-top:20px;
}

#single_col .dots_line {
	margin:5px auto 10px auto;
}

.left_side {
	float:left;
	padding:0 10px 10px 0;
}


#single_col.glossary p {
	padding-top:10px;
	padding-bottom:10px;
}




#single_col .id_key p {
	line-height:22px;
}

#single_col .id_key a {
	text-decoration:none;
	color:#000;
}

#single_col .id_key a.selected {
	color: #71370d;
}

#single_col .id_key_button {
	float:left;
	padding:2px 5px 0 0;
}

#single_col .id_key_download_button {
	float:right;
	margin-top:20px;
}





/*****************************/
/* PROFILES FORM PAGE STYLES */
/*****************************/


#profiles_form {
	width:660px;
	position:relative;
}

#profiles_form_choose, #profiles_form_filter, #profiles_form_view {
	float:left;
	height:122px;
	padding:25px 10px 0 15px;
	background-position:top;
	background-repeat:no-repeat;
}

#profiles_form .submit, #profiles_form select {
	font-size:10px;
}


/* real width 325 */
#profiles_form_choose {
	width:300px;
	background-image:url(../images/profiles_form_left.gif);
	line-height:20px;
}

#profiles_form_choose select {
	width:198px;
}

#profiles_form_choose .submit {
	position:absolute;
	top:101px;
	right:355px;
}



#profiles_form_filter {
	text-align:right;
	padding-right:20px;
	width:186px;
	background-image:url(../images/profiles_form_middle.gif);
	line-height:20px;
}

#profiles_form_filter select {
	width:100px;
}

#profiles_form_filter label {
	position:relative;
	right:4px;
}

#profiles_form_filter .submit {
	float:left;
	position:absolute;
	top:101px;
	right:140px;
}



#profiles_form_view {
	width:89px;
	background-image:url(../images/profiles_form_right.gif);
}

#profiles_form_view .submit {
	float:left;
	position:absolute;
	top:101px;
	right:20px;
}



#main .search_result {
	padding:10px;
}

#main .search_result .search_thumb {
	float:left;
	margin:0 20px 10px 0;
	width:164px;
	height:142px;
	background-image:url(../images/search_thumb_back.gif);
}

#main .search_result .search_thumb_img{
	position:relative;
	top:6px;
	left:5px;
	height:117px;
}

#main .search_result .search_thumb_text {
	text-align: center;
	position:relative;
	top:5px;
}


#main .search_result .search_result_text {
        width:445px;
	float:left;
}

#main .search_result .search_result_text p {
}



#main .blurb {
	width:637px;
	height:137px;
	background-image:url(../images/about_us_blurb_bg.gif);
	margin: 0 auto;
	margin-bottom:10px;
	margin-top:20px;
}

#main .blurb p{
	padding: 30px 20px 10px 220px;
	line-height:15px;
}



#footer {
	background-image:url(../images/bg_footer.gif);
	background-position:top;
	background-repeat:no-repeat;
	width:739px;
	height:15px;
	padding:25px 0;
	font-size:10px;
	color:#c0c0ba;
}

#footer a {
	color:#c0c0ba;
	text-decoration:none;
}

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


.clearme {
	clear:both;
}

table tr .right {
	text-align:right;
}

#gecko-form {
	margin-left:10px;
}

#gecko-form p {
	margin-bottom:14px;
}

#gecko-form .label {
	font-weight:bold;
	width:100px;
	margin-top:20px;
	margin-bottom:5px;
}

#gecko-form div.upload {
	margin-top:3px;
	margin-bottom:31px;
}

.flash {
	margin:5px auto 15px auto;
	padding:5px;
	border:1px solid;
}

