/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color:#003300;
	text-decoration:none;
}
a:hover {
	color:#339900;
	text-decoration:none;
	
}
body {
	background:#e8e4dc url(../img/bg/bg.jpg) repeat-x;
	color:#444;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 0;
}
input, textarea {
	color: #555;
	font: normal 0.9em "Lucida Sans Unicode",sans-serif;
}



input,
textarea,
select {
  padding: 1px;
  margin: 2px;
  color:#666666;
  background:#FFFFFF;
  border: 1px solid #CCC;
  width: 150px;
}


input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  background: #e7f0e7;
  border: 1px solid #888;
  
}

input.noBorder,
input:focus.noBorder,
input:hover.noBorder {
  padding: 0;
  border: 0;
}

input.button {
  padding: 2px 5px;

  font: 400 0.9em verdana, serif;
  cursor: pointer;

  color: #fff;
  background:#4D6654;
  border-width: 1px;
  border-style: solid;
  border-color: #336699 #003333 #003333 #336699;
  
  
 
}
img {
	border:solid 1px #999999;
	
}

img:hover{
	border:solid 1px #000;	
}



/*widths*/


.width50 {
  width: 50%;
}

.width75 {
  width: 75%;
}

.width100 {
  width: 100%;
}




p,cite,code,ul {
	font-size: 1em;
	padding-bottom: 1.2em;
	line-height:1.9em;
	text-align:justify;
}

