
/*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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
 u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}*/
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}


/* ----------------------------------------------------------------------------
    G E N E R A L
----------------------------------------------------------------------------- */
html {
    overflow-y: scroll;
}
body {
	font: 15px/24px Georgia, Serif;
	color: #454545;
	background: url(../images/content.png);
	margin:0;
	padding:0;
	 /*height:100%; needed for container min-height */
}

.clear {
    clear: both;
}


/* Links */
a:link, a:visited {
	text-decoration: none;
	color: #aea079;
    outline: 0;
	font-weight:bold;
}

a:hover, a:focus, a:active {
  color: #d6b686;
  font-weight:bold;
}
a:link.more, a:visited.more {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Sans-serif;
   	float: left;
	margin-top: 10px;
	margin-right: 5px;
	padding: 6px 10px;
	border: 1px solid #2177A5;
	background-color: #227bad;
	color: #fff;
    font-size: 13px;

    text-shadow: 0 -1px 0 rgba(0,0,0,0.5);

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

    box-shadow: 0px 1px 2px rgba(0,0,0,0.3), inset 0 1px 0 #3CA5D2;
    -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3), inset 0 1px 0 #3CA5D2;
    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3), inset 0 1px 0 #3CA5D2;
}
a:hover.more {
	border:  1px  solid #B32D00;
	background-color: #CC3300;

    box-shadow: 0px 1px 2px rgba(0,0,0,0.3), inset 0 1px 0 #FF7242;
    -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3), inset 0 1px 0 #FF7242;
    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3), inset 0 1px 0 #FF7242;
}

/* Headers */

h1 {
    font-size: 28px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
   	margin-bottom: 20px;
	margin-top:0;
	line-height:28px;
}

h2 {
    font-size: 24px;
    margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

h3 {
    font-size: 20px;
  /*  line-height: 24px;
    letter-spacing: 0.2px;*/
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
   	margin-bottom: 20px;
}

h4 { font-size: 16px;
font-weight:bold;
margin:0; }





/* Lists */
ul, ol {
	margin: 0 0 24px 0;
	padding: 0 20px;
}
ul { list-style: disc; }
ol { list-style: decimal; }

dt {
    font-weight: bold;
    color: #1980AF;
}
dd {
    padding-left: 20px;
}

p, dl { margin: 0 0 24px 0; }



/* Table */
/*table {
	border-collapse: collapse;
	margin: 12px 0 24px 0;
}
tr { background: #FFF; }
th, td {
	text-align: left;			
	border-width: 1px;
  	border-style: solid;
}
th {
  	padding: .8em 1em;
	background: #2C76A6;
  	border-color: #308ABA #308ABA #246F97 #308ABA;
	color: #fff;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 16px;
	font-weight: bold;
}
td {
	border-color: #E9E9E9;
	padding: .7em 1em;
}*/

/* Form */
/*form {
    width: 500px;
    margin: 24px 0 24px 0;
    padding: 32px 40px;
    background: #E9EAEB;
    border: 1px solid #DFE1E6;

}
input, select {
    vertical-align: middle;
}
form div {
	border-bottom: 1px solid #D8DAE0;
	padding: 12px 0 5px 0;	margin: 0;
	color: #2C76A6;
}
form p {
	color: #1980AF;
}
form label {
    display: block;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Sans-Serif;
    font-weight: bold;
    line-height: 24px;
    font-size: 13px;
    margin: 0 0 5px 0;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
    color:#666666;
}
form label span {
    color: #1980AF;
}
form input,
form select,
form textarea {
    margin-bottom: 24px;
	padding: 9px 10px;
    color: #999;
    background: #fff;
	border-width: 1px;
	border-style: solid;
  	border-color: #DCDEE2 #E9EBED #E9EBED #DCDEE2;
	font: 13px 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Sans-serif;
}
form textarea {
    height: 325px;
}
form input:focus,
form select:focus,
form textarea:focus {
	background: #EEF5F9;
    color: #666666;
}
form input.button {
   	height: 36px;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Sans-serif;
   	margin-top: 10px;
	margin-right: 3px;
	padding: 6px 10px;
	border: 1px solid #2177A5;
	background-color: #227bad;
    color: #fff;
    cursor: pointer;

    text-shadow: 0 -1px 0 rgba(0,0,0,0.5);

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

    box-shadow: 0px 1px 2px rgba(0,0,0,0.3), inset 0 1px 0 #3CA5D2;
    -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3), inset 0 1px 0 #3CA5D2;
    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3), inset 0 1px 0 #3CA5D2;
}
.ie7 form input.button {
    padding: 0 2px;
}
#name, #email, #message, #website {
	width: 475px;
}*/

/* Clearing and Alignment */
.align-left {
    float: left;
}
.align-right {
    float: right;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.ie7 .clearfix { zoom: 1; } /* IE7 */


/* --------------------------------------------------------------------------
    S T R U C T U R E
--------------------------------------------------------------------------- */

#content-wrap {
    margin: 0;
    padding: 0;
    width: 100%;
}

/*#content {
    width: 978px;
    padding: 0;
  float: left;
    margin: 0 auto;
}*/

#main {
/*	float: left;
    margin: 50px 20px 0 50px;
    padding: 0;
	width: 910px;*/
	width:980px;
	margin:0 auto;
	padding-top:50px;
}


