@charset "utf-8";
/* CSS Document */

body {
	
}

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
}

.h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11pt;
}

.h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

#topcontainer {
	width: 955px;
	margin-left: auto;
	margin-right: auto;
	height: 200px;
	padding-top: 50px;
}

#container {
	width: 955px;
	margin-left: auto;
	margin-right: auto;
	height: 400px;
}

#bottomcontainer {
	width: 955px;
	margin-left: auto;
	margin-right: auto;
}

#leftlogo {
	float: left;
	width: 75px;
	height: 400px;
}

#maincontent {
	width: 610px;
	margin-left: 75px;
	margin-right: 230px;
	height: 400px;
	padding-left: 30px;
	padding-right: 10px;
}

.floatright {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}

#menu {
	float: right;
	width: 210px;
	height: 375px;
	font-size: 15pt;
	text-align: right;
	background-image: url(../images/menu_background.gif);
	background-repeat: no-repeat;
	padding-top: 25px;
	padding-right: 20px;
}

.menuFlash{
	color: #000;
	float: right;
	clear: both;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15pt;
	padding-bottom: 6px;
	outline: none;
	line-height: 19pt;
}

.menuFlash a{
	font-size: 15pt;
}

.contact {
	height: 80px;
	width: 610px;
}

#bottomnav {
	height: 30px;
	width: 955px;
	background-image: url(../images/footer_background.gif);
	background-repeat: no-repeat;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #7DB78D;
	font-weight: bold;
}

.bottomnav {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
}

.bottomnav A:LINK {
	color: #7DB78D;
	text-decoration: none;
}

.bottomnav A:VISITED {
	color: #7DB78D;
	text-decoration: none;
}

.bottomnav A:HOVER {
	color: #000000;
	text-decoration: none;
}

#copyright {
	width: 955px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	color: #7DB78D;
}

.copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
}

.copyright A:LINK {
	color: #7DB78D;
	text-decoration: none;
}

.copyright A:VISITED {
	color: #7DB78D;
	text-decoration: none;
}

.copyright A:HOVER {
	color: #000000;
	text-decoration: none;
}

/*Image Slider*/
.sliderwrapper{
	position: relative;
	overflow: hidden;
	border-bottom-width: 6px;
	width: 610px;
	height: 365px;
}

.sliderwrapper .contentdiv{
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 610px;
	height: 370px;
	filter: progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.leftContent {
	float: left;
	width: 270px;
	height: 370px;
}

.rightContent {
	float: right;
	width: 320px;
	height: 320px;
	padding-top: 20px;
	padding-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
}

.pagination{
	width: 610px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	height: 30px;
}

.pagination a{
	text-decoration: none;
	color: #000;
	background: white;
}

.pagination a:hover, .pagination a.selected{
	color: #FFF;
	background-color: #7DB78D;
}

/*Contact Form*/
.cflite {
	width: 610px;
	font-family: Verdana, Geneva, sans-serif;
}
.cflite_td {
	padding: 4px;
	font-size: 10pt;
}
.cflite p {
	padding: 4px;
}
.cflite label {
	padding: 4px;
}
label {
	padding-right: 10px
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}