html {
  background: #f5f5f5;
}

body {
  background: #fff url(../images/header-bg.gif) repeat-x;
  margin: 0;
  color: #231f20;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: center;
}

input {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

#content .message {
  padding: 5px;
  color: #00f;
  background: #eef;
  border: 1px solid #99f;
}

#content .message.validation,
#content .message.bad {
  color: #f00;
  background-color: #fee;
  border-color: #f99;
}

#content .field {
  margin: 10px 0;
  clear: both;
}

#content .field.multiselect p {
}

#content .field input,
#content .field textarea,
#content .field select {
  margin: 0 10px;
}

#content div.field label {
  margin: 5px 0;
  display: block;
}

#content p#ForgotPassword {
  margin: 5px 0;
}

/* Edit Form */
#Form_EditForm textarea {
  width: 600px;
  padding: 5px;
}

#Form_EditForm .businessfile img,
#Form_EditForm .businessfile input {
  float: left;
}

#Form_EditForm .projecttabgroup {
  border-bottom: 1px #999 solid;
}

#Form_EditForm .projecttabgroup h3 {
  margin: 0;
}  

#Form_EditForm .projecttabgroup h3 a {
  display: block;
  color: #333;
  background: #ccc;
  padding: 5px;
  border-width: 1px 1px 0 1px;
  border-color: #999;
  border-style: solid;
}

#Form_EditForm .projecttab {
  padding: 5px;
  border-width: 0 1px;
  border-color: #999;
  border-style: solid;
}  

h1 {
  font-size: 28px;
  color: #333333;
  font-weight: normal;
  margin: 0 0 20px;
}

h2 {
  font-size: 18px;
  color: #0096b7;
  font-weight: normal;
	margin: 10px 0;
}

a {
  text-decoration: none;
  color: #0096b7;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#doc {
  width: 1000px;
  position: relative;
  margin: 0 auto;
  text-align: left;
}

#hd {
  height: 106px;
  padding-top: 60px;
  position: relative;
  background: url(../images/tabs.png) no-repeat right top;
}

#hd #logo {
  float: left;
  width: 205px;
  margin-left:10px;
}

/* Footer */

#ft-wrapper {
  background: #f5f5f5 url(../images/footer-bg.gif) repeat-x top;
  text-align: center;
  min-height: 100px;
  clear: both;
}

#ft {
  width: 980px;
  margin: 0 auto;
  min-height: 250px;
  text-align: left;
  padding: 5px 0;
}

#ft-logos {
  height: 70px;
}

#ft-logos ul {
  margin: 0;
  float: right;
  padding: 0;
  height: 60px;
}
  
#ft-logos li {
  list-style: none;
  float: left;
  margin-left: 20px;
}

#ft-contact {
  padding: 5px 0;
  float: left;
  width: 440px;
  height: 70px;
  position: relative;
}

#ft-contact h3 {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  float: left;
  color: #333333;
  width: 125px;
}

#ft-contact p {
  float: left;
  margin: 12px 24px 0 0;
  font-size: 10px;
  font-family: Tahoma, Helvetica, sans-serif;
  color: #666;
}

#ft-contact p.strapline {
  float: none;
  position: absolute;
  bottom: 0;
  left: 125px;
  color: #999;
}

#ft-links {
  padding: 5px 0;
  float: left;
  width: 540px;
  height: 70px;
  position: relative;
}

#ft-links ul {
  float: right;
  margin: 12px 0 0;
}

#ft-links ul li {
  float: left;
  list-style: none;
  font-size: 10px;
  font-family: Tahoma, Helvetica, sans-serif;
  color: #666;
  margin-left: 8px;
  background: url(../images/footer-bullet.png) no-repeat center left;
  padding-left: 8px;
}

#ft-links ul li a {
  color: #666;
  font-weight: normal;
}

#ft-links p.copyright {
  font-size: 10px;
  font-family: Tahoma, Helvetica, sans-serif;
  color: #999;
  position: absolute;
  bottom: 0;
  right: 0;
}

/* Sidebar */

#bd #sidebar {
  float: left;
  width: 175px;
  border-top: 5px solid #0096b7;
  margin-right: 20px;
  padding: 0 0 0 10px;
}

#sidebar h2 {
  font-size: 28px;
  font-weight: normal;
  line-height: 1em;
  margin: 3px 0 50px 0;
  color: #333333;
}

#sidebar h2 a {
  font-weight: normal;
  color: #333333;
}

#bd #sidebar p {
  margin: 20px 0;
}

ul.menu {
  font-size: 14px;
  margin: 10px 0;
  color: #000;
}

ul.menu li {
  list-style: none;
  padding-left: 20px;
  background: url(../images/menu-bullet.gif) no-repeat 0 2px;
}

ul.menu li a {
  font-weight: normal;
  color: #000;
	padding: 2px;
  display: block;
}