.primary {
	width:780px;
    float: right;
	margin-bottom:0;
}


.video-content {
	width:780px;
	margin:auto;
}


#main .main-content {
    padding-right: 30px;
    padding-left: 5px;
}



/* --------------------------------------------------------------------------
    H E A D E R
---------------------------------------------------------------------------- */

/*#header-wrap {
    height: 130px;
    width: 100%;
   background: url(../images/header-bg.jpg) repeat-x;
}*/

#header-wrap {
    height: 164px;
    width: 100%;
   background: url(../images/header-bg.jpg) repeat-x;
}

/*header {
    margin: 0 auto;
    width: 700px;
	height:126px;
}*/


#logo{
	margin: 0 auto;
	padding:20px 0;
    height: 91px;
    width: 750px;
}

/*#logo{
	margin: 0 auto;
    height: 97px;
    width: 503px;
}*/


/*#navigation {
	margin: 0 auto;
	width:600px;
	background: url() repeat-x;
	height:39px;
	
}
	
header nav {
	 margin: 0 auto;
    height: 39px;
}
header nav ul {
	list-style: none;
	display: block;
	margin: 0;
    padding: 0;
	
}
header nav ul li {

    position: relative;
	float: left;
}*/

/*header nav ul a:link, header nav ul a:visited {
   font-family: Georgia, Serif;
    font-size: 12px;
    font-weight: bold;
    display: block;
	margin: 0;
    padding: 0 11px;
    height: 30px;
	color: #BEBEBE;
   text-shadow: 0 -1px 0 rgba(10, 10, 10, 1);
    line-height: 68px;
}
header nav ul li a:hover,
header nav ul li a:active {
	border: none;
	color: #D67630;
}
header nav ul li#current a {
	color: #D67630;
}*/







/* ----------------------------------------------------------------------------
    F O O T E R
----------------------------------------------------------------------------- */


footer {
	clear:both;
    width: 100%;
	background: url(../images/footer-bg.png) repeat;
	margin: 0;
	padding:0;
	height:345px;
 	bottom:0; /* stick to bottom */
}


/*certified green technologies footer*/
.greentech{
	margin-top: 0px;
	clear: both;
	width: 100%;
	height:345px;
	margin: 0;
	padding:0;
	background: url(../images/footer-greentech.gif) repeat-x;
	 bottom:0; /* stick to bottom */
}

#greentech{
	margin:0 auto;
	margin-bottom:0px;}
	
#greentech img {
	float:right;
	width: 362px;	
	height: 274px;
	border:0;
	margin-bottom:0px;
	}
	
.footer-wrapper{
  margin: 0 auto;
  padding: 30px 0px 0px;
  width: 950px;
  font-family:verdana, sans-serif;
  font-size: 10px;
  color: #333;
}


.box1{
	float: left;
    width: 150px;
	padding-right:10px;
}

.box2{
	float: left;
    width: 150px;
	padding-right:10px;
}

.box3{
	float: left;
    width: 150px;
	padding-right:10px;
}

.box4{
	float: left;
    width: 150px;
	padding-right:10px;
}


#box5{
	float: left;
    width: 150px;
	padding-right:10px;
}


