/* CSS Document */
body {
	margin:0px;
	padding:0px;
	font-family:Century Gothic;
	font-size:100%;
	color:#9ACD32;
	background:url(../images/background white.jpg) #FFFFFF top left repeat-x;
}

h3 {
	padding:0;
	margin:0 0 10px 0;
	color:#9ACD32;
	font-size:15px;
	font-weight:bold;	
}

.clr { clear:both; }

#header {
	background:url(../images/FONDmix.gif) top center no-repeat;
	height:341px;
	overflow:hidden;
}

#main {
	width:100%;
}

#subhead {
	background:url(../images/FONDmix02.jpg) top center no-repeat;
	height:135px;
	width:900px;
	margin:2px auto 0;
	overflow:hidden;
}
#contact {
	padding-right:30px;	
	background:url(../images/contact.jpg) top right no-repeat;
	text-align:right;
	width:750px;
	margin:95px auto 0 auto;
}
#contact a {
	color:#9ACD32;
	font-size:18px;
	font-weight:light;
	height:28,5px;
	line-height:28,5px;
	text-decoration:none;
	outline:none;
}

#content {
	width:800px;
	margin:0 auto;
	line-height:20px;
}

#content strong.hilite {
	color:#9ACD32;
}
#wrapfooter {
	background:#FFFFFF;
	color:#FFFFFF;
}
#footer {
	font-family:Century Gothic;
	font-size:11px;
	text-align:center;
	margin:0 auto;
	padding:7px 0;
}

.credit { color:#241f6d; }
.credit a {
	color:#241f6d;
	text-decoration:none;
}
.credit a:hover { text-decoration:underline; }

#gallery {
	position:absolute;
	width:100%;
}
#images {
	height:325px;
	background:url(../images/header-slide.jpg) #FFFFFF top center no-repeat;
	overflow:hidden;
	position:relative;
	width:100%;
}
#photos {
	position:absolute;
	margin-left:50%;
	left:-400px;
	bottom:0px;
	width:84px;
	height:248px;
	vertical-align:bottom;
}
#photos img { border:0px; }
#photos table {
	bottom:0px;
	overflow:hidden;
	position:absolute;
	width:437px;
	left: 144px;
	height: 307px;
}
#photos table td.left a {
	float:left;
	page-break-before: left;
	page-break-after: right;
}
#photos table td.right a { float:right; }

#photos a { margin:2px;}
#photos a {
	display:block;
    border:2px solid #FFFFFF;
}
#photos a:hover {
	border:2px solid #F03600;
}
#team,
#project {
	overflow:hidden;
	margin:0 0 20px 0;
}

#tab {
	background:url(../images/tabbg.jpg) top left repeat-x;
	position:relative;
	height:16px;
}
#tabbg {
	position:absolute;
	width:100%;
	text-align:center;
	left: 305px;
	top: 0px;
}
#tabbg a { border:0px; outline:none; }
#tabbg img { border:0px; }

.required { font-size:11px; }
.error {
	background-color:#FFECEC;
	color:#970000;
	border:1px solid #FFB9B9;
	margin-bottom:10px;
	padding:5px;
}

.info {
	background-color:#EBFFE8;
	color:#18A600;
	border:1px solid #72FF5E;
	padding:5px;
	margin-bottom:10px;
}
