html, body
	{
		height: 100%;
	}
	
	body
	{
		margin: 0px;
		padding: 0px;
		background: #333333;
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 12pt;
		font-weight: 400;
		color: #000000;
	}
	
	
	h1, h2, h3, h4
	{
		margin: 0;
		padding: 0;
	}
	
	p, ol, ul
	{
		margin-top: 0;
	}
	
	ol, ul
	{
		padding: 0;
		list-style: none;
	}
	
	p
	{
		line-height: 180%;
	}
	
	strong
	{
	}
	
	a
	{
		color: #0000FF;
		text-decoration: none;
	}
	
	a:hover
	{
		text-decoration: none;
	}
	

	.container
	{
		margin: 0px auto;
		width: 100%;
	}
	

	.banner
	{
		margin: 0px auto;
		width: 100%;
		height: 18%;
	}

/*********************************************************************************/
/* Form Style                                                                    */
/*********************************************************************************/

		form
		{
		}
		
			form label
			{
				display: block;
				text-align: left;
				margin-bottom: 0.5em;
			}
			
			form .submit
			{
				margin-top: 2em;
				background: #8DCB89;
				border-radius: 8px;
				line-height: 1.5em;
				font-size: 1.3em;
			}
		
			form input.text,
			form select,
			form textarea
			{
				position: relative;
				-webkit-appearance: none;
				display: block;
				border: 0;
				background: #fff;
				background: rgba(255,255,255,0.75);
				width: 100%;
				border-radius: 0.50em;
				margin: 1em 0em;
				padding: 1.50em 1em;
				box-shadow: inset 0 0.1em 0.1em 0 rgba(0,0,0,0.05);
				border: solid 1px rgba(0,0,0,0.15);
				-moz-transition: all 0.35s ease-in-out;
				-webkit-transition: all 0.35s ease-in-out;
				-o-transition: all 0.35s ease-in-out;
				-ms-transition: all 0.35s ease-in-out;
				transition: all 0.35s ease-in-out;
				font-family: 'Source Sans Pro', sans-serif;
				font-size: 1em;
				outline: none;
			}

				form input.text:hover,
				form select:hover,
				form textarea:hover
				{
				}

				form input.text:focus,
				form select:focus,
				form textarea:focus
				{
					box-shadow: 0 0 2px 1px #E0E0E0;
					background: #fff;
				}
				
				form textarea
				{
					min-height: 12em;
				}

				form .formerize-placeholder
				{
					color: #555 !important;
				}

				form ::-webkit-input-placeholder
				{
					color: #555 !important;
				}

				form :-moz-placeholder
				{
					color: #555 !important;
				}

				form ::-moz-placeholder
				{
					color: #555 !important;
				}

				form :-ms-input-placeholder
				{
					color: #555 !important;
				}

				form ::-moz-focus-inner
				{
					border: 0;
				}


/*********************************************************************************/
/* Image Style                                                                   */
/*********************************************************************************/

	.image
	{
		display: inline-block;
		border: 0px solid rgba(0,0,0,.1);
	}
	
	.image img
	{
		display: block;
		width: 100%;
	}
	
	.image-full
	{
		display: block;
		width: 100%;
		margin: 0 0 1.5em 0;
	}
	
	.image-left
	{
		float: left;
		margin: 0 2em 2em 0;
	}
	
	.image-centered
	{
		display: block;
		margin: 0 0 2em 0;
	}
	
	.image-centered img
	{
		margin: 0 auto;
		width: auto;
	}

/*********************************************************************************/
/* List Styles                                                                   */
/*********************************************************************************/

	ul.style1
	{
	}


/*********************************************************************************/
/* Social Icon Styles                                                            */
/*********************************************************************************/

	ul.contact
	{
		margin: 0;
		padding: 2em 0em 0em 0em;
		list-style: none;
	}
	
	ul.contact li
	{
		display: inline-block;
		padding: 0em 0.30em;
		font-size: 1.5em;
	}
	
	ul.contact li span
	{
		display: none;
		margin: 0;
		padding: 0;
	}
	
	ul.contact li a
	{
		color: #FFF;
	}
	
	ul.contact li a:before
	{
		display: inline-block;
		background: #333333;
		width: 80px;
		height: 80px;
		line-height: 80px;
		border-radius: 40px;
		text-align: center;
		color: #FFFFFF;
	}
	