#box6{
	float: left;
    width: 150px;
	padding-top: 24px;
}

#box6 .socialmedia{
	 vertical-align:middle;
}

#box6 .members{
	width:85px;
	text-align:center;
}


/*

#box5 .left{
	width:170px;
	padding-right:5px;
	float:left;
}


#box5 .right{
	width:220px;
	float:right;
}


#box6{
	float: left;
    width: 220px;
}

#box5 .socialmedia{
	 vertical-align:middle;
}

#box6 .members{
	width:85px;
	text-align:center;
}*/


footer .list, greentech .list {
    font-size: 11px;
    margin: 0;
    padding: 0;
}


footer h4, .greentech h4 {
	  font-size: 14px;
    font-weight: bold;
}

footer .list h4, .greetech .list h4 {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
	 /* font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Sans-Serif;*/
}

footer .list ul, .greentech .list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer .list ul li, .greentech .list ul li {
	padding: 0;
	margin: 0;
    text-align: left;	
}

footer .list ul li a, .greentech .list ul li a {
	font-family:verdana, sans-serif;
    font-size: 11px;
	color: #333;
	font-weight:normal;
}

footer .list ul li a:hover, .greentech .list ul li a:hover { color: #aea079; font-weight:normal; }


/* ------------------------------------------------------------------------------
   LEFT MENU
--------------------------------------------------------------------------------- */
aside {
    position: relative;
    width: 150px;
    float: left;
	margin-right:50px;
}

aside .post-meta {
    width: 150px;
    font-size: 12px;
    margin: 0;
    padding: 0;
}



aside .post-meta h4 {
    text-align: right;
    margin: 0 0 12px 0;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
	font-family:Arial, Helvetica, sans-serif;
}



aside .post-meta ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #E5E5E5;
}

aside .post-meta ul li {
	padding: 6px 0;
	margin: 0;
    text-align: right;
    border-bottom: 1px solid #E5E5E5;
}

aside .post-meta ul li a {
    /*font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Sans-Serif;*/
	font-family:Verdana, Geneva, sans-serif;
    font-size: 12px;
	color: #666666;
	font-weight:normal;
}

aside .post-meta ul li a:hover { color: #aea079; font-weight:normal; }



/* Page Navigation */
.navigation {
	margin: 20px 0 20px 5px; padding: 0;
}
.navigation a:link,
.navigation a:visited {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Sans-serif;
	float: left;
	display: block;
	margin: 10px 10px 0 0;
	padding: 5px 7px;
	text-transform: lowercase;
	text-decoration: none;
    border: 1px solid #2177A5;
	background: #227bad;
	color: #fff;
    font-size: 13px;

	text-shadow: 0 -1px 0 rgba(0,0,0,0.5);

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

    box-shadow: 0px 1px 2px rgba(0,0,0,0.3), inset 0 1px 0 #3CA5D2;
    -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3), inset 0 1px 0 #3CA5D2;
    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3), inset 0 1px 0 #3CA5D2;
}
.navigation a:hover {
    border:  1px  solid #B32D00;
	background: #CC3300;

    box-shadow: 0px 1px 2px rgba(0,0,0,0.3), inset 0 1px 0 #FF7242;
    -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3), inset 0 1px 0 #FF7242;
    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3), inset 0 1px 0 #FF7242;
}

/* ------------------------------------------------------------------------------
   HEADER CSS MENU
--------------------------------------------------------------------------------- */

#cssmenu {
height:33px;
margin:0;
padding:0;
}


#cssmenu ul {
margin:0 auto;
width:800px;
list-style-type:none;
/*position:relative;
display:block;*/
height:33px;
font-size:16px;
background:url(../images/menu-bg.png) repeat-x;
font-family:Verdana, Geneva, sans-serif;
padding-left:120px;
}

#cssmenu li {
display:inline;
margin:0;
padding:0;
}

#cssmenu li a {
float:left;
color:#f7edc4;
text-decoration:none;
height:24px;
padding:9px 15px 0;
font-weight:normal;
}


#cssmenu li a:hover,
#cssmenu .active {
color:#d6b686;
background:url(../images/menu-bg.png) repeat-x;
text-decoration:none;
}

#cssmenu .active a {
color:#d6b686;
}

/*#cssmenu ul{
background-color:#a79c5a;
}*/


