/* { font-family: Century Gothic, Lucida Grande, Lucida Sans, Verdana; } */

body {margin:0;font-family: Arial, Verdana; }
img{ font-size:0px; line-height:0px;}
.floatL{float:left;}
.floatR{float:right;}
.clr{ clear:both; }
.warning { color: red; padding: 5px 10px;margin-bottom: 15px;}

.btn_blue{
	font-family: Century Gothic, Lucida Grande, Lucida Sans, Verdana;
	background: url(/images/btn_blue.gif);
	width: 100px;
	height: 22px;
	color: #ffffff;
	display: block;
	text-align: center;
	padding-top: 5px;
}
.btn_grey{
	font-family: Century Gothic, Lucida Grande, Lucida Sans, Verdana;
	background: url(/images/btn_grey.gif);
	width: 100px;
	height: 22px;
	color: #666666;
	display: block;
	text-align: center;
	padding-top: 5px;
}

.copper {
	font-family: copperplate;
}
.contentCopper {
	font-family: copperplate;
	color: #484848;
}

.contentCopperLight {
	font-family: copperplate;
	color: #aaaaaa;
}


a {
text-decoration: none;
cursor:pointer;
outline:none;
/*color: #00a0e2; //*/
}
a.jobTitleLink{
	font-size:14px;
	color: #484848;
}

a.greyLink{

	color: #484848;
}
a.blueLink{

	color: #00a0e2;
	text-decoration: underline;
}

a.lightGreyHover:hover{
	color: #CCCCCC;
}

div.header_logo
{
	border-style: solid;
	width: 300px;
	height: 100%;
	display:inline;
}

div.header_signup
{
	border-style: solid;
	width: 100px;
	height: 100%;
	display:block;
}

.headerSubMenu a {
	font-family: copperplate;
	font-size: 12px;
	color: #484848;
	padding-right:10px;
}
.headerSubMenu a:hover {
	color: #00a0e2;
}

.headerLogin a {
	font-family: copperplate;
	color: #00a0e2;
	font-size: 12px;
	padding-right:5px;
}

.heading{
	font-family: Century Gothic, Lucida Grande, Lucida Sans, Verdana;
	font-size:16px;
}
.subheading{
	font-family: Century Gothic, Lucida Grande, Lucida Sans, Verdana;
	font-size:14px;
}

hr.thinBlack{
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
}
hr.thinRed{

	border-style: solid hidden hidden hidden;
	border-color: #00a0e2;
}



hr.dottedGrey{

	border-style: dotted hidden hidden hidden;
}

tr.header_row
{

	height: 100px;

}
tr.menu_row
{

	height: 70px;

}
.thinRedBorder
{
	border:Solid 1px #484848;
}
.thinGreyBorder
{
	border:Solid 1px #484848;
}
.thinLightGreyBorder
{
	border:Solid 1px #e1e0da;
}

.thinWhiteBorder
{
	border:Solid 1px #ffffff;
}

.greyText
{
	color: #484848;
}
.lightGreyText
{
	color: #e1e0da;
}
.redText
{
	color: #00a0e2;
}

.largeText
{
		font-size:16px;
	}


.whiteText
{
	color: #ffffff;
	font-size:10px;
}
.bgDarkGrey
{
	background-color: #5c615e;
}


.bgGrey
{
	background-color: #e4e4dc;
}

.bgLightGrey
{
	background-color: #e1e0da;
}
.bgRed
{
   background-color: #00a0e2;
   border-style:solid;
   border-color:#484848;
   border-width:1px;
}
.bgBlue
{
	background: url(/images/bg-feature-job.gif);
	width: 566px;
	height: 116px;
	background-repeat:no-repeat;

}
/*
.bluebutton
{
   font-size:10px;
   font-family:Arial,sans-serif;
   text-transform:uppercase;
   color:#ffffff;
   background-color:#00a0e2;
   border-style:solid;
   border-color:#484848;
   border-width:1px;
   cursor: pointer;
   line-height:17px; /* Safari
}*/
.bluebutton
{
	font-family: Century Gothic, Lucida Grande, Lucida Sans, Verdana;
	background: url(/images/btn_blue.gif);
	width: 100px;
	padding: 5px 0 15px 0;
	height: 27px;
	color: #ffffff;
	cursor: pointer;
	display: block;
	text-align: center;
	border: none;
	font-size:12px;
	float:right;

}

