@charset "UTF-8"; /* http://www.w3.org/International/questions/qa-css-charset */


/*	-------------------------------------------------------------
	IMPORT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

/*
@import url("");
*/

/*	-------------------------------------------------------------
	STYLES FOR SCREEN / PROJECTION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

@media screen, projection {

/*	-------------------------------------------------------------
	RESET
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent; }
	
body {
	line-height: 1; }
		
ul,
ol {
	list-style-type:none;
	margin:13px 0 13px 15px;
	padding:0; }

ul li,
ol li {
	line-height:1.4;
	margin:0 0 2px 0;
	padding:0; }
	
blockquote, q {
	quotes: none; }
	
blockquote:before, blockquote:after,
q:before, q:after {
	content: ''; }

:focus {
	outline: 0; }

ins {
	text-decoration: none; }
	
del {
	text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0; }

/*	-------------------------------------------------------------
	BODY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

html {
	font-size: 100%;
	width: 100%; }

body {
	font: 80%/1.5em  "Trebuchet MS", "Myriad Pro",Verdana,Helvetica,Arial,sans-serif;
	letter-spacing:-0.02em;
	color: #787878;
	line-height: 1.2em;
	border-top:4px solid #939292;
	background: #fff;
	width: 100%;
} 

 
/*	-------------------------------------------------------------
	LINKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

a {
	color:#0C552B;
	margin: 0;
	outline: 0; 
	text-decoration: none;}
 
a, a:visited, a:active {
	text-decoration: none; }
 
a:hover {
	color:#0C552B;
	border-bottom:1px solid #939292; 
	text-decoration: none;}

a.btn {
	color:#fff;
	display: block;
	font-size:16px;
	font-weight:bold;
	margin: 10px 0 0 0;
	width: 39%;
	padding:15px;
	float:left;
	outline: 0;
	text-align: center;
	text-decoration: none;}
  
/*	-------------------------------------------------------------
	TYPOGRAPHY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

p {
	line-height: 1.7;
	margin: 0 0 12px 0; }
 
h1 {
	font-weight: normal;
	margin: 0px 0px 0px 0px; }
 
h2 {
	font-size:30px;
	font-weight: bold;
	font-style: italic;
	margin:0 0 15px 0;
	padding:0;
	color:#0C552B; }

h2 span {
	font-size:14px;
	font-weight: normal;
	font-style: italic;
	padding:0;
	color:#939292; }
 
h3 {
	color:#787878;
	font-size:14px;
	line-height: 1.4em;
	font-weight:normal;
	font-style: italic;
	text-align: justify;
	margin: 5px 5px 5px 5px;}

h4 {
	color:#0C552B;
	font-size:16px;
	line-height: 1.6em;
	font-weight:bold;
	margin: 5px 0 5px 0;}

/*	-------------------------------------------------------------
	HACKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
	position: relative; }
 
.clearandspace {
	clear: both;
	font-size: 0;
	height: 20px;
	line-height: 0;
	position: relative; }

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden; }

.clearfix { display:inline-block; }
	
/* Hide from IE Mac \*/
	.clearfix { display:block; }
/* End hide from IE Mac */

/*	-------------------------------------------------------------
	GLOBAL
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.left { float:left; width: 48%; }
.right { float:right; width: 48%; }
.leftsmall { float:left; width: 30%; }
.rightlarge { float:right; width: 60%;
	background:#f2f2f2;
	padding:5px 10px 10px 10px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;  }
.leftsmallfront { float:left; width: 30%; }	
.rightlargefront { float:right; width: 65%;
	background:#e0e0e0;
	padding:5px 10px 10px 10px;
	border: 1px color: #999;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	-ms-border-radius: 8px;  }
.rightsmall { float:right; width: 30%; 
	padding:5px 0px 10px 10px;
	margin:10px 10px 0 0;
	background:#f2f2f2;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;  }

.leftlarge { float:left; width: 60%;
	padding:5px 10px 10px 10px;}
	
 
/*	-------------------------------------------------------------
	GRID
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.container {
	padding:0;
	margin:0 auto;
	width: 100%;
	text-align: center }
 
.wrapper {

	margin:0px auto auto auto;
	padding: 0;
	width:800px; }
	
.contents {
	background: url(../../images/wrapperBG.png) 0 0;
	margin: 0;
	padding: 0;
	width:800px; }
 
.header {
	background: url(../../images/headerBG.png) no-repeat 0 0;
	position: relative;
	margin: 15px 0 0 0;
	padding:0px 0px 0 0px;
	width: 800px;
	height: 135px;
	/*border-bottom: 2px solid #f2f2f2;*/ }

.welcome {
	width: 720px;
	margin: 0 auto 10px auto; }

.welcome p {
	color:#939292;
	font-size: 1.2em;
	line-height: 100%;
	font-style: italic;
	text-align: center; }

