
/* General
============================================================================= */

html, body {height: 100%;}

html,body,div,h1,h3,h4,pre,form,button,img {
  margin: 0;
  padding: 0;
  border: 0;
}

h2 {
	font-size: 14px;
	color: #222222;
	font-weight: normal; }

body {
  background-color: #fff;
  font: normal 11px/16px Tahoma, Arial, sans-serif;
  color: #595948;
}

a { 
	color: #ef200f; 
    	text-decoration: none; }
a:visited { 
	color: #ef200f; 
	text-decoration: none; }
a:hover { 
  	color: #0548d0; 
  	text-decoration: none; }     	

#navigation_div ul, #navigation_div li {list-style-type: none; margin:0px; padding:0px; }
#footer ul, #footer li {list-style-type: none; margin:0px; padding:0px; }
a span, button span, ul#navigation span, h2 span, h3 span {display: none;}

input, textarea {
  font: normal 11px/17px Tahoma, Arial, sans-serif;
  color: #3a3a35;
}

#bullets {
   float: left; 
   width:311px; }
   #bullets ul, #bullets li { list-style-type: none; padding:0px; margin:0px; }

button {
  display: block;
  cursor: pointer;
}

div.clear {
	font-size: 1px;
  line-height: 1px;
  height: 1px;
  position: relative;
  clear: both;
}

#page_container {
  text-align: left;
  width: 920px;
  margin: 0 auto;
  padding: 0 0 30px 0;
}

#page_content {
  width: 890px;
  margin: 40px 0 0 15px;
}

p.link {padding: 0 0 0 19px;}
p.arrow_right {background: url(http://www.builtbybuffalo.com/img/icons/arrow_right.gif) 0 2px no-repeat;}
p.arrow_down {background: url(http://www.builtbybuffalo.com/img/icons/arrow_down.gif) 0 2px no-repeat;}

h3 {height: 10px;}

#left_column {
  width: 674px;
  border-right: 1px solid #dddddd;
  float: left;
}

/* Header
============================================================================= */

#header {height: 90px;}

  #header #logo {
    float: left;
    margin-top: 20px;
  }

  #header #ddot {
    float: right;
    margin-top: 0px;
  }

/* Navigation
============================================================================= */

ul#navigation { height: 50px; }

  ul#navigation li {
    float: left;
  }


/* Right column
============================================================================= */

#right_column {
  width: 215px;
  float: right;
  padding: 0 0 27px 0;
}

  #right_column p,#right_column div.pa {margin: 12px 0 0 15px;}
  #right_column p.highlight,#right_column p.highlight a,#right_column span.highlight {color: #7aaa1b;border:none;}
  #right_column p.new {margin: 19px 0 0 15px;}
  #right_column p.twitter {margin: 1px 0 0 15px;}
  #right_column p.link {margin: 16px 0 0 15px;}

  #right_column .section {
    padding: 0 0 24px 0;
    border-bottom: 1px solid #dcdcdc;
  }

#right_column h3 {margin: 0 0 12px 15px;}

h3#latest_news {
  background: url(http://www.builtbybuffalo.com/img/typography/section_headings/latest_news.gif) 0 0 no-repeat;
  width: 111px;
}

h3#twitter_feed {
  background: url(http://www.builtbybuffalo.com/img/typography/section_headings/twitter_feed.gif) 0 0 no-repeat;
  width: 113px;
  height: 28px;
  margin: 18px 0 0 13px;
}

/* Boxes
============================================================================= */

#section {
  padding: 0 0 20px 0;
  border-bottom: 1px solid #dcdcdc;
}

#mainpic {
  width: 656px;
  height: auto;
}

#boxes {
  background: url(http://www.builtbybuffalo.com/img/backgrounds/boxes.gif) 0 0 repeat-y;
  width: 890px;
  margin: 0 0 0 15px;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}

  #boxes .box {
    width: 200px;
    padding: 28px 0 27px 0;
    margin: 0 0 0 30px;
    float: left;
  }

  #boxes .left {margin: 0;}
  #boxes p.link {margin: 16px 0 0 0;}

h3#mozzarella_cms {
  background: url(http://www.builtbybuffalo.com/img/typography/section_headings/mozzarella_cms.gif) 0 0 no-repeat;
  width: 105px;
}

h3.proposal_planner {
  background: url(http://www.builtbybuffalo.com/img/typography/section_headings/proposal_planner.gif) 0 0 no-repeat;
  width: 180px;
}

h3#credentials {
  background: url(http://www.builtbybuffalo.com/img/typography/section_headings/credentials.gif) 0 0 no-repeat;
  width: 77px;
}

h3#updates {
  background: url(http://www.builtbybuffalo.com/img/typography/section_headings/updates.gif) 0 0 no-repeat;
  width: 51px;
}

  #boxes form div {
    background: url(http://www.builtbybuffalo.com/img/backgrounds/forms/textbox_144.gif) 0 0 no-repeat;
    height: 26px;
    margin: 23px 0 0 0;
  }

  #boxes form input {
    background: none;
    width: 132px;
    height: 21px;
    padding: 5px 6px 0 6px;
    border: none;
    float: left;
  }

  #boxes form button {
    background: url(http://www.builtbybuffalo.com/img/buttons/send.gif) 0 0 no-repeat;
    height: 26px;
    width: 48px;
    float: right;
  }

  #boxes form button:hover {background-position: 0 -26px;}

/* Footer
============================================================================= */

#news_box {
  position: relative;
}

#news_error_box {
  position: absolute;
  top: 52px;
  left: 0;
  height: 65px;
  width: 200px;
  background: url(/img/backgrounds/newsletter.gif) 0 0 no-repeat;
}

#footer {
  margin: 0 0 10px 16px;
}

  #footer ul,
  #footer li {float: left;}

    #footer li a, #footer li a:visited {
      color: #072171;
    }

    #footer li a:hover {
      color: #ef200f;      
    }

    #footer li span {color: #d0d0d0;}

  #footer #copyright {
    padding-right: 10px;
    float: right;
  }

#public_lists li {
	margin-top:6px;
}
#public_lists .numbered li {
	margin-top:1px;
}