.inputSubmit{
	font-family: Century Gothic, Lucida Grande, Lucida Sans, Verdana;
	background: url(/images/btn_blue.gif);
	width: 100px;
	padding: 5px 0 15px 0;
	height: 27px;
	color: #ffffff;
	cursor: pointer;
	display: block;
	text-align: center;
	border: none;
	font-size:12px;
	float:right;
	background-repeat:no-repeat;
	text-transform: lowercase;

}

body {
	color:#484848;
	font-family:Arial,Helvetica,Sans-Serif;
	font-size:12px;
	/*font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:16px;*/
}

.smallMenuText {

	font-size:12px;

}

.smallText {

	font-size:12px;

}
.smallerText {

	font-size:11px;

}
.largeText{
	font-size: 14px;
}

.largerText{
	font-size: 18px;
}

.tinyText {

	font-size:9px;

}
input.TextBox {
	background-image: url('/images/input_bg.gif');
	width:200px;
	font-size:12px;
}

input[type=text] {
	background-image: url('/images/input_bg.gif');
	width:200px;
	font-size:12px;
}
input[type=password] {
	background-image: url('/images/input_bg.gif');
	width:200px;
	font-size:12px;
}

textarea {
	background-image: url('/images/textarea_bg.gif');
	background-repeat: repeat-x;
	font-size:12px;
}
.dottedTop {
	border-top: 1px dotted;
}
.dottedBottom {
	border-bottom: 1px dotted;
}
.dottedLeft {
	border-left: 1px dotted;
}
.solidTop{
	border-top: 1px solid;
}

.whiteDottedTop {
	border-top: 1px white dotted;
}


.indentPadding{
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:10px;
}
.bigIndentPadding{
	padding-left:30px;
	padding-top:18px;
	padding-bottom:18px;
	padding-right:20px;
}


.indentTop{
	padding-top:4px
}
.indentNone{
	padding-left:0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
}

.homeSubheading{
	font-size:12px;

	padding-top:8px;
	padding-bottom:10px;

	font-weight: bold;
}

.avatarBorder{
	border:Solid 2px #cac9c2;
}




.redButton{
	font-size:10px;
	display:inline;
	border: 1px solid #00a0e2;
	font-style: italic;
	color: #00a0e2;
	padding:2px 4px 2px 4px;
	cursor: pointer;
	text-transform: uppercase;


}

/*
input[type="submit"] {
	font-size:10px;
    font-family:Arial,sans-serif;
	margin: 0;
	padding: 3px 10px;
	color: #fff;
	cursor: pointer;
	background: #00a0e2 repeat-x;
	border: 1px #484848 solid;
	border-right-color: #484848;
	border-bottom-color: #484848;
	float:right;
}
*/
/*
.navTable{
	background-image:url(/images/header2_menu_bg_tile.gif);
	background-repeat:repeat-x;
}
*/
.navTable a{
	cursor:pointer;
}

/* START    NAV STYLE    */
td.headerMenu a {
	height:29px;
	float:left;
	display:inline;
	margin-left:10px;
}

.font_portfolios{
	background-image:url(/images/font_portfolios.gif);
	width: 86px;
}
.font_portfolios:hover{
	background-image:url(/images/font_portfolios_hover.gif);
}

.font_jobs{
	background-image:url(/images/font_jobs.gif);
	width: 39px;
}
.font_jobs:hover{
	background-image:url(/images/font_jobs_hover.gif);
}

