/* @override http://www.prevueassessments.com/assets/css/screen.css */

/* THING TO CHANGE */

.editButton {
  background: url(/assets/images/buttons/edit-content.gif) no-repeat;
  width: 230px;
  height: 30px;
  margin: 5px 0px;
  padding: 0px;
}

#prevueLogo {
  background: url(/assets/images/layout/logo.gif) no-repeat;
  width: 63px;
  height: 68px;
  float: left;
  display: block;
  margin: 9px 0px 9px 46px;
}

#logo {
  background: url(/assets/images/layout/logo.gif) no-repeat;
  width: 189px;
  height: 85px;
  float: left;
  display: block;
}

#slogan {
  background: url(/assets/images/titles/slogan.gif) no-repeat;
  width: 571px;
  height: 47px;
  float: left;
  margin: 20px 0 18px 84px;
}

#login-form {
  margin: 0px;
  padding: 0px;
  float: left;
}

h2.title {
  font-family: Verdana, Arial, sans;
  font-size: 24px;
  color: #69993F;
  font-weight: normal;
}

h2.golden, h2.golden a {
  color: #cb7929;
}

#titleContainer a {
  text-decoration: none;
}

/*
  Color Legend:
  Color 1:  Red
  Color 2:  Blue
  Color 3:  Green
*/

html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, button {
     margin: 0px;
     padding: 0px;
     border: 0px;
}

body {
  background-color: #49453f;
  color: #333;
  font: 12px Arial;
}

#container {
  margin: 0px auto 10px auto;
  width: 960px;
  background-color: #fff;
}

#loginContainer {
  margin: 0px auto;
  width: 960px;
}

#login {
  width: 537px;
  height: 22px;
  float: right;
  margin: 10px 0 7px 424px;
}

#login label {
  font: 11px Arial;
  color: #e1e1e1;
  vertical-align: middle;
  padding: 0px 5px 3px 0px;
}

#login label.padded {
  margin-left: 10px;
}

#login .textBox {
  border: 1px solid #e1e1e1;
  background-color: #2f2c26;
  color: #e1e1e1;
  width: 114px;
}

#login .buttonLogin {
  margin-left: 10px;
}

#login a {
  font: bold 16px Arial;
  color: #ec8c20;
  text-decoration: none;
  margin-left: 25px;
}

#login a:hover {
  color: #fff;
}

#branding {
  width: 960px;
  height: 85px;
}

#navContainer {
  width: 960px;
  height: 25px;
  background: url(/assets/images/nav/nav-background.gif) no-repeat;
  padding: 9px 0 0 0px;
}

#nav{
width:610px;
 margin:0px 10px 0px 200px;
}

#nav li {
  display: inline;
  list-style-type: none;
  padding-right: 20px;
}

#nav li a {
  font: bold 12px Arial;
  color: #e1e1e1;
  text-decoration: none;
}

#nav li a.blue {
  color: #00acec;
}

#nav li a:hover, #nav li a.active {
  color: #ec8c20;
}

#subnav {
  margin: 0px 0px 25px 25px;
}

#subnav li {
  list-style-type: none;
  padding: 3px;
  margin-left: 20px;
}

#blogsubnav {
  margin: 0px 0px 25px 0px;
}

#blogsubnav li {
  list-style-type: none;
  padding: 3px;
}

#blogsubnav li a {
  font: 12px Arial;
  color: #333;
  text-decoration: none;
}

#blogsubnav li a:hover, #blogsubnav li a.active {
  color: #cb7929;
}


#subnav li.expand {
  margin-left: 0px;
}

#subnav li.expand a {
  background: url(/assets/images/layout/plus.gif) 3px 3px no-repeat;
  padding-left: 20px;
}

#subnav li.expand {
  margin-left: 0px;
}

#subnav li.expand li a {
  background: none;
  padding-left: 0;
}

#subnav li li {
  margin-left: 20px;
}

#subnav li a {
  font: 14px Arial;
  color: #333;
  text-decoration: none;
}

#subnav li a:hover, #subnav li a.active {
  color: #cb7929;
}

