/*/////////////////////////////////////////////////////////////
//
//  AUCKALND ZOO - Content page CSS
//
//	Main Colours:
//	--------------------------------------------
//	#455b2e - dark green 	- background
//	#f3edde - cream 		- content background
//	#8e3f28 - brown		- H1, H2, H3
//	#736e5f - dark brown	- Right Column Background
//	#687f0a -green		- bold links
//	#ffd464	-orange		- H5
//
/////////////////////////////////////////////////////////////*/


/* ============ GLOBALS ============= */
body, * html, html {
	background: #455b2e url(../images/bg_global.jpg) repeat-x top;
	margin :0;
	padding: 0;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size	: 12px;
	color: #333333;
}

table, td {
	border-collapse: collapse;
	border: none;
	margin: 0;
	padding: 0;
}

div {
	float: left;
}

.left{
	float: left;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

a {
	text-decoration: none;
	color: #687F0A;
}
.clear {
	clear: both;
}

a strong, strong a{
	color: #687f0a;
}

a:hover {
text-decoration: underline;
}

a.cuslink {
	text-decoration: underline;
}

p {
	font-size: 12px;
	color: #2c2c2c;
	padding: 0;
}

h1, h2, h3 {
	color: #6c410a;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
}

h4
{
	color:#0060a1;
}

h5 {
	font-size: 14px;
	font-weight: bold;
	color: #ffd464;
	margin: 0;
	padding: 0;
}

.clear{
	clear:both;
}

input, select, textarea {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

/* ============ BACKGROUNDS ============= */
#top{
	height: 161px;
	width: 820px;
	background: #f3edde url(../images/h_bg_top.jpg) no-repeat;
	padding: 0;margin: 0;
}
#content{ 
	width: 812px;
	background: #f3edde;
}
#footer {
	height: 290px; 
	width: 820px;
	background: #f3edde url(../images/bottom_sponsor.jpg) no-repeat bottom;
}

#topLeft{ 
	background: url(../images/h_bg_topLeft.jpg) no-repeat top right; height: 611px;
}
#topRight{
	background: url(../images/h_bg_topRight.jpg) no-repeat top left; height: 611px;
}

#contentLeft{
	background: url(../images/bg_body_left.gif) repeat-y right center;
}
#contentRight{
	background: url(../images/bg_body_right.gif) repeat-y left center;
}

#footerLeft{
	background: url(../images/h_bg_bottomLeft.jpg) no-repeat  right bottom; height: 201px;
}
#footerRight{
	background: url(../images/h_bg_bottomRight.jpg) no-repeat  left bottom;
}





/* =========== MAIN NAVIGATION =============== */
/* --> see dropDownMenu.css -- */

/* =========== TOP - CONTENT AREA ============= */

#topContainer {
	width: 820px;
	height: 131px;
	float: none;
}

/* =========== PAGE TITLE / ICONS / BANNER =========== */

#pageTitle {
	width: 775px;
	height: 49px;
	padding: 0 0 0 45px;
	/*border: red 1px solid;
*/	background: url(../images/bg_pageTitle.jpg) no-repeat top;
}

#pageTitle h1{
	float: left;
	margin: 14px 0 0 0;
	padding: 0;
	line-height: 18px;
	text-transform:uppercase;
	color: #8e3f28;
}

#pageTitle ul{
	float: right;
	height: 49px;
	margin: 0;
	padding: 0;
}

#pageTitle ul li p { 
	margin: 0;
	padding: 0;
}
#pageTitle ul li, #pageTitle ul li a, #pageTitle ul li a img{
	float: left;
	margin: 0;
	padding: 0;
}

/* ================= MAIN CONTENT AREA ============== */

/*-- temp, testing div --*/
.testFiller {
	width: 100%;
	background: black;
}

#contentHolder {
	width: 800px;
	padding: 10px 10px 20px 10px;
	background: #f3edde url(../images/bg_content.gif) repeat-y;
}

#contentHolderNoBG {
	width: 800px;
	padding: 0 10px 20px 10px;
	margin: 0 0 0 0;
	background: #f3edde url(../images/bg_calendarPage.gif) no-repeat top left;
	
}

