




/* -------------- RESET -------------- */
/* begin */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, em, img, ins, strong, sub, sup, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; 
	padding: 0;
	border: 0;
	}
ol, ul,  dl,  dd {
	position: relative;
	}

/* end */









/* -------------- POD TYPE: Tipdown -------------- */
/* begin */

#ie7 .tipdown div ol,
#ie6 .tipdown div ol,
#ie7 .tipdown div ul,
#ie6 .tipdown div ul,
#ie7 .tipdown div,
#ie6 .tipdown div, 
#ie6 .tipdown div .alignRight {    /* !  */
	position: relative; 
	}
.tipdownTrigger {
	}
	a.tipdownTrigger {
		padding-right: 16px;
		background: url(/includes/files/base/images/icons/icon-arrow-tipdown.png) right -30px no-repeat;
		}
		#ie7 a.tipdownTrigger
		#ie6 a.tipdownTrigger {
			display: inline-block;    /* !  */
			}
		#ie6 a.tipdownTrigger {
			background-image: url(/includes/files/base/images/icons/icon-arrow-tipdown.gif);
			}
	a.tipdownTrigger:hover,
	a.tipdownTrigger:active {
		background: url(/includes/files/base/images/icons/icon-arrow-tipdown.png) right -150px no-repeat;
		}
		#ie6 a.tipdownTrigger:hover,
		#ie6 a.tipdownTrigger:active {
			background-image: url(/includes/files/base/images/icons/icon-arrow-tipdown.gif);
			}
.tipdownContent {     /* !  */
	padding-top: 10px;
	padding-bottom: 15px;
	}
#ie6 .tipdown DIV {height: 1%;}


/* end */


/* -------------- POD TYPE: Accordion -------------- */
/* begin */

.accordion {
	padding-bottom: 2em;
	}
.accordion h3,
.accordion h4,
.accordion h5,
.accordion h6 {
	font-size: 1em;
	border: 1px solid #CCC; /* Very light gray */
	background-color: #EEE; /* Lighter light gray */
	}

.accordionWrapper {
	position: relative;
/*	margin-left: 30px;    /* !   */
	}
	.accordionWrapper .tipdown {
		/* !  */
		}
		.accordionWrapper .tipdown .element {
			/* !  */
			text-align: left;
			padding-left: 4px;
			margin-bottom: 6px;
			color: #623D1C;
			background: transparent;
			}
.accordionToggleOn,
.accordionToggleOff {
	position: relative;
	padding: 4px 0 2px 4px;
	margin-bottom: 2px;
	height: 16px;
	cursor: pointer;
	}
.accordionToggleOn {
	border: 0;
	}
.accordionToggleOff {
	}

/* end */


/* -------------- POD TYPE: Tabbed -------------- */
/* begin */

	ol.tabs {
		clear: both;
		height: 15px;
		}
			ol.tabs li {
				list-style: none;
				float: left;
				margin: 0 0!important; /* overrides #content li margins */
				padding: 0!important; /* overrides #content li padding */
				font-size: 13px;
				}
				ol.tabs li a {
					display: block;
					color: #666;
					text-decoration: none;
					background: #eee;
					padding: 5px;
					margin: 2px 2px 0 0; 
					border-left: 1px solid #CCC;
					border-right: 1px solid #CCC;
					border-top: 1px solid #CCC;
					}
					ol.tabs li a span {
						display: block;
						margin-right: 10px;
						padding: 3px 14px 1px 14px;
						background: #CCC
						}
				ol.tabs li a:hover {
					color: #623D1C; /* Brown */
					background-position: right -100px;
					}
					ol.tabs li a.current  {
						color: #df6412;    /* Orange */
						height: 15px;
						background-color: #FFF;
						overflow: visible;
						}
						ol.tabs li a.current b {
							background-position: left -000px;
							}
					ol.tabs li a:hover b,
					ol.tabs li a.current:hover b {
						background-position: left -100px;
						}
					ol.tabs li a.current:hover {
						color: #623D1C; /* Brown */
						}
	.tabbedContent {
		background: white;
		display: none;     /*  */
		border: 1px solid #CCC;
		padding: 10px;
		}

/* end */


/* -------------- POD TYPE: Slideshow -------------- */
/* begin */

.pod.slideshow {
	position: relative;
	}
	.pod.slideshow .slideshowWrapper {
		position: relative;
		}
		.pod.slideshow .slideshowWrapper a {
			}
		.pod.slideshow .slideshowWrapper a {
			}
	.pod.slideshow .buttons {
		position: absolute;
		top: 0;
		right: 0;
		font-size: 10px;
		}
		#ie6 .pod.slideshow .buttons {
			top: -17px;
			right: 0px;
			}
		.pod.slideshow .buttons a {
			display: block;
			float: left;
			padding: 1px 2px;
			color: black;
			background: #CCC;
			border: 1px solid #999;
			}
			.pod.slideshow .buttons a:hover,
			.pod.slideshow .buttons a:active {
				color: black;
				background: #DDD;
				}

/* end */


/* -------------- POD TYPE: HTML -------------- */
/* begin */

.pod.html {
	position: relative;
	}

/* end */