/* ------------------------------------------------------------------------------
   CONTACT
--------------------------------------------------------------------------------- */
#contact-bg {
	margin: 0;
    padding: 0;
    width: 100%;
	background-color:#f8f8f8;
	height:400px;
}

#contact-bg-wrapper {
	width: 960px;
	margin: 0 auto;
}


#contact-wrapper {
	width:860px;
	margin:0 auto;
	padding: 50px;
}

#contact-wrapper .left-column {
    float: left;
    width: 286px;
}

#contact-wrapper .middle-column {
	width:286px;
	 float: left;
    margin: 0 286;
}

#contact-wrapper .right-column {
    float: left;
    width: 286px;
}



/* ------------------------------------------------------------------------------
    DIRECTORY
--------------------------------------------------------------------------------- */
#directory {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:20px;
}



/* ------------------------------------------------------------------------------
   MEET THE TEAM
--------------------------------------------------------------------------------- */
.team-wrapper{
	padding-left:40px;
	
}

.team {
	display: block;
	width: 152px;
	height: 152px;
	text-indent: -99999px;
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}

.picture1 {
	display: block;
	width: 65px;
	height: 65px;
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	
}

.team:hover {
	background-position: 0 0;
}

.jeffeggert {
	background: url(../images/jeff-eggert-rollover.jpg) bottom;
}

.danielleazzalino{
	background: url(../images/danielle-azzalino-rollover.jpg) bottom;
}

.kimtang{
	background: url(../images/kim-tang-rollover.jpg) bottom;
}

.justineharlan{
	background: url(../images/justine-harlan-rollover.jpg) bottom;
}

.rhondagodinez{
	background: url(../images/rhonda-godinez-rollover.jpg) bottom;
}

.evelynprice{
	background: url(../images/evelyn-price-rollover.jpg) bottom;
}

.kimvalenzano{
	background: url(../images/kim-valenzano-rollover.jpg) bottom;
}

.isabelleshelby{
	background: url(../images/isabelle-shelby-rollover.jpg) bottom;
}

.dougmax{
	background: url(../images/doug-max-rollover.jpg) bottom;
}

.tracywilliams{
	background: url(../images/tracy-williams-rollover.jpg) bottom;
}

.veronicahernandez{
	background: url(../images/veronica-hernandez-rollover.jpg) bottom;
}

.lydiafang{
	background: url(../images/lydia-fang-rollover.jpg) bottom;
}

.patrickchan{
	background: url(../images/patrick-chan-rollover.jpg) bottom;
}

.allisonmckenzie{
	background: url(../images/allison-mckenzie-rollover.jpg) bottom;
}


.reneecorvino{
	background: url(../images/renee-corvino-rollover.jpg) bottom;
}

.staciumhey{
	background: url(../images/staci-umhey-rollover.jpg) bottom;
}


.huilingluk{
	background: url(../images/huiling-luk-rollover.jpg) bottom;
}

.maivuong{
	background: url(../images/mai-vuong-rollover.jpg) bottom;
}


.graceli{
	background: url(../images/grace-li-rollover.jpg) bottom;
}

.sheriedehaven{
	background: url(../images/sherie-dehaven-rollover.jpg) bottom;
}

.erintrueblood{
	background: url(../images/erin-trueblood-rollover.jpg) bottom;
}

.sheilahayes{
	background: url(../images/sheila-hayes-rollover.jpg) bottom;
}

.sueirtenkauf{
	background: url(../images/sue-irtenkauf-rollover.jpg) bottom;
}


.you{
	background: url(../images/you-rollover.jpg) bottom;
}


/* ------------------------------------------------------------------------------
    STAFF BIO
--------------------------------------------------------------------------------- */
#bio { 
	width:468px;
	padding: 0 0 0 252px;
	position: relative;
}

#bio h2 {
    font-size: 24px;
    margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-left:30px;
}

#bio .job-title {
	font: 15px/26px Arial, Helvetica, sans-serif;
	padding-left:30px;
}

#bio .email {
	padding-left:30px;}

#bio img{
	/*width:252px;
	height:252px;
	border:0;
	float:left;
	clear: left;
	margin-right:30px;*/
	left: 0;
	position: absolute;
	top: 0;


}

