html,body {
	margin: 0px 0px 0px 0px;
	
}
/********REQUIRED - DO NOT EDIT***********/
img {border: 0;}
img, div { behavior: url(iepngfix.htc) }
iframe {height: 100px; width: 100%;}
/*******************************************/

ul.rss-items {list-style: none; margin: 0; padding: 0;}
ul.rss-items li { }
ul.rss-items  a {font-size: 11px; display: block;	font-weight: bold; padding: 5px 18px 5px 18px; border-bottom: 1px #ccc solid; text-decoration: none; color: #000;}
ul.rss-items  a:hover { font-size: 11px; font-weight: bold; color:#fff; background: url(../images/rss-bkgrnd.jpg) repeat-y #666;}

.rss-box-header .rss-items  {list-style: none; margin: 0; padding: 0;}

.rss-box-header .rss-items a {
	margin-top:0px;
	margin-left:0px;
	color:#000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	border: none;
	background: none;
 }
 
 .rss-box-header .rss-items a:hover {
	margin-top:0px;
	margin-left:0px;
	color:#4c82b3;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	border: none;
	background: none;
 }


body,div {font-family: Arial; font-size:9pt; color:#000;}
hr {border: none 0; 
border-top: 1px dashed #ccc;
width: 100%;
height: 1px;
}

.container {width: 857px; margin-left: auto; margin-right: auto;}
.clear {clear: both;}

#headerbars {position: absolute; padding-top: 100px; padding-left: 685px;}
#header {height: 204px;}
#twitterheader {position: absolute; width: 385px; padding-left: 350px; margin-top: 105px;}
#espanol {position: absolute; padding-left: 778px;}
#buttons {width: 583px; background: url(../images/buttons.jpg) no-repeat #fff; height: 44px; float: left;}
#buttonpadding {padding: 10px 10px 5px 0px;}
#donate {width: 274px; height: 44px; float: left;}
#content {width: 581px; float: left; background: #fff; min-height: 283px}
#contentpadding {padding-top: 35px; padding-left: 15px;}
#news {width: 276px; float: left; background: #fff;}
#newscontent {background: url(../images/newsbg.jpg) repeat-y; margin-bottom: 10px; margin-top: 35px; padding-left: 15px;}

#left {width: 582px; float: left; background: #FFF;}
#imageregion {}
#imageregion(old) {height: 159px; background: url(../images/contentimage.jpg);}
#contentpadding2 {padding-top: 15px; padding-left: 10px;}
#right {width: 275px; float: left; background: url(../images/rightbg.jpg) no-repeat #fff; min-height: 525px;}
#sidebuttons {height: 55px;}
#leftquote {height: 29px; padding: 20px 0px 0px 10px;}
#quotetext {min-height: 29px; font-family: Arial; font-size: 14px; padding: 0px 10px 0px 40px;}
#rightquote {height: 29px; padding: 0px 0px 0px 40px;}

#footer {background: url(../images/footer.jpg) repeat-x; height: 207px;}
#footerimages {text-align: center; padding: 5px 5px 5px 10px;}
#footertext {font-size: 8pt; color: #818181; text-align: center;}
#image-container {float:left; width: 857px; height: 319px;}
.kzm2{ display:inline; width:100%; margin:0 auto;}
.kzm2 h3{margin:0; padding:0; display:inline;background:none;}
.kzm2 h3 a{text-decoration:none;color:#ffffff; cursor:default; background:none;}

h1 {font-family: Georgia; font-size: 14pt; font-weight: bold; color: #000; line-height: 16pt;}
p {font-family: Georgia; font-size: 12pt; color: #000; line-height: 14pt;}

.introcontainer {width: 1000px; margin-left: auto; margin-right: auto;}

#introleft {float: left; width: 417px;}
#upto {margin-top: 365px; height: 75px; padding: 0px 0px 0px 140px;}
#logopadding {padding: 0px 0px 0px 85px;}
#fbpadding {padding: 20px 0px 0px 85px;}

#introright {float: left; width: 583px;}
#paper {background: url(../images/paper.png); height: 784px; margin-top: 45px;}
#wordpadding {padding: 45px 35px 0px 35px;}
.namepadding {padding: 0px 35px 0px 35px;}

a.white {font-family: Georgia; font-size: 12pt; color: #fff; line-height: 14pt; text-decoration: none;}
a.white:hover{font-family: Georgia; font-size: 12pt; color: #000; line-height: 14pt; text-decoration: none;}





/* Easy Slider */

	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
		
	#slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:857px;
		height:323px;
		overflow:hidden; 
		}	
			
	/* numeric controls */	

	ol#controls{
		margin-top: -19px;
		margin-left: 10px;
		padding:0;
		height:10px;
		z-index: 5;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding: 0;
		float:left;
		list-style:none;
		line-height:10px;
		}
	ol#controls li a{
		float:left;
		border:1px solid #ccc;
		background:#24632e;
		color:#ebffdc;
		padding:2px 5px;
		text-decoration:none;
		font-size: 6pt;
		}
	ol#controls li.current a{
		background:#0b3220;
		color:#c9ff9f;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */




.center { text-align: center;}
.top { vertical-align: top;}

.linespacing { line-height: 16pt;}

.cellpadding {padding: 10px 10px 10px 10px;}

a {color: #4c82b3;}
a:hover {color: #6eb43f;}
















/********REQUIRED - MODAL WINDOWS - DO NOT EDIT***********/
.ModalBackground {background-color: Black; filter: alpha(opacity=80); opacity: 0.7;}
.ModalBackgroundLogin {background-color: Black;}
/*******************************************/



/********REQUIRED - PHOTO GALLERY - EDITABLE***********/
gallery {
    background-color: #444;
    padding: 10px;
    width: 520px;
}
#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery ul img {
    border: 5px solid #3e3e3e;
    border-width: 5px 5px 5px;
}
#gallery ul a:hover img {
    border: 5px solid #000;
    border-width: 5px 5px 5px;
    color: #fff;
}
#gallery ul a:hover { color: #fff; }
/******************************************************/


/********REQUIRED - CALENDAR MODAL WINDOW - EDITABLE***********/
/***Calendar modal container***/
.calendarmodalcontainer {border: solid 1px Black; width: 300px; min-height: 100px;}

/***Calendar close button***/
.calendarclosebuttoncontainer {text-align: right; width: 100%;}
.calendarclosebutton {text-decoration: none; color: Black; text-align: right; padding-right: 5px;}
/***************************/

/***Calendar event container div***/
.calendareventcontainer {margin: 5px; margin-bottom: 0;}

/***Calendar event title***/
.calendareventtitlecontainer {}
.calendareventtitle {font-weight: bold; color: Black;}
/*****************/

/***Calendar event description***/
.calendareventdesccontainer {}
.calendareventdesc {color: Black;}
/*****************/

/***Calendar event start time***/
.calendareventstartcontainer {}
.calendareventstart {color: Black;}
/*****************/

/***Calendar event end time***/
.calendareventendcontainer {}
.calendareventend {color: Black;}
/*****************/

/***Calendar event attachments***/
.calendareventattachcontainer {}
.calendareventattachlink {color: Black;}
/*****************/
/***********************************************************/


/********REQUIRED - LOGIN MODAL WINDOW - EDITABLE***********/
/***Login modal container***/
.loginmodalcontainer {width: 700px; min-height: 600px; background-color: White;}

/***Login container div***/
.logincontainer {width: 100%; padding: 5px;}

/***Login header container div***/
.loginheadercontainer {}

/***Login title***/
.logintitlecontainer {text-align: center; padding: 5px;}
.logintitletext {font-size: large; color: Black;}
/*****************/

/***Login username***/
.loginusernamecontainer {width: 100%; text-align: center; padding: 5px;}
.loginusernametext {font-size: larger; color: Black;}
.loginusername {}
/*****************/

/***Login password***/
.loginpasswordcontainer {width: 100%; text-align: center; padding: 5px; clear: both;}
.loginpasswordtext {font-size: larger; color: Black;}
.loginpassword {}
/*****************/

/***Login message***/
.loginmessagecontainer {width: 100%; clear: both; text-align: center; margin-bottom: 3px;}
.loginmessagetext {font-size: larger; color: Red;}
/*****************/

/***Login button***/
.loginbuttoncontainer {width: 100%; clear: both; text-align: center;}
.loginbutton {}
.logincancelbutton {}
/*****************/

/***Login footer container div***/
.loginfootercontainer {}
/***********************************************************/


/********REQUIRED - SHOPPING CART - EDITABLE***********/

/********InCart Component********/
/***Outer container div***/
.incartcontainer {width: 150px; border: solid 1px Black; background: Black; padding: 5px; opacity: 0.5;}

/***Items in cart container***/
.incartitemsincartcontainer {}
.incartitemsincartnumber {color: White;}
.incartitemsincarttext {color: White;}
/*****************************/

/***Cart total container***/
.incarttotalcontainer {}
.incarttotalamount {color: White;}
.incarttotaltext {color: White;}
/*****************************/

/***Checkout container***/
.incartcheckoutcontainer {}
a.incartcheckoutlink {text-decoration: none; color: #56d7f7;}
a.incartcheckoutlink:hover {color: #ffffff;}
/*****************************/
/********************************/


/********Product Categories Component********/
/***Product Categories container div***/
.productcategoriescontainer {float: left;}
.productcategoriestreeview {}
/********************************************/


/********Products Component********/
/***Products outer container div***/
.productscontainer {}

/***Products DataList***/
.productsdatalist {}
/***********************/

/***Individual product container div***/
.productcontainer {padding: 5px; margin: 10px;}
/*****************************/

/***Product title container***/
.producttitlecontainer {}
.producttitle {}
/*****************************/

/***Product image container***/
.productimagecontainer {}
.productimage {}
/*****************************/

/***Product price container***/
.productpricecontainer {}
.productprice {}
/*****************************/

/***Product add to cart container***/
.productaddcontainer {}
.productaddqtytext {}
.productaddqty {}
.productaddbutton {}
/*****************************/
/********************************/


/********Product Details Component********/
/***Product details container***/
.productdetailscontainer {background-color: White; width: 500px;}
/*****************************/

/***Product details title container***/
.productdetailstitlecontainer {margin: 5px;}
.productdetailstitle {font-weight: bold; font-size: 12pt;}
/*****************************/

/***Product details description container***/
.productdetailsdesccontainer {margin: 5px;}
.productdetailsdesc {}
/*****************************/

/***Product details image container***/
.productdetailsimagecontainer {margin: 5px;}
.productdetailsimage {}
/*****************************/

/***Product details price container***/
.productdetailspricecontainer {margin: 5px;}
.productdetailsprice {}
/*****************************/

/***Product add to cart container***/
.productdetailsaddcontainer {margin: 5px;}
.productdetailsaddqtytext {}
.productdetailsaddqty {}
.productdetailsaddbutton {}
/*****************************/
/*****************************************/

/*****************************************************/