#solutions {
  width: 189px;
  height: 287px;
  float: left;
  background: url(/assets/images/tabs/tabs.gif) no-repeat;
  position: relative;
}

#solutions li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 0;
  width: 189px;
  display: block;
}

#solutions a {
  width: 189px;
  height: 100%;
  display: block;
  text-decoration: none;
}

#solutions #hiring {
  top: 20px;
  height: 82px;
}

#solutions #coaching {
  top: 102px;
  height: 82px;
}

#solutions #succession {
  top: 184px;
  height: 82px;
}

#solutions #hiring a:hover, #solutions #hiring a.active {
  background: transparent url(/assets/images/tabs/tabs.gif) -189px -20px no-repeat;
}

#solutions #coaching a:hover, #solutions #coaching a.active {
  background: transparent url(/assets/images/tabs/tabs.gif) -189px -102px no-repeat;
}

#solutions #succession a:hover, #solutions #succession a.active {
  background: transparent url(/assets/images/tabs/tabs.gif) -189px -184px no-repeat;
}

#hiddenTag1 {
  text-indent:-7777em;
}
#hiddenTag2 {
  text-indent:-7777em;
}
#hiddenTag3{
  text-indent:-7777em;
}

.solutionsActivator {
  cursor: pointer;
}

.solutionsContent {
  width: 685px;
  height: 145px;
  float: left;
  padding: 142px 0 0 86px;
}

.solutionsContent p {
  width: 360px;
  height: 90px;
  font: 12px Arial;
}

.learnMoreButton {
  background: url(/assets/images/buttons/button-learnmore.gif) no-repeat;
  display: block;
  width: 101px;
  height: 32px;
}

.preview {
  margin: 0px 0px 0px 10px;
  padding: 0px;
  color: #ff0000;
  font-weight: normal;
  font-size: 10px;
}

.topSpace {
  margin-top: 10px;
}
.top-space {
  padding-top: 15px;
}

#defaultTab {
  background: url(/assets/images/tabs/tab4-background.jpg) no-repeat;
}

#hiringRetention {
  background: url(/assets/images/tabs/tab1-background.jpg) no-repeat;
}

#coachingTraining {
  background: url(/assets/images/tabs/tab2-background.jpg) no-repeat;
}

#successionPlanning {
  background: url(/assets/images/tabs/tab3-background.jpg) no-repeat;
}

#content {
  border-top: 1px solid #e1e1e1;
  padding-bottom: 15px;
}

#titleContainer {
  width: 960px;
  height: 79px;
  border-bottom: 1px solid #e1e1e1;
}

.title {
  margin: 29px 0 0 45px;
  height: 35px;
  float: left;
}

#myAccountTitle {
  background: url(/assets/images/titles/title-myaccount.gif) no-repeat;
  width: 144px;
}

#trial {
  display: block;
  width: 169px;
  height: 79px;
  background: url(/assets/images/buttons/button-30day.gif) no-repeat;
  float: left;
}

#howPrevueWorks {
  display: block;
  width: 186px;
  height: 79px;
  background: url(/assets/images/buttons/button-howworks.gif) no-repeat;
  float: left;
}

#primaryContent {
  float: left;
  width: 618px;
  margin: 15px 0 30px 0;
}

#primaryContent.thin {
  width: 380px;
  margin-right: 32px;
}

.contentColumn {
  float: left;
  width: 168px;
  margin: 15px 12px 30px 0px;
  background: #ECECEC url(/assets/images/layout/column-background.gif) no-repeat;
  padding: 17px 16px;
  font-size: 12px;
}

#content .box {
  background: url(/assets/images/layout/box-background.gif) no-repeat;
  border: 1px solid #d7d7d7;
}

#content .box h1 {
  margin-bottom: 15px;
  height: auto;
}


#secondaryContent {
  float: left;
  width: 199px;
  margin: 15px 86px 30px 0;
}

#primaryContent h1, #secondaryContent h1 {
  font: 20px Arial;
  color: #cb7929;
  margin-bottom: 10px;
}

.contentColumn a h1, .contentColumn a {
  text-decoration: none;
  cursor: pointer;
}