.content {
	padding: 0;
	margin:0 auto;
	width: 740px;
	text-align:left; }

.content p {
	font-size:14px; }



/*	-------------------------------------------------------------
	INTERFACE ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

/* HEADER */
.header h1 {
	color:#0C552B;
	font-size:2.5em;
	font-weight: bold;	
	margin:0;
	padding:0px 0px 0 20px;
	float:left; }

.header .nav {
	position: absolute;
	float:right;
	text-align:right;
	padding: 0;
	margin:0;
	left: 348px;
	top: 98px;
	width: 421px;
}
	
.header .logo {
	position: absolute;
	float:left;
	width:319;
	height:136;
	padding:0;
	margin:0;
	left: 22px;
	top: -4px;
}	

.header .photo {
	position: absolute;
	float:right;
	width:88px;
	height:115px;
	padding:0;
	margin:0;
	left: 684px;
	top: 18px;
}	

.header .nav li {
	float:right;
	width:auto;
	margin:0 5px;
	background:transparent; }

.header .nav li a {
	color:#939292;
	font-weight: normal;
	font-size:1em;
	padding:0 0 10px 0;
	background:transparent; }

.header .nav li a:hover {
	color:#0C552B;
	border:none;
	background: url(../../images/bg_nav_li.gif) no-repeat 50% 100%; }

.header .nav li .selected {
	color:#0C552B;
	font-size:1.15em;
	font-weight:bold;
	border:none; }

/*	-------------------------------------------------------------
	SHOWCASE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#showcase {
	display: block;
	overflow: hidden;
	position: relative;
	width: 740px; 

}

#showcase #prev a, #showcase #next a {
	display: block;
	height: 36px;
	width: 36px;
	float: left;
	margin-top: 120px; }

#showcase #prev a {
	background: url(../../images/back.gif) no-repeat 0 -36px; }

#showcase #prev a:hover, #showcase #prev a:hover {
	background-position: 0 0;
	border:none; }

#showcase #next a {
	background: url(../../images/next.gif) no-repeat 0 0; }

#showcase #next a:hover, #showcase #next a:hover {
	background-position: 0 -36px;
	border:none; }

.showcasebox .ul .li{
  	padding:0px;}

#showcase ul#slides {
	float: left;
	margin: 0px;
	position:relative;
	left:-14px;
	width: 740px; }

#showcase ul#slides li {
	background: none;
	position:relative;
	left:-14px;}

#showcase img {
	height:292px;
	width:740px; }

#showcase span.slide_caption {
	display:none; }

.caption {
	display: block;
	width: 100%;
	height: 35px;
	line-height: 35px; }

.caption #project_caption {
	display:none;  
	color:#939292; 
	text-align: center;
	background:transparent; }

/*	-------------------------------------------------------------
	PARTNERS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.partnerrow {
	margin:0;
	width:740px; 
	clear:both; }
	
.partnerrow img{
	border: 1;
	color: #0C552B;
}

.partnerrow h2 {
	margin:0;
	padding:0;
	font-weight: normal;
	font-size:18px;
	color:#0C552B  }

.partnerrow h3 {
	margin:0;
	padding:0;
	font-style: normal;
	font-size:14px;
	color:#939292}

.partnerrow a:hover {
	border:none; }
	
.partnerbox {
	margin:0 0 0 5px;
	width:240px; 
	height:200px; 
	float:left; }

.partnerbox1 {
	width:240px; 
	height:200px; 
	float:left; }
	
.partnerbox2 {
	width:500px; 
	height:165px; 
	float:left; }

.partnerbox3 {
	margin:0px 10px;
	width:310px; 
	height:200px; 
	float:left; }
	
.partnerbox4 {
	width:230px; 
	height:165px; 
	float:left; }

#partneritem { 
	width:220px; 
	height:160px; 
	float:left;}

.partnerleft {
	width:160px; 
	float:left; 
	clear:left;
	margin:20px 0 0 0; }

.partnerleft h3 {
	font-size:24px;
	padding:0;
	margin:0;
	font-weight: bold;
	font-style: italic; }

.partnerright {
	width:720px; 
	float:left;
	margin:0px 0 0 0; }

/*	-------------------------------------------------------------
	FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.footer {
	background: url(../../images/footerBG.png) no-repeat 0 0;
	width: 800px;
	height: 70px;
	padding:0;
	margin:0;
	text-align: center;
	/*border-top: 2px solid #f2f2f2;*/  }

.footerAll { 
	text-align: center;
	width: 700;
}



.footerRight { float:right; width: 48%; margin: 0 0 0 0; text-align: right; }

.footer p {
	font-size:14px;
	line-height:50px  }

	
/*	-------------------------------------------------------------
	CLOSING STYLES FOR SCREEN / PROJECTION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

}