/* -------------- POD TYPE: Table -------------- */
/* begin */

	.pod.table {
		margin-bottom: 1em;
		}
		.pod.table .podStyleIndicator {
			background: orange;
			}
		.pod.table table.table {
			width: 100%;
			border: 1px solid #CCC;
			border-width: 1px 0 0 1px;   /* top, left */
			padding-bottom: 0;
		}
		.pod.table table.table th {
			padding: 3px;
			vertical-align: bottom;
			font-size: .8em;
			font-size: 12px;
			font-weight: normal;
			text-align: left;
			color: white;
			background: #98AF3A;
			border-bottom: 1px solid #CCC;
		}
		.pod.table table.table td {
			padding: 3px;
			border: 1px solid #CCC;
			border-width: 0 1px 1px 0 ;   /* right, bottom */
		}
		
		.pod.table table.table tr.altRow {
			background: #eee;
		}
		
		.pod.table table.table td.first {
			color: black;
			font-weight: bold;
			text-align: left;
		}
		.pod.table table.table td em {
			color: darkred;
			font-weight: bold;
			font-style: normal;
		}

/* end */


/* -------------- POD TYPE: Columns -------------- */
/* begin */

	.pod.columns {
		clear: both;
		padding: 0.4em 0 1em;
		}
		.pod.columns .column {
			float: left;
			}
			.pod.columns .column.first {
				}
			.pod.columns .column.last {
				}

/* end */



/* -------------- External Link Warning -------------- */
/* begin */

#extLinkPopUp {
	display: none;
	position: absolute;
	z-index: 11000;
	padding: 4px;
	margin: 0 0 20px 0;
	background: black;
	}
	#extLinkPopUp .content {
		padding: 10px 20px;
		min-height: 30px; 
		font-weight: bold;
		font-size: 12px;
		text-align: center;
		color: black;
		background: white;
		}
		#extLinkPopUp .flash div.inner p {
			color: #333;
			line-height: 1.95em;
			}

	#extLinkPopUp a {
		padding: 5px 10px 5px 10px;
		margin-right: 7px;
		margin-bottom: 15px;
		font-weight: bold;
		color: #333;
		border: 1px solid #999;
		}
		#extLinkPopUp a.ok {
			background: #e5b53a;    /* gold */
			}
		#extLinkPopUp a.ok:hover {
			text-decoration: underline;
			color: white;
			background: #006600;    /* green */
			}
		#extLinkPopUp a.cancel {
			color: white;
			background: #999;
			}
		#extLinkPopUp a.cancel:hover {
			text-decoration: underline;
			background: #8b0e04;    /* red */
			}

/* end */




/* -------------- POD ASSET: References -------------- */
/* begin */

#references {
	position: relative;
	clear: both;
	padding: 1em 30px;
	color: #8b8078;    /* warm grey 8 - lighten */
	font-size: .8em;
	}
	#references .refLink a {
		display: block;
		width: 12px;
		text-align: center;
		}
		#references .refLink a:hover {
			background: #EEE;
			}
	#references li {
		position: relative;
		margin-left: 26px;
		}
		#references li span {
			position: absolute;
			top: 0;
			left: -32px;
			}

/* end */






/* -------------- forms -------------- */
/* begin */


