@import "reset.css";
@import "droplet.css";
button:-moz-focus-inner { border: 0; padding: 0; }

body {
  background: #1f1f1f;
}

.wrapper {
  width: 960px;
  margin: 0 auto;
}

.splash .wrapper {
  width: 660px;
}

.clear {
  clear: both;
}

/*
 * Shade
 */
#bg_shade {
  background: url('../img/global/bg_shade.gif') repeat-y top center;
}
#top_shade {
  background: url('../img/global/top_shade.gif') no-repeat top;
}
#bottom_shade {
  background: url('../img/global/bottom_shade.gif') no-repeat bottom;
}

/*
 * Main
 */
#mainWrapper {
  background: #eee url('../img/global/background.gif') repeat-x top;
}
#mainWrapper .wrapper {
  background: url('../img/global/wrapper_top.gif') no-repeat top center;
}
.wrapper .shine {
  background: url('../img/global/bottom_shine.gif') no-repeat bottom center;
  /*padding: 0 28px 55px 28px;*/
  padding-bottom:35px;
  min-height:720px;
}

.splash #main .wrapper {
  background: none;
}

.splash .wrapper .shine {
  background: none;
  min-height: 470px;
}

h2.hat {
  background: url('../img/global/hard_hat.gif') no-repeat 8px center;
  padding: 13px 0 4px 48px;
  font-size: 15px;
}
.gr {
  background: url('../img/global/gold_button.png') no-repeat top left;
  float: right;
  margin: 6px 0 0; padding: 0;
  font: bold 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #FFF !important;
  text-transform:uppercase;
  cursor:pointer;
  font-weight: bold;
}

.company .gr,
.jobs .gr {
  background: url('../img/global/gold_button_grey.gif') no-repeat top left;
}

.gr:hover {
  text-decoration: none;
  background-position: 0 -28px;
}

.company .gr:hover,
.jobs .gr:hover {
  background-position: top left;
}

.gr strong {
  background: url('../img/global/gold_button.png') no-repeat top right;
  display: block;
  padding: 5px 25px 0 10px;
  height: 22px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow: rgba(0,0,0,0.2) 0 1px 2px;
  font-weight: bold;
}

.company .gr strong,
.jobs .gr strong {
  padding-right: 10px;
  background: url('../img/global/gold_button_grey.gif') no-repeat top right;
}

.gr:hover strong{
  background-position: 100% -28px;
}

button.gr {
  cursor: pointer;
  border: 0;
  margin: 0;
}
button.gr strong {
}

/*
 * Header
 */
#header {
  width: 954px;
  padding: 30px 0 0;
  position: relative;
  z-index:10;
}

.splash #header {
  width: 660px;
  margin-bottom: 50px;
}
#header h1 {
  background: url('../img/global/hhc_logo.png') no-repeat;
  width: 349px; height: 49px;
  margin:0px 0px 20px;
}
#header h1 a,
#header h1 a:hover {
  width: 349px; height: 49px;
  display: block;
  text-indent: -9999em;
  font-size: 0.1em;
}
#top_bar {
  position: absolute;
  right: 4px;
  margin: -30px 0 0;
}
#top_bar.loggedin {
	background: #fff;
	width: 450px;
  padding: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-box-shadow: 0px 0px 3px #999;
	-moz-box-shadow: 0px 0px 3px #999;
	box-shadow: 0px 0px 3px #999;
}
#top_bar.loggedin span.who {
	float: left;
	font-size: 100%;
	font-weight: bold;
	margin: 0 10px 0 10px;
	line-height: 25px;
}

#top_bar.loggedin span.who span {
  display: none;
}

#cmsLink {
  position: absolute;
  top: 0px;
  right: 480px;
  background: #fff;
  padding: 5px;
	-moz-border-bottom-right-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-box-shadow: 0px 0px 3px #999;
	-moz-box-shadow: 0px 0px 3px #999;
	box-shadow: 0px 0px 3px #999;
}

#cmsLink a{
  padding: 5px;
  line-height: 25px;
}

#top_bar.loggedin span.who a {
  color: #9C5314;
}

#top_bar.loggedin ul {
  float: right;
}

#top_bar li {
  float: left;
  text-align: center;
  font-size: 13px;
  margin: 0 2px;
  width: 130px; height: 28px;
}
#top_bar li a {
  background: url('../img/header/tab.png') no-repeat top left;
  width: 130px; height: 25px;
  padding: 3px 0 0;
  display: block;
  font-weight: bold;
  color: #fff;
  text-shadow: rgba(0,0,0,0.2) 0 1px 2px;
}
#top_bar.loggedin li {
	width: auto; height: auto;
	text-transform: none;
	padding: 0 10px;
}
#top_bar.loggedin li a {
	background: none;
	text-shadow: none;
	font-weight: bold;
	height: auto;
	width: auto;
	color: #666;
}

#top_bar li a span {
  color: #9C5314;
}

#top_bar li a:hover {
  background-position: top right;
  text-decoration: none;
}

#top_bar.loggedin li a:hover {
  text-decoration: underline;
}

#top_bar .learn_more a {
  background: url('../img/header/login_bg.png') no-repeat top left;
  color: #777;
}
form dl dd {
	position: relative;
}

form dl dd#classification_autocomplete-element {
  position: relative;
  z-index: 1000;
}

/*classifications autocomplete*/
form dl dd input#classification_autocomplete,
form dl dd input#contacts_autocomplete {
	width: 213px;
	position: relative;
	z-index: 1000;
}

form dl dd span#classifications_show,
form dl dd span#contacts_show {
	cursor: pointer;
	width: 32px;
	display: inline-block;
	line-height: 22px;
	position: absolute;
	left: 219px;
	top: 6px;
	text-indent: -10000px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: url(/img/profile/combo_down.png) 50% 50% no-repeat;
}


form dl dd.classification_set {
	width: 500px;
}

