/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	color: #000000;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}

#topheader {
 font-size: 10px;
 float: left;
	width: 890px;
 color: #333;
 padding: 10px;
 margin: 0 auto;
}

#header {
 color: #333;
 width: 900px;
 float: left;
 height: 180px;
 margin: 0 auto;

}
#navigation {
 float: left;
 width: 900px;
 color: #333;
 margin: 0px 0px 0px 0px;
 background: #73C167 url(../images/nav_BG.jpg) repeat-x top;
}
#leftcolumn { 
 color: #333;
 margin: 20px 0px 0px;
 padding: 10px 10px 0px;
 width: 204px;
 float: left;
 	font-size: 10px;
}
#rightcolumn { 
 float: right;
 margin: 20px 0px 0px;
 padding: 10px;
 width: 678px;
 display: inline;
}
#footer {
 font-size: 10px;
	width: 880px;
	clear: both;
	color: #333;
 margin: 0 auto;
	padding: 10px;
	border-top: thin solid #009AC8;
}

#footerhome {
 font-size: 10px;
	width: 880px;
	clear: both;
	color: #333;
 margin: 0 auto;
	padding: 10px;
		border-top: thin solid #009AC8;
}img {
	border: none;
}


/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