.contentColumn h1, .contentColumn h4 {
  font: 18px Arial;
  color: #cb7929;
  margin-bottom: 45px;
  height: 40px;
}

.contentColumn h4 {
  font-size: 13px;
}

.contentColumn .moreInfoButton {
  display: block;
  background: url(/assets/images/buttons/button-moreinfo-greyback.gif) no-repeat;
  width: 101px;
  height: 32px;
  margin: 0px auto;
}

#primaryContent h2, #secondaryContent h2 {
  font: 22px Arial;
  color: #109fd3;
  margin-bottom: 10px;
}

#primaryContent h3, #secondaryContent h3 {
  font: 18px Arial;
  color: #cb7929;
  margin-bottom: 10px;
}

#primaryContent .tryNowButton, #primaryContent .buyNowButton, #primaryContent .startNowButton, #primaryContent .viewNowButton  {
  display: block;
  width: 102px;
  height: 32px;
  margin-bottom: 15px;
}

#primaryContent .tryNowButton {
  background: url(/assets/images/buttons/button-trynow.gif) no-repeat;
}

#primaryContent .buyNowButton {
  background: url(/assets/images/buttons/button-buynow.gif) no-repeat;
}

#primaryContent .startNowButton {
  background: url(/assets/images/buttons/button-startnow.gif) no-repeat;
}

#primaryContent .viewNowButton {
  background: url(/assets/images/buttons/button-viewnow.gif) no-repeat;
}


#primaryContent p, .contentColumn p {
  margin-bottom: 15px;
}

.contentColumn p strong {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}

#primaryContent ul, .contentColumn ul {
  margin-bottom: 15px;
  list-style: none;
  border-bottom: 1px solid #d7d7d7;
}

#primaryContent .report, .contentColumn .report, #primaryContent .contact, .contentColumn .contact {
  padding: 8px 8px 8px 32px;
  display: block;
  margin-bottom: 15px;
  border: 1px solid #d7d7d7;
  color: #333;
  text-decoration: none;
}

#primaryContent ul.checkbox-list {
  border: none !important;
  padding: 0px 0px 20px 0px !important;
  margin: 0px !important;
  float: left;
}
#primaryContent ul.checkbox-list li {
  background: none !important;
  border: none !important;
  padding: 0px !important;
  margin: 0px !important;
}

#primaryContent .blogdate {
  font-size: 10px;
  text-transform: uppercase;
  color: #999;
}

#primaryContent p.blogcomments {
  font-size: 10px;
  text-transform: uppercase;
  color: #666;
  padding: 5px;
  border: 1px solid #e1e1e1;
}

#primaryContent .report:hover, .contentColumn .report:hover, #primaryContent .contact:hover, .contentColumn .contact:hover {
  color: #cb7929;
}

#primaryContent .report, .contentColumn .report {
  background: #fff url(/assets/images/buttons/report-button.gif) no-repeat;
}

#primaryContent .contact, .contentColumn .contact {
  background: #fff url(/assets/images/buttons/contact-button.gif) no-repeat;
}

#primaryContent ul li, .contentColumn ul li {
  margin-bottom: 3px;
  border-top: 1px solid #d7d7d7;
  padding: 5px 15px 5px 30px;
  background: url(/assets/images/layout/bullet-level1.gif) 12px 8px no-repeat;
}

.contentColumn ul li {
  background: url(/assets/images/layout/bullet-level1-greyback.gif) 12px 8px no-repeat;
}

#primaryContent ul li li {
  background: url(/assets/images/layout/bullet-level2.gif) 12px center no-repeat;
  padding-top:5px;
  border: 0;
}

#primaryContent ul li ul {
  margin: 8px 0px 0px 0px;
  border :0;
}


#secondaryContent .arrowSubNav li  {
  background: url(/assets/images/layout/bullet-level2.gif) 7px 6px no-repeat;
  padding-left:20px;
}

.contentColumn ul li li {
  background: url(/assets/images/layout/bullet-level2-greyback.gif) 12px 8px no-repeat;
}

#primaryContent ol, .contentColumn ol {
  margin-bottom: 15px;
  list-style-position: inside;
  border-bottom: 1px solid #d7d7d7;
}