form.front {
	/* !  */
	}

	form.front h2,
	form.front h3,
	form.front h4,
	form.front h5,
	form.front p {
		clear: left;
		padding-bottom: 0;
		margin-bottom: 0;
		margin-left: 8px;
		}

	form.front fieldset {
		position: relative;
		float: left;
		clear: both;
		padding: 0 0 .5em 0;
		width: 430px;
		background: #dedbda;
		border: 1px solid #e8e5e2;
		}
		form.front fieldset ol {
			position: relative;
			padding: .5em 8px 0;
			margin-top: -.5em;
			}
			form.front fieldset ol li {
				position: relative;
				clear: left;
				list-style: none;
				padding: .5em 0 0.15em 88px;
				margin: 0 !important;
				width: 326px;
				}
				form.front fieldset ol li.colLeft {
					float: left;
					width: 135px;
					margin-right: 8px;
					}
				form.front fieldset ol li.colRight {
					clear: none;
					float: left;
					padding-left: 40px;
					width: 135px;
					}
					form.front fieldset ol li.colLeft input,
					form.front fieldset ol li.colLeft select,
					form.front fieldset ol li.colRight input,
					form.front fieldset ol li.colRight select {
						width: 127px;
						}
					form.front fieldset ol li.colRight label {
						text-align: right;
						margin-left: -48px;
						width: 40px;
						}

			form.front fieldset fieldset {
				border: 0;
				width: 100%;
				}



	form.front label {
		position: relative;
		display: block;
		float: left;
		clear: left;
		margin-left: -88px;
		width: 80px;
		}
		#ie6 form.front label {
			display: inline;
			}
		form.front .required label {
			font-weight: bold;
			}
		form.front .fullWidth label {
			width: 414px;
			}
	
	form.front input,
	form.front select, 
	form.front textarea {
/*		float: left;*/
		padding: 0;
		width: 318px;
		}
	form.front textarea {
		height: 100px;
		}
		form.front input.normal,
		form.front select.normal {
			width: auto;
			}


	form.front li.flipped {    /* !  */
/*		width: 80px;  */
		width: 326px;
		padding-top: 0;
		padding-bottom: 0;
		}
		form.front .flipped input,
		#ie7 form.front .flipped input,
		#ie6 form.front .flipped input {
			position: relative;
			float: left;
			margin-left: -30px;
			width: auto !important;
			}
		form.front li.flipped label {
			clear: none;
			width: 326px;
			margin-left: 0;
			}

	form.front li.flipped fieldset {    /* !  */
		padding-left: 0;
		padding-right: 0;
		}
		form.front li.flipped fieldset ol {
			}
		form.front li.flipped fieldset ol li.flipped {
			width: 296px !important;
			padding: 0 0 0 30px;
			}
			form.front li.flipped fieldset ol li.flipped label {
				width: 296px !important; 
				}




				form.front fieldset .left,
				form.front fieldset .right {
					float: left;
					width: 199px;
					margin-right: 8px;
					}
				form.front fieldset .right,
				#ie6 form.front fieldset .left {
					margin-right: 0;
					}
					form.front fieldset .left ol li,
					form.front fieldset .right ol li {
						padding-left: 8px;
						width: 191px;
						}
					form.front fieldset .right ol li {
						}

					form.front fieldset .left ol li.flipped,
					form.front fieldset .right ol li.flipped {
						padding-left: 38px;
						width: 161px;
						}
					form.front fieldset .right ol li {
						}


					form.front fieldset .left input,
					form.front fieldset .left select,
					form.front fieldset .right input,
					form.front fieldset .right select,
					form.front fieldset .left li.flipped label,
					form.front fieldset .right li.flipped label {
						margin-left: 0;
						width: 127px;
						}
					form.front fieldset .left label,
					form.front fieldset .right label {
						width: px;
						}


					form.front fieldset .left li.flipped input,
					form.front fieldset .left li.flipped select,
					form.front fieldset .right li.flipped input,
					form.front fieldset .right li.flipped select {
						margin-left: 0;
						width: 30px;
						}











		form.front fieldset.buttons,
		#ie7 form.front fieldset.buttons,
		#ie6 form.front fieldset.buttons {
			float: none;
			margin-bottom: .5em;
			padding-bottom: 0;
			border-top: 0;
			}
			form.front fieldset.buttons li {
				padding: 0;
				padding-left: 80px;
				}
			form.front fieldset.buttons label {
				position: absolute;
				left: -9000px;
				width: 0;
				height: 0;
				overflow: hidden;
				}
			form.front fieldset.buttons input,
			#ie7 form.front fieldset.buttons input,
			#ie6 form.front fieldset.buttons input {    /* !  */
				width: auto;
				}
			form.front fieldset.buttons .clearBoth {
				height: .5em;
				}


	/*  */
	form.front input.hiddenSubmitButton {
		display: none;
		}
		#ie7 form.front input.hiddenSubmitButton,
		#ie6 form.front input.hiddenSubmitButton {
			display: block;
			position: absolute;
			top: -9000px;
			width: 1px;
			height: 1px;
			border: 0px solid #dedbda;
			overflow: hidden;
			}







	form.front .help {
		}



	.narrow form.front {
		}
	.narrow form.front fieldset {
		width: 340px;
		}
		.narrow form.front fieldset ol li {
			width: 236px;
			}
	.narrow form.front input,
	.narrow form.front select, 
	.narrow form.front textarea {
		width: 228px;
		}
	.narrow form.front .fullWidth label {
		width: 324px;
		}
	.narrow form.front li.flipped {    /* !  */
		width: 236px;
		}
		.narrow form.front li.flipped label {
			width: 236px;
			}
		.narrow form.front li.flipped fieldset ol li.flipped label {
			width: 206px !important; 
			}


/* end */





/* -------------- basic parts -------------- */
/* begin */


body {
	font-family: Helvetica,Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #623D1C;
	background: url(/includes/files/base/images/body-bg.jpg)  100px top repeat-x #FFF;    /* not-quite white */
	}


h1 {
	padding: 0 0 10px;
	font-size: 30px;
	font-weight: normal;
	color: #437809;    /* cool green */
	}
h2 {
	padding: 8px 0 4px;
	font-size: 20px;
	font-weight: normal;
	}
h3 {
	padding: 4px 0 2px;
	font-size: 14px;
	/* color: #292422;    /* Light Black */
	}
h4 {
	padding-top: 0;
	font-size: 13px;
	}
h5 {
	padding-top: 0;
	font-size: 12px;
	}
h6 {
	padding-top: 0;
	font-size: 11px;
	}
p {
	line-height: 1.5em;
	}
p,
.pod ol,
.pod ul {
	padding: 0 0 1em;
	}
ul li,
ol li {
	margin-left: 26px;
	padding-bottom: 0.6em;
	position: relative;
	}
	#content ul li ul li {
		margin-left: 26px;
		list-style: lower-roman;
		}
		#content ol li ul  {
			list-style: lower-alpha;
			}

dl {
	margin-bottom: 10px;
	}
dt {
	font-weight: bold;
	}
dd {
	margin: 0 0 0 26px;
	padding: 0 0 1em;
	}
blockquote {
	margin: 0 26px 0; 
	float: right;
	width: 200px;
	margin: 10px;
	padding-top: 10px;
	display: block;
	font-size: 1.2em;
	letter-spacing: -.03em;
	color: #4f8b22;    /* Cool Green */
	background: url(/includes/files/base/images/quote.jpg) top left no-repeat;
	text-indent: 25px;
	}
	blockquote em {
	background: url(/includes/files/base/images/quote-end.jpg) top right no-repeat;
		padding-top: 20px;
		float: right;
		margin-top: 5px;
		font-size: 11px;
		}