#bio .line-separator{
	border-bottom:1px solid #d6b686;
 	margin-bottom:20px;
 	margin-top:2px;
 	width:90%;
}

#bio p {
	padding-left:30px;
	float:right;
	clear:right;

}


/* ------------------------------------------------------------------------------
    POSITIONS WE FILL
--------------------------------------------------------------------------------- */
#position {
	margin:0;
	padding:0;
	list-style-type: none;
}

#position li {
	background-image: url(../images/circle.gif);
	background-repeat:no-repeat;
	display:block;
	padding-left: 30px;
	padding-bottom:15px;
}

#position li a {
	color:#454545;
	text-decoration:none;
	font: 16px Georgia, Serif;
}

#position li a:hover,
#position .active {
	color:#d6b686;
	text-decoration:none;
	font: 16px Georgia, Serif;
}

#position2 {
	margin:0;
	padding:0;
	list-style-type: none;
}

#position2 li{
	background-image: url(../images/small-circle.gif);
	background-repeat:no-repeat;
	display:block;
	padding-left: 20px;
}


/* ------------------------------------------------------------------------------
    POSITIONS WE FILL
--------------------------------------------------------------------------------- */

#positionr {
	margin:0;
	padding:0;
	list-style-type: none;
}

/*#positionr li {
	background-image: url(../images/circle.gif);
	background-repeat:no-repeat;
	display:block;
	padding-left: 30px;
	padding-bottom:15px;
}*/

#positionr li a {
	text-decoration:none;
}

#positionr li a:hover,
#positionr .active {
	color:#d6b686;
	text-decoration:none;
}

#positionr .indent{
 margin-left:30px;
 } 


/* ------------------------------------------------------------------------------
    OUR PROCESS
--------------------------------------------------------------------------------- */
#process {
	width:600px;
	text-align:left;
	
}

#process .analysis{
	height:177px;
	background:url(../images/process-shape.png);
	background-repeat:no-repeat;
	padding-top:10px;
	padding-left:20px;
	padding-right:10px;
	margin-bottom:10px;

}

#process .sourcing{
	height:152px;
	background:url(../images/process-shape-2.png);
	background-repeat:no-repeat;
	padding-top:10px;
	padding-left:20px;
	padding-right:10px;
	margin-bottom:10px;
}

#process .interview{
	height:203px;
	background:url(../images/process-shape-3.png);
	background-repeat:no-repeat;
	padding-top:10px;
	padding-left:20px;
	padding-right:10px;
	margin-bottom:10px;
}


#process .testing{
	height:226px;
	background:url(../images/process-shape-4.png);
	background-repeat:no-repeat;
	padding-top:10px;
	padding-left:20px;
	padding-right:10px;
	margin-bottom:10px;
}


#process .presentation{
	height:138px;
	background:url(../images/process-shape-5.png);
	background-repeat:no-repeat;
	padding-top:10px;
	padding-left:20px;
	padding-right:10px;
	margin-bottom:10px;
}

#process img {
	margin-bottom:40px;
	float:left;
	width: 62px;	
	height: 62px;
	border:0;
	padding-right:10px;
}

/*#process p{
	float:right;
}*/


#process h4 {
	font-size: 16px;
	font-weight:bold;
}

#process .text_line
{
	clear:both;
	height:10px;
}

/* ------------------------------------------------------------------------------
    BENEFITS
--------------------------------------------------------------------------------- */
#benefits {
	width:700px;
	margin:0 auto;
	padding-left:20px;
}

#benefits .left-column {
    float: left;
    width: 335px;
	margin-right:30px;
	margin-bottom:20px;
}


#benefits .right-column {
    float: right;
    width: 335px;
	margin-bottom:20px;
}

#benefits img {
	float:left;
	width: 60px;	
	height: 60px;
	border:0;
	margin-right:10px;
	margin-bottom: 70px;
}

#benefits .img2 {
	float:left;
	width: 60px;	
	height: 60px;
	border:0;
	margin-right:10px;
	margin-bottom: 200px;
}

#benefits h4{
	font-size: 18px;
	font-weight:bold;
	margin-bottom:10px;
}


/* ------------------------------------------------------------------------------
    PAYROLL
--------------------------------------------------------------------------------- */
#payroll img {
	float:left;
	width: 35px;	
	height: 35px;
	border:0;
	margin-right:10px;
}
#payroll a {
	color:#454545;
	font-weight:bold;}
	
