/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
	background: url(../../Content/Images/Background.jpg) repeat-x;
	background-position: bottom;
	background-color: #edf1fa;
	font-size: .75em;
	font-family: Verdana, Helvetica, Sans-Serif;
	margin: 0;
	padding: 0;
	color: #696969;
	text-align:center;
}
html{ 
min-height: 100%;
	height: auto;
} 

.summary
{
	color: #888888;
	background-color: #e0e5ef;
	border: solid 1px #c6b6ab;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
}

.detail
{
	background-color: #e0e5ef;
	border: solid 1px #c6b6ab;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
}

.footerlinks
{
	border-style: solid;
	border-width: 4px;
	border-color: #e0e5ef;
	background-color: #FFFFFF;
	padding: 5px;
	margin: 5px;
	text-align: center;
	color: #e0e5ef;
	width: 100%;
}

.tablelayout table
{
	border-style: none;
}

.tablelayout td
{
	padding: 10px 10px 10px 10px;
}


img
{
	border-width: 0px;
	border-style: none;
}

a:link
{
	color: #400500;
	text-decoration: underline;
	font-weight: bold;
}
a:visited
{
	color: #400500;
}
a:hover
{
	color: #6e421e;
	text-decoration: none;
}
a:active
{
	color: #400500;
}

p, ul
{
	margin-bottom: 20px;
	line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
	font-size: 1.5em;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

h1
{
	font-size: 2em;
	padding-bottom: 0;
	margin-bottom: 0;
}
h2
{
	padding: 0 0 10px 0;
}
h3
{
	font-size: 1.2em;
}
h4
{
	font-size: 1.1em;
}
h5, h6
{
	font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
	margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
	width: 754px;
	margin-left: auto;
	margin-right: auto;
	text-align:right;

}

#header
{
	position: relative;
	margin-bottom: 0px;
	color: #000;
	padding: 0;
	text-align: center;

}

#header h1
{
	font-weight: bold;
	padding: 5px 0;
	margin: 0;
	color: #fff;
	border: none;
	line-height: 2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px !important;

}

#main
{
	padding: 20px 0px 0px 0px;
	margin-bottom: 30px;
	_height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
	  font:   12px, Times New Roman, times-roman, georgia, serif;
	color: #573921;


}

#mainn
{
	   padding: 20px 0px 0px 0px;
	margin-bottom: 30px;
}

#wrapper
{
    
	margin-left:100px;
	width:650px;
	text-align: left;


}

#logo
{
	margin-top:30px;
	margin-left:0px;
		text-align: left;



}

#footer 
{
    
	font:   10px, Times New Roman, times-roman, georgia, serif;
	color: #4f4f4f;
}

#heading
{
	 font:  20px, Times New Roman, times-roman, georgia, serif;
	color: #401d00;

}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
	border-bottom: 1px #401d00solid;
	padding: 0 0 2px;
	position: relative;
	margin: 0;
	text-align: right;
}

ul#menu li
{
	display: inline;
	list-style: none;
}

ul#menu li#greeting
{
	padding: 10px 20px;
	font-weight: bold;
	text-decoration: none;
	line-height: 2.8em;
	color: #fff;
}

ul#menu li a
{
	padding: 10px 20px;
	font-weight: bold;
	text-decoration: none;
	line-height: 2.8em;
	background-color: #e8eef4;
	color: #034af3;
}

ul#menu li a:hover
{
	background-color: #fff;
	text-decoration: none;
}

ul#menu li a:active
{
	background-color: #a6e2a6;
	text-decoration: none;
}

ul#menu li.selected a
{
	background-color: #fff;
	color: #000;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
	clear: both;
}

.error
{
	color:Red;
}



#menucontainer
{
	margin-top:25px;
	border-bottom: 1px #898f9a solid;
	height:24px;


}

#menu
{
    
	position: relative;
	margin: 0;
}

#title
{
	display:block;
	float:left;
	text-align:left;
}

#logindisplay
{
	font-size:1.1em;
	display:block;
	text-align:right;
	margin:10px;
	color:White;
}

#logindisplay a:link
{
	color: white;
	text-decoration: underline;
}

#logindisplay a:visited
{
	color: white;
	text-decoration: underline;
}

.field-validation-error
{
	color: #ff0000;
}

.input-validation-error
{
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}

.validation-summary-errors
{
	font-weight: bold;
	color: #ff0000;
}



/* Navigation */
.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;

}

.nav {
  font-family: Arial, Helvetica, sans-serif;
  z-index: 100;
  position: relative;
}
.nav li {
  /* border-left: 1px solid #000; */
  float: left;
  margin: 0;
  padding: 0;
  position: relative;

}
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
  font:  bold 1.22em/25px times, Times New Roman, times-roman, georgia, serif;
  /*background: #796453;*/
  color: #401d00;
  display: block;
  padding: 0 6px;
  text-decoration: none;
  width: 75px;
  
}

.nav li a:hover {
  background: #ccc;
  color: #000;	

}
#nav-one li:hover a, 
#nav-one li.sfHover a {
  background: #ccc;
  color: #401d00;
  
  
}
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
  background: #edf2f9;
  color: #5d3625;	
	font:  italic 1.1em/25px times, Times New Roman, times-roman, georgia, serif;


}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
  background: #ccc;
  color: #000;
  width: 108px;	
  
}

.nav ul {
  background: #edf2f9;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  list-style: none;
  margin: 0;
  width: 120px; 
  position: absolute;
  top: -999em;
  left: -1px;
}
.nav li:hover ul,
.nav li.sfHover ul {
  top: 25px;
  

}
.nav ul li {
  border: 0;
  float: none;
  
}
.nav ul a {
  border-bottom: 0;
  border-top: 0;
  padding-right: 20px;
  width: 80px;
  white-space : nowrap;
	  
}
.nav ul a:hover {
  background: #ccc;
  color: #000;
  
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://guytgunter.com/projects/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://guytgunter.com/projects/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