form {
	display: inline;
	}


a {
	text-decoration: none;
	color: #df6412;    /* Orange */
	outline: none;
	outline: 0;
	}
	a:hover {
		text-decoration: underline;
		outline: none;
		outline: 0;
		}

a.rev {    /* email scramble */
	unicode-bidi: bidi-override;
	direction: rtl;
	}




.page {
	position: relative;
	width: 970px;
	margin: 0 auto;
	text-align: left;
	}


/* end */


#crumbPath {
	display: none;
	}






/* -------------- content -------------- */
/* begin */

#content {
	position: relative;
	clear: both;
	margin-top: 164px;
	background: url(/includes/files/base/images/container-shadow.png) repeat-x;
	}
	#ie6 #content {
		background-image: none;
		}
	#content .page {
		background: url(/includes/files/base/images/transparant.png);
		padding-top: 50px;
		}
		.home #content .page {
			padding-top: 0px;
			background: none;
			}

.side {
	float: left;
	padding: 0 0 0 16px;
	width: 164px; /* minus padding and margins*/
	}
		
	.side .extra {
		z-index: 30;
		float: none;
		position: relative;
		margin-top: 2em;
		}	
		#main {
			position: relative;
			float: right;
			padding: 0px 30px 70px 0 ;
			width: 724px; /* minus padding,  10 .side margin, 16 .side padding */
			}
			.projects #main {
				padding-right: 15px;
				width: 765px; /* minus padding,  10 .side margin, 16 .side padding */
				}
				.full-width #main {
					padding: 0 30px 50px;
					width: 910px; /* minus padding,  10 .side margin, 16 .side padding */
					}

			.home #main {
				float: none;
				width: 600px;
				padding: 0 0 50px 0;
				margin-left: 30px;
				background: url(/includes/files/base/images/transparant.png) left 500px repeat-x;
				}
				.home #ie7 #main {
					width: 604px;
					}


#right {
	float: right;
	width: 214px;;
	border: 1px solid blue;
	}


	#nSecondary {
		}
		#nSecondary h3 {
			font-weight: normal;
			}

		#nSecondary ol {
			}
			#nSecondary ol li {
				list-style: none;
				margin: 0;
				padding-bottom: .4em;
				}
				#nSecondary ol li ol {
					margin-left: 10px;
					}

			#nSecondary ol li .current {
				color: #df6412;    /* Orange */
				}
				
			#nSecondary ol li a {
				color: #623D1C;
				 }
				#nSecondary ol li a:hover {
					color: #df6412;    /* Orange */
					}

/* end */










/* -------------- header -------------- */
/* begin */


#header {
	z-index: 8;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-align: center;
	background: url(/includes/files/base/images/header-bg.jpg) bottom repeat-x;
	}
	#header .page {
		height: 164px;
		}

	#logo {
		position: absolute;
		height: 160px;
		}
		#logo a{
			display: block;
			padding-top: 10px;
			}
			#logo a:hover{
				/* background: url(/includes/files/base/images/home.png) top left no-repeat; use later Kau */ 
				}


#nPrimary {
	float: left;
	z-index: 40;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 48px;
	width: 100%;
	font-size: 12px;
	line-height: 1em;
	}
	#nPrimary ol {
		float: right;
		} 

		#nPrimary ol li {
			position: relative;
			list-style: none;
			float: left;
			margin-left: 0;
			padding: 0;
			}
		
			#nPrimary ol li.first{		
					border-left: 1px solid #f19713;
					}
			#nPrimary ol li.last {
					border-right: 1px solid #f9ae13;
					}
			#nPrimary ol li a {
				text-decoration: none;
				padding: 0px!important;
				margin: 0px!important;
				}
				#nPrimary ol li a b {
						font-weight: normal;
						display: block;
						padding: 18px 16px;
						text-transform: uppercase;
						color: #411509;
						font-size: 16px;
						border-right: 1px solid #f19713;
						border-left: 1px solid #f9ae13;
						}
			#nPrimary ol li a.current b,
			#nPrimary ol li a.current:hover b {
					color: white; /* green */
					background: url(/includes/files/base/images/nav-current.gif) repeat-x;
					}
				#nPrimary ol li a:hover b {
					background: url(/includes/files/base/images/nav-current.gif) repeat-x;
					text-decoration: none;
					color: white;
					}
	