#primaryContent ol.orderedHeadingList {
  font: 18px Arial;
}

#primaryContent ol li, .contentColumn ol li {
  margin-bottom: 3px;
  border-top: 1px solid #d7d7d7;
  padding: 5px 15px;
  color: #109fd3;
}

#primaryContent ol li .orderItem, .contentColumn ol li .orderItem {
  color: #333;
  font: 12px Arial;
}

#primaryContent a, .contentColumn a {
  color: #cb7929;
}

#primaryContent strong.blue {
  display: inline;
  font: 18px Arial;
  color: #109fd3;
  text-transform: uppercase;
}

#primaryContent blockquote {
  background: url(/assets/images/layout/box-background.gif) no-repeat;
  border: 1px solid #d7d7d7;
  padding: 20px;
  margin-bottom: 15px;
  overflow: hidden;
  width: 616px;
}

#primaryContent blockquote p {
  font: 14px Arial;
  margin: 0px;
}

#primaryContent blockquote .author {
  font-style: italic;
  display: block;
  margin-top: 15px;
}

#primaryContent #newsList {
  border: none;
}

#primaryContent #newsList li {
  background: url(/assets/images/layout/box-background.gif) no-repeat;
  border: 1px solid #d7d7d7;
  padding: 20px;
  margin-bottom: 15px;
  overflow: hidden;
}

#primaryContent #newsList .date {
  font-weight: bold;
  color: #109fd3;
  display: block;
  margin-bottom: 10px;
}


#secondaryContent hr, #primaryContent hr {
  height: 1px;
  color: #e1e1e1;
  background-color: #e1e1e1;
  width: 100%;
  margin-bottom: 10x !important;
  display: block;
  border: none;
}

#primaryContent hr {
  margin-bottom: 15px;
}

#secondaryContent .section {
  width: 144px;
  margin: 0px 0px 10px 45px;
}

#secondaryContent .section p {
  margin-bottom: 10px;
}

#secondaryContent #contact {
  display: block;
  background: url(/assets/images/buttons/button-contact.gif) no-repeat;
  width: 101px;
  height: 21px;
}

#secondaryContent #signUp {
  display: block;
  width: 64px;
  height: 21px;
}

#content #left, #content #center, #content #right {
  float: left;
  padding: 12px 0 32px 0;
}

#content #left, #content #right {
  width: 327px; 
  font: 12px Arial;
}

#content #left p {
  margin: 15px 0 15px 46px;
  width: 235px;
  line-height: 16px;
}

#content #left .learnMoreButton {
  margin-left: 46px;
}


#content #center, #content #right {
  background: url(/assets/images/layout/contentcol-shadow.gif) no-repeat top left;
}

#content #left h2 {
  width: 251px;
  height: 18px;
  margin: 0px 0px 0px 46px;
}

#content #left h2 a {
  display: block;
  width: 251px;
  height: 18px;
}

#content #center {
  width: 306px;
}

#content #center h2 {
  width: 200px;
  height: 20px;
  margin: 0px 0px 15px 41px;
}

#content #center h2 a {
  display: block;
  width: 200px;
  height: 20px;
}

#content #left #howContainer {
  padding-bottom: 20px;
  background: url(/assets/images/layout/content-shadow-seperator.gif) bottom left no-repeat;
}

#content #left #how {
  background: url(/assets/images/buttons/button-howprevuworks.gif) no-repeat;
  display: block;
  width: 164px;
  height: 46px;
  margin: 0px 0px 0px 85px;
}

#content #center ul {
  margin: 15px 0 0 41px;
  width: 224px;
}

#content #center ul li {
  list-style-type: none;
  background: url(/assets/images/icons/arrow-orange.gif) no-repeat 0 50%;
  padding: 5px 0 5px 30px;
  font: 14px Arial;
  color: #333;
}

#content #right h2 {
  width: 56px;
  height: 18px;
  margin: 0px 0px 15px 46px;
}

#content #right h2 a {
  display: block;
  width: 56px;
  height: 18px;
}