#payroll a:hover {
	color: #d6b686;
	font-weight:bold;
}

/* ------------------------------------------------------------------------------
    EMPLOYEE FAQ
--------------------------------------------------------------------------------- */
#accordion {  margin-left: auto; margin-right: auto;  padding: 0;}
div.collapse{  margin-top: 0px;  /* margin-top is required, otherwise next ul overlaps */  margin-right: auto; margin-left: auto; }	
div.collapse-container{ margin-right: auto; margin-left: auto; padding:0; }
div.collapse-container a { }
ul.simple, ul.simple li{ list-style: none; padding: 0;}
ul.simple li, ul.simple li h6{ padding: 2px;  margin-left: auto; margin-right: auto;   }
ul.simple li h6 {   padding: 0; }
.accordionlink { margin: 0 auto;  display: block; font-size:100% }


/* ------------------------------------------------------------------------------
    OUR SERVICES
--------------------------------------------------------------------------------- */
#services {
	width:720px;
	margin:0 auto;
	padding-bottom:20px;
}

#services .left-column {
    float: left;
    width: 335px;
	margin-right:30px;
	padding-bottom:20px;
}


#services .right-column {
    float: right;
    width: 335px;
	padding-bottom:20px;
}


#services h5 {
	text-decoration:underline;
	font-size: 18px;
	font-weight:bold;
	color: #d6b686;
	margin:0;
}


#services ul{
	margin-left:0;
	padding-left:0;
	list-style-type:none;
	}

#services li{
	background-image: url(../images/small-circle.gif);
	background-repeat:no-repeat;
	display:block;
	margin-left:0;
	padding-left:15px;
}

/*emporient*/
.red {
	color:#F00;
}


/* ------------------------------------------------------------------------------
   HOME PAGE
--------------------------------------------------------------------------------- */

#home-wrap {
    margin: 0;
    padding: 0;
    width: 100%;
	height:260px;
	background-color:#e2d7be;
	/*background-image:url();
	background-repeat: repeat;*/
}

#home-wrap .content{
	width: 750px;
	margin:0 auto;
	padding: 15px 0;
}

/*#home-wrap .left{
	float: left;
    width: 320px;
	margin-right: 10px;
	padding-top:25px;
}

#home-wrap .right{
	 float: left;
    width: 330px;
	padding-top:25px;
}*/

#home-wrap .left{
	float: left;
    width: 325px;
	margin-right: 100px;
	
}

#home-wrap .right{
	 float: left;
    width: 325px;
}

#home-wrap H4{
	font-size: 24px;
	font-weight:bold;
	color:#000;
	line-height: 65px;
	font-family:Arial, Helvetica, sans-serif;
}

/*#home-wrap img {
	vertical-align:baseline;
	float:left;
	border:0;
	margin-right:10px;
	border:0;
}*/

#home-wrap a {
	color:#000000;
	text-decoration:underline;
}

#home-wrap a:hover{
	color:#d6b686;
	text-decoration:underline;
}

#main-home {
	width: 940px;
	margin:0 auto;
	padding-top:50px;
}

#main-home .left-column1 {
    float: left;
    width: 280px;
	padding-right:40px;
}

#main-home .left-column2 {
    float: left;
    width: 300px;
	padding-right:40px;
}


#main-home .right-column {
    float: left;
   width: 280px;
}

/*#main-home .left-column {
    float: left;
    width: 510px;
	padding-right:100px;
}


#main-home .right-column {
    float: left;
   width: 330px;
}*/

#main-home H4{
	font-size: 20px;
	font-weight:bold;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:20px;
}

#main-home .viewmore{
	background-color:#f0e4ca; 
	color:#454545;
	text-decoration:underline;
	font-weight:500;
	

}


#member-wrap {
    margin: 0;
    padding: 0;
    width: 100%;
	height:60px;
	padding-top:20px;
	/*background-color:#f8f8f8;
	
	background-color:#e8ebed;
	background-image:url();
	background-repeat: repeat;*/
}

#member-wrap .content{
	width: 940px;
	margin:0 auto;
}