form dl dd.classification_set li {
	float: left;
	width: 180px;
	margin-right: 30px;
	cursor: pointer;
	background: #F0F0F0;
	padding: 0 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	margin-bottom: 5px;
}

form dl dd.classification_set li:hover {
	background: #f8b313	url(/img/profile/removeLink.gif) 95% 50% no-repeat;
	color: #fff;
	font-weight: bold;
}

form dl dd.classification_set li.active {
	display: block;

}

form dl dd.classification_set li input {
	display: none;
}

.ui-autocomplete-menu {
	position: absolute;
	font-size: 12px;
}

.ui-autocomplete-menu a {
	text-decoration: none;
	display: block;
	font-size: 12px;
	padding: 0 5px;
	cursor: pointer;
}

.ui-autocomplete-menu a:hover {
	text-decoration: none;
	border:1px solid #999999;
}

/* form generic */
form ul.errors {
	position: absolute;
	left: 252px;
	top: 1px;
	line-height: 22px;
	width:200px;
	width: auto;
	font-size: 11px;
	margin: 5px 0 0 0;
}

dd#comment-element ul.errors {
  left: 437px;
}

#content  form .split {
  width: 50%;
  float: left;
}

#content form .split dt,
#content form .multiselect dt {
  float: none;
  display: block;
  width: auto;
  text-align: left;
}

#content form .split dd {
  margin-left: 0;
  padding: 0;
}

#content form .multiselect dd {
  width: auto;
  margin-left: 0;
  padding: 0;
  margin-bottom: 15px;
}

#content form .multiselect dd ul li {
  float: left;
  width: 150px;
}

.newsletter .buttons {
  clear: both;
  margin-top: 15px;
  border-top: 1px solid #dddddd;
}

ul#flashMessenger {
  margin-right:11px;
}

ul#flashMessenger a {
  color: #993300;
}

#dialog-confirm {
  display: none;
}

.newsletter ul.errors,
.widgets ul.errors {
  left: 0;
  position: relative;
  width: 250px;
}

form ul.errors li {
  border: 1px solid #cd0a0a; 
	background: #b81900 url(/img/themeroller/ui-bg_highlight-hard_50_b81900_1x100.png) 50% top repeat-x; 
	color: #ffffff;
	padding: 0 5px;
}

form ul.valid li {
  border: 1px solid #18A731; 
	background: #00B824;
	padding: 0 5px;
}

form ul.checking li {
  border: 1px solid #cd0a0a;
  background: #cd0a0a;
  color: #ffffff;
}


form#contactForm ul.errors {
  left: 432px;
  padding: 0 5px;
}


form#contactForm ul.errors li {
  padding: 3px 8px;
}

form dd#recapcha-element {
	margin-left: 125px;
}
form dd#recapcha-element ul.errors {
	position: relative;
	top: 0;
	left: 0;
	width: 430px;
}

#message-reply-form {
  position: relative;
  padding: 0 10px;
}


#message-reply-form dd {
  margin-left: 0;
  width: 400px;
}

#message-reply-form dd textarea {
  width: 400px;
}

#message-reply-form .buttonSet {
  width: 180px;
  margin-left:0px;
}

#message-reply-form .buttonSet button {
  width: 80px;
}

ul.navigation {
	position: absolute;
	width: 477px;
	right: 8px;
	top: 64px;
	line-height: 27px;
	text-transform: uppercase;
}

ul.navigation li {
	display: inline;
	border-left: 1px solid #333;
	line-height: 11px;
	position: relative;
}

ul.navigation li:first-child {
  border-left: 0;
}

ul.navigation li a {
	color: #666;
	padding: 5px 5px 5px 6px;
	margin: 0 5px;
	font-weight: bold;
}


ul.navigation li.active a {
  background: #E5E7E8;
  color: #6a737b;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

ul.navigation li a#menu-nav-company,
ul.navigation li.active a#menu-nav-company {
  padding-right: 27px;
  background: url(/img/global/plus_icon.gif) 88% 50% no-repeat;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  text-decoration: none;
}

ul.navigation li a#menu-nav-company:hover,
ul.navigation li.over a#menu-nav-company {
  text-decoration: none;
  background-color: #fff;
  background-color: white;
  background-image: url(/img/global/minus_icon.gif);
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0 2px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.35) 0 2px 2px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
}

ul.navigation ul {
 display: none;
  width: 120px;
  position: absolute;
  top: 19px;
  right: 8px;
  z-index: 1000;
  border: 0;
  padding: 5px 0;
  /*backgrounds*/
  background: #fff;
  background: rgba(255, 255, 255, 0.95);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#eee)) !important;
  background: -moz-linear-gradient(top, #fff, #eee) !important;
  /*shadows*/
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0 2px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.35) 0 2px 2px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { /* Webkit */
    ul.navigation ul { right: 8px; }
}

ul.navigation ul li,
ul.navigation li.active ul li {
  display: block;
  border: none;
  text-transform: none;
  line-height: 25px;
  background: none;
}

ul.navigation ul li a,
ul.navigation li.active ul li a {
  text-decoration: none;
  display: block;
  background: none;
  margin: 2px 9px 3px; padding: 0 10px;
  height: 25px;
  line-height: 25px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #6a737b;
  font-weight:normal;
}

ul.navigation li.active ul li.active a {
  background: #E5E7E8;
  color: #6a737b;
}

ul.navigation ul li a:hover,
ul.navigation li.active ul li a:hover {
  background: #b2b7ba;
  color: #fff;
}

ul.navigation ul li a:active {
  background: #464749;
  color: #fff;
}

/*
 * Navigation
 */
#searchBar {
  background: url('../img/header/navigation_bg.png') no-repeat top left;
  width: 951px; height: 57px;
  line-height: 55px;
  padding: 0 0 16px 8px;
  font-weight: bold;
  position: relative;
}
#searchBar .droplet_placeholder {
  width: 225px;
}
#searchBar h3 {
  color: #ab610e;
  font-size: 20px;
  padding: 0 25px 0 30px;
  float: left;
  font-weight: bold;
}