ul.menu ul {
	margin: 3px 0;
	border-color: #0096B7;
	border-style: solid;
	border-width: 0 0 0 1px;
	padding: 0 0 0 3px;
}

ul.menu ul li {
	background: none;
	padding: 0;
}

ul.menu .current a {
	background: #CFE3E7;
}
#bd #layout {
  float: left;
  width: 785px;
}

#content {
  float: left;
  width: 520px;
  margin: 0 20px 0 0;
}

#content.company {
  width: 420px;
}

#content.nosidebar {
  width: 785px;
  margin-right: 0;
}

#right-sidebar {
  float: left;
  width: 235px;
}

#right-sidebar.company {
  width: 335px;
}

#right-sidebar .WidgetHolder {
  background: #0096B7 url(../images/box-drop.gif) no-repeat bottom right;
  padding: 5px 15px 10px 10px;
  width: 200px;
  color: #fff;
  margin-bottom: 20px;
}

#right-sidebar .WidgetHolder h3 {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 10px;
}
#right-sidebar .WidgetHolder a {
  color: #fff;
  text-decoration: underline;
}

#content.company h1 {
  background: #ED4198 url(../images/banner/grow.png) no-repeat;
  height: 99px;
  width: 423px;
  margin: 0;
  padding: 155px 0 0 15px;
  top: -5px;
  left: -5px;
  position: relative;
  color: #fff;
  font-weight: normal;
  font-family: FoundryFormSans, Arial, Helvetica, sans-serif;
  font-size: 25px;
}

#content.company h1.banner-grow {
  background-image: url(../images/banner/grow.png);
}

#content.company h1.banner-prosper {
  background-image: url(../images/banner/prosper.png);
}

#content.company h1.banner-thrive {
  background-image: url(../images/banner/thrive.png);
}

#content.company h1.banner-multiply {
  background-image: url(../images/banner/multiply.png);
}

#content a {
  text-decoration: underline;
}

#content p, #content li {
  font-size: 14px;
}
#content li {
	margin-bottom: 10px
}
ul.business-thumbs {
  margin: 8px 0;
  padding: 0;
  list-style: none;
}

ul.business-thumbs li.thumb {
  float: left;
  list-style: none;
  width: 125px;
  height: 200px;
  background: url(../images/box-drop.gif) no-repeat bottom right;
  border-style: solid;
  border-color: #D9D9D9;
  border-width: 1px 0 0 1px;
  margin: 0 8px 20px 0;
  padding: 0 6px 6px 0;
}

ul.business-thumbs img {
  display: block;
}
 
ul.business-thumbs h3 {
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
  margin: 0;
}

ul.business-thumbs h3 a {
  color: #414141;
}

div.business-tags {
  margin-bottom: 20px;
}

div.business-tags div {
  float: left;
  width: 200px;
  margin-right: 20px;
}

div.business-tags div.last {
  margin: 0;
}

div.business-tags h2 {
  margin: 10px 0;
}
div.business-tags ul {
  margin: 0;
}

#content div.business-tags ul li {
  list-style: none;
  margin: 3px 0;
}

div.company-logo {
  height: 230px;
}

div.company-logo img {
  height: 90px;
  margin-top: 75px;
}

div.company-details {
  border-top: 6px solid #19a0be;
  width: 200px;
}

div.company-details h2 {
  margin: 3px 0 10px;
}

div.company-details dl {
  margin: 15px 0;
}

div.company-details dt {
  margin: 15px 0 0;
}

div.company-details dd {
  margin: 0;
}

p.business-brochure a {
  background: url(../images/pdf-icon.gif) no-repeat center left;
  display: block;
  height: 16px;
  padding: 8px 8px 8px 36px;
  color: #231f20;
}

p.business-edit {
  margin-top: 105px;
}

/* Search results */
#business-results {
  margin: 0 0 10px;
}

#business-results ul {
  margin: 0;
}

#business-results ul li {
  list-style: none;
  float: left;
  padding: 0 6px 6px 0;
  width: 125px;
  height: 200px;
  background: #fff url(../images/box-drop.gif) no-repeat bottom right;
  border-style: solid;
  border-color: #D9D9D9;
  border-width: 1px 0 0 1px;
  position: relative;
  margin: 0 20px 20px 0;
}

#business-results ul li.hover {
  background-color: #0096B7;
}

#business-results ul li div.logo {
  height: 125px;
  background: #fff;
}

#business-results ul li div.logo.banner-grow {
  background-image: url(../images/logos/grow.png);
}

#business-results ul li div.logo.banner-prosper {
  background-image: url(../images/logos/prosper.png);
}

#business-results ul li div.logo.banner-thrive {
  background-image: url(../images/logos/thrive.png);
}

#business-results ul li div.logo.banner-multiply {
  background-image: url(../images/logos/multiply.png);
}

#business-results ul li div.logo a {
  display: block;
  height: 125px;
}

#business-results ul li div.label {
  display: block;
  padding: 5px;
  height: 65px;
}