.newsItem {
  width: 235px;
  margin: 0px 0px 15px 46px;
}

.newsItem .date {
  width: 33px;
  height: 52px;
  border: 1px solid #e1e1e1;
  font: 12px Arial;
  text-align: center;
  margin-right: 20px;
  float: left;
}

.newsItem a {
  color: #00acec;
}

.newsItem .date .month {
  height: 18px;
}

.newsItem .date .day {
  font: 24px Georgia;
  color: #00acec;
  border-top: 1px solid #e1e1e1;
}

.newsItem p {
  width: 180px;
  float: left;
  line-height: 16px;
  margin: 0px 0px 15px 0px;
  min-height: 52px;
}

#driverText{
  font-size:11px;
  padding-left:30px;
}

#siteInfo {
  width: 915px;
  -width: 960px;
  height: 70px;
  padding: 45px 45px 0px 0px;
  background-color: #282621;
}

#siteInfo ul {
  text-align: right;
  width: 100%;
  margin-bottom: 5px;
}

#siteInfo li {
  display: inline;
  list-style-type: none;
  padding-left: 10px;
  font: 10px Arial;
  color: #fff;
}

#siteInfo li a {
  font: 10px Arial;
  color: #fff;
  text-decoration: none;
}

#siteInfo li a:hover {
  color: #fff;
  text-decoration:underline;
}

#siteInfo li.important, #siteInfo li.important a {
  display: inline;
  list-style-type: none;
  font: 10px Arial;
  font-weight: bold;
  color: #109fd3;
}

.left {
  float: left;
}

.right {
  float: right;
}

/* Scales Matrix */
.scalesMatrix {
  width: 616px;
  background: url(/assets/images/layout/box-background.gif) no-repeat;
  border: 1px solid #d7d7d7;
  margin-bottom: 15px;
}

.scalesMatrix td {
  padding: 10px;
  vertical-align: top;
  width: 263px; 
}

.scalesMatrix td strong {
  font: 18px Arial;
  color: #109fd3;
}


/* Clients and testimonials */

#clientTestimonialContainer {
  width: 618px;
}

#clients {
  width: 300px;
  float: left;
  margin-right: 18px;
}

#clientListContainer {
  background: url(/assets/images/layout/box-background.gif) no-repeat;
  padding: 20px 0px 20px 20px;
  width: 576px;
  border: 1px solid #d7d7d7;
}

.clientList {
  /* width: 268px; */
  width: 536px;
  margin-right: 20px;
  float: left;
}

#vertical h3 {
  cursor: pointer;
}
#vertical span.plus {
  font-size: 14px !important;
  color: #00acec !important;
}

#howPrevueWorksContent  p {
  margin-left: 21px;
}

#websiteBy{
  display: block;
  width: 200x;
  font: 10px Arial;
  color:#999;
  margin: 0px auto 10px auto;
  text-align: center;
  text-decoration: none;
}

/* Clients Tesimonial Slider */
#testimonials {
  width: 300px;
  float: left;
}

#testimonialSliderContainer {
  height: 280px;
  width: 300px;
  position: relative;
  overflow: hidden;
}

#testimonialSliderContainer blockquote {
  width: 258px;
  top: 280px;
  position: absolute;
  left: 0px;
}

.validator-newsletter-msg {
  margin-top: 1px;
  margin-left: 109px;
  color: #ff0000;
  font-size: 11px;
  border: none;
  border-collapse: collapse;
  *height: 11px;
}


.validator-msg {
  margin-top: 1px;
  margin-left: 313px;
  color: #ff0000;
  font-size: 11px;
  border: none;
  border-collapse: collapse;
  *height: 11px;
}

.validator-error-box {
  border: 1px solid #ff0000 !important; 
}

.checkbox-list .validator-msg {
  margin-top: 3px !important;
  margin-left: 23px !important;
}

#contactForm .messageBox {
  height: 150px;
}

#contactForm p.last {
  height: 35px;
}

.contactInputBox {
  border:1px solid #c7c7c7; 
  height:16px;
  width:220px;
  padding: 3px 5px;
}

.contactInputBoxShort {
  border:1px solid #c7c7c7; 
  height:16px;
  width:140px;
  padding: 2px 5px;
}