#searchBar div {
	float: left;
	height: 30px;
  line-height: 27px;
  margin: 12px 0px 0 3px;
}

#searchBar div.select {
	margin: 0px 0 0;
}

#searchBar select {
  margin-top: 18px;
}

#searchBar div.input {
	float: left;
  background: url('../img/global/grey_input.gif') no-repeat top left;
  color: #999;
  font: bold 13px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 0;
	position: relative;
}

#searchBar label {
	position: absolute;
	font-size: 16px;
	line-height: 20px;
	left: 6px;
	top: 6px;
	font-weight: normal;
	z-index: 999;
}

#searchBar div.input input {
	border: 0;
	margin: 6px;
	font-size: 16px;
}

#searchBar .keywords {
  width: 212px;
}

#searchBar .ui-autocomplete {
  position: relative;
}

#searchBar .zip {
  width: 110px;
}
#searchBar .search_button {
  background: url('../img/home/search_left_border.gif') no-repeat top left;
  height: 55px;
  position: absolute;
  top: 0; right: 10px;
	margin: 0;
  padding: 0 10px;
  line-height: 57px;
}
.search_button button {
  background: url('../img/home/search_button.png') no-repeat;
  width: 86px; height: 32px;
  margin: 13px 0 0; padding: 0;
  
  font: bold 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  color: #737c83;
  text-shadow: none;
}

.search_button button:active {
  background-position: 0 -32px;
}

/*
 * Welcome
 */
#welcome {
  margin: 5px 0 6px; padding: 6px;
  height: 450px;
  position:relative;
  z-index:0;
}

#promotions {
  width: 937px;
  height: 450px;
  overflow: hidden;
  position: relative;
}

#promotions li {
  position: absolute;
  top: 0;
  left: 0;
  width: 937px;
  height: 450px;
}


#social {
  padding: 15px 0;
}

#social a {
  margin-bottom: 10px;
  line-height: 32px;
  padding-left: 40px;
  font-weight: bold;
  display: block;
  margin-right: 20px;
}

#social a.facebook { background: url(/img/icons/facebook_32.png) no-repeat; }
#social a.twitter { background: url(/img/icons/twitter_32.png) no-repeat; }

/*
 * Footer
 */
#footer {
  font-size: 10px;
  font-weight: bold;
  height: 255px;
  padding: 50px 0 0;
  color: #fff;
}

.splash #footer {
 height: auto; 
}
#footer .contact,
#footer .column {
  float: left;
  width: 130px;
  margin: 0 30px 0px 20px;
}

#footer #col-services {
  width: 155px;
  margin-right: 0;
}

#footer .contact {
  width: 175px;
  margin-left: 30px;
}
#footer .contact h2 {
  padding: 0 0 14px;
}
#footer .contact h2 a {
  background: url('../img/global/foot_logo.gif') no-repeat;
  width: 142px; height: 19px;
  display: block;
  text-indent: -9999em;
  font-size: 0.1em;
}
#footer .contact li {
  padding: 0 0 0 40px;
}
#footer .contact em {
  font-style: normal !important;
  font-weight: normal;
}
#footer .column h2 {
  border-bottom: 1px solid #444;
  font-size: 11px;
  color: #f7ab21;
  padding: 0 0 7px;
  margin: 0 0 7px;
  text-transform: uppercase;
}
#footer a {
  color: #fff;
  text-transform: uppercase;
}

#footer a.bkwld {
  color: #3399cc;
}

.left {
  float: left;
}

img.left {
  margin: 20px 20px 20px 0;
}

/*
 * Intro
 */
#intro {
  background: url('../img/home/shadow.png') no-repeat top center;
  padding: 38px 0 35px;
}
#intro .left {
  width: 627px;
  float: left;
  margin: 0 25px 0 0;
}
.promotions {
  padding: 0 0 33px;
}
.promotion {
  background: #fff;
  border: 1px solid #e3e1e1;
  width: 179px;
  min-height: 340px;
  height: auto !important;
  height: 340px;	
  position: relative;
  float: left;
  margin: 0 0 0 8px; padding: 10px 11px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.promotion:first-child {
  margin-left: 0;
}
.promotion img {
  margin: 0 0 10px;
}
.promotion h3 {
  padding: 0 0 0 10px;
  font-size: 12px;
  color: #333;
}

.splash h3 {
  margin: 10px 20px 0;
  font-size: 16px;
}
.promotion p {
  padding: 5px 10px;
  color: #6a737b;
  font-size: 11px;
}
.promotion .gr {
  position: absolute;
  bottom: 11px; right: 11px;
}
.advertisement {
  display: inline-block;
}

.advertisement {
  color: #aaa;
  font-size: 14px;
  text-align: center;
}

#right .advertisement {
  margin-bottom: 10px;
}

#intro .right {
  background: #fff;
  border: 1px solid #e3e1e1;
  width: 275px;
  height: 340px;
  float: left;
  padding: 5px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.right .profiles {
  margin: 5px 0; padding: 10px 0 0 10px; 
}

/*.right .profile {
  background: #f9f9f9;
  margin: 5px 0; padding: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
*/
.error_explain {
  padding: 10px;
  color: #666;
}

.error_explain h4,
.error_explain p,
.error_explain ul {
  margin: 0 0 15px;
}

.error_explain ul li {
  margin-left: 25px;
  list-style: disc outside;
  text-indent: -5px;
}