/* -- Left Column -- */
#leftColumn {
	width: 165px;
	margin: 0 8px 0 0;
	float: left;
}



/* =============== SUB NAV ================= */
ul#subNav {
	width: 165px;
	background-color: #a9a18c;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

ul#subNav li{
	margin: 0;
	padding: 0 0 2px 0;
}

ul#subNav li.last-child{
	margin-bottom: 0;
}

ul#subNav li a{
	display: block;
	width: 134px;
	margin: 0 3px 0 3px;
	background: url(../images/bg_subNav_level1.gif) 0 0 no-repeat;
	padding: 4px 0 3px 25px;
	/* color: #e7ebb4; */
	color: #455b2e;
	font-weight: bold;
	border-bottom: 1px solid #736e5f;
	text-decoration: none;
}
ul#subNav li a.large{
	height: 38px;
}


ul#subNav li a:hover{
	background: url(../images/bg_subNav_level1_over.gif) no-repeat top center;
	color: #ffffff;
}

/* ========= subMenu - 2 deep ======== */
ul#subNav dl{
	float: left;
	width: 165px;
	background-color: #a9a18c;
	margin: 0;
	padding: 0;
}

ul#subNav dl li{
	float: left;
	margin: 0;
	padding: 0;
}

ul#subNav dl li.last-child{
	margin-bottom: 0;
}
ul#subNav li ul{
	padding: 0;
	margin: 0;
	/*background: url(../images/bg_subNav_level3a.gif) no-repeat  top center;*/	
}

/* ------------- S E C O N D   L E V E L   N A V  -------- */


ul#subNav li ul li.secondLevelNav{
	padding: 0;
}
ul#subNav li ul li.secondLevelNav a{
	display: block;
	width: 130px;
	background: url(../images/bg_subNav_level2.gif) no-repeat  top center;
	padding: 5px 4px 4px 25px;
	margin: 0 3px 0 3px;
	/* color: #455B2E; */
	color: #e7ebb4;
	font-weight: bold;
	border-top: 2px solid #a9a18c;
	border-bottom:1px solid #736e5f;
	border-top: 2px solid #a9a18c;
}

ul#subNav li.secondLevelNav a:hover{
	/* color: #6a884d; */
	background: #a9a18c;	
	color: #ffffff; 
	background: url(../images/bg_subNav_level2.gif) no-repeat  top center;
}

ul#subNav .secondLevelNav ul li.thirdLevelNav a{
	width:108px;
	/* color:#6a884d; */
	color: #e7ebb4;
	font-weight:normal;
	border-top:none;
	border-bottom:1px dotted #bcb39a;
	padding:4px 0px 7px 23px;
	margin:0px 10px;
	background: url(../images/bg_subNav_level3b.gif) no-repeat  top center; 
}

ul#subNav .secondLevelNav ul li.thirdLevelNav a:hover{
	/* color:#455B2E; */
	color:#ffffff;
	font-weight:normal;
	background: url(../images/bg_subNav_level3b.gif) no-repeat  top center;
}


ul#subNav li.secondLevelNav ul li:last-child a{
	border-bottom:none!important;	
}


ul#subNav li.secondLevelNav ul li:last-child {
	border-bottom:1px solid #736e5f;	
}

.secondLevelNav ul{
	margin:-1px 0px 0px 0px !important;
}


/* ------------- T H I R D   L E V E L   N A V  -------- */

ul#subNav .thirdLevelNav{
	padding:0px 4px;
	margin:0px 3px;
	/* background-color:#e0daca; */
	background: url(../images/bg_subNav_level3_new.gif) no-repeat  top center; 
	border-left:1px solid #736E5F;
	border-right:1px solid #736E5F;	
	color: #e7ebb4;
}

ul#subNav ul li.thirdLevelNav{
	padding: 0;
	
}
ul#subNav ul li.thirdLevelNav a{
	color: #e7ebb4;
}

/* ------------ D R I V E R   H O L D E R ------------ */