#nPrimary .fly {
		display: none;
		position: absolute;
		top: 47px;
		left: 0;
		left: 0;
		z-index: 1001
		}
		#nPrimary .fly ol li.first {
			border-left: none;
			}
		
		#nPrimary .fly ol li.last {
			border-right: none;
			}
		
		#nPrimary .fly ol li {
			float: none;
			text-decoration: none;
			}
			#ie7 #nPrimary .fly ol li {
				float: left;
				width: 250px				}
			#nPrimary .fly ol li a { 
				margin: 0!important;
				padding: 0!important;
				}
				#nPrimary .fly ol li a b {
						float: none;
						height: auto;
						display: block; 
						color: black;
						background: url(/includes/files/base/images/nav.jpg) repeat-x;
						border-color: #F9AE13 #F9AE13 #F19713 #F19713;
						border-style: solid;
						border-width: 1px;
						padding: 10px;
						text-transform: none;
						white-space: nowrap;
						}
				#ie7 #nPrimary .fly ol li a b,
				#ie6 #nPrimary .fly ol li a b {
					border: none;
					}
					#ie7 #nPrimary .fly ol li a:hover b,
					#ie6 #nPrimary .fly ol li a:hover b {
						background-color: white;
						}

					#ie6 #nPrimary .fly ol li.last a,
					#ie6 #nPrimary .fly ol li.last a b  {
						
						}

			#nPrimary .fly ol li a:hover b {
				text-decoration: none;
				color: black;
				background: url(/includes/files/base/images/sub-nav-bg.jpg) top left repeat-x #FFF;
				} 
				#nPrimary .fly ol li.first a:hover b {
						border-top: 1px solid #f19713;
						}
			#nPrimary .fly ol li a:hover b {
			}
				

#nConstant {
	z-index: 900;
	position: absolute;
	top: 12px;
	right: 25px;
	}
	#nConstant ol {
		list-style: none;
		}
		#nConstant ol li {
			float: left;
			padding: 0 6px 0;
			}
			#nConstant ol li a,
			#nConstant ol li a b {
				display: inline-block;
				font-weight: normal;
				color: white;
				}
			#nConstant ol li a {
					padding-top: 7px;
					}
				#nConstant ol li a.buttonGreen {
						padding-top: 0; 
						}
				#nConstant ol li a:hover {
					color: white;
					}
				#nConstant ol li .current { 

					}
					
				#nConstant ol li a b {
					font-size: .75em;
					}


.searchBox {
	display: block;
	float: right;
	margin: 25px 10px 0 0;
	border: 1px solid #aeb0b3;
	padding: 0;
	background-color: #d1620e; /* Orange */
	}
	.searchBox form {
		position: relative;
		}
	.searchBox input {
		border:1px solid white;
		height: 20px;
		margin: 0;
		padding: 0;
		}
	.searchBox a {
		padding: 5px 5px 0 5px;
		color: white;
		
		}
		.searchBox a:hover {
			text-decoration: none;
			}	
			

		
	
/* end */















/* -------------- footer -------------- */
/* begin */


#footer {
	z-index: 4;
	clear: both;
	width: 100%;
	position: relative;
	color: white;
	background: url(/includes/files/base/images/footer-bg.jpg) bottom repeat-x;
	}
	#footer a {
		color: #67461F; /* brown */  
		}

	#footer .page {
		height: 75px;
		position: relative;
		}
	#footer ol li{
		list-style: none;
		}
	#footer .sitemap {
		margin-top: 15px;
		float: left;
		}
		#ie6 #footer .sitemap, 
		#ie7 #footer .sitemap {
			margin-top: 15px;
			}
		#footer .columns .last {
			text-align: right;
			}
	#footer ol.sitemap .node a {
		display: none;
		}
		#footer ol.sitemap .node ol.hasChildren li {
			float: left;
			margin-left: 0px;
			margin-right: 15px;
			}
		#footer ol.sitemap .node ol.hasChildren li a {
			display: block;
			}
#ft-right {
	float: right;
	 padding-top: 60px;
	/* background: url(/includes/files/base/images/green-house1.gif)  center top no-repeat; Waiting to get certified on logo */
	margin-top: -45px;
	}
	#ie6 #ft-right,
	#ie7 #ft-right {
		width: 100px;
		}

	#ft-right a{
		color: white;
		}	
#footer .copyright {
	float:left;
	}
	#ie6 #footer .copyright,
	#ie7 #footer .copyright {
		position: absolute;
		top: 100px;
		left: 0;
		}

#footer .social ul li {
	float: right;
	list-style: none;
	margin-left: 0;
	}
	#footer .social a{
		display: block;
		margin: 10px 5px;
		background: url(/includes/files/base/images/social-media-icons-Bg.gif) no-repeat left 100px;
		width: 29px;
		height: 28px;
	}
		#footer .social a.facebookIcon {
			background-position: -40px -0px;
			}
			#footer .social a.facebookIcon:hover  {
				background-position: -40px -40px;
				}
		#footer .social a.rss {
			background-position: -120px -0px;
			}
			#footer .social a.rss:hover {
				background-position: -120px -40px;
				}
			#footer .social a.linkedIn {
				background-position: -200px -0px;
				}
				#footer .social a.linkedIn:hover  {
					background-position: -200px -40px;
					}

/* end */



/*------ Gallery page ------*/

.gallery {
	margin-top: 20px;
	overflow: auto;
	}
.gallery a {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	height: 120px;
	width: 80px!important;
	}
	.gallery a:hover {
		text-decoration: none;
		}
	.gallery  span.caption {
		font-style: normal;
		text-align: center;
		line-height: 10px;
		}

.large-gallery {
	margin-top: 20px;
	overflow: auto;
	}
	.large-gallery .asset.alignLeft {
		margin-right: 12px;
		}
		.large-gallery .asset img{
			padding: 5px 3px;
			}
.large-gallery a {
	display: block;
	float: left;
	}
	.large-gallery a:hover {
		text-decoration: none;
		}

		
/*------  End ------*/

/*---------- project-theme ----------*/
.project-theme .asset {
	margin: 0 10px 10px 0;
	}