.right .profile h2 {
  font-size: 14px;
}
.right .first {
  border-top: 0 !important;
}
.right .last {
  border-bottom: 0 !important;
}
.right h2.hat {
  border-bottom:1px solid #E3E1E1;
  padding-bottom:8px;
}
.right .profile .position {
  display: block;
  color: #666;
}
.right .profile .thumb,
#left .profile .thumb {
  float: left; 
  width: 62px;
  margin: 0 10px 0 0;
}
.right .thumb img,
table img,
.left .box  a img {
  border: 2px solid #cbcbcb;
}
.right .thumb a:hover img {
  border: 2px solid #aaa;
}
.right .profile .info {
  padding: 2px 0 0;
  width: 190px;
  float: left;
}

.right .info h2 a {
  color:#333333;
}

.profile .info .gr strong {
  font-size: 12px;
  padding: 6px 22px 0 10px;
  height: 22px;
}
.view_profile {
  font-style: italic;
}

/*
 * Content
 */

#content {
}
#content #left,
#content #leftLogin {
  width: 273px;
  float: left;
  margin: 0 20px 0 0;
}

#content #leftLogin {
  border-right: 1px solid #ddd;
  width: 272px;
}

#content.tertiary #left {
  width: 617px;
}

#content.tertiary #left p {
  margin-bottom: 1em;
}

table#phoneNumbers { margin: 0; padding: 0; border-collapse: collapse;}
table#phoneNumbers td {
  padding: 0 10px 0 0;
}

#content h2 {
  text-transform: uppercase;
}

#content .box h2 {
  text-transform: none;
  margin-bottom:5px;
}

#content div.why_join h2 {
  margin-bottom:5px;
}

.box {
  background: #F9F9F9;
  border: 1px solid #D0D0D0;
  margin: 0 0 20px; padding: 8px 10px 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.box .learnmore {
  margin: 10px 0 0 0;
}

.box .plus {
  background: url(/img/global/plus_minus.gif);
  
}

.box.collapsed .plus {
  background-position: 12px 0;
}

.borderless {
  background: none;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
}



ul#recentForumPosts li {
  margin-bottom:15px;
}

.box .plus {
  float: right;
  width: 12px; height: 12px;
}

.box .plus:hover {
  text-decoration: none;
}

.box #clearClassifications {
  color: #999;
  float: right;
}

.box p {
  padding: 0 0 5px;
}

.splash .box p {
  margin: 10px 20px 0 20px;
  font-size: 10px;
  line-height: 14px;
}


.splash .box p.hint {
  margin: 0;
}


.box h2,
.sub_section form .box h2 {
  font-size: 14px;
  border-bottom: 1px solid #D0D0D0;
  margin: 0 0 10px; padding: 0 0 8px;
}

.box.collapsed {
  padding-bottom: 0;
}

.box.collapsed h2 {
  border-bottom: 0;
  margin-bottom: 0;
}

.box.borderless h2 {
  margin-bottom: 0;
}

.col {
  width: 49%;
  float: left;
  display:inline;
}

.widgets .col {
  float: none;
  width: 100%;
}

.col dt {
  float: left;
  width: 90px;
  font-weight: bold;
}

  .ui-dialog .col dt {
    float: none;
    text-align: left;
  }

.col dl {
  margin: 15px 0;
}

.col dd {
  margin-left: 90px;
}

  .ui-dialog .col dd {
    margin-left: 0;
  }

.col dd a.email {
  color: #666666;
}

.box .scrolling_list {
  max-height: 216px;
  overflow: auto;
  margin: 0 0 0;
}
.scrolling_list li {
  padding: 3px 0;
}

.scrolling_list li input {
  margin: 0 8px 0 0;
}
.scrolling_list ul ul {
	margin: 0 0 0 20px;
}

.box ul.multicheckbox {
  width: 225px;
}

/*custom certification and verification checkboxes*/

#group_certification_box .multicheckbox {
  width: auto;
}

#group_certification_box .multicheckbox li {
  float: left;
  width: 100px;
  height: 90px;
  margin-right: 10px;
}

#group_certification_box .multicheckbox label {
  display: block;
  width: 120px;
  height: 90px;
  line-height: 90px;
  vertical-align: middle;
}

#group_certification_box .multicheckbox label img {
  vertical-align: middle;
}


span.date {
  color: #666;
}

.search #right .box {
  position: relative;
  min-height: 506px;
}

.loading {
  background: #ccc;
  background: rgba(255,255,255,0.8);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: none;
  text-align: center;
}

#content #right {
  width: 656px;
  float: left;
}

#content.tertiary #right {
  width: 302px;
}

#right .box {
  padding:15px;
}
#right form .box {
  padding: 10px;
}

#content.tertiary #right .box {
/*  padding: 0;*/
  margin-bottom: 15px;
}

/*
 * Search
 */
#search_results {
  padding: 15px 0;
  border-bottom: 1px solid #D0D0D0;
}
#search_results h2 {
  font-size: 16px;
  padding: 0;
  border-bottom: 0;
}
#search_results .info {
  float: right;
  font-size: 11px;
}

/*
 * Types
 */
ul.types {
  margin: 0 0 0 -5px;
  padding: 3px 0 0;
}
ul.types li {
  float: left;
  margin: 0 5px 0 0;
  font-size: 11px;
}
ul.types a {
  color: #333;
  padding: 2px 6px;
}
ul.types a:hover,
ul.types a.active,
ul.types .active a {
  text-decoration: none;
  background: #F7AB21;
  border: 1px solid #E9A11F;
  color: #fff;
  padding: 2px 5px;
  text-shadow: #E9A11F 0 1px 0;
  
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.box .user {
  padding: 0;
}

/*
 * Listing
 */
.listing {}
.listing .user,
#listing .user {
  padding: 15px 0;
  border-top: 1px solid #ddd;
}

.listing .user:first-child {
  border-top:0px;
}

.projects .listing .user {
  border: none;
}



.user .options {
  float: right;
}
.user .info {
  width: 480px;
}

.box .user .info {
  width: auto;
}

