/* CSS Document - Author: Shaibal Mandal */

/* Main Styles that apply to body */
body {
	font-size: 12px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	margin: 0px;
	padding-left: 50%;
	background: #f4f4f4 url (images/bg.gif) center repeat-y;
	position: absolute;
		 }
/* This is the page container built and centered using -ve margins */
#container {
	width: 700px;
	margin-left: -350px;
	bottom: auto;
	}

/* The topmost faded bar */
#topbar {
    width:auto;
    background: #FAFAD2;
    height: 20px;
    padding: 10px 5px 5px 2px;
    font: 9px verdana;
    font-weight: bold;
    color: #734A12;
    text-align: right;
}

/* two heading blocks, the title and login form */
#headerwrapper {
    width: auto;
}

/* class that styles holder div of forms */
.userform {
    width: auto;
    color: #615E3F;
    padding: 5px 0px 5px 3px;
    background: #fbfbfb;
    border:1px solid #efefef;
    border-top: none;
    text-align: justify;
    margin-bottom: 1px;
}

h1 {
    font: 48px verdana;
	color: #E3CF57;
	margin: 5px;
}

h6 {
	font: 12px verdana;
	font-weight: bold;
	color: #E3CF57;
	margin: 0px;
	padding: 0px;
	margin-left: 8px;
	font-stretch: ultra-expanded;
}

/* This holds the tabs */
#tabholder
{
    width: auto;
}
img.floatLeft { 
    float: left; 
    margin: 25px; 
}
img.floatRight { 
    float: right; 
    margin: 25px; 
}

/* Container for article box, and pic box */
.articleboxouter {
    width: auto;
    padding: 0px 6px 0px 5px;
    clear: both;
} 

/* Content holder for articles */
.articleboxinner {
    width: auto;
    line-height: 20px;
    color: #615E3F;
    padding: 15px 6px 0px 6px;
    background: #fbfbfb;
    border:1px solid #efefef;
    text-align: justify;
    height: auto;
}

/* title for main article */
.articleheader
{
    font-size: 18px;
    font-weight: bold;
 }

/* This will style the read more thing at the bottom */
.readmore {
    text-align: right;
    display: block;
    width: auto;
}

/* main pic in main article box */
.mainpiccontrol
{
        float: left;
    margin-right: 10px;
}

/* Container for pic thumbnails */
.picboxouter {
    width: auto;
    padding: 0px 6px 0px 5px;
    clear: both;
}

/* Content holder for pic box */
.picbox {
    width: auto;
    line-height: 22px;
    color: #615E3F;
    padding: 5px 6px 6px 6px;
    border:1px solid #efefef;
    border-top: none;
    text-align: center;
}

/* thumbnails in picbox */
.pickboxcontrol
{
    border: 1px #DDD solid;
    vertical-align: middle;

}

/* hyperlink images */
.noborder {
    border: none;
}

/* arrows */
img {
    vertical-align: text-bottom;
}

/* Style for hyperlinks */
a {
	text-decoration: underline;
	padding: 0;
	margin: 0;
	color: #615E3F;
}

/* hover */
a:hover {
	text-decoration: underline;
color: #8B864E; }
 
#footer {
	background-color: #CED9B8;
	color: #734A12;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	padding-top: 5px;
	clear: both;
}

/* contain three columns */
#newsContainer2
{
    width:auto;
    background-color: #EEE8CD;
}

/* First column */
.c1
{
	width: 227px;
	background-color: #EEE8CD;
    border: 1px solid #DDD;
    border-top: none;
    line-height: 22px;
    color: #615E3F;
	float: left;
}

/* Second column */
.c2
{
    width: 230px;
    float: left;
   line-height: 22px;
    color: #615E3F;
}

/* Third column */
.c3
{
	width: 228px;
	background-color: #CED9B8;
    border: 1px solid #DDD;
    border-top: none;
    line-height: 22px;
    color: #615E3F;
	float: right;
}

/* column titles */
.noteheader
{
    width:auto;
    border-bottom: 1px solid #DDD;
    border-top: none;
    color: #734A12;
    height: 24px;
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
	background:url(images/headerBG.jpg) repeat-x;
}

/* column text space */
.spacy
{
    padding: 5px;
}

/* CSS Tabs */
#tabs8 {
    float:left;
    width:100%;
    background:#FAFAD2;
    font-size:93%;
    line-height:normal;
    border-bottom:1px solid #EEEED1;
}