.font_myhome{
	background-image:url(/images/font_myhome.gif);
	width: 66px;
}
.font_myhome:hover{
	background-image:url(/images/font_myhome_hover.gif);
}
.font_groups{
	background-image:url(/images/font_groups.gif);
	width: 58px;
}
.font_groups:hover{
	background-image:url(/images/font_groups_hover.gif);
}
.font_employers{
	background-image:url(/images/font_employers.gif);
	width: 150px;
}
.font_employers:hover{
	background-image:url(/images/font_employers_hover.gif);
}
.font_win{
	background-image:url(/images/font_win.gif);
	width: 82px;
}
.font_win:hover{
	background-image:url(/images/font_win_hover.gif);
}
.font_blog{
	background: url(/images/font_blog.gif) no-repeat 10px 11px;
	width: 82px;
}
.font_blog:hover{
	background-image:url(/images/font_blog_hover.gif);
}
.NavLink div{ display:none;}
.NavLink .show{ display:block;}
/* END    NAV STYLE    */

.footer_tbl_links{
	color: #5c615e;
	width: 100%;
	font-size: 12px;
	width: 90%;
}
.footer_tbl_links .title{
	display: block;
	font-size: 12px;
	color: #00a0e2;
	font-weight: bold;
	margin: 10px 0;
}
.footer_tbl_links a{
	color: #5c615e;
	text-decoration:none;
	font-size: 10px;
}
.footer_tbl_links a:hover{
	text-decoration: underline;
}
.footer_copyright{
	color: #5c615e;
	text-align: right;
	width: 90%;
	font-size: 10px;
}

.blueStripThin{
	background: #FFFFFF url(/images/bg-header.jpg) repeat-x;
}
.blueStripHome{
	background: #FFFFFF url(/images/bg-header-home.gif) repeat-x;
}
.blueStripComp{
	background: #FFFFFF url(/images/header-bg-comp.jpg) repeat-x 0 129px;
}
.home_feature_job_border_box{
	width:371px;
	height:241px;
	border:3px solid #484848;
	background: #FFFFFF;
	margin: 0 auto;
}
.home_feature_job_scroll_box{
	padding: 5px 10px;
	height:171px;
	overflow: hidden;
	background: #ffffff;
}
.home_feature_job_caption_box{
	height: 60px;
	text-align: center;
}

/* New Template */