.borderless .user .info {
  width: 190px;
}

#left .borderless .user .info {
  width: 170px;
}

.search .user .info {
  width: 630px;
}

.user .special {
  float: right;
  width: 185px;
}

.user .special img {
  float: right;
  margin-left: 10px;
}
.user .avatar {
  float: left;
  width: 67px;
  margin: 0 15px 0 0;
  line-height: 0;
}
.avatar .certified,
.avatar .verified {
  color: #fff;
  text-align: center;
  display: block;
  font: bold 10px Helvetica, Arial, sans-serif;
  padding: 1px 0;
}
.avatar .certified {
  background: #000;
}
.avatar .verified {
  background: #F7AB21;
}
.user .avatar a img {
  border: 2px solid #ddd;
}
.user .avatar a:hover img {
  border: 2px solid #ccc;
}
.user .info {
  float: left;
}

.user .info h3 a {
  color:#333333;
}

.user .info .details {
  margin-left: 84px;
}
.user .info a {
  font-size: 14px;
}

#welcomeScreen .col {
  width: 33%;
  float: left;
  text-align: center;
}

#welcomeScreen .col ul {
  margin-left: 32px;
}

#welcomeScreen .col h3 {
  line-height: 100px;
}

#welcomeScreen .ft {
  clear: both;
  text-align: right;
}

/*
 * Pagination
 */
.pagination {
  margin: 15px 0 0;
  text-align: center;
}
.pagination .numbers {
  font-size: 11px;
  margin: 0 10px;
}
.pagination .numbers a {
  border: 1px solid #D3D3D3;
  margin: 0 1px; padding: 2px 5px;
  width: 15px;
  text-align: center;
}
.pagination .numbers a:hover {
  text-decoration: none;
  background: #F7AB21;
  border: 1px solid #E9A11F;
  color: #fff;
}

/**********************************************************************************/
/*
 * Profile Page
 * todo: use javascript as well as CSS
 */
.picture {
  width: 271px;
  position: relative;
}
.picture a {
  background: #F7AB21 url('../img/profile/edit_picture.gif') no-repeat right center;
  color: #fff;
  position: absolute;
  top: 10px; right: 10px;
  font-size: 11px;
  padding: 3px 33px 3px 8px;
  text-shadow: #E9A11F 0 1px 0;
  display: none;
  font-weight: bold;
}
.picture a:hover {
  text-decoration: none;
  background-color: #E9A11F;
}

.picture a.delete {
  background: #EC3029;
  color: #fff;
  position: absolute;
  top: 10px; right: 10px;
  font-size: 11px;
  padding: 3px 8px 3px 8px;
  text-shadow: #990016 0 1px 0;
  display: none;
}

/*
 * Options
 */
ul.tasks {
  padding: 10px 0 5px;
  overflow: auto;
}
ul.tasks li {
  margin: 5px 0;
  overflow: auto;
}
ul.tasks li a {
  background: url('../img/profile/option.gif') no-repeat;
  width: 271px; height: 25px;
  padding: 7px 0 0;
  text-align: center;
  font-size: 12px;
  display: block;
  color: #fff;
  text-shadow: #E9A11F 0 1px 0;
  clear: both;
  text-decoration: none;
  font-weight: bold;
}

ul.tasks li a:hover {
  background-position: 0 -32px;
}

ul.tasks li.half {
  float: left;
  clear: none;
  margin: 0 0 5px 0;
}

ul.tasks li.half a {
  width: 133px;
  float: left;
  margin-right: 5px;
  clear: none;
  background: url('../img/profile/option_half.gif') no-repeat;
}

ul.tasks li.half a:hover {
  background-position: 0 -32px;
}




ul.tasks li.half.last a {
  margin-right: 0;
}


/*
 * Options Revised
 */

ul.grey li {
  clear:both;
}

ul.grey li a {
  background:url("../img/profile/option_lightgrey.gif") no-repeat 0 0 transparent;
  color:#333333;
  text-shadow:none;
  font-weight:none;
}

ul.grey li.half {
  float: left;
  clear: none;
  margin: 0 0 5px 0;
}

ul.grey li.half a {
  background:url("../img/profile/option_lightgrey_half.gif") no-repeat 0 0 transparent;
  width: 133px;
  float: left;
  margin-right: 6px;
  clear: none;
}

ul.yellow li {
  width:136px;
  float:left;
}

ul.yellow li a {
  background:url('../img/profile/option_yellow.gif') no-repeat left top;
  width:auto;
  height:29px;
  padding:12px 0 0;
}

ul.yellow li a:hover {
  background-position: 0 -41px;
}

ul.yellow li.last a {
  background-position:right top;
}

ul.yellow li.last a:hover {
  background-position: 100% -41px;
}


/*
 * Classifieds
 */
.classifieds {
  margin: 0;
  overflow: hidden;
  position: relative;
}
.classified {
  border-bottom: 1px solid #ddd;
  width: 500px;
  height: 40px;
  clear: both;
}

.with-rates .classified,
.with-exp .classified {
  height: 56px;
}

.with-rates.with-exp .classified {
  height: 86px;
}

.profile .classified {
  height: auto;
}

#content .editing {
  position: relative;
  width: 250px;
  padding: 5px 0;
}

#content .classified .editing {
  margin-left: 250px;
}

#content .editing .ui-state-error {
  position: absolute;
  top: 0;
  width: 210px;
  height: 48px;
  padding: 20px;
  margin: 0;
}

#add-new-classification {
  margin-left: 0;
}

#profile-classifications .add {
  float: right;
}
.classified .edit {
  background: url('../img/profile/edit_general.gif') no-repeat;
  float: right;
  width: 17px; height: 16px;
  display: block;
  text-indent: -9999em;
  font-size: 0.1em;
  margin: 6px 0 0;
}