#tabs8 ul {
    margin:0;
    padding:10px 10px 0 5px;
    list-style:none;
}

#tabs8 li {
    display:inline;
    margin:0;
    padding:0;
}

#tabs8 a {
    float:left;
    background:url(images/tableft8.gif) no-repeat left top;
    margin:0;
    padding:0 0 0 4px;
    text-decoration:none;
}

#tabs8 a span {
	float:left;
	display:block;
	background:url(images/tabright8.gif) no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#734A12;
	font-weight: bold;
	background-color: #FFFFFF;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs8 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs8 a:hover span {
    color:#434D2E;
}

#tabs8 a:hover {
    background-position:0% -42px;
}

#tabs8 a:hover span {
    background-position:100% -42px;
    color: #734A12;
}

#tabs8 #current a {
    background-position:0% -42px;
}
#tabs8 #current a span {
    background-position:100% -42px;
    color: #734A12;
}

/* containing box for gallery. */
#container2 {
	position:relative;
	width:700px;
	height:396px;
	margin:2px auto 0 auto;
	border:1px solid #734A12;
	
    }

/* Removing list bullets and indentation */
#container2 ul {
    padding:0; 
    margin:0; 
    list-style-type:none;
	 
    }
	/* Remove images and text from sight */
#container2 a.gallery span {
    position:absolute; 
    width:1px; 
    height:1px; 
    top:5px; 
    left:5px; 
    overflow:hidden; 
    background:#fff;
    }
/* thumbnail images */
#container2 a.gallery, #container2 a.gallery:visited {
	display:block;
	text-decoration:none;
	border:1px solid #000;
	margin:1px 2px 1px 2px;
	text-align:left;
	cursor:default;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	    }
#container2 a.slidea {
    background:url(images/gallery/queen.jpg); 
    height:93px; 
    width:60px;
    }
#container2 a.slideb {
    background:url(images/p2_t.jpg); 
    height:93px; 
    width:60px;
    }
#container2 a.slidec {
    background:url(images/gallery/gulf_fritillary.jpg); 
    height:93px; 
    width:60px;
    }
#container2 a.slided {
    background:url(); 
    height:60px; 
    width:93px;
    }
* html #container2 a.slided {
    width:91px; 
    w\idth:93px;
    }
#container2 a.slidee {
    background:url(images/p5_t.jpg); 
    height:60px; 
    width:93px;
    }
#container2 a.slidef {
    background:url(images/p6_t.jpg); 
    height:60px; 
    width:93px;
    }
* html #container2 a.slidef {
    width:91px; 
    w\idth:93px;
    }
#container2 a.slideg {
    background:url(images/gallery/painted_lady.jpg); 
    height:60px; 
    width:93px;
    }
#container2 a.slideh {
    background:url(images/gallery/american_lady.jpg); 
    height:93px; 
    width:60px;
	
    }
#container2 a.slidei {
    background:url(images/p9_t.jpg); 
    height:93px; 
    width:60px;
    }
#container2 a.slidej {
    background:url(images/p10_t.jpg); 
    height:93px; 
    width:60px;
    }
#container2 a.slidek {
    background:url(images/p11_t.jpg); 
    height:60px; 
    width:93px;
    }
* html #container2 a.slidek {
    width:91px; 
    w\idth:93px;
    }
#container2 a.slidel {
    background:url(images/gallery/pale_swallowtail.jpg); 
    height:60px; 
    width:93px;
    }

/* size of unordered list for thumbnails */
#container2 ul {
    width:198px; 
    height:386px;
    }
#container2 li {
    float:left;
    }
	/* move thumbnails into the correct position */
#container2 ul {
    margin:5px; 
    float:right;
    }

/* change thumbnail border color */
#container2 a.gallery:hover {
    border:1px solid #734A12; 
    }

/* styling the :hover span */
#container2 a.gallery:hover span {
    position:absolute; 
    width:372px; 
    height:372px; 
    top:10px; 
    left:75px; 
    color:#000; 
    background:#fff;
    }

#container2 a.gallery:hover img {
    border:1px solid #fff; 
    float:left; 
    margin-right:5px;
    }

#container2 a.slideb:hover img, #container2 a.slidei:hover img {
    float:right;
    }

#container2 {
    background:#fff url(images/gallery/178_7888.jpg) 75px 10px no-repeat;
    }