.project-theme .asset a {

	}
	.project-theme .asset img {
		width: 200px!important;
		height: 150px;
		}
/*----------  End ----------*/


/* -------------- INLINE STYLES -------------- */
/* begin */

b {
	}

strong {
	}

i {
	}

em {
	}

.NOTE {
	font-size: 11px;
	color: #999;
	}

.CALLOUT {
	font-size: 14px;
	line-height: 18px;
	color: #B93E04;    /* orange */
	}

sup {
	}

.warning,
.WARNING {
	color: #600;    /* dark red */
	}

.ERROR {
	color: #FF00FF;
	background: #FFEEFF;
	}

/* end */




/* -------------- POD STYLES -------------- */
/* begin */

.QUOTE {
	padding: .5em .5em .5em 2em;
	margin: .5em 0;
	font-size: 1.2em;
	line-height: 1.4em;
	/* letter-spacing: -.05em; */
	color: #666;
	background: url(/includes/files/base/images/quote-white.gif) left .5em no-repeat;
	}


.HIGHLIGHT {
	border: 1px solid #DDD;
	background-color: #EEE;
	color: #623D1C; /* Brown */
	font-weight: bold;
	font-size: 1.2em;
	margin: 5px;
	text-transform: uppercase;
	padding: 1em 1em 0;
	}

.INDENT {
	margin-left: 2em;
	margin-right: 2em;
	}

.SIDEBAR {
	float: right;
	width: 30%;
	margin-left: 1em;
	margin-bottom: 1em;
	padding-left: 1em;
	border-left : 1px solid #CCC;
	}

.INTRO {
	font-size: 1.2em;
	line-height: 1.5em;
	}

.DIVIDER {
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px solid #a8a9ad;     /* grey */
	}
.COLHALF {
	float: left;
	margin-right: 5%;
	width: 44%;
	}
	.COLHALF h3,
	.COLHALF .title {
		text-align: center;
		}
		.COLHALF .photo img {
			display: block;
			float: none;
			margin: auto;
			border: 1px solid #DDD;
			background-color: #EEE;
			padding: 5px;
			}
			.person {
				border-bottom: 1px solid #DDD;
				float: left;
				clear: both;
				display: block;
				margin: 5px 0;
				}
			.photo {
				
				}
			.photo img {
				float: left;
				border: 1px solid #DDD;
				background-color: #EEE;
				margin: 0 10px 10px 0;
				padding: 5px;
			 	}
.alumni .photo img {
	float: none;
	width:100px;
	}
	.alumni .person {
		clear: none;
		display: inline;
		width: 220px;
		height: 220px;
		}

.team-member .description {
	width: 700px;
	}
.person .summary {
	width: 700px;
	}
/* end */





/* -------------- FUNCTION: Show Children list -------------- */
/* begin */

.function ol.showChildren {    /* used by show current children function */
	}
	.function ol.showChildren li,
	#main .function ol.showChildren li {
		list-style: none;
		margin-left: 0;
		padding-bottom: 0;    /* overwrites #main ol li */
		}

/* end */




/* -------------- FUNCTION: Sitemap -------------- */
/* begin */

.function ol.sitemap {
	list-style: none;
	padding-left: 0;
	}
	.function ol.sitemap li,
	#content .function ol.sitemap li {
		padding-bottom: 0;
		margin-left: 0;
		}
	.function ol.sitemap ol.hasChildren {
		margin-bottom: 6px;
		}
		.function ol.sitemap ol.hasChildren li,
		#content .function ol.sitemap ol.hasChildren li {
			list-style: decimal;
			margin-left: 20px;
			}
	.function ol.sitemap li.node {
		}

/* end */




/* -------------- MODULE: Contact Us -------------- */
/* begin */

#contactUsForm {
	}
	#contactUsForm form.front .left,
	#specialForm form.front .left {
		z-index: 30;
		float: left;
		width: 290px;
		padding: 0;
		margin: 0;
		}
		#contactUsForm form.front .left fieldset {
			background: white;
			border: 0;
			}
	#contactUsForm form.front .right {
		z-index: 40;
		float: left;
		padding: 0;
		margin: 0;
		width: 300px;
		height: 450px;
		overflow: auto;
		font-size: .9em;
		}
		#contactUsForm form.front .right fieldset {
			background: white;
			border: 0;
			}
			#contactUsForm form.front .right fieldset h5 {
				padding: .3em 0;
				}
			#contactUsForm form.front .right li.flipped {
				padding-left: 10px;
				width: 396px;
				}
			#contactUsForm form.front .right li.flipped label {
				width: 376px;
				margin-left: 0;
				}
			#contactUsForm form.front .right li.flipped input {
				margin-left: 0;
				}
			#ie7 #contactUsForm form.front .right li.flipped input,
			#ie6 #contactUsForm form.front .right li.flipped input {
				margin-left: -8px;
				}

/* end */




/* -------------- CMS Front/Admin crossover styles -------------- */
/* begin */

.clearLeft {
	clear: left;
	}
.NOTE {
	clear: right;
	}
.clearBoth {
	clear: both;
	}

.alignLeft {
	float: left;
	}
.asset.alignLeft {
	margin-right: 8px;
	position: relative;
	z-index: 1;
	}

.alignRight {
	float: right;
	}
.asset.alignRight {
	margin-left: 8px;
	position: relative;
	z-index: 1;
	}