.classified .exit {
  background: url('../img/profile/classification_remove.gif') bottom no-repeat;
  float: right;
  width: 17px; height: 16px;
  display: block;
  text-indent: -9999em;
  font-size: 0.1em;
  margin: 6px 0 0;
}

.classified .finished {
  width: 250px;
  float: left;
  padding: 10px 0;
}

.editing dl {
  margin: 0;
}

.editing dt {
  display: none;
}

#content .editing dd {
  width: 160px;
  margin: 0px 0 0 0px;
  float: left;
  padding: 0;
}

#content .editing select,
#content .editing input {
  width: 180px;
}

#content .editing .buttonSet {
  width: 47px;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}

#content .editing button {
  margin: 3px 0 0 0;
}

#content .editing label {
  position: absolute;
  display: none;
}

button {
  text-transform: uppercase;
  font-weight: bold;
  background: url('../img/profile/button.gif') top right no-repeat;
  height: 27px;
  margin: 10px 0 0; padding: 0 3px 0 0;
  text-align: center;
  border: 0;
  cursor: pointer;
  font-size: 11px;
  color: #fff;
  text-shadow: #E9A11F 0 1px 0;
  width:auto;
  text-shadow: rgba(0,0,0,0.2) 0 1px 2px;
  overflow:visible;
}

#content button#cancel {
  background:url("../img/profile/button_grey.gif") no-repeat scroll right top transparent;
  text-shadow:0 1px 0 #9B9B9B;
}

#content button#cancel span {
  background:url("../img/profile/button_grey.gif") no-repeat scroll left top transparent;
}

#content button.cancel {
  background: none;
  height: auto;
  text-transform: none;
  color: #993300;
  text-shadow: none;
}

#content button.cancel:hover {
  text-decoration: underline;
}

button.ui-datepicker-trigger {
	background: none;
	margin: 0 3px;
	vertical-align: middle;
}

#content button span,
#content button strong,
.loginBox button span,
.loginBox button strong,
form dd button span, 
form dd button strong {
  background: url('../img/profile/button.gif') no-repeat top left;
  height: 27px;
  line-height: 25px;
  padding: 0 7px 0 10px;
  display: block;
}

#content button.cancel span {
  height: auto;
  background: none;
  line-height: 13px;
  padding: 0;
  text-decoration: underline;
}

button span.ui-icon {
  height: 16px;
  width: 16px;
  line-height: auto;
  padding: 0;
  position: relative;
  display: inline-block;
}

.classified .buttons {
  margin: 10px 0 0; padding: 0 0 0 10px;
}

.buttons {
  clear: both;
}

.buttons.right {
  text-align: right;
  width: 560px;
}

/*
 * Connections Widget
 */
.box .connections {
  padding: 10px 15px 0;
}
 
.box .connections .profile {
  width: 63px;
  height: 97px;
  margin: 0px 12px 10px 0;
  float: left;
  line-height: 13px;
}

.box .connections .profile.last {
  margin: 0 0 10px 0;
}

.box .connections .profile a {
  font-weight: normal;
  color: #333;
  font-size: 11px;
  line-height: 13px;
}

.box .all {
  float: right;
}

/*
 * Profile Right
 */
.profile_ad {
  padding: 0 0 15px;
  height: 85px;
}
/* todo: try to fix the other advertisement so I don't have to reset it here */
.profile_ad .advertisement {
  float: right;
  padding: 0;
  width: 233px;
}

.profile_ad .details,
.details h2,
.details h3 {
  color: #333;
  font-size: 16px;
}
.profile_ad .details {
  padding: 0;
}

.profile_ad .details img {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
}

.splash .box {
  width: 282px;
  margin-right: 20px;
  height: 280px;
  margin: 0 20px 50px 0;
}

.profile_ad .details .info {
  float: left;
  margin: 10px 0 0 0;
  width: 240px;
}

.details h2 {
  color: #993300;
}
.profile_editor {
  
}
.profile_editor .tabs {
  
}
.profile_editor .tabs li {
  height: 30px;
  float: left;
  margin: 0 3px 0 0;
}
.profile_editor .tabs a {
  background: #F8F8F8;
  border: 1px solid #D0D0D0;
  border-bottom: 0;
  display: block;
  font-weight: normal;
  text-align: center;
  color: #49494B;
  font-size: 11px;
  height: 29px;
  padding: 0 17px;
  line-height: 34px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-topleft: 3px;
}
.tabs .last {
  margin: 0;
}
.profile_editor .tabs a:hover,
.profile_editor .tabs .active,
.profile_editor .tabs .active,
.profile_editor .tabs .active a {
  text-decoration: none;
  background: #f9f9f9;
}

.profile_editor .tabs .active a {
	z-index: 999;
	padding-bottom: 1px;
}

.types #menu-projects-edit {
	display: none;
}

/*
 * Sections
 */
.sections {
  width: 606px;
  background: #F9F9F9;
  border: 1px solid #D0D0D0;
  padding: 20px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
}

.sections.borderless {
  width: 657px;
  background: none;
  padding: 0;
  border: none;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -moz-border-bottom-left-radius: 0;
}

.sections .section {
  
}
.section .types {
  padding: 0 0 20px;
  margin: 0;
}

#content form fieldset {
	border: none;
}

.sub_section h2,
#content form legend {
  font-size: 16px;
  padding: 0 0 15px;
  font-weight: bold;
  color:#333333;
}
#content form dl {
  padding: 0 0 10px;
}

.splash #content form dl {
  margin: 0 20px;
}

.splash #content .loginBox form dl {
  margin: 20px 20px 0 20px;
}


#content form dl.inline {
	padding: 0;
}

#content form dd,
#content form dt {
  padding: 6px 0;
}
#content form dt {
  float: left;
  text-align: right;
  width: 110px;
  margin: 0 15px 0 0;
}

#content form dt.checkbox {
  width: 140px;
  margin-right: 5px;
}