.labelTitle {
  width: 100px;
  float: left;
  margin-right: 15px;
  display: block;
  text-align: left;
  padding: 7px 10px 0px 0px;
}

.labelTitleLong {
  width: 357px;
  float: left;
  clear: left;
  margin-right: 15px;
  display: block;
  text-align: left;
  padding: 7px 10px 0px 0px;
}

.optionsTitleLong {
	width: 257px;
	float: left;
	margin-left: 100px;
}

.contactSelect {
  border: 1px solid #d7d7d7;
  width: 238px;
  height: 12px;
  padding: 7px;
  *height: 25px;
}

.contactButton {
  background-color: #109fd3;
  border:1px solid #c7c7c7;
  color:#fff;
  font-size: 9px;
  text-transform: uppercase;
  font-weight: normal;
  padding: 5px 15px;
  margin: 0px 0px 0px 125px;
  float: left;
}

input#contactSubmit.contactButton.last {
	margin-top: 14px;
	margin-bottom: 4px;
}

.vertical-buttons {
  margin-top: 10px;
  padding-bottom: 10px;
}
.vertical-buttons .contactButton {
  margin: 0px 0px 0px 430px;
  *margin: 0px 0px 0px 380px;
}

.golden {
  color: #cb7929;
}

.captcha {
  margin-top: 62px;
}

.invisible {
  display: none;
}

/* Clear fix */
.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear{
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear{
  height: 1%;
}
.clear {
  display: block;
}
/* End hide from IE-mac */

div.optionsTitleLong {
	margin: 4px 23px 6px 123px;
}


/*footer*/
#socialMedia #twitter_update_list li {
	padding-bottom: 10px;
	list-style-type: none;
}

#socialMedia #twitter_update_list li a, #socialMedia #twitter_update_list li a.visited {
	color: #777;
}

#socialMedia ul#followus {
	border: 1px solid #49443e;
	background-color: #201e1a;
	padding: 10px 10px 10px 20px;
	display: block;
	line-height: 16px;
}

#socialMedia ul li {
	float: left;
	list-style-type: none;
	padding-left: 22px;
	padding-right: 12px;
	font-weight: bold;
}

#socialMedia ul li a, #socialMedia ul li a.visited {
	color: #888;
	text-decoration: none;
	}
	
/* Articles */

#primaryContent ul.none ol,
#primaryContent ul.none li, .contentColumn ul.none li {
  margin-bottom: 3px;
  border: none;
  padding: 5px 15px 5px 30px;
  background: none;
}
.contentColumn ol.none,
.contentColumn ul.none,
#primaryContent ol.none,
#primaryContent ul.none {
  border: none;
}

#primaryContent ul.none ol li,
#primaryContent ul.none ol,
#primaryContent ol.none li, .contentColumn ol.none li {
  margin-bottom: 3px;
  border: none;
  padding: 5px 15px 5px 1px;
  color: #333333;
	list-style-position: inside;
}

#primaryContent ul.none ol ul li {
	margin-left: 0px;
  padding: 5px 15px 5px 30px;
  background: url(/assets/images/layout/bullet-level1.gif) 12px 8px no-repeat;}





#introPanel.solutionsContent {
	background: url(../images/intro.jpg) no-repeat;
	padding-left: 57px;
	padding-top: 208px;
	height: 79px;
	width: 714px;
}

#free-trial {
	padding-top: 22px;
	text-align: center;
	margin-right: 20px;
}

#content #right {
	width: 214px;
	margin-top: 18px;
	color: #fff;
	background: #5c584f;
	padding-left: 36px;
	padding-right: 31px;
	margin-left: 13px;
}

#content #right h3 {
	font-size: 18px;
  margin: 10px 0 0;
}

#content #right p {
	margin-top: 10px;
	margin-bottom: 12px;
}

#content #right ul {
	padding-left: 3px;
}

#right ul li {
	background: url(../images/bullet.jpg) no-repeat left center;
	list-style-image: none;
	list-style-type: none;
	padding-left: 16px;
	line-height: 18px;
}