.alignCenter,
.alignCenter img {
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	}

span.caption {
	display: block;
	padding: 2px 0 4px;
	font-size: 10px;
	font-style: italic;
	}
	
.NO-BULLETS ul {
	list-style: none;
	}
.asset img{
	background: #EEE;
	border: 1px solid #DDD;
	padding: 5px;
	}

/* end */




/* -------------- default tags for basic/global functionality -------------- */
/* begin */

#createdBy {
	display: none;
	}

.linkToAdmin {
	position: absolute;
	right: 10px;
	top: 0;
	}
	.linkToAdmin a {
		display: block;
		padding: 1px 4px;
		color: white;
		background: #666;
		border: 1px solid black;
		border-width: 0 1px 1px;
		}
		.linkToAdmin a:hover {
			color: #600;
			background: #eee;
			border: 1px solid #600;
			border-width: 0 1px 1px;
			}

.fileDetails {
	font-size: 10px;
	color: #555;
	}

.hidden {
	display: none;
	}

.printOnly {
	display: none;
	}

.access {    /* !  */ 
	position: absolute;
	left: -9000px;
	width: 0;
	height: 0;
	overflow: hidden;
	}

/* end */

/* ---------------- BASE: Debug Statements ---------------- */
table.DEBUG.STATEMENTS {
	width: 1000px;
	margin: 0 auto;
	border: 0;
	}
	
	table.DEBUG tr {
		border: 0;
		}
	
		table.DEBUG tr.OK {
			background-color: #00FF66;
			}
		
		table.DEBUG tr.NOTICE {
			background-color: #CCFF33;
			}
		
		table.DEBUG tr.WARNING {
			background-color: #FF9900;
			}
		
		table.DEBUG tr.ERROR {
			color: white;
			background-color: #FF3300;
			}
	
	table.DEBUG th, table.DEBUG td {
		border-bottom: 5px solid white;
		padding: 0 10px;
		}
		
/* end */
/* -------------- MODULE: Promotions -------------- */
/* begin */
#image-wrap {
	height: 584px;
	width: 945px;
	overflow: hidden;
	background: url(/includes/files/base/images/transparant.png) #CDC8BE;
	}
.imagesSlideshow {
	margin-left: -15px;
	position: relative;
	}
	.imagesSlideshow a {
		color: white;
		}
	.imagesSlideshow h1 {
		color: #1D6C97;
		font-size: 30px;
		font-weight: normal;
		}
		#ie6 .imagesSlideshow .slideImages img{
			background-color: white;
			border: 5px solid #205F82;
			}
	.imagesSlideshow .photoMask {
		background: url(/includes/files/base/images/pix-shadow.png) right bottom no-repeat;
		position: absolute;
		top: 485px;
		left: -15px;
		z-index: 2;
		width: 970px;
		height: 100px;
		}
		#ie6 .imagesSlideshow .photoMask {
			background-image: none;
			}
	.photo-wrap {
		width: 950px;
		overflow: hidden;
		}
	
	.imagesSlideshow .banner {
		z-index: 3;
		position: absolute;
		top: 355px;
		left: -15px;
		width: 300px;
		height: 125px;
		padding: 5px 2px 0 25px;
		background: url(/includes/files/base/images/red-banner1.gif) 1px top  no-repeat;	
		}
		#ie6 .imagesSlideshow .banner {
			left: 0;
			}
		.imagesSlideshow .description {
			z-index: 4;
			color: white;
			position: absolute;
			top: 355px;
			width: 273px;
			height: 105px;
			padding: 5px 2px 0 20px;	
			}	
	.imagesSlideshow .description p {
		font-size: 14px;
		padding-bottom: .25em;
		}
	.imagesSlideshow ul.buttons {
		z-index: 5;
		position: absolute;
		top: 383px;
		left: 20px;
		}
	.imagesSlideshow ul.buttons li a img {
		border: 1px solid transparent;
		height: 50px;
		width: 50px;
		}
	.imagesSlideshow ul.buttons li {
		margin-left: 0!important;
		margin-right: 5px;
		text-align: center;
		list-style: none;
		float: left;

		}

	ul.buttons a.current img {
		border: 1px solid #FFF !important;
		}
#projects-link {	
	position: absolute;
	top: 442px;
	left: 235px;
	z-index: 10;
	}
	#projects-link a {
		color: #FAC200;
		}
.spotlight ul.thumbnails li .asset img {
	padding:0;
	}

/* end */
/*---------- =facebook tabs ----------*/

/* welcom page */
body.facebook-tabs {
	background: none;
	}
body.facebook-tabs.welcome {
	background: url(/includes/files/base/images/fb-body-bg.jpg)  100px top repeat-x #FFF;    /* not-quite white */
	}
.facebook-tabs.welcome #header .page {
	width: 510px;
	border-bottom: none;
	padding: 5px;
	background: url(/includes/files/base/images/callout.png) right top no-repeat;
	height: 164px;
	}
	
.facebook-tabs.welcome #ie6 #header .page{
	background: url(/includes/files/base/images/callout.gif) right top no-repeat;
	height: 164px;
	}
.facebook-tabs.welcome #content {
	margin-top: 164px;
	}
	.facebook-tabs.welcome #ie6 #content {
		margin-top: 164px;
		}