.driverHolder {
	margin-bottom: 10px;
}

/* -- Breadcrumb -- */

#breadcrumb {
	width: 605px;
	margin: 0 0 10px 10px;
	padding: 2px 2px 2px 10px;
	/* -- background: #ddd7c6; -- */
	background: url(../images/bg_breadcrumb.gif) repeat  0 0;
	color: #333333;
	font-size: 11px;
}

#contentHolderNoBG #breadcrumb {
	margin: 0 0 0 10px;
}

#breadcrumb ul li, #breadcrumb strong{float: left;}
#breadcrumb ul li {padding: 0 0 0 10px}
#breadcrumb ul li a{color: #668008;}
#breadcrumb ul li a:hover{color: #333333;}
/* --#breadcrumb li.first-child, #breadcrumb li.first-child a, #breadcrumb li:first-child a, #breadcrumb li:first-child{color: #5e7703;}-- */

/* -- Center Column -- */


#centerColumn li {
	margin-bottom: 10px;
}
#centerColumn img {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin:0 10px 10px 0;
	padding: 3px 3px 3px 3px;
	clear: both;
}
#bodyCopyHolder img {
	padding: 3px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	margin: 0 7px 0 7px;
}
#bodyCopyHolder {
	
}
/* hacking in the content area */


div#centerColumn ul, div#centerColumn span ul {
  list-style: disc;
  margin: 5px 5px 5px 15px;
  padding: 5px  5px 5px 15px;
}

div#centerColumn table {
	width: 100%;
	clear: left;
	border-collapse: collapse;
	border: #ccc;
 }

div#centerColumn table td {
	padding: 5px;
	border: #ccc;
}

/* end of hack */


/* ======== Animal Listing ======== */

.animalListing {
	border-collapse:collapse;
	border: none;
  	padding : 5px;
	clear: left;
	width: 600px;
	margin-left: 0px;
 }
.animalListing .aheader {
	padding 	: 4px;
	text-align : left;
	background: #ddd7c6;
	color: #6c410a;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	width: 600px;
	margin-bottom: 15px;
 }
.animalListDetails {
	width: 600px;
	margin-right: 30px;
	float: left;
}
.animalListDetails p {
	margin-bottom: 10px;
}
.animalListImage {
	width: 200px;
	float: left;
}

.animalListImage_img {
	border: 0px;
	background-color: none;
}

#animalListing .aheader em {
	font-weight: normal;
	text-transform: none;
	margin-left: 10px;
}

#animalListing strong {
	color: #6c410a;
}

.adoptLink {
	float: right;
	font-size:  11px;
	text-transform: capitalize;
	color: #ffffff;	
}
 
.animalListing_image {
	padding: 3px 0px 20px 20px;
	float: right;
	width: 200px;
}

.animalExhib_image {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	float:left;
	margin:0 10px 10px 0;
	padding: 3px 3px 3px 3px;
}

.animalContent {
	  padding: 0 0 20px 0;
}


/* ======== Animal Exhibits ======== */

.animalExhibits {
	border-collapse:collapse;
	border: none;
  	padding : 10px 5px 10px 5px;
	clear: left;
	width: 500px;
	border-bottom: 1px solid #cccccc;
 }

#animalEhibitsArticle {
	padding: 5px;
	clear: left;
	width: 500px;
	float: left;
}

/* ======== INTERACTIVE MAP ======== */
#intmapHolder {
	margin-left: 10px;
}

/* -- Right Column -- */
#rightColumn {
	width: 202px;
	margin: 0 0 0 7px;
}

#rightColumn_gallery {
	width: 256px;
	margin: 0 0 0 7px;
}

#rightColumn #rightColumnHeading{
	float: left;
}

#quickFactsHolder {
	background: url(../images/bg_rightColumn.gif) repeat-y;
	float: left;
	width: 172px;
	padding: 0 15px 0 15px;
	margin: 0 -1px 0 0;
}

#quickFactsHolder img{
	padding: 3px;
	background: #fff;
	float: none;
}

#quickFactsHolder h5{
	margin: 0;
}