#content form#message-reply-form dt#message-label {
  text-align:left;
  float:none;
}

#content .loginBox form dt {
  float: none;
  display: block;
  text-align: left;
  padding: 0;
}



#content form .box dt {
  width: auto;
  text-align: left;
  margin-right: 5px;
}

#content form dt label {
  padding: 3px 0 0;
  display: block;
}


.invite dt label {
  padding: 5px;
}

form dt label.required {
	font-weight: bold;
}

.loginBox form dt label.required {
  font-weight: normal;
}

.loginBox form,
.ui-dialog form {
  font-size: 11px;
  padding: 0.3em 0;
}

.loginBox form input[type=text],
.loginBox form input[type=password] {
  width: 170px;
}

.loginBox form ul.errors {
  left: 170px;
}

.loginBox form button#submit {
  background:url("/img/profile/login-button.gif") no-repeat scroll right top transparent;
  font-size:12px;
  height:37px;
  letter-spacing:0.04em;
  margin:2px 0 0;
  padding:0px 0 0 9px;
  text-align:left;
  width:95px;
}

.loginBox form button#submit strong {
    background: none;
}

.loginBox form button#submit strong span {
  display:none;
}

div#leftLogin div.loginBox div#join_now {
  margin-top:-5px;
}

div.rememberMe {
  margin-bottom:8px;
}

.ui-icon-hhc-go {
  width: 17px !important;
  height: 19px !important;
  margin: 0 0 0 7px;
  position: relative;
  top: 3px;
  background: url(/img/global/go-icon.png) 0 0 no-repeat !important;
}

.loginBox #submit-row,
#content .loginBox #submit-row {
  width: 110px;
  float: left;
}

.login #content > div {
  padding-top: 15px;
}

.login #title {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
} 

.loginBox a {
  color: #f7ac23 !important;
  font-weight: normal;
}

#join_now {
  border-left: 1px solid #ddd;
  padding: 0 18px;
  float: left;
  font-size: 11px;
}


/* jquery UI custom */
.ui-dialog {
  padding: 11px !important;
  -moz-box-shadow: 0px 3px 6px #5F5F5F;
  -webkit-box-shadow: 0px 3px 6px #5F5F5F;
  box-shadow: 0px 3px 6px #5F5F5F;
}


.ui-dialog .ui-dialog-title img {
  vertical-align: middle;
}

.ui-dialog .ui-dialog-titlebar-close {
  margin-right: 4px !important;
}

#content form dd {
/*  float: left;*/
  	width: 475px;
	line-height: 24px;
	margin-left: 125px;
}

#content form dd#is_company-label {
  margin-left: 145px;
}

.contact #content form dd {
  float: left;
  margin-left: 0;
}

.search #content form .box dd {
  margin-left: 0;
}


.splash #content form dd {
  width: auto;
}

#content form dd#message-element {
  margin-left: 0;
  line-height: 12px;
}

.dashboard #content .box form dd {
  margin-left: 0;
  width: auto;
  line-height: 12px;
  padding: 0;
}

#content .loginBox form dd {
  margin-left: 0;
  width: auto;
}

.dashboard #content form .box  dd {
  width: auto;
  margin-left: 0;
}

.dashboard #content form dt#message-label label {
  text-align: left;
}

#content form dd.textarea {
	width: 450px;
}

.about #content form textarea {
  width: 565px;
}

#content form textarea {
  border: 1px solid #ccc;
  padding:5px;
  width:425px;
}

#content form dd.inline {
	width: auto;
	display: inline-block;
	margin: 0;
}

.invite form dd textarea {
  width: 420px;
  padding: 5px;
  height: 100px;
}

form dd input[type='text'],
form dd input[type='password'] {
  border: 1px solid #ccc;
  width: 246px;
  padding: 2px;
  margin-bottom:4px;
}

.splash form dd input[type='text'],
.splash form dd input[type='password'] {
  width: 230px;
}


.invite form dd input[type='text'] {
  width: 420px;
  padding: 5px;
}

form dd input.long {
  width: 425px;
  padding: 5px;
}

form#contactForm {
  margin-bottom: 15px;
}

form dd input[type='radio'],
form dd input[type='checkbox'] {
	margin-right: 8px;
}
form dd input[type='file'] {
  border: 0;
}

form dd input.date {
	width: 80px;
}

#content .checkboxes dt {
  width: 35px;
  padding: 0;
}

#content .checkboxes dd {
  width: 540px;
  margin-left: 30px;
  padding: 0;
}

#content .title {
  padding: 0 0 15px;
}
#content .title button {
  float: right;
  margin: 0;
}
#content .title h2 {
  padding: 0;
}
#content .details h2 {
  text-transform: none;
}


/*
 * Projects
 */
 .sub_section {
   border-top: 1px solid #ddd;
   padding-top: 15px;
   margin-top: 10px;
   margin-right:13px;
   clear: both;
 }
 
.sections.borderless .sub_section {
  margin: 0;
  border: none;
  padding: 0;
}
 
#listing {
  border-bottom: 1px solid #ddd;
}
#listing .project,
#listing .post {
  border-top: 1px solid #ddd;
  padding: 20px 0;
}
#listing .thumb {
  width: 200px;
  float: left;
  min-height: 150px;
}
#listing .thumb a img {
  border: 2px solid #eee;
}
#listing .thumb a:hover img {
  border-color: #ccc;
}
#listing .description {
  width: 380px;
  float: left;
  margin: 0 0 0 20px;
}

.jobs #listing .description {
	width: 580px;
}

.current .tools {
  display: none;
}

.tools {
  float: right;
}
.tools .edit {
  background: url('../img/profile/white_edit_button.gif') no-repeat;
  width: 17px; height: 16px;
  font-size: 0.1em;
  text-indent: -9999em;
  float: right;
}
.tools .exit {
  background: url('../img/profile/white_edit_exit.gif') no-repeat;
  width: 12px; height: 13px;
  font-size: 0.1em;
  margin: 3px 0 0 15px;
  text-indent: -9999em;
  float: right;
}

