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

body {
	background: #ABABAB url(../images/bg_main.jpg) center top no-repeat;
	font: 14px Cambria, Georgia, Serif;
}
/*=============================================================================*
 *                                                                             *
 *	Main wrapper that contains and centers the whole page                      *
 *                                                                             *
 *=============================================================================*/
 
#wrap {
	width: 920px;
	height: 560px;
	position: absolute;
	margin: 0;
	top: 50%;
	left: 50%;
	margin-left: -460px;
	margin-top: -280px;
}
/*=============================================================================*
 *                                                                             *
 *	Header tags                                                                *
 *                                                                             *
 *=============================================================================*/
 
#head {
	height: 60px;
	margin-bottom: 20px;
}
a {
	color: #40953A;
	text-decoration: none;
}
h1 {
	width: 240px;
	height: 65px;
	background: url(../images/logo.png);
	background-repeat: no-repeat;
	float: left;
}
h1 a {
	width: 204px;
	height: 65px;
	display: block;
	text-indent: -9999px;
}
#head ul {
	float: right;
	height: 60px;
	width: 640px;
	background: url(../images/bg_nav.png);
	padding-left: 0px;
	border-bottom: 5px solid #aaa;
}
#head ul li {
	float: left;
}
#head ul li.contactbutton {
	float: right;
}
#head li a {
	padding: 20px 7px;
	display: block;
	height: 20px;
	color: #666;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}
#head li a:hover {
	color: #40953A;
	border-bottom: 5px solid #40953A;
}
#head li a.current {
	color:#014713;
	border-bottom: 5px solid #014713;
}
/*=============================================================================*
 *                                                                             *
 *	Wrappers for the content (= everything minus the header)                   *
 *                                                                             *
 *=============================================================================*/
 
#cont {
	background: url(../images/bg_repeat.png) right repeat-y;
	height: 480px;
}
#conttop {
	height: 20px;
	background: url(../images/bg_top.png);
}
/*=============================================================================*
 *                                                                             *
 *	Side bar tags                                                              *
 *                                                                             *
 *=============================================================================*/

#side {
	width: 280px;
	height: 430px;
	float: left;
	margin-top: 10px;
}
#side ul {
	border-top: 1px solid #ccc;
	margin-left: 2px;
}
#side li a {
	display: block;
	padding: 8px 20px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	color: #555;
	border-bottom: 1px solid #ccc;
}
#side li a:hover, #side li.current a {
	padding-left: 21px;
	background: #fff;
	color: #2D7034;
	margin-left: -1px;
	background: url(../images/bg_nav.gif) bottom left;
}
#side .gmaps {
	margin: -10px 0 0 20px;
	display: block;
}
/*=============================================================================*
 *                                                                             *
 *	Text area tags                                                             *
 *                                                                             *
 *=============================================================================*/

#text {
	margin: 15px 15px 5px 305px;
	width: 580px;
	height: 400px;
	overflow-y: auto;
	padding-right: 10px;
}
#text p {
	text-align: justify;
}
#text ul, #text ol {
	margin-left: 20px;
	list-style: disc;
	margin-bottom: 20px;
}
#text ol {
	list-style-type: decimal;
}
#text img.align-right {
	float:right;
	margin: 0 0 8px 20px;
}
#text img.align-left {
	float:left;
	margin: 0 20px 8px 0;
}
#text .textButton {
	float: right;
	color: white;
	height: 22px;
	text-align:center;
	margin-right: 15px;
	padding: 0 10px;
	font-size: 120%;
	background-color: #40953A;
	border: 2px solid #014713;
}
#text .textButton a {
	color: white;
	text-decoration: none;
}
#text #locationEdition {
	padding-bottom: 5px;
}
/*=============================================================================*
 *                                                                             *
 *	Slider tags                                                                *
 *                                                                             *
 *=============================================================================*/

#slider {
	position: relative;
	height: 260px;
	margin-bottom: -40px;
}
#slider li {
	width: 920px;
	height: 260px;
	background: url(../images/visual_1.jpg) no-repeat;
}
#slider li.slide1 {
	background: url(../images/visual_1.jpg) no-repeat;
}
#slider li.slide2 {
	background: url(../images/visual_2.jpg) no-repeat;
}
#slider li.slide3 {
	background: url(../images/visual_3.jpg) no-repeat;
}
#slider li.slide4 {
	background: url(../images/visual_4.jpg) no-repeat;
}
#slider li.slide5 {
	background: url(../images/visual_5.jpg) no-repeat;
}
#slider li.slide6 {
	background: url(../images/visual_6.jpg) no-repeat;
}
#slider p {
	position: absolute;
	width: 240px;
	height: 180px;
	padding: 20px;
	color: #fff;
	background: url(../images/bg_70_percent.png);
	z-index: 200;
	font-family: Georgia, Garamond, Times, serif;
	font-size: 110%;
	line-height: 26px;
	letter-spacing: 1px;
}
#slider li a {
	position: absolute;
	right: 28px;
	bottom: 32px;
	width: 180px;
	height: 46px;
	background: url(../images/readMore.gif);
	text-indent: -9999em;
}
#foot {
	margin-top: 30px;
}
#video a {
	display: block;
	float: left;
	width: 280px;
	height: 220px;
	background: url(../images/video.jpg);
	text-indent: -9999em;
}
#video h2, #clients h2 {
	display: none;
}
#clients {
	background: url(../images/bg_logos.png);
	background-repeat: no-repeat;
	width: 260px;
	height: 220px;
	margin-left: 40px;
	float: left;
	padding-left: 20px;
	padding-top: 10px;
}
#demo {
	position:relative;
	padding-top: 175px;
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
}
#contactus {
	float: right;
	width: 280px;
	height: 220px;
}
/*=============================================================================*
 *                                                                             *
 *	General tags                                                               *
 *                                                                             *
 *=============================================================================*/

p {
	margin-bottom: 14px;
}
h2, h3, h4 {
	font-size: 200%;
	font-family: inherit;
	line-height: 1;
	font-weight: bold;
	color: #40953A;
	margin-bottom: 20px;
}
h3 {
	font-size: 150%;
	margin-bottom: 10px;
	color: #40953A;
}
h4 {
	font-size: 120%;
	margin-bottom: 10px;
	color: #40953A;
}
h5 {
	font-size: 100%;
	margin-bottom: 10px;
	font-weight: bold;
}
address {
	font-style: normal;
}
address strong {
	width: 70px;
	display: block;
	float: left;
}
.sponsor_quote {
/* insert style for sponsor quote */
}
.termsAndConditions {
	background-color: #FFF;
	font: inherit;
	font-size: 10px;
}
.emphasis {
	font-style: italic;
}