.facebook-tabs.welcome .home-header {
	position: absolute;
	top: -145px;
	z-index: 1000;
	
	}
	.facebook-tabs.welcome .home-header h1 {
		color: white;
		font-size: 56px;
		text-transform: uppercase;
		padding-bottom: 0;
		font-weight: bold;
		}
		.facebook-tabs.welcome .home-header h2 {
			color: white;
			font-size: 15px;
			padding: 0;
			font-weight: bold;
			}
.facebook-tabs #header .page {
	width: 510px;
	}
	.facebook-tabs #header .page ul {
		list-style: none;
		float: right;
		}
		.facebook-tabs #header .page ul li {
			float: left;
			}
			.facebook-tabs #header .page ul li a {
				display: block;
				margin-top: 5px;
				color: white;
				}
.bubble {
    position:relative; 
    float:right;
    width:250px; 
    background:#f89b15; 
    margin:-56px 0.9px 0 4px;
}
.bubble p {
    color:#ffffff;
    font-size:11px;
    text-align:center;
    margin:10px;
}
.arrow {
    position:relative;
    clear: both;
    float:right;
    width:100px;
    height: 40px;
    margin:0 40px 0 20px;
    text-align:left;
    background: url(/includes/files/base/images/orange-arrow.jpg) right top no-repeat #FFF;
	}
#ie6 .arrow,
#ie7 .arrow {
	margin-top: -11px;
	}


.facebook-tabs .facebook {
	color:#3B5998;
}
/* end */


	
.facebook-tabs #header {
	background: url(/includes/files/base/images/facebook-header-bg.jpg) left top repeat-x;
	}
	.facebook-tabs #header .page {
		height: 20px;
		}

		
.facebook-tabs body {
	overflow: hidden;
	}
		
.facebook-tabs #content {
	background: none;
	margin: 0;
	}
	.facebook-tabs #content .page {
		border-left: 1px solid #fda916;
		border-right: 1px solid #fda916;
		}
.facebook-tabs .welcome #content {
	margin-top: 164px;
	} 	
.facebook-tabs #content .page {
	border: none;
	}
.facebook-tabs #content .page {
	width: 520px;
	padding-top: 20px;
/* 	overflow: auto; */
	/* testing */
	background: none;
	}
	.facebook-tabs.welcome #content #main  {
		margin: 45px 0 0 45px;
		border: 1px solid #fda916;
		}
		
	.facebook-tabs.welcome #content #main {
		color: #fda916;
		}
	.facebook-tabs #content #main {
		margin: auto;		
		background: white;
		width: auto;
		padding: 10px;
		float: none;
		font-size: 16px;
		/* overflow: hidden; */
		border: 1px solid #fda916		}
		.facebook-tabs #content #main a {
			color: #679d21;
			}


/* =recent-projects or project categories */

.facebook-tabs #recent-projects {
	background: none;
	border: none;
	padding: 0;
	}
.facebook-tabs #recent-projects ul li {
	background-color: #EEE;
	border: 1px solid #D8DDD1;
	padding:5px;
	width: 145px;
	height: 160px;
	}
	.facebook-tabs #recent-projects ul li .image-container {
		width: inherit;
		}
		.facebook-tabs #recent-projects ul li span {
			width: inherit;
			}
			.facebook-tabs #ie7 #recent-projects ul li span {
				width: 150px;
				}
		.facebook-tabs #recent-projects ul li a {
			font-size: 12px;
			} 
/*---------- =projects ----------*/
.facebook-tabs #projects {
	margin-top: 20px;
	}
.facebook-tabs .spotlight {
	float: left;
	position: relative;
	}

/*----------  End ----------*/
.facebook-tabs .profile {
	font-size: 12px;
	
	}
	.facebook-tabs #ie6 .profile {
		position: absolute;

		}
.facebook-tabs .thumbnails {
	display: none;
	}

.facebook-tabs .profile-image {
	width: 320px;
	float: right;
	overflow: hidden;
	position: relative; /* ie6 */
	}
	.facebook-tabs .profile-image {
		position: relative;
		}
.facebook-tabs .profile-image img {
	text-align: center;
	}
.facebook-tabs .fb-like {
	margin: 8px 0 8px 15px;
	}
.thumbnails-category {
	list-style: none;
	overflow: auto;
	margin-left: 8px;
	}	
	.thumbnails-category li {
		float: left;
		background: #EEE;
		border: 1px solid #DDD;
		margin: 5px 8px;
		padding: 5px;
		}
		.thumbnails-category li a {
			display: block;
			}
/*----------  End ----------*/

/*---------- =site-cat-link ----------*/

.site-cat-link a {
	font-size: 12px;
	display: block;
	margin: 5px 0 5px 17px; 
	}
/*----------  End ----------*/

/*---------- =footer ----------*/

.facebook-tabs #footer {
	background: none;
	
	}
	.facebook-tabs #footer .page {
		width: 510px;
		background: white;
		color: #679d21;
		padding:5px;
		text-align: right;
		}
.facebook-tabs #footer .page a {
	text-decoration: underline;
	}
	.facebook-tabs #footer .page a:hover {
		color: #DF6412;
		}

		.facebook-tabs.welcome #footer .page {
			border:none
			}
		.facebook-tabs #footer .page a {
			color: #679d21;
			}
/*----------  End ----------*/
