body
{
	margin: 0;
	color: #535353;
	font: 12px/16px Arial, Helvetica, sans-serif;
	min-width: 900px;
	background: #f6f6ee;
}

img { border: none; }

a
{
	color: #0672b9;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

input,
textarea,
select
{
	font: 100% arial,sans-serif;
	vertical-align: middle;
}

form,fieldset
{
	margin: 0;
	padding: 0;
	border-style: none;
}

.wrapper
{
	width: 100%;
	overflow: hidden;
	position: relative;
}

.header-holder
{
	width: 100%;
	overflow: hidden;
	background: url(/assets/images/bg-header.gif) repeat-x;
}

#header
{
	width: 894px;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0 70px 2px;
}

#header h1
{
	background: url(/assets/images/logo.gif) no-repeat;
	width: 271px;
	height: 57px;
	margin: 0;
	position: relative;
	z-index: 100;
	overflow: hidden;
}

#header h1 a
{
	height: 100%;
	display: block;
	text-indent: -9999px;
}

.breadcrumbs-wrapper
{
	width: 100%;
	overflow: hidden;
	background: url(/assets/images/bg-breadcrumbs-holder.gif) repeat-x 0 100%;
}

.breadcrumbs-holder
{
	margin: 0 auto;
	width: 896px;
	overflow: hidden;
	padding: 16px 0 18px;
}

.breadcrumbs
{
	float: left;
	margin: 3px 0 0;
	padding: 0;
	list-style: none;
}

.breadcrumbs li
{
	background: url(/assets/images/bullet.gif) no-repeat 0 4px;
	padding: 0 5px 0 8px;
	float: left;
	color: #666;
}

.breadcrumbs li:first-child
{
	background: none;
	padding-left: 5px;
}

.breadcrumbs li a { color: #0c76b9; }

.breadcrumbs-holder h2
{
	float: right;
	margin: 0;
	font: 22px/25px Arial, Helvetica, sans-serif;
}

.breadcrumbs-holder h2 a { color: #0471b8; }

.footer-holder
{
	background: url(/assets/images/bg-footer-holder.gif);
	width: 100%;
	height: 218px;
	overflow: hidden;
}

#footer
{
	margin: 0 auto;
	overflow: hidden;
	width: 894px;
	padding: 22px 2px 0 0;
}

.footer-box
{
	float: right;
	background: url(/assets/images/bg-footer-box.png) repeat-y;
	font-size: 11px;
	line-height: 14px;
	width: 222px;
	color: #fff;
	padding: 13px 0 12px 10px;
}

.footer-box h3
{
	margin: 0 0 7px 3px;
	font: 17px/20px Arial, Helvetica, sans-serif;
	color: #9cf;
}

.footer-box ul
{
	margin: 0 0 0 -2px;
	padding: 0;
	position: relative;
	overflow: hidden;
	height: 1%;
	list-style: none;
}

.footer-box ul li
{
	float: left;
	background: url(/assets/images/separator01.gif) no-repeat 0 3px;
	padding: 0 4px 0 6px;
}

.footer-box ul li:first-child
{
	background: none;
	padding-left: 0;
}

.commongood
{
	height: 1%;
	padding: 0 0 20px 7px;
	overflow: hidden;
}

.commongood ul li
{
	padding: 0 4px 0 10px;
	background: url(/assets/images/separator02.gif) no-repeat 0 4px;
}

.commongood p { margin: 0; }
.footer-box a { color: #fff; }

.col-holder
{
	float: left;
	width: 660px;
	font: 11px/14px Arial, Helvetica, sans-serif;
}

.col-holder h3
{
	margin: 0 0 5px;
	color: #83d048;
	font: 13px/15px Arial, Helvetica, sans-serif;
}

.col-holder .col
{
	float: left;
	padding: 0 10px 0 0;
}

.col-holder ul
{
	margin: 0;
	padding: 0 0 0 7px;
	list-style: none;
}

.col-holder ul li
{
	background: url(/assets/images/bullet01.gif) no-repeat 0 4px;
	padding: 0 0 0 12px;
}

.col-holder ul li a { color: #fff; }
.home { width: 63px; }
.talent { width: 134px; }
.find-job { width: 139px; }
.knowlege { width: 147px; }
.about-us { width: 112px; }

.navigation-wrapper
{
	position: absolute;
	left: 0;
	padding: 6px 0 0;
	top: 104px;
	height: 37px;
	width: 100%;
	background: url(/assets/images/bg-nav.gif) repeat-x;
}

#nav
{
	width: 900px;
	margin: 0 auto;
}

#nav:after
{
	content: "";
	clear: both;
	display: block;
}

.nav-add
{
	float: right;
	margin: 0;
	padding: 10px 0 0;
	list-style: none;
}

.nav-add li
{
	float: left;
	background: url(/assets/images/separator01.gif) no-repeat 0 3px;
	padding: 0 6px 0 10px;
}

.nav-add li:first-child
{
	background: none;
	padding-left: 0;
}

.nav-add li a { color: #fff; }

.navigation
{
	margin: 0;
	padding: 3px 0 0 2px;
	list-style: none;
	float: left;
}

.navigation li
{
	position: relative;
	float: left;
	padding: 0 1px;
	font: 15px/17px Arial, Helvetica, sans-serif;
}

.navigation li a
{
	color: #fff;
	float: left;
	height: 34px;
	overflow: hidden;
}

.navigation li a span
{
	width: 95px;
	height: 34px;
	float: left;
	text-indent: -9999px;
}

.nav-home span
{
	width: 68px !important;
	background: url(/assets/images/nav-home.gif) no-repeat;
}

.nav-hire span { background: url(/assets/images/nav-hire.gif) no-repeat; }
.nav-find span { background: url(/assets/images/nav-find.gif) no-repeat; }

.nav-knowlege span
{
	background: url(/assets/images/nav-knowlege.gif) no-repeat;
	width: 150px !important;
}

.nav-about span { background: url(/assets/images/nav-about.gif) no-repeat; }
.navigation li a.active,
.navigation li:hover a,
.navigation li.hover a { text-decoration: none !important; }
.navigation li a.active span,
.navigation li:hover a span,
.navigation li.hover a span { background-position: 0 -34px; }

.drpdwn
{
	display: none;
	position: absolute;
	top: 100%;
	left: 1px;
	background: url(/assets/images/none.gif);
	width: 162px;
	overflow: hidden;
}

.drpdwn .c
{
	background: url(/assets/images/bg-drpdwn-c.png) repeat-y;
	width: 162px;
	overflow: hidden;
}

.drpdwn .b
{
	background: url(/assets/images/bg-drpdwn-b.png) no-repeat;
	width: 162px;
	height: 6px;
	overflow: hidden;
}

.drpdwn ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.drpdwn ul li
{
	width: 100%;
	border-top: 1px solid #68a9d5;
}

.drpdwn ul li:first-child { border: none; }

.drpdwn ul li a
{
	z-index: 100;
	position: relative;
	padding: 5px 0 6px 4px !important;
	height: auto !important;
	width: 158px;
	font-size: 12px;
}

.drpdwn ul li a:hover { background: #0a7cc8; }
.navigation li:hover .drpdwn,
.navigation li.hover .drpdwn { display: block; }

.main-wrapper
{
	width: 100%;
	overflow: hidden;
	background: #fff;
	margin: 0;
	padding: 0;
}

.main-wrapper-hire
{
	width: 100%;
	overflow: hidden;
	background: url(/assets/images/border01.gif) repeat-x;
	padding: 22px 0 0;
}

.threecolumns
{
	width: 894px;
	margin: 19px auto 0;
	padding: 0 2px 0 6px;
}

.threecolumns:after
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.twocolumns
{
	float: right;
	width: 660px;
}

#content
{
	float: left;
	width: 418px;
	margin: 10px 0 20px;
}

#content table
{
	width: 100%;
	margin: -10px 0 15px 0;
	padding: 0;
}

#content table td { width: 50%; }

#content table.different td.dark
{
	width: 30%;
	padding: 7px;
	background: #1963A7;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

#content table.different td.light
{
	width: 30%;
	padding: 7px;
	background: #CCE1EE;
	font-size: 11px;
	font-weight: normal;
	color: #036;
}

#content table.different td.light { width: 70%; }

#content ul
{
	margin: 0 0 15px 20px;
	padding: 0;
	background: none;
	list-style: none;
}

#content ul li
{
	padding: 0 0 1px 13px;
	margin: 6px 0 3px 0;
	background: url(/assets/images/dingbat.gif) 0 .4em no-repeat;
	list-style: none;
	line-height: 15px;
}

#content ul li ul li
{
	padding: 0 0 1px 9px;
	margin: 6px 0 2px 0;
	background: url(/assets/images/dash.gif) 0 .3em no-repeat;
	list-style: none;
	line-height: 8px;
	font-size: 11px;
}

#content ul li ul
{
	margin: 0 0 0 5px;
	padding: 0;
	background: none;
	list-style: none;
}

#content-wider
{
	float: left;
	width: 540px;
	margin: 10px 0 20px;
}

#content-wider table
{
	width: 100%;
	margin: 0;
}

#content-wider table td { width: 50%; }

#content-wider ul
{
	margin: 0 0 15px 20px;
	padding: 0;
	background: none;
	list-style: none;
}

#content-wider ul li
{
	padding: 0 0 1px 13px;
	margin: 6px 0 3px 0;
	background: url(/assets/images/dingbat.gif) 0 .4em no-repeat;
	list-style: none;
	line-height: 15px;
}

#content-wider ul li ul li
{
	padding: 0 0 1px 9px;
	margin: 6px 0 2px 0;
	background: url(/assets/images/dash.gif) 0 .3em no-repeat;
	list-style: none;
	line-height: 8px;
	font-size: 11px;
}

#content-wider ul li ul
{
	margin: 0 0 0 5px;
	padding: 0;
	background: none;
	list-style: none;
}

.intro-box ul li
{
	padding: 0 0 4px 13px;
	margin: 6px 0 3px 0;
	background: url(/assets/images/dingbat.gif) 0 .4em no-repeat;
	list-style: none;
	line-height: 18px;
	font-size: 14px;
}

#content-full ul li
{
	padding: 0 0 1px 13px;
	margin: 6px 0 3px 0;
	background: url(/assets/images/dingbat.gif) 0 .4em no-repeat;
	list-style: none;
	line-height: 15px;
}

#content-search ul li
{
	padding: 0 0 1px 13px;
	margin: 6px 0 3px 0;
	background: url(/assets/images/dingbat.gif) 0 .4em no-repeat;
	list-style: none;
	line-height: 15px;
}

#content-full ul.rss li
{
	padding: 0 0 2px 20px;
	margin: 6px 0 3px 0;
	background: url(/assets/images/rss.gif) 0 0 no-repeat;
	list-style: none;
	line-height: 15px;
}

#content-full
{
	float: left;
	width: 650px;
	margin: 10px 0 20px 0;
}

#content-search
{
	float: left;
	width: 890px;
	margin: 10px 0 20px 0;
}

.article-row
{
	clear: both;
	width: 100%;
}

ul.left
{
	float: left;
	width: 310px;
	margin: 0 20px 0 0;
}

ul.left li.first
{
	margin: 0 0 6px -15px;
	font: 15px/18px Arial, Helvetica, sans-serif;
	color: #036;
	list-style: none;
	padding: 0;
}

ul.right li.first
{
	margin: 0 0 6px -15px;
	font: 15px/18px Arial, Helvetica, sans-serif;
	color: #036;
	list-style: none;
	padding: 0;
}

ul.right
{
	float: right;
	width: 310px;
}

#content h2
{
	margin: 0 0 20px 0;
	padding: 0 0 1px;
	color: #630;
	font: 18px/20px Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #f0e8d9;
}

#content-wider h2
{
	margin: 0 0 20px 0;
	padding: 0 0 1px;
	color: #630;
	font: 18px/20px Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #f0e8d9;
}

#content-full h2
{
	margin: 0 0 20px 0;
	padding: 0 0 1px;
	color: #630;
	font: 18px/20px Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #f0e8d9;
}

#content-search h2
{
	margin: 0 0 20px 0;
	padding: 0 0 1px;
	color: #630;
	font: 18px/20px Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #f0e8d9;
}

.intro-text
{
	font: 16px/22px Arial, Helvetica, sans-serif;
	color: #a58438;
	display: block;
	margin: 22px 0 15px;
}

#content h3
{
	margin: 0 0 6px;
	font: 15px/18px Arial, Helvetica, sans-serif;
	color: #690;
}

#content-wider h3
{
	margin: 0 0 6px;
	font: 15px/18px Arial, Helvetica, sans-serif;
	color: #690;
}

#content h3 span
{
	margin: 0 0 6px;
	font: 12px/18px Arial, Helvetica, sans-serif;
}

#content h3 span a
{
	margin: 0 0 6px;
	font: 12px/18px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #690;
}

#content h3 a
{
	text-decoration: none;
	color: #036;
}

#content h3 a:hover
{
	text-decoration: underline;
	color: #690;
}

#content-full h3 a
{
	text-decoration: none;
	color: #690;
}

#content-full h3 a:hover
{
	text-decoration: underline;
	color: #690;
}

#content-search h3 a
{
	text-decoration: none;
	color: #690;
}

#content-search h3 a:hover
{
	text-decoration: underline;
	color: #690;
}

#content h3.inline { margin: 0 0 15px; }

#content h3 span
{
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #535353;
}

#content p { margin: 0 0 18px; }

#content-full h3
{
	margin: 0 0 6px;
	font: 15px/18px Arial, Helvetica, sans-serif;
	color: #690;
}

#content-search h3
{
	margin: 0 0 6px;
	font: 15px/18px Arial, Helvetica, sans-serif;
	color: #690;
}

#content-full p { margin: 0 0 18px; }
#content-search p { margin: 0 0 18px; }

.aside1
{
	float: right;
	width: 200px;
}

.aside2
{
	float: left;
	width: 200px;
	margin-bottom: 20px;
}

.aside-box
{
	width: 200px;
	overflow: hidden;
	background: url(/assets/images/bg-aside2-c.gif) repeat-y;
	margin-bottom: 20px;
}

.aside-box .t
{
	background: url(/assets/images/bg-aside1-box-t.gif) no-repeat;
	width: 200px;
	overflow: hidden;
	padding: 8px 0 0;
}

.blog-box .b,
.aside-box .b
{
	background: url(/assets/images/bg-aside1-box-b.gif) no-repeat 0 100%;
	padding: 0 1px 7px;
	width: 198px;
}

.blog-box .t:after,
.aside-box .c:after,
.aside-box .b:after
{
	content: "";
	clear: both;
	display: block;
}

.aside-box .c
{
	background: #fff url(/assets/images/bg-aside1-box-c-add.gif) repeat-x 0 100%;
	width: 198px;
}

.aside-box-jobs
{
	width: 200px;
	overflow: hidden;
	background: url(/assets/images/bg-aside2-c.gif) repeat-y;
	margin-bottom: 20px;
}

.aside-box-jobs .t
{
	background: url(/assets/images/bg-aside1-box-t.gif) no-repeat;
	width: 200px;
	overflow: hidden;
	padding: 8px 0 0;
}

.blog-box .b,
.aside-box-jobs .b
{
	background: url(/assets/images/bg-aside1-box-b.gif) no-repeat 0 100%;
	padding: 0 1px 7px;
	width: 198px;
}

.blog-box .t:after,
.aside-box-jobs .c:after,
.aside-box-jobs .b:after
{
	content: "";
	clear: both;
	display: block;
}

.aside-box-jobs .c
{
	background: #fff url(/assets/images/bg-aside1-box-c-add.gif) repeat-x 0 100%;
	width: 198px;
}

.aside1 .aside-box h3
{
	background: #89c65a url(/assets/images/bg-aside1-head01.gif) no-repeat;
	margin: -8px -1px 0;
	width: 160px;
	padding: 8px 20px 7px;
	font: bold 16px/18px Arial, Helvetica, sans-serif;
	color: #fff;
	position: relative;
}

.aside1 .aside-box h3 span
{
	background: url(/assets/images/bullet05.gif) no-repeat 0 30%;
	padding: 3px 0 3px 20px;
	display: block;
}

.aside1 .aside-box ul
{
	margin: 0;
	padding: 0 10px 3px 13px;
	height: 1%;
	overflow: hidden;
	list-style: none;
}

.aside1 .aside-box ul li
{
	background: url(/assets/images/border.gif) repeat-x;
	padding: 12px 0 13px 2px;
	vertical-align: top;
	height: 1%;
}

.aside1 .aside-box ul h4
{
	margin: 0 0 4px;
	font: 13px/15px Arial, Helvetica, sans-serif;
}

.aside1 .aside-box ul h4 a { color: #036; }

.aside1 .aside-box ul h4 a.more { color: #0672b9; }

.aside2 .aside-box-jobs ul h4 a.more { color: #0672b9; }

.aside1 .aside-box ul p
{
	margin: 0;
	line-height: 15px;
}

.more
{
	background: url(/assets/images/bullet.gif) no-repeat 100% 50%;
	color: #4c9eeb;
	padding: 0 8px 0 0;
}

.aside1 .aside-box ul li:first-child { background: none; }

.aside2 .aside-box-jobs h3
{
	background: #89c65a url(/assets/images/bg-aside1-head01.gif) no-repeat;
	margin: -8px -1px 0;
	width: 160px;
	padding: 8px 20px 7px;
	font: bold 16px/18px Arial, Helvetica, sans-serif;
	color: #fff;
	position: relative;
}

.aside2 .aside-box-jobs h3 span
{
	background: url(/assets/images/bullet05.gif) no-repeat 0 30%;
	padding: 3px 0 3px 20px;
	display: block;
}

.aside2 .aside-box-jobs ul
{
	margin: 0;
	padding: 0 10px 3px 13px;
	height: 1%;
	overflow: hidden;
	list-style: none;
}

.aside2 .aside-box-jobs ul li
{
	background: url(/assets/images/border.gif) repeat-x;
	padding: 12px 0 13px 2px;
	vertical-align: top;
	height: 1%;
}

.aside2 .aside-box-jobs ul h4
{
	margin: 0 0 4px;
	font: 13px/15px Arial, Helvetica, sans-serif;
}

.aside2 .aside-box-jobs ul h4 a { color: #036; }

.aside2 .aside-box-jobs ul p
{
	margin: 0;
	line-height: 15px;
}

.more
{
	background: url(/assets/images/bullet.gif) no-repeat 100% 50%;
	color: #4c9eeb;
	padding: 0 8px 0 0;
}

.aside2 .aside-box-jobs ul li:first-child { background: none; }

.blog-box
{
	width: 200px;
	overflow: hidden;
	background: url(/assets/images/bg-aside1-box-c.gif) repeat-y;
	margin: 32px 0 20px 0;
	
}

.blog-box .t
{
	background: url(/assets/images/bg-blog-t.gif) no-repeat;
	width: 200px;
	padding: 8px 0 0;
	overflow: hidden;
}

.blog-heading
{
	position: relative;
	margin: -8px -1px 0;
	width: 176px;
	padding: 10px 12px 6px;
	overflow: hidden;
	border-bottom: 1px solid #e7e8e6;
}

.blog-heading a
{
	float: right;
	color: #4f9eec;
	font-size: 11px;
	background: url(/assets/images/bullet.gif) no-repeat 100% 5px;
	padding: 0 8px 0 0;
}

.blog-heading h3
{
	margin: 0;
	float: left;
	font: 14px/16px Arial, Helvetica, sans-serif;
	color: #036;
}

.blog-post
{
	width: 178px;
	padding: 8px 10px 5px 12px;
	overflow: hidden;
}



.blog-box ul.cats
{
	list-style: none;
	margin: 10px 0 10px 12px;
	padding: 0 10px 0 0;
}



.blog-box ul.cats li
{
	list-style: none;
	padding: 2px 0 0 12px;
	background: none;
	margin: 0
}

.aside-box ul.cats
{
	list-style: none;
	margin: 10px 0 10px 12px;
}

.aside-box ul.cats li
{
	list-style: none;
	padding: 2px 0;
	background: none;
}

.photo
{
	float: right;
	border: 1px solid #e7e8e6;
	padding: 1px;
	margin: 3px 0 0;
}

img.team
{
	float: left;
	border: 4px solid #ddd;
	padding: 1px;
	margin: 0 15px 8px 0;
}

.photo img { display: block; }

.post
{
	display: table;
	height: 1%;
	padding: 0 12px 0 0;
}


.post h4
{
	margin: 0 0 2px;
	font: 12px/14px Arial, Helvetica, sans-serif;
	color: #630;
}

.post .more
{
	background: url(/assets/images/bullet06.gif) no-repeat 100% 50%;
	padding: 0 6px 0 0;
}

.post p
{
	font: 11px/15px Arial, Helvetica, sans-serif;
	margin: 0;
}

.post-blog
{
	display: table;
	height: 1%;
	padding: 10px 12px 4px 0;
	border-top: 1px dotted #ccc
}

.post-blog-first
{
	display: table;
	height: 1%;
	padding: 1px 12px 7px 0;
	border: none
}


.post-blog h4
{
	margin: 0 0 2px;
	font: 12px/14px Arial, Helvetica, sans-serif;
	color: #630;
}

.post-blog-first h4
{
	margin: 0 0 2px;
	font: 12px/14px Arial, Helvetica, sans-serif;
	color: #630;
}

.post-blog .more
{
	background: url(/assets/images/bullet06.gif) no-repeat 100% 50%;
	padding: 0 6px 0 0;
}

.post-blog p
{
	font: 11px/15px Arial, Helvetica, sans-serif;
	margin: 0;
}

.aside2-head
{
	width: 200px;
	margin: -8px -1px 0;
	position: relative;
	background: url(/assets/images/bg-aside1-head-t.gif) no-repeat;
	padding: 7px 0 0;
	overflow: hidden;
}

.aside2-head h3
{
	margin: 0;
	width: 171px;
	border: 1px solid #c2d8e5;
	background: #cce1ee;
	color: #630;
	font: bold 15px/17px Arial, Helvetica, sans-serif;
	border-width: 0 1px 1px;
	padding: 4px 0 8px 27px;
}

.aside2-head h3 span
{
	background: url(/assets/images/bullet04.gif) no-repeat 0 1px;
	padding: 0 0 0 21px;
	display: block;
}

.aside2-text
{
	width: 150px;
	padding: 13px 26px 22px 20px;
	overflow: hidden;
}

.aside2-text h4
{
	margin: 0;
	font: 13px/15px Arial, Helvetica, sans-serif;
	color: #036;
}

.aside2-text h4 a
{
	
	color: #036;
	text-decoration: none
}
.aside2-text h4 a:hover
{
	
	color: #036;
	text-decoration: underline
}

.header-add-holder
{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
}

.header-add
{
	width: 900px;
	margin: 0 auto;
}

.header-add:after
{
	content: "";
	clear: both;
	display: block;
}

.social { float: right; }

.social .r,
.social .l
{
	background: url(/assets/images/bg-h-add-l.gif) no-repeat;
	float: left;
	width: 4px;
	height: 32px;
}

.social .r { background: url(/assets/images/bg-h-add-r.gif) no-repeat; }

.social .c
{
	background: #fff;
	float: left;
	height: 23px;
	padding: 8px 2px 0 6px;
	border-bottom: 1px solid #e9eae8;
}

.social span
{
	float: left;
	color: #006eb8;
	font-size: 11px;
	line-height: 16px;
}

.social ul
{
	margin: 0;
	padding: 0 0 0 4px;
	float: left;
	list-style: none;
}

.social ul li
{
	float: left;
	padding: 0 7px 0 0;
}

.share { padding-left: 4px !important; }
.social ul li img,
.social ul li a { float: left; }

.slogan
{
	float: right;
	color: #f90;
	font: italic bold 15px/17px Arial, Helvetica, sans-serif;
	padding: 31px 0 0;
	clear: both;
}

.intro-box
{
	float: left;
	width: 245px;
	margin: 0;
}

.landing .intro-box p
{
	font-size: 13px;
	line-height: 18px;
}

.intro
{
	width: 898px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 2px 0 6px;
	position: relative;
}

.intro h2
{
	margin: 35px 0 0 0;
	overflow: hidden;
	height: 1%;
	color: #0471b8;
	font: 22px/22px Arial, Helvetica, sans-serif;
}

.intro img
{
	display: block;
	margin: 0;
	padding: 0;
}

.intro h3
{
	margin: 5px 0 10px 0;
	font: normal 17px/19px Arial, Helvetica, sans-serif;
	color: #f90;
}

.icontent-wrapper
{
	width: 100%;
	overflow: hidden;
	background: url(/assets/images/border01.gif) repeat-x;
	padding: 22px 0 0;
}

.holder
{
	width: 891px;
	margin: 0 auto;
	padding: 0 9px 55px 0;
	position: relative;
	overflow: hidden;
}

.icontent
{
	float: left;
	width: 651px;
	padding: 0 0 0 7px;
}

.column
{
	float: left;
	overflow: hidden;
	padding: 11px 37px 0 0;
	width: 180px;
}

.column h2
{
	margin: 0;
	padding: 2px 0 3px 22px;
	background: url(/assets/images/star.gif) no-repeat 2px 0;
	border-bottom: 2px solid #a7cbde;
}

.our-clients
{
	width: 153px;
	overflow: hidden;
	padding: 9px 20px 0 7px;
}

.our-clients p
{
	margin: 0 0 3px;
	line-height: 15px;
}

.click-to-scroll
{
	margin: 0 0 0 22px;
	color: #696968;
	font: 10px/12px Arial, Helvetica, sans-serif;
}

.gallery
{
	width: 145px;
	padding: 6px 0 0;
	margin: 0 0 0 -2px;
	overflow: hidden;
}

.gallery div
{
	height: 186px;
	overflow: hidden;
	position: relative;
}

.link-down,
.link-up
{
	background: url(/assets/images/link-up.gif) no-repeat;
	width: 45px;
	height: 15px;
	overflow: hidden;
	margin: 0 auto;
	display: block;
	clear: both;
	text-indent: -9999px;
}

.link-down { background: url(/assets/images/link-down.gif) no-repeat; }

.gallery ul
{
	margin: 0;
	padding: 0 0 3px;
	list-style: none;
	width: 100%;
	overflow: hidden;
}

.gallery ul li
{
	margin: 7px 0 0;
	padding: 0 0 5px;
	float: left;
	width: 100%;
}



.gallery ul li img { float: left;
	border: 1px solid #e9eae8;}

.news-box
{
	margin: 16px 0 0;
	padding: 0;
	list-style: none;
}

.news-box li
{
	vertical-align: top;
	height: 1%;
	overflow: hidden;
	padding: 0 0 12px;
	min-height: 33px;
}

* html .news-box li
{
	overflow: visible;
	height: 33px;
}

.news-box li h3
{
	margin: 0 0 5px 0;
	font: 12px/14px Arial, Helvetica, sans-serif;
	color: #630;
}

.news-box li h3 a { color: #630; }
.best-holder .news-box li h3 a.more { color: #4c9eeb; }
.icontent .news-box li h3 a.more { color: #4c9eeb; }

.news-photo
{
	float: left;
	border: 1px solid #d8d8d3;
	padding: 1px;
	margin: 0 6px 0 2px;
	display: block;
}

.news-photo img { float: left; }

.news-text
{
	height: 1%;
	display: table;
}

.news-text p { margin: 0; }

.see-all
{
	position: absolute;
	bottom: 24px;
	background: url(/assets/images/bullet.gif) no-repeat 100% 5px;
	padding: 0 6px 0 0;
	color: #4c9eeb;
}

.job-holder
{
	width: 225px;
	float: right;
}

.job-box
{
	width: 225px;
	overflow: hidden;
	background: #fff url(/assets/images/bg-aside1-box-b01.gif) no-repeat 0 100%;
}

.job-box h2
{
	background: #78be41 url(/assets/images/bg-lg-head.gif) no-repeat;
	width: 200px;
	margin: 0 0 2px;
	padding: 9px 0 8px 25px;
}

.job-box h2 span
{
	display: block;
	background: url(../images/bullet05.gif) no-repeat;
	padding: 0 0 0 19px;
	font: 16px/18px Arial, Helvetica, sans-serif;
	color: #fff;
}

.job
{
	width: 186px;
	font-size: 11px;
	line-height: 14px;
	overflow: hidden;
	margin: 0 0 0 14px;
	padding: 11px 0 12px 2px;
	background: url(/assets/images/border.gif) repeat-x;
}

.add { background: none; }

.job ul
{
	margin: 0;
	padding: 0 0 2px;
	width: 100%;
	overflow: hidden;
	list-style: none;
}

.job ul li
{
	background: url(/assets/images/separator03.gif) no-repeat 0 2px;
	float: left;
	padding: 0 4px 0 5px;
}

.job ul li a { color: #069; }

.job ul li:first-child
{
	padding-left: 0;
	background: none;
}

.job p { margin: 0; }

.landing .intro-box
{
	width: 490px;
	padding: 0 0 0 2px;
}

.landing h2 { margin: 10px 0 8px 0; }
.landing h3 { margin: 8px 0; }

.holder-add
{
	width: 651px;
	float: left;
}

.search-add { margin-bottom: 36px; }

.head-search
{
	background: #cde2ee url(/assets/images/bg-head-cb04.gif) no-repeat !important;
	width: 209px !important;
	font: 16px/18px Arial, Helvetica, sans-serif;
	color: #630;
	border-bottom: 1px solid #c0d5e5;
	padding: 14px 0 8px 16px !important;
}

#search-form
{
	width: 207px;
	overflow: hidden;
	padding: 21px 0 22px 20px;
}

.row
{
	width: 100%;
	overflow: hidden;
	padding: 0 0 14px;
}

#search-form label
{
	color: #0f77bc;
	font-size: 11px;
	float: left;
	padding: 5px 4px 0 0;
}

.label-keyword
{
	width: 100%;
	font-size: 12px !important;
	padding: 0 0 4px !important;
}

.text
{
	width: 168px;
	padding: 4px 5px;
	line-height: 16px;
	clear: both;
	display: block;
	border: 1px solid #dadedb;
	color: #535353;
}

.kc-check
{
	float: left;
	width: 16px;
	margin: 5px 3px 0 0;
	padding: 0;
	height: 15px;
}

.btn-search
{
	display: block;
	cursor: pointer;
	margin: 10px 0 0 53px;
}

.best-wrapper
{
	float: left;
	width: 630px;
	position: relative;
	padding: 0 0 21px;
}

.best-heading
{
	width: 630px;
	overflow: hidden;
	padding: 0 0 2px;
	border-bottom: 3px solid #d6c299;
	background: url(/assets/images/bg-head-cb03.gif) repeat-y;
}

.best-heading h2 { background-position: 4px 10px; }

.best-heading .column
{
	width: 210px !important;
	padding: 0 !important;
}

.best-holder .column
{
	width: 173px !important;
	padding: 0 20px 0 17px !important;
}

.best-wrapper .column h2
{
	border: none;
	font: 17px/19px Arial, Helvetica, sans-serif;
	color: #630;
}

.icontent .column h2
{
	color: #19669e;
	font-size: 16px;
}

.best-holder
{
	width: 630px;
	overflow: hidden;
	padding: 0 0 31px;
	background: #fff url(/assets/images/bg-cb03-b.gif) no-repeat 0 100%;
}

.best-separator
{
	width: 630px;
	background: url(/assets/images/cb03-separator.gif) no-repeat;
	overflow: hidden;
}

.best-holder .news-box li h3 a
{
	color: #069;
	text-decoration: none;
}

.best-holder .news-box li h3 a:hover
{
	color: #069;
	text-decoration: underline;
}

.best-wrapper .see-all
{
	bottom: 34px;
	margin: 0;
}

.popular ul
{
	font-size: 13px !important;
	padding: 4px 0 !important;
}

.popular p
{
	line-height: 15px !important;
	font-size: 12px !important;
}

.popular h2 { margin: 0 0 -4px !important; }
.popular { padding-bottom: 19px; }

.landing-content .holder
{
	padding: 0 9px 55px 7px;
	margin-bottom: 30px;
	width: 884px;
}

.how-to-apply
{
	width: 897px;
	margin: 0 auto;
	overflow: hidden;
	padding: 16px 3px 22px 0;
}

.apply
{
	float: left;
	width: 615px;
	padding: 0 0 0 7px;
}

.apply h2
{
	margin: 10px 0 7px;
	font: 18px/20px Arial, Helvetica, sans-serif;
	color: #690;
}

.apply p { margin: 0 0 10px 0; }

.apply ul
{
	margin: 0;
	padding: 0 0 0 11px;
	list-style: none;
}

.apply ul li
{
	padding: 11px 0 0 10px;
	background: url(/assets/images/bullet07.gif) no-repeat 0 14px;
}

.apply ul li span
{
	color: #069;
	font-weight: bold;
}

.apply ul a
{
	color: #069;
	font-weight: bold;
}

.apply-closed
{
	float: left;
	width: 880px;
	padding: 0 0 0 7px;
	margin: 0
}

.apply-closed h2
{
	margin: 10px 0 7px;
	font: 18px/20px Arial, Helvetica, sans-serif;
	color: #690;
}

.apply-closed p { margin: 0 0 10px 0; }

.apply-closed ul
{
	margin: 0;
	padding: 0 0 0 11px;
	list-style: none;
}

.apply-closed ul li
{
	padding: 11px 0 0 10px;
	background: url(/assets/images/bullet07.gif) no-repeat 0 14px;
}

.apply-closed ul li span
{
	color: #069;
	font-weight: bold;
}

.apply-closed ul a
{
	color: #069;
	font-weight: bold;
}

.find-job-box
{
	float: right;
	background: url(/assets/images/bg-jb-c.gif) repeat-y;
	width: 240px;
	margin: 26px 0 0;
}

.find-job-box .b { background: url(/assets/images/bg-jb-b.gif) no-repeat 0 100%; }

.find-job-box h2
{
	margin: 0;
	background: url(/assets/images/bg-jb-head.gif) no-repeat;
	width: 196px;
	height: 30px;
	padding: 11px 0 0 44px;
}

.find-job-box h2 span
{
	display: block;
	padding: 0 0 0 20px;
	background: url(/assets/images/star01.gif) no-repeat 0 2px;
}

#job-form
{
	width: 216px;
	padding: 21px 0 24px 19px;
	overflow: hidden;
}

#job-form .row { padding: 0 0 12px; }

#job-form label
{
	display: block;
	padding: 0 0 3px;
	color: #525252;
}

.text01
{
	width: 188px;
	padding: 3px 5px 4px;
	border: 1px solid #e0e3e3;
	display: block;
}

#job-form select
{
	width: 180px;
	margin: 8px 0 0;
}


#job-form .btn-search { margin: 9px 0 0 73px; }

.postings-holder
{
	width: 100%;
	overflow: hidden;
	background: url(/assets/images/border01.gif) repeat-x;
}

.postings
{
	width: 895px;
	overflow: hidden;
	margin: 0 auto;
	padding: 24px 5px 0 0;
}

.job-postings
{
	float: right;
	width: 660px;
	position: relative;
	padding: 0 0 46px;
}

/*.postings .aside1 { padding: 17px 0 0; }
.postings .aside-box h3 { background: #89c65a url(/assets/images/bg-cb05-t.gif) no-repeat; }
.postings .aside-box .b { background: url(/assets/images/bg-cb05-b.gif) no-repeat 0 100%; }*/

.nonprofits-box
{
	width: 199px;
	margin: 24px 0 0;
	overflow: hidden;
}

.nonprofits-box h3
{
	background: url(/assets/images/star.gif) no-repeat 2px 0;
	padding: 0 0 3px 21px;
	margin: 0;
	border-bottom: 2px solid #84b8d6;
	color: #19669e;
}

.nonprofits-box ul
{
	margin: 19px 0 0;
	padding: 0;
	list-style: none;
}

.nonprofits-box ul li
{
	padding: 0 0 12px 9px;
	height: 1%;
	vertical-align: top;
	overflow: hidden;
}

.nonprofits-box ul li a
{
	float: left;
	border: 1px solid #e9eae8;
}

.nonprofits-box ul li a img { display: block; }

.job-heading
{
	width: 100%;
	overflow: hidden;
	padding: 0 0 1px;
	border-bottom: 2px solid #d6c299;
}

.job-heading .more
{
	float: right;
	margin: 0 2px 0 0;
}

.job-heading h2
{
	float: left;
	margin: 0;
	padding: 0 0 0 19px;
	background: url(/assets/images/star.gif) no-repeat 2px 0;
	color: #630;
}

.postings table { border-collapse: collapse; }
.postings table td { padding: 0; }

.postings table td
{
	padding: 14px 0 16px 10px;
	line-height: 14px;
	background: url(/assets/images/border.gif) repeat-x 0 100%;
}

.table-heading th
{
	padding: 8px 0 9px 10px;
	line-height: 14px;
	background: #fff;
}

.table-heading a
{
	background: url(/assets/images/bullet08b.gif) no-repeat 100% 1px;
	float: left;
	padding: 0 14px 0 0;
	line-height: 14px;
}

.headerSortDown a { background: url(/assets/images/bullet08.gif) no-repeat 100% 5px; }
.headerSortUp a { background: url(/assets/images/bullet08a.gif) no-repeat 100% 5px; }
.table-heading a { text-decoration: none !important; }
.table-heading a:hover { text-decoration: underline !important; }
.table-heading .job-title a { margin-left: 10px; }
.table-heading .organization a { margin-left: 5px; }
.table-heading .location a { margin-left: 7px; }
.postings table td a { text-decoration: underline; }
.postings table td a:hover { text-decoration: none; }
.functional { width: 197px; }
.job-title { width: 172px; }
.organization { width: 194px; }
.location { width: 77px; }

.postings .see-all
{
	right: 0;
	bottom: 23px;
}

.nonprofits-box .more { margin: 12px 0 0 11px; }

.accordion
{
	margin: 0;
	padding: 0;
	height: 1%;
	list-style: none;
}

.accordion li
{
	width: 100%;
	float: left;
	margin: 6px 0 0;
}

.accordion li.active { background: url(/assets/images/bullet03.gif) no-repeat 0 50%; }

.accordion a
{
	padding: 0 0 0 12px;
	float: left;
	outline: none;
}

.accordion a span
{
	padding: 0 9px 0 0;
	display: block;
}

.accordion a:hover
{
	background: url(/assets/images/bullet03.gif) no-repeat 0 50%;
	text-decoration: none;
}

.accordion a.opener span { background: url(/assets/images/bullet02.gif) no-repeat 100% 50%; }
.accordion a.ui-state-active span { background: url(/assets/images/bullet09.gif) no-repeat 100% 50%; }

.slide
{
	margin: 0;
	padding: 2px 0 1px;
	clear: both;
	list-style: none;
}

.slide li
{
	margin: 0 !important;
	padding: 0 0 0 17px !important;
}

.slide a
{
	color: #630;
	margin: 0 !important;
	font-size: 11px;
	padding: 0 0 0 13px !important;
}

.slide a.active
{
	color: #630;
	margin: 0 !important;
	font-size: 11px;
	padding: 0 0 0 13px !important;
	background: url(/assets/images/bullet03.gif) no-repeat 0 50%;
}

.post-box { margin-bottom: 13px; }

.blog-holder
{
	margin-bottom: 13px;
	padding: 0 0 12px 0;
	border-bottom: 1px dotted #ccc;
}

#content .blog-holder h3 a
{
	margin: 0 0 6px;
	font: 15px/18px Arial, Helvetica, sans-serif;
	color: #690;
	text-decoration: none;
}

#content .blog-holder h3 a:hover { text-decoration: underline; }

.blog-holder .comments-box
{
	width: 100%;
	margin: 0 0 28px -4px;
	padding: 4px 0 0;
	overflow: hidden;
}

.blog-holder h3
{
	margin: 0 0 1px;
	font-size: 14px;
	color: #690;
}

.blog-detail-holder
{
	margin-bottom: 13px;
	padding: 0 0 12px 0;
	border: none;
}

.blog-detail-holder h3 a
{
	margin: 0 0 6px;
	font: 15px/18px Arial, Helvetica, sans-serif;
	color: #036;
	text-decoration: none;
}

.blog-detail-holder h3 a:hover { text-decoration: underline; }

.blog-detail-holder .comments-box
{
	width: 100%;
	margin: 0 0 28px -4px;
	padding: 4px 0 0;
	overflow: hidden;
}

.blog-detail-holder h3
{
	margin: 0 0 1px;
	font-size: 14px;
	color: #069;
}

.blog-photo
{
	float: right;
	margin: 0 0 15px 15px;
	font-size: 11px;
}

.blog-photo img
{
	border: 4px solid #ddd;
	padding: 1px;
}

.comments-box ul
{
	margin: 10px 0 0 0;
	padding: 0 23px 7px 14px;
	border-top: 2px solid #c9deea;
	list-style: none;
	background: #f4fafc;
}

#content .comments-box ul li
{
	height: 1%;
	overflow: hidden;
	padding: 5px 0;
	background: none;
	margin-left: 17px;
}

* html  .comments-box ul li { padding: 18px 0; }
*+html  .comments-box ul li { padding: 18px 0; }
.comments-box ul li:first-child { background: none; }

.comments-box ul .head
{
	width: 100%;
	font-size: 14px;
	margin: 2px 0 10px;
}

.comments-box ul strong
{
	color: #630;
	font-weight: normal;
	text-decoration: none;
}

.comments-box ul em
{
	font-style: normal;
	color: #999;
}

.comments-box ul a:hover { text-decoration: underline; }
.comments-box ul li p { margin: 0 !important; }

.add-comment
{
	width: 100%;
	overflow: hidden;
	margin: 15px 0;
}

.post-form
{
	height: 1%;
	overflow: hidden;
	padding: 23px 0 0 32px;
	border-top: 2px solid #c9deea;
	background: #f4fafc;
}

.post-form .row
{
	width: 100%;
	margin: 0;
	overflow: hidden;
}

.post-form label
{
	width: 75px;
	margin: 0 3px 0 0;
	font-size: 12px;
	color: #535353;
	padding: 4px 0 0;
}

.app-form label
{
	width: 75px;
	margin: 0 3px 0 0;
	font-size: 12px;
	color: #535353;
	padding: 4px 0 0;
}

.post-form .text
{
	width: 290px;
	height: 19px;
	border: 1px solid #ccc;
	margin: 0 2px 0 0;
	font-size: 12px;
	color: #535353;
	padding: 4px 5px 0;
}

.post-form .area-row
{
	width: 100%;
	overflow: hidden;
	margin: 0 0 17px;
	padding: 5px 0 0;
}

.post-form .area-row textarea
{
	margin: 0;
	overflow: auto;
	width: 290px;
	float: left;
	padding: 5px;
	font: 12px Arial, Verdana, sans-serif;
	border: 1px solid #ccc;
	color: #535353;
	height: 108px;
}

.post-form .button-row
{
	margin: 0;
	padding: 15px 0;
}

* html  .post-form .image { margin: 0 1px 0 79px; }
.post-form .button-row span { font: 12px/20px Arial, Helvetica, sans-serif; }

.post-form .button-row span a
{
	color: #06548e;
	text-decoration: underline;
}

.post-form .button-row span a:hover { text-decoration: none; }
.note { font-size: 11px; }

.search-results
{
	padding: 15px 0 0 0;
	border-bottom: 1px dotted #ccc;
}

table.referrals td input
{
	width: 200px;
	height: 19px;
	border: 1px solid #ccc;
	margin: 0;
	font-size: 12px;
	color: #535353;
	padding: 4px 5px 0;
}

table.app td input
{
	width: 300px;
	height: 19px;
	border: 1px solid #ccc;
	margin: 0;
	font-size: 12px;
	color: #535353;
	padding: 4px 3px 0;
}

table.app td
{
	width: 150px;
	height: 19px;
	margin: 0;
	font-size: 12px;
	color: #535353;
	padding: 12px 10px 0;
	text-align: right;
}

table.app td.right input.checkbox
{
	display: inline;
	margin: 0;
	padding: 0;
	width: 20px;
}

table.app td.right input.file
{
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
}

table.app td.right
{
	width: 150px;
	height: 19px;
	margin: 0;
	font-size: 12px;
	color: #535353;
	padding: 12px 10px 0;
	text-align: left;
}

table.app td.right span { font-size: 11px; }

table.app td input.submit
{
	width: 72px;
	height: 24px;
	border: none;
	float: left;
}

table.advanced td input
{
	height: 19px;
	border: 1px solid #ccc;
	margin: 0;
	font-size: 12px;
	color: #535353;
	padding: 4px 5px 0;
}

table.referrals td input.cc
{
	width: 72px;
	height: 24px;
	border: none;
	margin: 0;
	padding: 0;
}

table.referrals td input.your { background: #ffffcc; }

p textarea
{
	width: 428px;
	height: 200px;
	border: 1px solid #ccc;
	margin: 0 2px 0 0;
	font-size: 12px;
	color: #535353;
	padding: 4px 5px 0;
}

p input
{
	width: 200px;
	height: 19px;
	border: 1px solid #ccc;
	margin: 0 2px 0 0;
	font-size: 12px;
	color: #535353;
	padding: 4px 5px 0;
}

p input
{
	width: 200px;
	height: 19px;
	border: 1px solid #ccc;
	margin: 0 2px 0 0;
	font-size: 12px;
	color: #535353;
	padding: 4px 5px 0;
}

p input.checkbox
{
	border: 1px solid #ccc;
	margin: 0 2px 0 0;
	font-size: 12px;
	color: #535353;
	padding: 4px 5px 0;
}

p input.submit
{
	width: 72px;
	height: 24px;
	border: none;
}

td input.subject
{
	width: 428px;
	height: 19px;
	border: 1px solid #ccc;
	margin: 0 2px 0 0;
	font-size: 12px;
	color: #535353;
	padding: 4px 5px 0;
}

ul.error li { color: red; }
p.clients { color: #069; }

p.clients span
{
	font-size: 11px;
	color: #666;
}

.flash-holder
{
	float: right;
	width: 635px;
}

#flashcontent
{
	float: left;
	width: 635px;
	height: 243px;
}

.rd
{
	width: 650px;
	margin: 0;
	padding: 0;
	clear: both;
}

.rd-right
{
	width: 310px;
	margin: 0;
	padding: 0;
	float: right;
}

.rd-left
{
	width: 310px;
	margin: 0 20px 0 0;
	padding: 0;
	float: left;
}

#content-full .rd h3
{
	margin: 0 0 10px 0;
	padding: 6px 0 4px 29px;
	background: #F6F6EF url(/assets/images/star-rd.gif) no-repeat 9px 7px;
	border-bottom: 1px solid #DCDBD8;
	color: #690;
}

.closed
{
	font-weight: bold;
	color: red;
}

.textarea { color: #535353; }

#content-full ul.logos li
{
	float: left;
	list-style: none;
	background: none;
	padding:  4px 8px 4px 0;
	margin: 0;
}

#content-full ul.logos
{
	margin: 0 0 25px 0;
	padding: 0;
}

#content ul.logos li
{
	float: left;
	list-style: none;
	background: none;
	padding:  4px 8px 4px 0;
	margin: 0;
}

#content ul.logos
{
	margin: 0 0 25px 0;
	padding: 0;
}

.dingus
{
	clear: both;
	margin: 0 0 0 40px;
	
}

