html{background: transparent;}
body{
	color: #807f83;

}
p, ul, ol{
	font-family: Arial, Helvetica, sans-serif;
}
ul, ol{
	margin: 0;
}
li{
	padding: 0;
	margin: 0;
}
table td{
	vertical-align: top;
}


/* @group Header */

#hd{
	padding: 20px 0;
}
#hd table{
	width: 100%;
}
.logo{
	width: 220px;
	padding-right: 5px;
}
.nav_big{
	vertical-align: bottom;
	padding-bottom: 2em;
	}
.nav_big ul{
	display: inline;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 123.1%;
	color: #8ca21b;
}
.nav_big ul li{
	display: inline;
	border-left: 10px #8ca21b solid;
	padding: 0 0 0 0.25em;
	margin-right: 1em;
	color: #8ca21b;
	
}
.nav_big a:link, .nav_big a:active, .nav_big a:visited{
	/*color: #8ca21b;*/
	color: #807f83;
	text-decoration: none;
	
}
.nav_big a:hover{
	color: #8ca21b;
	/*border-left: 10px #807f83 solid;*/
}
.nav_big a.current{
	color: #8ca21b;
}

.nav_sm{
	vertical-align: top;
	text-align: right;
}
.nav_sm ul li{
	display: inline;
	padding: 0 0 0 2em;
	color: #097db1; 
}

.nav_sm a:link, .nav_sm a:visited, .nav_sm a:active{
	color: #097db1;
	text-decoration: underline;
}
.nav_sm a.current{
	text-decoration: none;
	color: #097db1;
}
.nav_sm a:hover{
	text-decoration: none;
	color: #097db1;
}

/* @end */

/* @group Fonts */
a:link, a:visited, a:active{
	color:#097db1;
}
a:hover{
	text-decoration: none;
}
.title{
	font-size: 146.5%;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color: #097db1;
	margin-bottom: 1em;
}
.title .feature{
	color: #8ca21b;
}
.title.green{
	color: #8ca21b;
}
.title.med{
	font-size: 123.1%;
}
.title_sm{
	color: #097db1;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.greySmBold{
	color: #807f83;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
strong{
	color: #807f83;
	font-weight: bold;
}
/* @end */

/* @group Main */
#nmmCustom .yui-t6 .yui-b{
	width: 29%;
}
#nmmCustom .yui-t6 #yui-main{
	width: 48%;
	margin-right: 0;
}
#nmmCustom .yui-t6 #yui-main .yui-b{
	width: 100%;
}

#leftCol{
	float: left;
	width: 23%;
}
.mainLeft{
	width: auto;
	/*width: 100%;*/
	/*border-top:3px solid #e2edc3;*/
}
.mainLeft p{
	width: 92%;
	margin-bottom: 2em;
	color: #807f83;
	line-height: 1.4;
}
.mainImgTable{
	margin-bottom: 1em;
}

.featureThumbs{
	margin-bottom: 1em;
}
.featureThumbs li{
	display: inline;
	padding-right: 0.5em;
}
.featureThumbs img, .mainImgTable .gallery_demo.galleria img{
	padding: 0.25em;
	border: 3px solid #c1d82f;
}
.mainImgTable .gallery_demo{
	margin-left: 1em;
}
.mainImgTable .gallery_demo.galleria li{
	display: block;
	margin: 0;
	margin-bottom: 0.5em;
	float: none;
}

.mainImgTable .gallery_demo.galleria li.active img{
	
	border: 3px solid #097db1;
}

.mainImgTable .cntrMainImg{
	text-align: center;
	padding: 0 0.5 0 0;
	border:1px #cccccc dotted;
	padding: 10px 20px;
}
.bioTable{
	width: 100%;
}
.bioTable td{
	padding-bottom: 1em ;
}
.bioTable td:first-child{
	width: 210px;
	padding-right: 1.5em;
}
.bioTable img{
	padding: 0.25em;
	border: 3px solid #c1d82f;
}
.projectDetail{
	width: 600px;
}
.projectDetail #mainImg{
	height: 450px;
	width: 550px;
	overflow: hidden;
	margin-bottom: 0.5em;
	/*background-color: #e2edc3;*/
	border:1px #cccccc dotted;
	padding: 10px 20px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.projectDetail .cntrMainImg img{
	max-height: 450px;
}
.projectDetail .gallery_demo.galleria{
	width: 600px;
	margin: 1em 0 2em 0;
}
.projectDetail .gallery_demo li{
	display: inline;
}
.projectDetail .caption{
	width: 100%;
	display: block;
	text-align: left;
	padding-top: 0.5em;
}
/* @end */

/* @group Right */
.rightCol .title{
	margin-bottom: 1em;
}
.rightCol p{
	margin-bottom: 1em;
}
.projectListSide li{
	padding: 0 0 1em 0;
}
.projectListSide p{
	color: #807f83;
	line-height: 1.4;
}
.projectListSide a img{
	padding: 0.25em;
	border: 3px solid #c1d82f;
	margin-right: 0.5em;
}
.projectListSide a:hover img{
	border: 3px solid #097db1;
}
.projectListSide td{
	vertical-align: top;
}
.srvcs{
	position: relative;
	top: -3px;
	margin-bottom: 1em;
}
.srvcs li{
	background-image:url(images/drop_bullet.png);
	background-repeat: no-repeat;
	padding-left: 18px;
	padding-bottom: .85em;
	margin-left: 1em;
}
.srvcs li.active{
	color: #8ca21b;
	background-image:url(images/drop_bullet_green.png);
}
/* @end */

/* @group Footer */

#ft{
	margin-top: 2em;
	padding-top: 0.5em;
	color: #807f83;
	border-top: 3px solid #e2edc3;
}
.ft_left{
	width: 50%;
	float: left;
}
.ft_right{
	width: 50%;
	float: right;
	text-align: right;
}

/* @end */

/* @group Galleria */
#mainImg{
	min-width: 500px;
	text-align: left;
}
#mainImg .caption{
	font-weight: bold;
	font-size: 93%;
}
#mainImg .galleria_wrapper img{
	border: thin #cccccc solid;
}

/* @end */