.tools .close {
  height: 13px;
  width: 30px;
  font-size: 10px;
  line-height: 13px;
  margin: 3px 15px 0 0;
  float: right;
}

.tools ul li {
  text-align: right;
}


#gallery .picture,
#gallery .item {
	float: left;
	width: 185px;
	height: 120px;
	margin: 8px 8px 0px 0;
	padding: 2px;
	border: 1px solid #ccc;
}

.projects #gallery {
  margin: 0 0 20px 0;
}

.projects #gallery .picture {
  width: 186px;
  height: 120px;
}

/*
 * Join
 */
/*body.join .box .user,*/
body.projects .box .user {
  margin: 0 0 10px; padding: 0 0 10px;
  border-top: 0;
}
/*body.join .box .info,*/
body.projects .box .info {
  width: 200px;
  float: none;
  font-size: 12px;
}
body.join .box .details{
  width: 118px;
  float: left;
}
body.join .box .details p,
body.join .box .details a {
  font-size: 12px;
}
.existing {
  background: #F5E7C7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 15px;
  margin: 10px 0 0;
}
.existing h3 {
  font-size: 18px;
}
.existing button {
  float: right;
  margin: 0;
  position:relative;
  top:-4px;
  background:url("../img/profile/button_existing.gif") no-repeat scroll right top transparent;
}

#content .existing button span {
  background:url("../img/profile/button_existing.gif") no-repeat scroll left top transparent;
}

body.join #right h2 {
  font-size: 20px;
  padding: 25px 0;
}
.steps {
  font-size: 14px;
  border-bottom: 1px solid #ddd;
  margin: 10px 0; padding: 10px 0;
}
.steps dl {
  font-size: 13px;
}
.steps .skills dt {
  float: left;
  width: 25px;
}
.steps .skills dd {
  width: 270px;
  float: left;
  margin: 0 15px 0 0; padding: 0 0 10px;
}
.steps .skills dd label {
  font-weight: bold;
}
.steps h3 {
  display: inline-block;
  color: #F7AB20;
  padding: 0 0 2px;
}

.why_join strong {
  display: block;
  color: #F7AB20;
  padding: 0 0 2px;
}

#general {
  text-indent: -9999px;
  display: block;
  float: left;
  background: url(/img/join/general_out.png);
  width: 286px;
  height: 243px;
}

#general:hover,
#general.selected {
  background: url(/img/join/general.png);
}

#industry {
  text-indent: -9999px;
  display: block;
  float: left;
  background: url(/img/join/industry_out.png);
  width: 286px;
  height: 243px;
}

#industry:hover,
#industry.selected {
  background: url(/img/join/industry.png);
}

.steps .intro {
  padding: 0 0 20px;
}

.steps .intro p {
  display: inline;
}
ul.pages ul {
	margin: 0 0 0 20px;
}

/*
 * Blog
 */

div.description p,
div.description h1,
div.description h2,
div.description h3,
div.description h4,
div.description h5,
div.description h6,
.sub_section p {
  margin-bottom:0.9em;
}

div.description ul, div.description ol {
  list-style-position:inside;
  margin-left:10px;
  margin-bottom:0.9em;
  padding-left:10px;
}

div.description ul {
  list-style-type:disc;
}

div.description ol {
  list-style-type:decimal;
}

div.description strong {
  font-weight:bold;
}

div.description blockquote {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 25px;
  padding-left: 15px;
  border-left: 3px solid #ccc;
} 


/*
 * Profiles
 */
body.profiles .sub_section h3,
body.projects .sub_section h3 {
  /*padding: 0 0 15px;*/
}
body.projects .box .user {
  margin: 0; padding: 0;
}

/*
 * Documents
*/

#table table {
  width: 100%;
  border-collapse: collapse;
}

#table table img {
  float: left;
  margin-right: 10px;
}



table thead {
  border-bottom: 1px solid #ccc;
}

table thead th {
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #ccc;
}

.messages #table td {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

#table td {
  padding: 5px;
}

#table td a {
  float: left;
  display: inline-block;
}

#table td a.download {
  padding-left: 16px;
  background: url(/img/icons/download.png) no-repeat;
}

#table td a.delete {
  color: #ffffff;
  background: #990000;
  padding: 0 5px;
  line-height: 16px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin-left: 12px;
} 

#table td a.delete:hover {
  background: #cc0000;
  text-decoration: none;
}

.messages #table tr.unread a {
  font-weight: bold;
}

.messages #table td.subject {
  text-align: right;
}

.messages #table tr.read a {
  font-weight: normal;
}

.messages #table td.tools {
  float: none;
}

.messages #table td.who {
  width: 200px;
}

table.message_preview {
  float: left;
  width: 450px;
}

table.message_preview td {
  border: none;
}

table.message_preview td img {
  float: left;
  margin-right: 10px;
}

.body_wrapper {
  padding: 0 150px 0 0px;
}

.messages .sub_section {
  position: relative;
}

#bulkDelete {
  position:absolute;
  right:80px;
  top:5px;
}

/*News*/
.article {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  padding-top: 15px;
}

.article img {
  background: #fff;
  border: 1px solid #666;
  display: block;
  float: left;
  margin: 0 15px 0 0;
}

#content #left, #content #leftLogin {
  margin:0 20px 0 0;
}

#content #left hr {
  margin:0 auto;
  width:250px;
  clear:both;
}


.company #content #left hr,
.portfolio #content #left hr,
.projects #content #left hr, 
.jobs #content #left hr {
  margin: 15px auto;
  width:100%;
}

#content {
  padding-right:11px;
}

#content.tertiary #right {
  padding-left:10px;
}

.sections {
  width:614px;
}