#quickFactsHolder p{
	float: left;
	color: #fff;
	margin: 5px 2px 2px 2px;
}

.quickFact {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #fff;
}

.quickFact p img{
	margin: 0 8px 8px 0;
	float: none;
}

.quickFact p a{
	float: left;
	margin-bottom: 10px;
	padding: 6px 0 6px 26px;
	background: url(../images/btn_arrow_darkBG.gif) no-repeat left;
	color: #ffffff;
	font-weight: bold;
	clear: both;
}

/* ================== Events Table ================ */


table#eventListingTable {
	border: 1px solid red;
}

table#eventListingTable td {
	padding: 5px;
}

table#eventListingTable td.eventtime {
	width: 100px;
	vertical-align: top;
}

/* -------------------------- */

div.BookingFormHolder{
	width: 450px;
	float: left;
	background-color: #FCF3D7;
	border: 1px solid #E9D2BC;
	padding: 10px;
	margin: 0;
}

div.BookingFormHolder fieldset {
	margin-bottom: 10px;
	margin-top: 5px;
	padding: 5px 5px 10px 5px;
	/*border: 1px dotted green;*/
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border-bottom: 1px dotted #aaa;
}

div.BookingFormHolder fieldset legend{
	font-weight: bold;
	margin: 0;
	padding: 0;
}

div.BookingFormHolder fieldset fieldset {
	display: block;
	clear: both;
	border: none;
	margin: 0;
	padding: 0
}

div.BookingFormHolder input {
	display: block;
	width: 200px;
}

div.BookingFormHolder fieldset#formaction input {
	display: block;
	width: 104px;
	border: none;
	margin-top: 10px;
}

div.BookingFormHolder label {
	display: block;
	float: left;
	margin: 0 10px 4px 0;
}

div.BookingFormHolder input#street {
	width: 410px
}

div.BookingFormHolder input.chkbox {
	width: 15px;
	float: left;
}


div#EventBookingFormHolder label input {
	float: none;	
}


/*------------------------- GALLERY ----------------------------- */


/*this is the ara the holds the photos together */
#galleryItemHolder {
	float: left;
	width: 573px;
	margin: 0px 0 0 20px;
	padding: 0;
}

/*this is the subroutine that controlls each individual photo */
.galleryItem {
	float: left;
	width: 150px;
	padding: 10px 0px 10px 0px;
	margin-right: 28px;
}
.galleryItemInner {
	float: none;
	width: 150px;
	padding: 10px 0px 10px 0px;
}

.galleryItemHeading, .galleryItemDate  {
	border-bottom: 1px dotted #dbd3bf;
	display: block;
}
.galleryItemHeading {
	padding: 3px 0px 3px 5px; font-weight: bold;
	float: none;
}
.galleryItemDate {
	padding: 1px 0 0 5px;
	margin: 0 0 5px 0; 
	font-size: 10px;
	color: #817f0a;
	float: none;
}

.galleryItemDateNormal{
	color: #333333;
}

.galleryItem_side {
padding-bottom: 15px;
	/*background: url(../images/bg_galleryItem.gif) top left;*/
}

.imageGalleryHolder{
	padding: 2px;
	margin: 0;
	background: #fff;
	border: 1px solid #999;
}

.imageGalleryHolderInner{
	float: none;
	width: 121px;
	padding: 2px;
	margin: 0 6px 0 0;
	background: #fff;
	border: 1px solid #999;
}



.galleryDetails{
	float: left;
	width: 120px;
	margin: 0;
	padding: 0;
}

.galleryItem p {
	margin: 0;
	padding: 0;
}

.galleryDetails a{
	font-weight: bold;
	color: #687f0a;
}

a.gallery_text_link {
	color: #687f0a;
}

a.gallery_text_link:hover {
	text-decoration: underline;
}

/* =================== SC - ROOM BOOKING TABLE ===============*/
	
/* shopping cart */
	