#business-results ul li div.label a {
  display: block;
  height: 65px;
  color: #333;
}

#business-results ul li.hover div.label a {
  color: #fff;
}

div.pagenumbers {
  color: #0096b7;
  float: right;
  margin: 10px 80px 10px;
}

div.pagenumbers a {
  color: #333333;
}

#business-forms {
  float: left;
  width: 785px;
  height: 90px;
}

#business-forms form {
  width: 330px;
  float: left;
}

#business-forms form legend {
  font-size: 18px;
  color: #0096b7;
  display: block;
  margin: 3px 0;
}

#business-forms div.form-left {
  width: 220px;
  float: left;  
}

#business-forms div.form-right {
  width: 110px;
  float: left;  
}

#business-forms input.action {
  border: none;
  padding-left: 10px;
  background: url(../images/button-bullet.gif) no-repeat center left;
  cursor: pointer;
  font-weight: bold;
}

a.button-link {
  padding-left: 12px;
  background: url(../images/button-bullet.gif) no-repeat center left;
  color: #231F20;
}

/* Directory Form */

#directory-form {
	font-size: 14px;
}

#directory-form legend {
	display: none;
	font-size: 18px;
	margin: 5px 0;
}

#directory-form input {
  font-size: 14px;
  margin: 5px 0;
  padding: 2px 4px;
  border: 1px solid #ccc;
}

#directory-form .alpha-filter {
  margin: 3px 0;
}

#directory-form .alpha-filter li {
  list-style: none;
  float: left;
  padding: 0 2px;
}

#directory-form label {
	font-size: 16px;
  display: block;
  margin: 5px 0;
}

#directory-form .checkbox-group {
	float: left;
	width: 250px;
	margin-right: 10px;
}

#directory-form .checkboxsetfield {
  list-style: none;
  margin: 10px 0;
  height: 200px;
  overflow-y: scroll;
  font-size: 14px;
  border: 1px solid #ccc;
  padding: 5px;
}

#directory-form .checkboxsetfield li {
  margin: 5px 0;
  list-style: none;
  height: 16px;
  clear: both;
}

#directory-form .checkboxsetfield li input {
  float: left;
  display: block;
  width: 20px;
  height: 16px;
  margin: 0;
}

#directory-form .checkboxsetfield li label {
  float: left;
  display: block;
  font-weight: normal;
  font-size: 14px;
  height: 16px;
  margin: 0;
}

/* Business Modal */

div.business-modal {
  width: 420px;
  min-height: 400px;
  background: url(../images/white-box-drop.png) no-repeat bottom right;
  color: #000;
  text-align: left;
  padding: 0 6px 6px 0;
  margin: 0;
  border-left: 1px solid #D9D9D9;
  position: absolute;
  top: 166px;
  left: 206px;
}

div.business-modal-content {
  border-top: 5px solid #0096b7;
  padding: 5px 80px 10px 10px;
}


div.business-modal h3,
div.business-modal h4 {
  color: #0096b7;
  font-weight: normal;
  margin: 0 0 10px;
}

div.business-modal h3 {
  font-size: 18px;
}

#content.company div.business-modal img {
  display: block;
  margin: 15px 0 0;
  background: url(../images/project-image-drop.png) no-repeat;
  position: relative;
  left: -6px;
  top: -5px;
  padding: 5px 15px 15px 6px;
}

#content.company div.business-modal p {
  margin: 0 0 10px;
  font-size: 12px;
}

#content.company div.business-modal a.jqmClose.button-link {
  position: absolute;
  bottom: 20px;
  right: 25px;
  color: #333333;
  margin: 5px 0;
  font-size: 12px;
  text-decoration: none;
}

#content.company div.business-modal p.project-nav {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #999999;
  font-weight: bold;
  margin: 5px 0;
  font-size: 12px;
}

#content.company div.business-projecttags {
  margin-bottom: 30px;
}

#content.company div.business-projecttags div {
  float: left;
  width: 165px;
}

#content.company div.business-projecttags ul {
  margin: 10px 0 20px;
}

#content.company div.business-projecttags ul li {
  list-style: none;
  margin: 3px 0;
  font-size: 12px;
}

#content dl {
	margin: 10px 0;
}

#content dt {
  font-size: 16px;
  color: #0096b7;
	font-weight: normal;
}

#content dd {
	margin: 10px 0;
	border-bottom: 1px solid #CFE3E7;
}

#content dd p {
	margin: 10px 0;
}

#faqs h2 {
	padding: 5px;
	background: #CFE3E7;
	color: #000;
}

#faqs .top {
	font-size: 14px;
	float: right;
	padding: 8px;
}

#faqs .top a {
	font-weight: normal;
}

#faqcategories {
	margin: 20px 0;
}

#faqcategories li {
	list-style: none;
	margin: 5px 0;
}

#faqcategories li a {
	font-weight: normal;
}