/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/

	.button
	{
		display: inline-block;
		margin-top: 0;
		padding: 1em 2em 1em 2em;
		background: #80b438;
		border-radius: 0;
		letter-spacing: 0.30em;
		line-height: 1.8em;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 800;
		font-size: 1.2em;
		color: #FFF;
	}
	
	.button:before
	{
		display: inline-block;
		background: #80b438;
		margin-right: 1em;
		width: 40px;
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
		text-align: center;
		color: #272925;
	}
	
	.button-small
	{
		padding: 0.9em 2em;
		background: #80b438;
		border-radius: 5px;
		line-height: 1.8em;
		font-size: 1em;
	}
		
/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/

	.title
	{
		margin-top: 1em;
		margin-bottom: 1em;
	}
	
	.title h2
	{
		font-size: 2.8em;
		letter-spacing: 0.03em;
		color: #E6E6E6;
		color: rgba(255,255,255,0.9);
	}
	
	.title .byline
	{
		letter-spacing: 0.16em;
		text-transform: uppercase;
		font-weight: 500;
		font-size: 1.68em;
		color: #A3A3A3;
	}

	.title .byline a
	{
		font-weight: bold;
		color: #80b438;
	}

	.title .byline a:hover
	{
		color: #000;
	}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/
		
	#header
	{
		background: url("images/bannercut.jpg") no-repeat scroll center top / cover rgba(0, 0, 0, 0);
		overflow: hidden;
		padding: 4em 0;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
		src='images/banner.jpg',
		sizingMethod='scale');
	}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#logo
	{
		padding: 5em 0em;
		text-align: center;
	}
	
	#logo h1
	{
		font-size: 3.5em;
	}
	
	#logo a
	{
		text-decoration: none;
		color: #FFF;
	}
	
	#logo span
	{
		letter-spacing: 0.10em;
		text-transform: uppercase;
		font-size: 0.90em;
		color: #fff;
		color: rgba(255,255,255,0.5);
	}

	#logo span a
	{
		color: #fff;
		color: rgba(255,255,255,0.8);
	}
	
	

/*********************************************************************************/
/* Menu                                                                          */
/*********************************************************************************/

	#menu
	{
	}
	
	#menu ul
	{
		text-align: center;
		background: #404040;
		width: 60%;
		margin-left: 35%;
		border-radius: 16px;
		opacity: 0.85;
		position: fixed;
	}
	
	#menu li
	{
		display: inline-block;
		position: relative;
		z-index: 9999;
	}
	
	#menu li a, #menu li span
	{
		display: inline-block;
		padding: .7em 1.5em;
		letter-spacing: .35em;
		text-decoration: none;
		font-size: 0.85em;
		font-weight: normal;
		text-transform: uppercase;
		outline: 0;
		color: #FFF;
	}
	
	#menu li:hover a, #menu li.active a, #menu li.active span
	{
		background: #80b438;
	}
	
	#menu .current_page_item a
	{
		color: #FFF;
		background: #80b438;
	}
	
/
*********************************************************************************/
/* Submenu                                                                        */
/*********************************************************************************/

	#submenu
	{
	}
	
	#submenu ul
	{
		text-align: left;
		border-radius: 0;
		opacity: 0.75;
		top: 10.25%;
		position: fixed;
	}
	
	#submenu li
	{
		display: table-row;
		margin-left: 8.5%;
	}
	
	#submenu li a, #submenu li span
	{
		padding: .5em 1em;
		letter-spacing: 0.20em;
		line-height: 2.5em;
		text-decoration: none;
		font-size: 0.7em;
		font-weight: normal;
		text-transform: uppercase;
		outline: 0;
		color: #FFF;
		background: #404040;
	}
	
	#submenu li:hover a, #submenu li.active a, #submenu li.active span
	{
		background: #80b438;
		font-weight: normal;
	}
	
	#submenu .current_page_item a
	{
		color: #FFF;
		background: #80b438;

	}
	
/

*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
	}

/*********************************************************************************/
/* Wrapper                                                                       */
/*********************************************************************************/

	#wrapper1
	{
		background: #202020;
	}

	#wrapper2
	{
		background: #EDEDED;
	}

	#wrapper3
	{
		overflow: hidden;
		padding: 0 0;
		background: #FFF;
	}
	
	#wrapper4
	{
		overflow: hidden;
		padding: 3em 0em;
		background: #80b438;
	}

	#wrapper5
	{
		height: 16%;
		width: 100%;
		position: static;
		overflow: auto;
		padding: .2em 0em;
		background: #FFF;
	}

	#wrapper5 img
	{
		margin-right: 2%;
		margin-left: 2%;
		max-height: 3.8em;
	}