/* product */
div.productheading {float:left;width: 98%;padding:4px 2px;color:#000;background-color:#CCC;border-top:2px solid #666560;border-bottom:1px solid #666560;font-weight:normal;font-size:11px}
div.productheading div {float:left;padding:2px 0}
div.productheading div.heading {width:40%}
div.productheading div.quantity {width:10%;text-align:right}
div.productheading div.unitprice {width:15%;text-align:right}
div.productheading div.price {width:15%;text-align:right}
div.productheading div.selectcountry {width: 50%;text-align:right}
div.productheading div.selectcountry select {padding: 0;margin:0 0 0 4px; font-size: 9px;}

div.productorderrow {
	width: 98%;
	padding: 0;
}

div.productorderrow div {
	float: left; 	
	padding: 6px 0 8px;
	height: 24px;
	margin : 0;
	font-size : 11px;
	border-bottom : 1px solid #C1BFB2
}

div.productorderrow div.name {width : 40%}
div.productorderrow div.quantity {width: 10%; text-align: right}
div.productorderrow div.unitprice {width : 15%; text-align: right}
div.productorderrow div.price {width: 15%; text-align : right}
div.productorderrow div.remove {width : 19%; text-align: right; }

div.productorderrow div.name {width : 40%}
div.productorderrow div.quantity {width: 10%; text-align: right}
div.productorderrow div.unitprice {width : 15%; text-align: right}
div.productorderrow div.price {width: 15%; text-align : right}
div.productorderrow div.remove {width : 19%; text-align: right}

div.productshipping {clear:both;width:110%;height:18px;padding:4px 2px;color:#000;background-color:#C1C2A3;border-top:2px solid #666560;border-bottom:1px solid #666560;font-weight:bold;font-size:12px}

div.productshipping div {
	float: left;
	padding: 4px 2px;
}

div.productshipping div.selectcountry {
	width: 56%;
}

div.updateTotals{
	width: 19%; text-align: right
}

div.updateShippingTotals{
	float : left;
	margin-left: 286px;
}


div.ordersubtotal {
	width:98%;
 	padding : 4px 2px 8px 2px;
	color: #000;
	font-size: 12px;
}

div.ordersubtotal div {float : left;}
div.ordersubtotal div.disclaimer {
	font-size: 80%;
	width: 40%;
}
div.ordersubtotal div.rightframe {
	width : 300px;
	float: right;
}

div.rightframe div {width : 84px; text-align: right; height : 28px;}
div.rightframe div.gst { padding: 7px 0px 10px 0px;text-align: right;font-size: 9px; }
div.rightframe div.total {border-bottom: 2px solid #C1BFB2; padding-top : 4px; font-weight : bold;text-align: right;}

div.ordersubtotal div.rightframe div.copy {
	font-size: 9px;
	height: auto;
	padding: 4px 0 0 0;
	text-align: right;
	width : 300px;
}

h1.productTitle {
	color: #047391;
	font-size: 160%;
	padding: .5em 0 0 0
}

/* shopping cart address details */
#addressDetails {
	float: left;
	margin: 5px 0 16px 0;
	width: 400px;
 }
#billingAddress, #deliveryAddress {
	float: left; 
	width: 200px; 
	
 }
#addressDetails span {display:block; font-weight: bold; }

#addressDetails label {
	display: block;
	margin: 3px;
	}
#addressDetails input {
	display: block;
	margin: 3px;
	}
#addressDetails input.button {
	background-color: #207BB6;
	color: #fff;
}

#addressDetails select {
	display: block;
 }
#deliveryAddress #sameaspostal {float: left;margin:0;width: 20px}
#deliveryAddress #sameaspostallabel {float: left;width: 180px;text-align: left}
#deliveryAddress textarea {margin: 5px 0 4px 0;width:145px; border: 1px solid black;}

fieldset#paymentoption {
	margin: 5px 0;
}

fieldset#paymentoption label {
	display: block;
	vertical-align : middle;
	line-height: 22px;
	margin: 0;
	padding-top: 0
}
fieldset#paymentoption input {
	background-color: #fff;
	border: none;
	height: 12px;
	margin: 0;
	padding: 0
}


div.footer {
	float: left;
	width: 100%;
}
/* end of cart address details */


