/* CSS Document */
* { margin: 0; padding: 0; }

html { overflow-y: scroll; color: #7e615b; font-size: 100%; }

body { 
	background: #F2E0C6; 
	font-family: Arial, Helvetica, Geneva, sans-serif; 
	font-size: 1em; line-height: 1.125em;
	min-height:600px;
	height:auto !important;
	height:600px;
	overflow: visible;
	}

#outside_container {
	width: 900px;
	min-height:900px;
	height:auto !important;
	height:900px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	top: 0px;
	background-color: #FFFFFF;
	overflow: auto;
	background-image: url(../images/2010outside-container-bg.gif);
	background-repeat: repeat-y;
	}
	
#outside_container2 {
	width: 900px;
	min-height:900px;
	height:auto !important;
	height:900px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	top: 0px;
	background-color: #FFFFFF;
	background-image: none;
	overflow: auto;
	}
	
#login-sample-img {
	width: 675px;
	height: 301px;
	top: 250px;
	left: 15px;
	}
	
#header {
	width: 900px;
	min-height: 200px;
	height:auto  !important;
	height:200px;
	background-image:url(../images/2010header-bg.jpg);
	background-repeat: no-repeat;
	overflow: visible;
	}
	
#header2 {
	width: 900px;
	min-height: 200px;
	height:auto  !important;
	height:200px;
	background-image:url(../images/2010header-bg2.jpg);
	background-repeat: no-repeat;
	overflow: visible;
	margin-bottom: 20px;
	}
	
#logo {
	position: absolute;
	top: 15px;
	left: 167px;
	width: 237px;
	height: 175px;
	}
	
#main-nav {
	width: 500px;
	height: 25px;
	position: absolute;
	top: 115px;
	left: 400px;
	
	}
	
.main-nav ul {
	}

.main-nav li {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #4F2D31;
	display: inline;
	list-style-type: none;
	padding: 0px 0px 0px 32px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	}
	
.main-nav li a:link, .main-nav li a:active, .main-nav li a:visited {
	color: #4F2D31;
	text-decoration: none;
	}
	
.main-nav li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
	
/*
.main-navALT li a:link, .main-navALT li a:active, .main-navALT li a:visited {
	color: #4F2D31;
	text-decoration: none;
	}
	
.main-navALT li a:hover {
	color: #BE9E98;
	text-decoration: none;
	}
*/

.main-nav li.mauve a:hover {
	color: #BE9E98;
	text-decoration: none;
	}
	
#main {
	width: 800px;
	margin: 40px 0px 0px 0px;
}
	
#left-nav {
	width: 200px;
	min-height: 700px;
	height: auto !important;
	height: 700px;
	background-color: #BE9E98;
	overflow: visible;
	top: 200px;
	left: 0px;
	float: left;
	}
	
.search1 {
	width: 170px;
	height: auto;
	background-color: #BE9E98;
	position: relative;
	left: 15px;
	top: 15px;
	color: #F2E0C6;
	border: thin dashed #4F2D31;
	}
	
.search1-contents {
	width: 150px;
	height: auto;
	position: relative;
	left: 10px;
	top: 10px;
	color: #F2E0C6;
	margin-bottom: 15px;
	}
	
.search2 {
	width: 170px;
	height: auto;
	background-color: #BE9E98;
	position: relative;
	left: 15px;
	top: 15px;
	color: #F2E0C6;
	border: thin dashed #4F2D31;
	margin-top: 15px;
	}
	
.search2-contents {
	width: 150px;
	height: auto;
	position: relative;
	left: 10px;
	top: 10px;
	color: #F2E0C6;
	margin-bottom: 15px;
	}
	
	
#navjump {
	width: 150px;
	background: #E9D3CF;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4F2D31;
	height: auto;
	margin-bottom: 7px;
	/*padding-top: 2px;*/
	/*padding-left: 5px;*/
	}
	
option.nav {
	padding-left: 10px;
	padding-top: 2px;
	color: #4F2D31;
	font-weight: bold;
	height: 15px;
	border-bottom: 1px solid #BE9E98;
	}
	
#content-right {
	width: 675px;
	height: auto;
	margin-left: 10px;
	float:left;
	overflow: auto;
	}
	
#content-right-header {
	width: 665px;
	height: 24px;
	background: #BE9E98;
	/*padding-left: 10px;*/
	margin-bottom: 10px;
	}
	
#content-right-header h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #F2E0C6;
	}
	
.pagination {
	float: right;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
	color: #F2E0C6;
	padding-right: 25px; 
	padding-top: 3px;
	}
	
.pagination a {
	color: #F2E0C6;
	text-decoration:none;
}

.pagination a:hover {
	color: #F2E0C6;
	text-decoration:underline;
}

.images_per_pg{
float:right;
color: #BE9E98;
margin:5px 20px 5px 5px;
}

#perPg{
	border:thin;
	border-color:#000000;
}
	