/*********************************************************************************/
/* Welcome                                                                       */
/*********************************************************************************/

	#welcome
	{
		overflow: hidden;
		padding: 1em 0em;
		text-align: center;
		color: #fff;
		color: rgba(255,255,255,0.3);
	}
	
	#welcome .content
	{
	}
	
	
	
	#welcome a,
	#welcome strong
	{	
		color:#fff;
		color: rgba(255,255,255,0.6);
	}

/*********************************************************************************/
/* Page                                                                          */
/*********************************************************************************/

	#page
	{
	}

/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

	#content
	{
	}

/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

	#sidebar
	{
	}

/*********************************************************************************/
/* Offices                                                                          */
/*********************************************************************************/


	#offices iframe
	{
		float: left;
		padding-right: 1.5%;
	}

	#offices ul
	{
		line-height: 10em;
		padding-right: 1.5%;
	}

	#offices a:hover
	{
		color: #80b438;
	}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer
	{
		text-align: center;
	}

	
	#footer .title span
	{
		color: #fff;
		color: rgba(255,255,255,0.4);
	}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright
	{
		overflow: hidden;
		padding: 2em 0em;
		border-top: 1px solid rgba(255,255,255,0.08);
	}
	
	#copyright p
	{
		letter-spacing: 0.20em;
		text-align: center;
		text-transform: uppercase;
		font-size: 0.80em;
		color: #fff;
		color: rgba(255,255,255,0.3);
	}
	
	#copyright a
	{
		color: #fff;
		text-decoration: none;
		color: rgba(255,255,255,0.6);
	}

	#copyright a:hover, #copyright a:active, #copyright span:active

	{
		text-decoration: none;
		color: #FFF;
	}

/*********************************************************************************/
/* Newsletter                                                                    */
/*********************************************************************************/

	#newsletter
	{
		overflow: hidden;
		padding: 8em 0em;
		background: #EDEDED;
		text-align: center;
	}
	
	#newsletter .title h2
	{	
		color: #000;
		color: rgba(0,0,0,0.8);
	}
	
	#newsletter .content
	{
		width: 50%;
		margin: 0px auto;
	}
	
/*********************************************************************************/
/* Portfolio                                                                     */
/*********************************************************************************/

	#portfolio
	{
		background: #FFFFFF;
	}
	
	#portfolio .box
	{
		text-align: center;
		color: #000;
		color: rgba(0,0,0,0.5);
	}

	#portfolio h3
	{
		display: block;
		padding-bottom: 0;
		text-transform: uppercase;
		font-size: 1em;
		color: #000;
		color: rgba(0,0,0,0.6);
	}

	#portfolio h4
	{
		display: block;
		padding-bottom: 0em;
		text-transform: uppercase;
		letter-spacing: 0.2em;
		font-size: 1.2em;
		color: #000;
		color: rgba(0,0,0,0.6);
	}

	#portfolio h7
	{
		font-style: italic;
	}

	#portfolio ul
	{
		text-align: justify;
		padding-left: 3em;
		padding-right: 3em;
		color: #000;
		color: rgba(0,0,0,0.8);
		font-size: 1.2em;
		line-height: 2em;
		letter-spacing: 0.1em;
	}

	#portfolio p
	{
		text-align: left;
		color: #000;
		color: rgba(0,0,0,0.8);
		font-size: 1em;
		line-height: 1.1em;
		letter-spacing: 0.1em;
		padding-left:1em;
		padding-right:1em;
	}

	#portfolio p a
	{
		font-weight: bold;
		color: #80b438;
	}

	#portfolio p a:hover
	{
		color: #000;
	}

	#portfolio p img
	{
		float: left;
		padding: 0px 20px 0px 0px;
		vertical-align:text-top;		
	}

	#portfolio li a
	{
		color: rgba(0,0,0,0.8);
		text-decoration: none;
		font-weight: 600;
	}

	#portfolio li:hover a, #portfolio li.active a, #portfolio li.active span
	{
		color: #80b438;
	}

	#portfolio .title
	{
		text-align: center;
	}

	#portfolio .title h2
	{
		color: #000;
		color: rgba(0,0,0,0.8);
	}

	.column1,
	.column2,
	.column3,
	.column4
	{
		width: 23.5%;
	}
	
	.column1,
	.column2,
	.column3
	{
		float: left;
		margin-right: 2%;
	}
	
	.column4
	{
		float: right;
	}
	