/* ============shopping cart items ==================== */
table#shoppingCartTable {
	border-bottom: 1px dotted #444;
	width: 500px;
	float: left;
	padding: 0 0 10px 0;
	margin: 0;
}

table#shoppingCartTable td {
	padding: 10px;
}

div.shoppingCartGallery {
	
	margin: 0 0 20px 0; 
	padding: 0px;

}

/*this is the subroutine that controlls each individual photo */
.shoppingCartItem{
	float: left;
	width: 235px;
	padding: 0 24px 30px 0;
	margin: 0 0 0 20px;
	/*background: url(../images/bg_galleryItem.gif) repeat-x bottom left;*/
	border-bottom: 1px dotted #444;
}

a.shoppingCart_link {
	float: left;
	display: block;
	padding: 2px;
	margin: 0 8px 0 0;
	background: #fff;
	border: 1px solid #999;
	width: 100px;
	height: 100px;	
}

a.shoppingCart_link img {
	width: 100px;
	height: 100px;	
}

.shoppingCartDetails{
	float: left;
	width: 120px;
	margin: 0;
	padding: 0;
}

.shoppingCartItem p {
	margin: 0;
	padding: 0;
}

.shoppingCartItem strong {
	color: #687f0a;
}

a.shoppingCart_text_link {
	color: #687f0a;
}

a.gallery_text_link:hover {
	text-decoration: underline;
}



/* ================ show product  ================= */
div.product {
	float: left;
	margin: 6px 0 0 0;
	width: 650px;
	padding: 0px;
}

div.product img {
	float: right
}	

div.product p {
	margin: 10px 5px;
}
div.productGallery {
	border: 1px solid green;
	float: left;
	margin: 6px 0 0 0;
	width: 650px;
	padding: 0px;
}

div.titleBar {
	color: #fff;
	padding: 0;
	margin: 0;
}

div.titleBar h2 {
	font-size: 120%;
	left: 12px;
	position: absolute;
	top: 4px
}

div.titleBar a {
	color: #fff;
	position: absolute;
	right: 12px;
	top: 4px
}

div.radioBtn {
	width: 440px;
}

div.radioBtn label {
	float: left;
}

div.radioBtn input {
	float: left;
	width: 20px;
	margin: -4px 0;
	padding: 0;
}

table.monthlongviewKey {
	float: left;
	margin-top: 10px;
	padding: 3px;
	background-color: #f7f9d9;
	border: 1px solid #678f00;
}

table.monthlongviewKey .inactiveDay {
	background-color: #678f00;
	color: #f7f9d9;
	width: 120px;
}

table.monthlongviewKey .activeDay {
	background-color: #f7f9d9;
	color: #8e3f28; /* red */
	width: 120px;
}



/* =============== search results ============ */
.searchresults {
	width: 440px;
	margin: 0 0 0 20px;
	padding: 10px 0 10px 0;
	border-bottom: 1px dotted  #455b2e;;
}
	
.searchresults h5{
	font-weight: bold;
	color:  #455b2e;
	padding: 0;
	margin: 0;
}


/* ASK QUESTION -------------------------------------------------------------------- */
div#askQuestion {
	background-color: #f3edde;
	border: 2px solid #6f8741;
	float: left;
	height: 250px;
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	width: 538px;
	z-index: 3000
}

.askQuestion {
	background-color: #f3edde;
	border: 3px solid #6f8741;
	float: left;
	height: 250px;
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	width: 538px;
	z-index: 3000
}

div.askQuestion form {
	border-top: 8px solid #6f8741
}

div.askQuestion div.border {
	background-color: #6f8741;	
	width: 100%
}

div.askQuestion h4 {
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding-bottom: 2px;
	position: absolute;
	left: 8px;
	top: 6px
}

div.askQuestion p {
	font-size: .8em;
	margin: 0 0 6px 8px
}

div.askQuestion div.inputElement {
	float: left;
	margin: 6px 0 4px 0;
	width: 100%
}

div.askQuestion label {
	float: left;
	font-size: 11px;
	text-align: right;
	width: 90px
}