/* ------------------------------------------------------------------------------
   JOB OPENINGS
--------------------------------------------------------------------------------- */
#job{
	font: 15px/24px Georgia, Serif;
	color: #454545;
	margin-top:40px;
}

#job H3 {
    font-size: 20px;
	font-family:Georgia, serif;
  /*  line-height: 24px;
    letter-spacing: 0.2px;*/
	font-weight:bold;
	margin-bottom:0;
	margin-top:0;
}

#job H2 {
    font-size: 20px;
	font-family:Georgia, serif;
  /*  line-height: 24px;
    letter-spacing: 0.2px;*/
	font-weight:bold;
	margin-bottom:25px;
}

.dropdown {   
    background-color: #f6f1e2;
	font-weight:bold;
	font-size: 18px;
	font-family:Georgia, serif;	
}


hr {
margin-top:25px;
margin-bottom:25px;
border: 0;
width:100%;
background-color: #dcddde;
height: 1px;
}


ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.pagination li {display: inline;}

ul.pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
}

ul.pagination li a.active {
    background-color: #e2d7be;
   color: black;
}

ul.pagination li a:hover:not(.active) {background-color: #e8ebed;}

/* ------------------------------------------------------------------------------
    LEGAL STAFF
--------------------------------------------------------------------------------- */
#legalstaff{
	width:740px;
	margin:0 auto;
}

#legalstaff .left-column {
    float: left;
    width: 335px;
	margin-right:30px;
	padding-bottom:20px;
	margin-left:20px;
}


#legalstaff .right-column {
    float: right;
    width: 335px;
	padding-bottom:20px;
}

/* ------------------------------------------------------------------------------
   TESTIMONIALS
--------------------------------------------------------------------------------- */

.testimonials{
	border-bottom:dashed #d6b686 1px;
	padding-bottom:25px;
}


/* ------------------------------------------------------------------------------
   SLIDER
--------------------------------------------------------------------------------- */
.slider-wrapper {
    position: relative;
    background: url(../images/slider.png) no-repeat;
	padding:30px 0;
	margin: 0 auto;
    width: 694px;
    height: 500px;
}
.slider-wrapper #slider {
    position: absolute;
    top: 0px;
    left: 26px;
    width: 638px; /* Make sure your images are the same size */
    height: 437px; /* Make sure your images are the same size *//
}
.slider-wrapper .nivoSlider {
	position: relative;
	background: #fff url(../images/loading.gif) no-repeat 50% 50%;
}
.slider-wrapper .nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
.slider-wrapper .nivoSlider a {
	border: 0;
	display: block;
}



.slider-wrapper .nivo-controlNav {
	position: absolute;
	left: 50%;
	bottom: -60px;
    margin-left: -30px ; /* Tweak this to center bullets */
}
.slider-wrapper .nivo-controlNav a {
	display: block;
	width: 13px;
	height: 14px;
	background: url(../images/bullets.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	margin-right: 10px;
	float: left;
}
.slider-wrapper .nivo-controlNav a.active {
	background-position: 0 -14px;
}
.slider-wrapper .nivo-directionNav a {
	display: block;
	width: 33px;
	height: 52px;
	background: url(../images/arrows.png) no-repeat;
	text-indent: -9999px;
	border: 0;
}
.slider-wrapper a.nivo-nextNav {
	background-position: -33px 0;
	right: -50px;
    top: 63px;
}
.slider-wrapper a.nivo-prevNav {
	left: -48.5px;
    top: 63px;
}
.slider-wrapper .nivo-caption {
    /* font-family: Helvetica, Arial, sans-serif; */
    padding: 5px 10px;
    width: 363px;
    font-size: 12px;
    text-shadow: none;
    text-align: center;
}
.slider-wrapper .nivo-caption p {
    text-shadow: none;
    color: #CBCBCB;
}
.slider-wrapper .nivo-caption a {
    color: #66CC33;
    /* border-bottom: 1px dotted #fff; */
}
.slider-wrapper .nivo-caption a:hover {
    color:#fff;
}

/* ------------------------------------------------------------------------------
   REQUEST EMPLOYEE
--------------------------------------------------------------------------------- */

.robotic { display: none; }

#requestemp {
	width:780px;
	margin:0 auto;
	padding-bottom:20px;
}