code {
	background: url(../img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #39F;
	color: #555;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
cite {
	background: url(../img/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}

h1 {
	font-size: 1.2em;
	margin-bottom: 1px;
	text-transform:uppercase;
	color:#003300;
	padding-top: 6px;
}

h2 {
	color:#003300;
	padding-top: 6px;
	
}

h3 {
	color:#003300;
	padding-top: 6px;
	text-decoration:none;
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 90.5%;
	font-weight: bold;	
	
	
}

h4 {

	padding-top: 0px;
	font: normal 89.5% "Lucida Sans Unicode",sans-serif;
	text-decoration:none;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	background: url(../img/bg/bgcontainer.png) repeat-y;
	padding-bottom: 0px;
	width: 959px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.header {
	background: url(../img/bg/summit_header_03.jpg) repeat-x;
	height:115px;
	padding-bottom:4px;
}

.header2 {
	
	height:295px;
	padding-bottom:7px;
}

/* topnav */


.topnav h1 a{
	color: #D3C5B5;
	font: normal 3em Verdana,sans-serif;
	line-height: 47px;
	font-size:11px;
	text-transform:uppercase;
	text-align:right;
	text-decoration:none;
	padding-left:20px;
	padding-right:20px;
	float:right;
	border-left:solid 1px #3A5741;
	margin-top:29px;
}
	


.topnav h1 a:hover{
	display:block;
	background: url(../img/bg/hover.jpg) repeat-x;
	line-height:104px;
	margin-top:0px;
	border-left:solid 1px #3A5741;
		
	
}





/* navigation */
.navigation {
	margin-bottom: 4px;
}
.navigation a {
	background-color: #4A91C3;
	color: #FFF;
	float: left;
	font: bold 1.2em "Trebuchet MS",sans-serif;
	padding: 8px 0;
	width: 19%;
	border-right: 1px solid #FFF;
	text-align: center;
	text-decoration: none;
	
}
.navigation a:hover {
	background-color: #000;
	color: #FFF;
}

/* main */
.main {
	clear: both;
	padding: 8px 15px;
	position: relative;
}

/* main left */
.sidenav h1,.sidenav ul {
	padding-left: 10px;
}
.sidenav {
	background: #EEE;
	border: 1px solid #E5E5E5;
	float: left;
	width: 210px;
}
.sidenav h1 {
	color: #666;
	font-size: 1.1em;
	height: 20px;
	margin-top: 1.2em;
}
.sidenav ul {
	border-top: 1px solid #FAFAFA;
	background: url(../img/general/bgul.gif) repeat-x;
	margin: 0;
	padding: 0;
}

.sidenav ul em{
	font-size: 0.9em;
	margin: 0;
	padding-left:10px;
}

.sidenav li {
	border: 1px solid #FAFAFA;
	border-top: none;
	list-style: none;
	margin: 0;
	
}
.sidenav li a {
	color: #777;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 14px;
	text-decoration: none;
}
.sidenav li a:hover {
	color: #111;
}

contentwrapper {

}

/*content_nav*/

.content_nav{
	width:100%;
	text-align:left;
	background:url(../img/general/content_nav.jpg) no-repeat center;
	margin-bottom:5px;
	height:30px;
	
}

.content_nav li{
	list-style: none;
	
}
.content_nav li a{
	display:block;
	background-color:#CCCCCC;
	float:right;
	height:20px;
	
}
	
/*100content*/

.content100{
	float:right;
	width:929px;
	
}


.content100 .item {
	padding: 6px 12px;
	border: 1px solid #EEE;
	background: #F2F2F2;
	margin-bottom: 4px;
}
.content100 .descr {
	color: #333;
	margin-top: 6px;
	margin-bottom: 6px;
	text-align:justify;
	
}

.content100 li {
	list-style: url(../img/general/li.gif);
	margin-left: 18px;
}


/*photocontent*/

.photocontent{
	float:right;
	width:663px;
	
}


.photocontent .item {
	padding: 6px 12px;
	border: 1px solid #EEE;
	background: #F2F2F2;
	margin-bottom: 4px;
}

.photocontent .descr {
	color: #333;
	margin-top: 6px;
	margin-bottom: 6px;
	text-align:justify;
	
}

.photocontent li {
	list-style: url(../img/general/li.gif);
	margin-left: 10px;
}

/* photo_leftcontent*/

.photo_leftcontent {
	float: left;
	width: 260px;
}

.photo_leftcontent h1 {
	font-size: 1.2em;
	margin-bottom: 4px;
	text-transform:uppercase;
	color:#003300;
	padding-top: 6px;
}

.photo_leftcontent .item {
	padding: 6px 12px;
	border: 1px solid #EEE;
	background: #F2F2F2;
	margin-bottom: 4px;
}
.photo_leftcontent .descr {
	color:#333;
	margin-top: 6px;
	margin-bottom: 6px;
}

.photo_leftcontent li {
	list-style: url(../img/general/li.gif);
	margin-left: 18px;
}

/*fullcontent*/

.fullcontent{
	float:right;
	width:710px;
	
}


.fullcontent .item {
	padding: 6px 12px;
	border: 1px solid #EEE;
	background: #F2F2F2;
	margin-bottom: 4px;
	position: relative;
}
.fullcontent .descr {
	color: #333;
	margin-top: 6px;
	margin-bottom: 6px;
	text-align:justify;
	position: relative;
	
}

.fullcontent li {
	list-style: url(../img/general/li.gif);
	margin-left: 10px;
	position: relative;
}


/* leftcontent*/

.leftcontent {
	float: left;
	width: 369px;
}

.leftcontent h1 {
	font-size: 1.2em;
	margin-bottom: 4px;
	text-transform:uppercase;
	color:#003300;
	padding-top: 6px;
}

.leftcontent .item {
	padding: 6px 12px;
	border: 1px solid #EEE;
	background: #F2F2F2;
	margin-bottom: 4px;
}
.leftcontent .descr {
	color:#333;
	margin-top: 6px;
	margin-bottom: 6px;
}
.leftcontent li {
	list-style: url(../img/general/li.gif);
	margin-left: 18px;
}



/* content */
.content {
	float: right;
	width: 555px;
	position: relative;
	
}
.content .item {
	padding: 6px 12px;
	border: 1px solid #EEE;
	background: #F2F2F2;
	margin-bottom: 4px;
	position: relative;
	
}




.content .descr {
	color: #333;
	margin-top: 6px;
	margin-bottom: 6px;
	text-align:justify;
	position: relative;
	
	
}

.descr .img_wrapper1{
	padding-left: 10px;
	padding-top: 5px;
	float: right;
	text-align: center;
	position: relative;
	
}

.descr .img_wrapper2{
	padding-right: 10px;
	padding-top: 5px;
	float: left;
	text-align: center;
	position: relative;

	
	
}

.descr .img_wrapper{
	padding-right: 6px;
	width: 126px;
	float: left;
	text-align: center;
	position: relative;
	
	
}


.descr .img_wrapper_home{
	padding-right: 6px;
	width: 105px;
	float: left;
	text-align: center;
	position: relative;
	
	
}



.descr .img_wrapper h1{
	text-transform:uppercase;
	color:#001F03;
	font-size:10px;
	text-align: center;
	font-weight:200;
	border-top:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	margin-bottom:5px;
	padding-bottom:1px;
	display:block;
	background-color:#FFFFFF;
	position: relative;
}	

.descr .img_wrapper_end{
	
	width: 127px;
	float: left;
	text-align: center;
	position: relative;
	
}


.descr .img_wrapper_end h1{
	text-transform:uppercase;
	color:#001F03;
	font-size:10px;
	text-align: center;
	font-weight:200;
	border-top:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	margin-bottom:5px;
	padding-bottom:1px;
	display:block;
	background-color:#FFFFFF;
	position: relative;
	
}	


.content li {
	list-style: url(../img/general/li.gif);
	margin-left: 18px;
}

/* search form */
form {
	padding: 0px;
}
.styled {
	border: 1px solid #999;
}

.styled a:hover{
	border: 1px solid #000;
}

.button {
	background:#CCCCCC;
	border:solid 1px #999;
	height: 23px;
	width: 67px;
	margin-top:9px;
	
}



/* footer */
.footer {
	background:#fff url(../img/bg/footerbg.jpg) no-repeat center;
	color: #fff;
	font-size: 1.1em;
	margin: 0 auto;
	text-align: center;
	padding: 16px 6px 19px 6px;
	width: 930px;
	border-bottom:solid 1px #b4b4b4;
}
.footer a {
	color:#FFFFCC;
	text-decoration: none;
}
.footer a:hover {
	color:#99FF99;
	text-decoration: none;
}

/* lower footer */
.lowerfooter {
	background:#CCCCCC;
	color: #fff;
	font-size: 1.1em;
	margin: 0 auto;
	text-align: center;
	padding: 16px 6px 19px 6px;
	width: 930px;
	border-bottom:solid 1px #b4b4b4;
}
.lowerfooter a {
	color:#FFFFCC;
	text-decoration: none;
}
.lowerfooter a:hover {
	color:#99FF99;
	text-decoration: none;
}




/* Lightbox Image Viewer */


#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 {  background: url(../img/lightbox/prevlabel.gif) left 3% no-repeat; left: 0; float: left;}
#nextLink { background: url(../img/lightbox/nextlabel.gif) right 3% no-repeat; right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../img/lightbox/prevlabel1.gif) left 3% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/lightbox/nextlabel1.gif) right 3% 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; }