#content-right h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #F2E0C6;
	background-color: #BE9E98;
	padding-left: 10px;
	}
	
	
	
	/*** FORM LAYOUT ***/

/* Field Labels ======================================================================== */

/* Base */
label, form .label {
	margin: 0;
	/*background-color:#ffffcc;*/
	/*background-color:#FABC7a;*/
	min-width: 10em;
}


/* Text inputs / Select label */
label.preField {
	display: -moz-inline-box;
	display: inline-block;
	margin: 0.6em 4px 0 0;
	padding: 0 2px;
}
/* Radio / Checkbox group label */
form .label  {
	display: block; 
	margin: 0.6em 4px 0 0;
	padding: 2px;
}
/* Individual Checkbox / Radio label */
label.postField  {
	margin: 0 4px 0 4px;
}
/* Label when inside an inline section */
form .inlineSection .oneField .inlineLabel {
	display: -moz-inline-box;
	display: inline-block;	
	margin: 0.6em 4px 0 0;
	padding: 0 2px;
	min-width: 9em;
	white-space: normal;
}

form.checkbox{
margin-left:20px;	
}

/* IE6 BUG FIXES ==================================================================== */
form {
	height:expression('1%'); /* IE Pick-a-boo bug fix */
}
form fieldset {
	position:expression('relative'); /* Fixes IE problem with fieldset+legend boundaries */
	margin-top:expression('1em');
	padding-top:expression('1.5em');
	overflow: expression('visible');
}

form fieldset #mailing-border{
	margin:15px; 
	margin-top:-10px;
	border:none;
}

form fieldset #mailing{
	/*background-color:#FABC7a;*/
	padding:10px;
	padding-left:15px;
	border:none;
}

form fieldset #mailing legend{
	margin-top:-30px;
	/*color:#334F96;*/
}

form fieldset #mailing label{
	font-weight:bold;
}


form fieldset #mailing label.second{
	padding-left:30px;
}


form fieldset legend {
	position: expression('absolute'); 
	top: expression('-.5em'); /* Fixes IE problem with fieldset+legend boundaries */
	left:expression('.5em');
	/*color:#334F96;*/
}
form .inlineSection .oneField {
	display: expression('inline-block');		
}
label.preField, form .inlineSection .oneField .inlineLabel {
	width: expression('9em');
}

.astirisk{
	color:red;	
	margin:0 10px 0 5px;
}

textarea{
	vertical-align:top;	
}



/* Buttons ======================================================================= */

form .actions {
	text-align: center;
	margin: 20px 20px 10px 20px;
	/*background-color:#FABC7a;	*/
}

#submit{
	margin:10px 0 10px 0;	
}

/* Error messages =================================================================== */

.block { display: block; }
form.cmxform label.error { display: none; }	
.error {  margin-left:10px; padding:0 5px 0 5px; color: red; display:inline-block; background-color:none; }
#warning { display: none; color: red; font-size:14px; font-weight:bold; }


#status{
position:absolute;  
/*background-color:#FABC7a; 
*/
/*background-color:#334F96;
color:white; */
/*border:#334F96 5px solid;  
*/
background: #BE9E98;
color: #F2E0C6;
z-index:1; 
/*margin-left:10%; 
margin-top:10%;*/
width:588px;
min-height:275px; 
padding:15px;	
}

form#fundraising #status{
min-height:408px; 
}

form#comment #status{
min-height:222px; 
}

#crawler {
	width: 900px;
	height: 301px;
	position: relative;
	left: 0px;
	top: 0px;
	background-image:url(../images/crawl-bg.jpg);
	background-repeat: repeat-x;
	text-align: left;
	}
	
#crawler2 {
	width: 900px;
	height: 96px;
	position: relative;
	left: 0px;
	top: 0px;
	text-align: left;
	}
	
#crawler-products {
	width: 900px;
	height: 40px;
	padding: 5px;
	text-align: left;
	left: 0px;
	top: 0px;
	position: relative;
	/*background-color: #51261E;*/
	/*background-color: #4F2D31;*/
	background-color:#4F2D31;
	color: #BE9E98;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
#bottom-crawl {
	width: 900px;
	height: 100px;
	background-image:url(../images/crawl-bottom-bg.jpg);
	background-repeat: repeat-x;
	padding-top: 45px;
	color: #51261E;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	}
	
#bottom-crawl-contact {
	width: 900px;
	height: 100px;
	background-image:url(../images/crawl-bottom-bg.jpg);
	background-repeat: repeat-x;
	padding-top: 20px;
	}
	
#about-us-block {
	width: 290px;
	margin: 20px 0 20px 70px;
	text-align: right;
	font-size: .75em;
	line-height: 2.0em;
	}
	
#about-us-address {
	width: 220px;
	margin: 80px auto 20px auto;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 600;
	font-size: 1.0em;
	line-height: 1.25em;
	}
	


	