#requestemp .left-column {
    float: left;
    width: 410px;
	margin-right:50px;
	/*background-image:url(../images/request-employee-bg.gif);
	background-repeat:no-repeat;*/
}


#requestemp .right-column {
    float: right;
    width: 320px;
}


#requestemp input
 {
float: right;
margin-bottom:0px;
padding-bottom:0px;
 }

#requestemp .checkbox {
	 float: left;
	 margin-right:10px;
}
 
#requestemp label
 {
 float: left;
 font-weight:bold;
 }

#requestemp fieldset
 {
 border: 1px solid #d6b686;
 padding:20px 30px;
 background-color:#f6f1e2;
 width:350px;
 }

#requestemp legend
 {
 color: #454545;
 font-weight:bold;
 font-size:18px;
 background: #f6f1e2;
 border: 1px solid #d6b686;
 padding: 5px 10px;

 } 
 
 
 /* ------------------------------------------------------------------------------
   SUBMIT REFERRAL
--------------------------------------------------------------------------------- */


#referral {
	width:600px;
	padding-bottom:20px;
}


#referral input
 {
margin-bottom:10px;
padding-bottom:5px;
 }

 
#referral label
 {
 font-weight:bold;
 }

#referral fieldset
 {
 border: 1px solid #d6b686;
 padding:20px 30px;
 background-color:#f6f1e2;
 }

#referral legend
 {
 color: #454545;
 font-weight:bold;
 font-size:18px;
 background: #f6f1e2;
 border: 1px solid #d6b686;
 padding: 5px 10px;

 } 

/* ------------------------------------------------------------------------------
   EMPORIENT
--------------------------------------------------------------------------------- */

.primary-emporient {
	width:780px;
	margin:0 auto;
}

.CSSButton {
border: 1px solid #d6b686;
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.1, #FFFFFF), color-stop(0.9, #e2d7be) );
background: -moz-linear-gradient( center top, #FFFFFF 10%, #e2d7be 90% );
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#D1D1D1');
background-color: #FFFFFF;
-moz-box-shadow: inset 0px 1px 1px 0px #FFFFFF;
-webkit-box-shadow: inset 0px 1px  1px 0px #FFFFFF;
box-shadow: inset 0px 1px  1px 0px #FFFFFF;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
/*text-shadow: 1px 1px 1px #FFFFFF;*/
font-weight: bold;
margin: 0px;
color: #000000;
letter-spacing: 1px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
width: 150px;
height:30px;
text-align: center;
text-decoration: none;
cursor: pointer;
display: inline-block;
}
.CSSButton:hover {
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.1, #e2d7be), color-stop(0.9, #FFFFFF) );
background: -moz-linear-gradient( center top, #e2d7be 10%, #FFFFFF 90% );
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2d7be', endColorstr='#FFFFFF');
background-color: #e2d7be;
}
.CSSButton:active {
position: relative;
top: 1px;
left: 0px;
}

/* ------------------------------------e------------------------------------------
   ACCOUNTING
--------------------------------------------------------------------------------- */
#accounting{
	width:780px;
	margin:0 auto;
}

#accounting .heading{
	background-color:#e3e1d0;
	font-weight:bold;
	padding:10px 20px;
}

#accounting .content{
padding: 20px;
}


#accounting .left-box {
    float: left;
    width: 360px;
	margin-right:50px;
	border: solid #d4d4d4 1px;
}


#accounting .right-box {
    float: right;
   width: 360px;
   border: solid #d4d4d4 1px;
}


#accounting .left-column {
    float: left;
    width: 360px;
	margin-right:50px;
}


#accounting .right-column {
    float: right;
   width: 360px;
}



#accounting a {
	text-decoration:underline;
}

#accounting a:hover{
	color:#d6b686;
	text-decoration:underline;
}


.btn-style{
	height:27px;
	vertical-align: middle;
	border : solid 1px #000000;
	border-radius:4px;
	moz-border-radius:4px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#f6f1e2;
	background:url(../images/btn-bg.gif);
	background-repeat:repeat-x;
	margin: auto;
	text-align: center;
	padding-left:25px;
	padding-right:25px;
}

.btn-style:hover {
	color:#d6b686;
	}
	
	

	 
	 #404-wrap {
    height: 500px;
    width: 100%;
	background:#000;
  
}
/**/
/**/