/
*********************************************************************************/
/* Work Groups                                                                     */
/*********************************************************************************/

	#workgroups
	{
		background: #FFFFFF;
		width: 100%;
	}
	
	#workgroups .box
	{
		text-align: center;
		color: #000;
		color: rgba(0,0,0,0.5);
	}

	#workgroups h3
	{
		display: block;
		padding-bottom: 1em;
		text-transform: uppercase;
		font-size: 1em;
		color: #000;
		color: rgba(0,0,0,0.6);
	}

	#workgroups h4
	{
		display: block;
		padding-bottom: 0em;
		text-transform: uppercase;
		letter-spacing: 0.2em;
		font-size: 1.2em;
		color: #000;
		color: rgba(0,0,0,0.6);
	}

	#workgroups h7
	{
		font-style: italic;
	}

	#workgroups ul
	{
		text-align: justify;
		padding-left: 3em;
		padding-right: 3em;
		color: #000;
		color: rgba(0,0,0,0.8);
		font-size: 1.2em;
		line-height: 2em;
		letter-spacing: 0.12em;
	}

	#workgroups p
	{
		text-align: center;
		color: #202020;
		color: rgba(0,0,0,0.8);
		font-size: 1em;
		line-height: 1.1em;
		letter-spacing: 0.08em;
		padding-left:1em;
		padding-right:1em;
	}

	#workgroups p a
	{
		font-weight: 600;
		color: #202020;
	}

	#workgroups p a:hover
	{
		color: #80b438;
	}

	#workgroups ul a
	{
		text-decoration: none;
		font-weight: 600;
		color: #000;
		color: rgba(0,0,0,0.8);
	}

	#workgroups li:hover a, #workgroups li.active a, #workgroups li.active span
	{
		color: #000;
	}

	#workgroups .title
	{
		text-align: center;
	}

	#workgroups .title h2
	{
		color: #000;
		color: rgba(0,0,0,0.8);
	}

	#workgroups .column1,
	#workgroups .column2,
	#workgroups .column3
	{
		width: 31%;
	}
	
	#workgroups .column1
	{
		float: left;
		margin-left: 0;
		margin-right: 1.75%;
	}

	#workgroups .column2
	{
		float: left;
		margin-left: 1.75%;
		margin-right: 1.75%;
	}
	
	#workgroups .column3
	{
		float: right;
		margin-left: 1.75%;
		margin-right: 0;
	}
	
	#workgroups .box
	{
		float: left;
		padding: 0px 0px 0px 0px;
		vertical-align:text-top;		
	}
/

*********************************************************************************/
/* Resources                                                                    */
/*********************************************************************************/

	#resources
	{
		background: #FFFFFF;
		display: table;
	}
	
	#resources .box
	{
		display: table-row;
		vertical-align: text-bottom;
		line-height: 8em;
		width: 100%
		margin-bottom: 8%;
		text-align: left;
		padding-left:2em;
		padding-right:2em;
		color: rgba(0,0,0,0.5);
	}

	#resources .box img
	{			
		display: inline;
		text-align: left;
		vertical-align: text-bottom;
		float: left;
		width: 25%;
		padding: 0 2em 0 0;
		text-align: center;	
		color: rgba(0,0,0,0.8);
	}

	#resources .box h3
	{
		display: inline;
		vertical-align: text-bottom;
		text-transform: uppercase;
		letter-spacing: 0.1em;
		font-weight: bold;
		font-size: 1.25em;
		color: rgba(0,0,0,0.6);
	}

	#resources h7
	{
		font-style: italic;
	}

	#resources ul
	{
		text-align: justify;
		padding-left: 3em;
		padding-right: 3em;
		color: rgba(0,0,0,0.8);
		font-size: 1.2em;
		line-height: 1.8em;
		letter-spacing: 0.12em;
	}

	#resources li a
	{
		color: rgba(0,0,0,0.8);
		text-decoration: none;
		font-weight: 600;
	}

	#resources h3:hover
	{
		color: #000;
	}

	#resources li:hover a, #resources li.active a, #resources li.active span
	{
		color: #80b438;
	}

	#resources .title
	{
		text-align: center;
		margin-right: 5%;
		margin-left: 5%;
	}

	#resources .title h2
	{
		color: #00;
		color: rgba(0,0,0,0.8);
	}

	.column1,
	.column2,
	.column3,
	.column4
	{
		width: 23.5%;
	}
	
	.column1,
	.column2,
	.column3
	{
		float: left;
		margin-right: 2%;
	}
	
	.column4
	{
		float: right;
	}
	
/

*********************************************************************************/
/* BW                                                                          */
/*********************************************************************************/

.bw {
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
 
.bw:hover {
  -webkit-filter: grayscale(100%);
}

img {
	border: 0 none;
	outline: 0 none;
}

#footer h2
{
	font-size: 2.8em;
	color: #fff;
	color: rgba(255,255,255,0.9);
}