div.askQuestion input, div.askQuestion textarea {
	border: 1px solid #000;
	float: left;
	font-size: 11px;
	margin: 0 0 0 6px;
	padding: 2px
}


div.askQuestion textarea {
	height: 60px;
}

div.askQuestion em {
	background-color: #fefecb;
	border: 1px solid #999966;
	color: #666633;
	font-size: 11px;
	font-style: normal;
	margin: 0 4px 0 0;
	padding: 0 4px
}

div.askQuestion div.formHeader {
	border-bottom: 1px dotted #6f8741;
	height: 34px;
	margin: 0 0 6px 0;
	position: relative;
	width: 538px
}

div.askQuestion div.formHeader input {
	position: absolute;
	right: 8px;
	top: 6px
}

div.askQuestion input#ask {
	float: right;
	margin: 12px 8px 12px 0
}

div.askQuestion textarea, div.askQuestion input.description {
	width: 350px;
}


div#askQuestion form {
	border-top: 8px solid #6f8741

}

div#askQuestion div.border {
	background-color: #6f8741;	
	width: 100%
}

div#askQuestion h4 {
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding-bottom: 2px;
	position: absolute;
	left: 8px;
	top: 6px
}

div#askQuestion p {
	font-size: 11px;
	margin: 0 0 6px 8px
}

div#askQuestion div.inputElement {
	float: left;
	margin: 6px 0 4px 0;
	width: 100%
}

div#askQuestion label {
	float: left;
	font-size: 11px;
	text-align: right;
	width: 90px
}

div#askQuestion input, div#askQuestion textarea {
	border: 1px solid #000;
	float: left;
	font-size: 11px;
	margin: 0 0 0 6px;
	padding: 2px
}

div#askQuestion textarea {
	height: 60px;
}

div#askQuestion em {
	background-color: #fefecb;
	border: 1px solid #999966;
	color: #666633;
	font-size: 11px;
	font-style: normal;
	margin: 0 4px 0 0;
	padding: 0 4px
}

div#askQuestion div.formHeader {
	border-bottom: 1px dotted #fefecb;
	background: #6f8741;
	height: 34px;
	margin: 0 0 6px 0;
	position: relative;
	width: 538px
}

div#askQuestion div.formHeader h4{
	border-bottom: 1px dotted #fefecb;
	color: #fefecb;
}


div#askQuestion div.formHeader input {
	position: absolute;
	right: 8px;
	top: 6px
}

div#askQuestion input#ask {
	float: right;
	margin: 12px 8px 12px 0
}

div#askQuestion textarea, div#askQuestion input.description {
	width: 350px
}

div#askQuestion fieldset input.button {
	background-color: #72694d;
	color: #f3edde;
	border: 1px solid #33312a;
}

 /*================= Form styles ==================*/

div#userUpload fieldset {
	margin-bottom: 10px;
	margin-top: 5px;
	padding: 5px 5px 10px 5px;
	/*border: 1px dotted green;*/
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border-bottom: 1px dotted #aaa;
}

div#userUpload fieldset legend{
	font-weight: bold;
	margin: 0;
	padding: 0;
}

div#userUpload fieldset fieldset {
	display: block;
	clear: both;
	border: none;
	margin: 0;
	padding: 0
}

div#userUpload input, textarea {
	display: block;
	width: 200px;
}

div#userUpload label {
	display: block;
	float: left;
	margin: 0 10px 4px 0;
}

/* form elements ----------------------- */

fieldset {
	float: left;
	border: 0;
}

td.question {
padding: 0 10px 10px 0;
}

td.answer {
padding: 0 0px 10px 0;
}

.field {
border: #cbc8b1 1px solid;
}

/* gallery ------------------------------ */

h2.image_title {
margin: 0;
padding: 0 0 0 20px;
}

p.image_date {
margin: 0;
padding: 5px 0 10px 0;
font-size: 10px;
}

/*------------------- gallery comment --------------------*/
#centerColumn {
	padding:0 0 0 10px;
	width:550px;
}

