/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #666;
	font-family: calibri, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.5em;
}

/* ---------- ---------- ---------- ---------- ---------- ----------
			HEADER RULES
---------- ---------- ---------- ---------- ---------- ---------- */

#globalHead {
	width: 770px;
	margin-top: 5px;
}
	
#globalHead img {
	padding: 0;
	border: 0;
	float: left;
}

#mutleysmind {
	margin: 0 0 0px 0;
	padding: 0;
	/*display: block;*/
	color: #999999;
	height: 18px;
	width: 770px;
	text-align: right;
	letter-spacing: 0em;
	font-size: 90%;
}

#branding {
	margin: 0;
	padding: 0;
	width: 770px;
	height: 63px;
	white-space: nowrap;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}


/* ---------- Basic Style Rules ---------- */

em, cite, blockquote {
	font-style: italic;
}

acronym, abbr {
	cursor: help;
}

h1 {
	font-size: 180%;
	display: none;
}

h2 {
	font: 180%/1em;
	text-transform: uppercase;
	margin: 0 0 1em 0;
	padding: 0;
	font-weight: normal;
	color: #666666;
}
h3 {
	margin: 1.2em 0 0.6em 0;
	padding: 0;
	font-size: 110%;
	color: #009900;
}

h4 {
	margin: 0 0 0.0em 0;
	padding: 0;
	font-size: 110%;
	text-transform: uppercase;
	color: #666;
}
h5 {
	margin: 0 0 0.8em 0;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	color: #666;
}

p {
	font-size: 100%;
	margin: 0 0 .8em 0;
	line-height: 1.4em;
	color: #666666;
	text-align: left;
}

.big {
	font-size: 130%;
	font-weight: normal;
	margin-top: .5em;
	line-height: 1.3em;
	color: #666;
}


/* ---------- ---------- ---------- ---------- ---------- ----------

			HYPERLINK RULES

---------- ---------- ---------- ---------- ---------- ---------- */

a:link , a:visited {
	color: #00CC66; /* med green */
	text-decoration: none;
}

/* a:visited {
	color: #009933; 
	text-decoration: none;
}
*/

a:hover, a:active {
	color: #00FF66; /* bright green */
	text-decoration: none;
}


/* ---------- ---------- ---------- ---------- ---------- ----------

			IMAGE RULES

---------- ---------- ---------- ---------- ---------- ---------- */
img {
	border: 0;
}

#picbox {
	color: #999;
	margin-bottom:0px;
	width: 100%;
	height: 95px;
	float: left;
}

#picbox img	{
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0 10px 10px 0;
}

.smleftcol img{
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0 10px 10px 0;
	float: none;
}
#picbox h3 {
	margin-top: 0;
	}

.image_with_caption {
	font-size: 100%;
	text-align: center;
	margin: 0 0 1em 0;
	margin-bottom: 0.5em;
	padding: 0;
}

.image_with_caption p {
	padding: 0.5em;
	background-color: #FFFFFF;
	text-align: center;
}


/* ---------- ---------- ---------- ---------- ---------- ----------

			GLOBAL NAVIGATION RULES - Start

---------- ---------- ---------- ---------- ---------- ---------- */

#globalNav {
	width: 770px;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
	display: inline;
	color: #999999;
	text-transform: uppercase;

}

#globalNav ul li {
	display: inline;
	border-left: 1px solid #ccc;
	padding: 0 1em;

}

/* ---------- ---------- ---------- ---------- ---------- ----------

			Section Banner And Breadcrumb Rules

---------- ---------- ---------- ---------- ---------- ---------- */

#sectionbanner {
	margin: 0px 0 0 0px; /* top right bottom left*/
	width: 770px;
	height: 150px;
}
#sectionpic {   /* mainpics */
	margin-left: 198px;
}

#breadcrumb {
	margin: 10px 0px 2px 10px;
	font-size: 10px;
	width: 760px;
	height: 20px;
	border-width: 1px 0;
	border-style: solid;
	border-color: #ccc;
	background-color: #CCFF99; /* light green */
	color: #666;
}

#breadcrumb ul {
	display: inline;
	margin-left: 6px;
	padding-left: 0;
	list-style-type: none;

}

#breadcrumb ul li {
	padding: 0 0 0 4px;
	display: inline;
	list-style-type: none;
	text-transform: lowercase;
}

#breadcrumb a {
	color: #00CC66;
	text-decoration: none; 
}

#breadcrumb a:hover, a:active {
	color: #009933; /* dark green */
	text-decoration: none;
}

/* ---------- ---------- ---------- ---------- ---------- ----------

			CONTENT - under the sectionbanner

---------- ---------- ---------- ---------- ---------- ---------- */
#contentBox {
	margin: 10px 0 0 0px; /* top right bottom left*/
	width: 770px;    /* margin + the global menu */
}