#headerDiv{
	font-family: Century Gothic, Lucida Grande, Lucida Sans, Verdana;
	background: url(/images/bg-header.jpg) repeat-x;
	width: 1024px;
	height: 222px;
	position: relative;
}
#headerDivHome{
	font-family: Century Gothic, Lucida Grande, Lucida Sans, Verdana;
	background: url(/images/bg-header-home.gif) repeat-x;
	width: 1024px;
	height: 82px;
	position: relative;
}
#logoDiv{
	width: 200px;
	text-align: center;
	position: absolute;
	left: 0px;
}
#loginDiv{
	width: 199px;
	padding-top:52px;
	text-align: center;
	color: #00a0e2;
	position: absolute;
	left: 855px;
}
#loginDiv a{
	color: #00a0e2;
}
#navDiv{
font-family: Century Gothic, Lucida Grande, Lucida Sans, Verdana;
width: 685px;
padding-top:50px;
text-align: center;
position: absolute;
left: 180px;
}
#navDiv ul{
list-style: none;
margin: 0px;
padding: 0px;
}
#navDiv ul li {
float: left;
padding: 0 18px;
}
#navDiv ul li a{
font-size: 14px;
font-weight: bold;
color: #666666;
}
#navDiv ul li a.active,
#navDiv ul li a:hover{
color: #00a0e2;
}
#pageTitleDiv{
	position: absolute;
	left: 200px;
	bottom: 1px;
	width: 625px;
	height: 50px;
	background: url(/images/bg-page-title.jpg);
}
#pageTitle{
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
	padding: 15px 20px 0 20px;
}
#pageLinks{
	padding: 22px 20px 0 20px;
	color: #ffffff;
}
#pageLinks a{
	font-size: 14px;
	color: #ffffff;
}
#pageLinks a:hover{
	color: #cccccc;
}
#footer_ext_link{
background: url(/images/bg-footer.jpg);
width:893px;
height: 42px;
margin: 0 auto;
}
#homeBannerDiv{
	width: 958px;
	height: 282px;
	text-align: center;
}
.shadeLeft{
	background: url(/images/shade-left.jpg) no-repeat top right;
	width: 170px;
}
.shadeRight{
	background: url(/images/shade-right.jpg) no-repeat top left;
	width: 169px;
}
.centerContent{
	width: 576px;
	margin: 0 auto;
}
.itemDiv{
	border-left: 1px solid #cccccc;
	border-right: 1px solid #eaeaea;
}
.itemDivTop{
	background: url(/images/bg-itemDiv.png) no-repeat top center;
	width:576px;
	height: 20px;
}
.itemDivBtm{
	background: url(/images/bg-itemDiv.png) no-repeat bottom center;
	width:576px;
	height: 20px;
}
.projectThumbDiv{
	position: relative;
	float: left;
	margin-bottom: 5px;
}
.projectThumbOverlay{
	position:absolute;
	width: 138px;
	height: 93px;
	background: url(/images/overlay-project-border.png);
}
.projectThumbOverlay2{
	position:absolute;
	width: 138px;
	height: 93px;
	background: url(/images/overlay-project.png);
	opacity:0.85;
	filter:alpha(opacity=85);
}
.projectThumbContent{
	width: 138px;
	height: 93px;
	overflow: hidden;
}
.projectThumbText{
	position:absolute;
	width: 98px;
	height: 40px;
	bottom: 0px;
	color: #ffffff;
	font-size: 12px;
	padding: 3px 20px 0 20px;
}
.avatarDiv{
	background: url(/images/bg-avatar.jpg);
	width: 152px;
	height: 138px;
	text-align: center;
	padding-top: 15px;
}
.networkDiv{
width: 170px;
margin-right: 10px;
background: url(/images/separater_grey.gif) no-repeat top right;
}

.homeContentDiv{
	width: 960px;
	margin: 0 auto;
}
.homeJobDiv{
	float: left;
	width: 352px;
}
.homePortfolioDiv{
	width: 256px;
	float: left;
}
.homePortfolioDivBG{
	background: url(/images/bg-home-portfolio.png);
	height: 172px;
	padding: 10px 0;
	text-align: center;
}
.homeBlogDiv{
	width: 352px;
	float: left;
}
.featureCompanyDiv{
	background: url(/images/bg-feature-company.gif);
	width: 557px;
	height: 116px;
	margin: 0 auto;
}

.lhs_nav,
.lhs_nav_hover,
.lhs_subnav,
.lhs_subnav_hover{
	font-family: Century Gothic, Lucida Grande, Lucida Sans, Verdana;
	background: url(/images/home-nav.gif) no-repeat;
	display:block;
	width: 130px;
	height: 19px;
	color: #484848;
	margin-top: 5px;
	padding: 2px 10px 0px 10px;
}
.lhs_nav:hover,
.lhs_nav_hover{
	background: url(/images/home-nav-hover.gif) no-repeat;
	color: #ffffff;
}
.lhs_nav span.link{
	color: #00a0e2;
}
.lhs_nav_hover span.link,
.lhs_nav:hover span.link{
	color: #ffffff;;
}
.lhs_subnav{
	background: #f3f3f3;
	color: #484848;
	margin: 0px;
}
.lhs_subnav_hover{
	background: #f3f3f3;
	color: #00a0e2;
	margin: 0px;
}