#mainPhotoHolder{
	float: none;
}

.commentForm {
	background:#E4DECE none repeat scroll 0 0;
	padding:10px;
	float: left;	
}
.commentForm input {
	width: 200px;
}
.commentPosted {
	font-size: 10px;
}
.commentAuthor {
	font-weight: bold;
	font-size: 13px;
}
.commentForm h2 {
	padding: 0px;
	margin: 0px;
}
.commentForm textarea {
	width: 300px;
	height: 120px;
}

.commentPanel {
	float: none;
	width: 400px;
	margin-bottom: 20px;
	background:#E4DECE none repeat scroll 0 0;
	padding:3px;
}

#imagecomment{
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}

/*------------------- SITEMAP comment --------------------*/

#sitemapColumn {
	width: 550px;
	padding: 0 0 0 10px;
}

#sitemapColumn ul li {
	font-weight: bold;
	font-size: 16px;
	padding-left: 25px;
}
#sitemapColumn a ul li  {	
background-color: #becb87;
}
#sitemapColumn ul li ul li {
	padding-left: 25px;
	color: #3a321f;
	font-weight: bold;
	font-size: 13px;
}
#sitemapColumn ul li ul li a {
	color: #3a321f;
	font-weight: bold;
	font-size: 14px;
}
#sitemapColumn ul li ul li ul li a {
	color: #3a321f;
	font-weight: normal;
	font-size: 12px;
}

.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: #ece5d5 url(../images/list.gif) no-repeat left center;
list-style-type: none;
margin-bottom: 3px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: url(../images/closed.gif) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}

#youtubeVideo{
	float: none;
	margin: 0 0 10px 0;
	width: 604px;
	height: 344px;
	background: #ffffff;
	padding: 3px;
	border:1px solid #999999;
}

object.videoInner{
	width: 425px;
	height: 344px;
}


.divPagination
{
    float: right;
    margin: 30px 0 0 0;
}
.pPrev
{
    float:left;
    margin: 0 10px 0 0;
}

.pNext
{
    float:left;
    
}

#pageNumbers
{
    float:left;
    margin: 0 10px 0 0;
}

#newTiger{
	width: 820px;
	height: 429px;
	background: url(../images/bg-tiger2011.jpg) no-repeat 0 0;
	padding: 150px 0 0 0;
}

#newTiger p{
	width: 594px;
	margin: 0 auto 0 auto;
	font-family: Arial;
	font-size: 14px;
	color: #441c00;
}

#newTiger p a{
	color: #441c00;
	font-weight: bold;
	text-decoration: underline;
}

#newTiger p a:hover{
	text-decoration: none;
}

a#closeTiger{
	display: block;
	margin: 150px auto 0 auto;
	width: 80px;
	padding: 5px 0;
	text-align: center;
	background: #441c00;
	color: #fff;
	font-weight: bold;	
}

a#closeTiger:hover{
	background: #88834e;
	text-decoration: none;
}

#newTiger{
 width: 820px;
 height: 429px;
 background: url(../images/bg-tiger2011.jpg) no-repeat 0 0;
 padding: 150px 0 0 0;
}
 
#newTiger p{
 width: 594px;
 margin: 0 auto 0 auto;
 font-family: Arial;
 font-size: 14px;
 color: #441c00;
}
#newTiger p a{
 color: #441c00;
 font-weight: bold;
 text-decoration: underline;
}
#newTiger p a:hover{
 text-decoration: none;
}
 
a#closeTiger{
 display: block;
 margin: 150px auto 0 auto;
 width: 80px;
 padding: 5px 0;
 text-align: center;
 background: #441c00;
 color: #fff;
 font-weight: bold; 
}
 
a#closeTiger:hover{
 background: #88834e;
 text-decoration: none;
}



/*13 06 11*/
.noImgBorder img {
	border: 0 !important;
	background-color: transparent !important;
	margin: 0 !important;
}

#topSlider {
margin: 10px 0 10px 23px;
width: 775px;
height: 192px;

}

h2 {
	margin-bottom: 5px;
}


































































































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