#maincontent {
	padding-left: 10px;
	padding-top: 10px;
	width: 760px; /*box - left nav */
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 10px;
}


#maincontent a:link {
	color: #00CC66; /* med green */
	text-decoration: none;
}

#maincontent a:visited {
	color: #009933; /* dark green */
	text-decoration: none;
}

#maincontent a:hover, a:active {
	color: #00FF66; /* bright green */
	text-decoration: none;
}

#maincontent ul li a, #maincontent ul li a:visited {
	
}

#maincontent .leftcol {
	margin: 0;
	width: 260px;
	float: left;
}

#maincontent .rightcol {
	margin: 0;
	margin-left: 270px;
	width: 260px;
}

/* Two UNEVEN columns smleft, largeright*/
#maincontent .smleftcol {
	margin: 0;
	width: 110px;
	float: left;
}

#maincontent .largerightcol {
	margin: 0;
	margin-left: 120px;
	width: 600px;
}

#maincontent .largerightcol ul li {
	display: run-in;
	border-left: 0px solid #ccc;
	padding: 0em 0em 0em 0em;
	background-color: #FFFFFF;
	list-style-image: none;
	list-style-position: inside;
	list-style-type: none;
}

#maincontent .largerightcol img {
	padding: 1em 1em 0em 0em;
}

/* Two UNEVEN columns largeleft, smright*/

#maincontent .largeleftcol {
	margin: 0;
	width: 500px;
	float: left;
}

#maincontent .smrightcol {
	margin-top: 0em;
	margin-left: 505px;
	width: 240px;
}

#maincontent .smrightcol p {
	color: #666;
	margin-left: 8px;
	font-size: 90%;
	line-height: normal;
	border: 0;
}

#maincontent .smrightcol img {
	border: 0;
	float:left;
	padding: 0 10px 5px 0px;
}

/* ---------- ---------- ---------- ---------- ---------- ----------

			FOOTER RULES

---------- ---------- ---------- ---------- ---------- ---------- */

#globalfooterContainer {
	clear: both;
	font-size: 86%;
	margin: 2em 0 0 20px;  /* top right bottom left */
	padding: 0;
	color: #666;
	width: 750px;			/* ie5win fix begins */
	voice-family: "\"}\"";
	voice-family: inherit;
	border-top: 1px solid #ccc;
	height: 80px;
}

#footer_left {
	float: left;
	width: 125`;
	margin: 0;
	padding: 0;
	text-align: left;
	height: 75px;
}

#footer_bottom {
	float: left;
	width: 573px;
	margin: 0 0 0 0;
	padding: 0;
	text-align: right;
	height: 20px;
}

#footer_bottom ul li {
	display: inline;
	border-left: 0px solid #999;
	padding: 0 1em;
	list-style: none;
	text-align: left;
}

#footer_bottom li a, footer_bottom li a:visited {
	color: #009933; /* dark green */
    text-decoration:none;
}

#footer_bottom li a:hover, footer_bottom li a:active {
	color: #00FF66; /* bright green */
	text-decoration:none;
}

#footer_right {
	margin-left: 190px;
	padding-top: 0.5em;
	height: 75px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	width: 555px;
}

#footer_right img {
}

#footer_right ul {
	margin: 0;
}

#footer_right ul li {
	display: inline-table;
	padding: 0 1em;
	list-style: none;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #ccc;
}

#footer_right li a, footer_right li a:visited {
	color: #00CC66;
    text-decoration:none;
}

#footer_right li a:hover, footer_right li a:active {
	color: #00FF66; /* bright green */
	text-decoration:none;
}

/* ---------- ---------- ---------- ---------- ---------- ----------

			Lightbox Rules

---------- ---------- ---------- ---------- ---------- ---------- */


#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}

/*#imageContainer>*/
#imagecontainer{
}

#hoverNav{
	left: 0;
	}

#hoverNav a{ 
	outline: none;
	}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { 
left: 0; 
float: left;
}

#nextLink { 
right: 0; 
float: right;
}

#prevLink:hover, #prevLink:visited:hover { 
background: url(../images/prevlabel.gif) left 15% no-repeat; 
}

#nextLink:hover, #nextLink:visited:hover { 
background: url(../images/nextlabel.gif) right 15% no-repeat; 
}



#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	
padding:0 10px; 
color: #666; 
}

#imageData #imageDetails{ 
width: 70%; 
float: left; 
text-align: left; 
}
	
#imageData #caption{ 
font-weight: bold;
}

#imageData #numberDisplay{ 
display: block; 
clear: left; 
padding-bottom: 1.0em;	
}
			
#imageData #bottomNavClose{ 
width: 66px; 
float: right;  
padding-bottom: 0.7em;	
}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	
