/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
      
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
  font-size: 62.5%;
  color: #222; 
  background: #f3f3f3;
  font-family: Georgia, serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.7em;
}

/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #b87936; }
a           {
	color: #b87936;
	font-weight: bold;
	text-decoration: underline;
}

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

li			{ margin: 0 0 1em 0; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; background: #C3D9FF; }
th,td       { padding: 4px 10px 4px 5px; }
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }


/* Grid
-------------------------------------------------------------- */

.container { width: 985px; margin: 0 auto; position: relative; }


.main { width: 680px; position: relative; float: left; margin: 15px 0 0 0; }
.main_pop { width: 680px; position: relative; float: left; margin: 15px 0 0 0; padding: 45px;}
.home { width: 699px; z-index: 0; }

.sidebar { width: 280px; position: relative; float: left; margin: -15px 0 0 17px; padding: 0 0 0 7px; border-right: 1px solid #e1ddda; }
.sidebar_home { margin: 0 0 0 -7px; }


/* Misc classes and elements
-------------------------------------------------------------- */

/* Use a .box to create a padded box inside a column.  */ 
.box { 
  padding: 1.5em; 
  margin-bottom: 1.5em; 
  background: #E5ECF9; 
}

/* Use this to create a horizontal ruler across a column. */
hr {
  background: url('../img/hr_bg.png') repeat-x #f3f3f3; 
  color: #ddd;
  clear: both; 
  float: none; 
  width: 100%; 
  height: 6px;
  margin: 1em 0 1.45em 0;
  border: none; 
}
hr.space {
  background: #fff;
  color: #fff;
}


/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix, .container {display: inline-block;}
* html .clearfix,
* html .container {height: 1%;}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }






/* Custom CSS for Peabody design
------------------------------------------------------------- */

/* logo replace for h1 */
h1 span { display: none; }
h1 { background: url('../img/peabody_logo.png') no-repeat top left #f3f3f3; width: 100px; height: 70px; position: relative; float: left; }

/* nav setup */
div#nav { float: right; }
div#nav ul { list-style: none; margin: 25px 0 0 0; }
div#nav ul li { font-size: 1.6em; text-transform: uppercase; color: #362f2d; float: left; margin: 0; padding: 0; border-right: 1px solid #362f2d; padding: 0 .5em; }
div#nav ul li.last { border-right: none; padding-right: 0; }
div#nav ul li a { color: #362f2d; text-decoration: none; font-weight: normal; }
div#nav ul li a:hover, div#nav ul li a.on { color: #b87936; }

/* H2 Replace for each page */
h2 span { display: none; }

h2#thank_you { background: url('../img/thank_you_header.jpg') no-repeat top left #f3f3f3; width: 985px; height: 185px; }
h2#new_space { background: url('../img/new_space_header.jpg') no-repeat top left #f3f3f3; width: 985px; height: 185px; }
h2#updates { background: url('../img/updates_header.jpg') no-repeat top left #f3f3f3; width: 985px; height: 185px; }
h2#rfp { background: url('../img/rfp_header.jpg') no-repeat top left #f3f3f3; width: 985px; height: 185px; }
h2#error { background: url('../img/error_header.jpg') no-repeat top left #f3f3f3; width: 985px; height: 185px; }
h2#incentives { background: url('../img/incentives_header.jpg') no-repeat top left #f3f3f3; width: 985px; height: 185px; }

h3 { font-size: 2.2em; color: #b87936; line-height: 1.2em; }

/* font sizing */
.main li, .main p { font-size: 1.4em; line-height: 1.5em; }
.main_pop li, .main_pop p { font-size: 1.4em; line-height: 1.5em; }
.main h3 { margin: 0 0 1em 0; }
.main_pop h3 { margin: 0 0 1em 0; }

/* Sidebar */
div.sidebar { position: relative; background: url('../img/sidebar_bg.png') repeat-y top left; }

h3 span { display: none; }
h3#rfp_header { background: url('../img/quicklinkrfp_header.png') no-repeat top left #f3f3f3; width: 280px; height: 71px; margin: 0; }

div.sidebar p { font-size: 1.2em; line-height: 1.2em; padding: 0 1.2em; }
div.sidebar button#rfp_button { background: url('../img/begin_button.png') no-repeat top left #f3f3f3; width: 85px; height: 28px; border: none; color: #f3f3f3; font-weight: bold; margin: 0 1.2em; margin-bottom:10px; }
div.sidebar h3 { font-size: 1.8em; color: #362f2d; margin: 1.2em .7em; }
label { font-size: 1.2em; display: block; margin: 0 1.2em; }
label.error {font-family: Helvetica, Arial, Verdana, sans-serif; color: #fff; background: #ff6666; padding: 5px; border: 2px solid red; margin: -5px 1.2em 5px 1.2em;}
input { width: 200px; margin: 0 1.2em 1em 1.2em; }
input.radio { width: 1em; height: 1em; margin: 5px 5px 10px 10px; vertical-align: middle; }
textarea { float: none; margin: 0 1.2em 1.2em 1.2em; }

span.radio_label { font-size: 1.2em; margin-left: 5px; }

select { margin: 0 1.2em 1.2em 1.2em; }
button.submit { background: url('../img/submit_button.png') no-repeat top left #f3f3f3; width: 85px; height: 28px; border: none; color: #f3f3f3; font-weight: bold; margin: 0 1.2em; }

div.sidebar div.top { background: #f3f3f3; }
div.sidebar div.top div { border-bottom: 1px dashed #362f2d;  }
div.sidebar div.top div.last { border: none;  padding-bottom: 1.2em;}

div.sidebar div.bottom { background: url('../img/sidebar_notch.png') no-repeat top left #362f2d; padding-top: 15px; margin-top: 5px; color: #f3f3f3; }
div.sidebar div.bottom h3 { color: #f3f3f3; }
div.sidebar div.bottom div { border-bottom: 1px dashed #f3f3f3;  }
div.sidebar div.bottom div.last { border: none; padding-bottom: 1.2em; }
div.sidebar div.bottom a { color: #f3f3f3; }
div.sidebar div.bottom a:hover { color: #b87936; }



div#social {border-bottom: 1px dashed #362f2d; margin-top:-10px; padding-bottom:10px; }
div#social a, div#social2 {margin:5px;}
div#social2 { clear:both;}



button { cursor: pointer; }

div#flash { width: 1000px; position: relative; z-index: 0; height: 465px; margin: 0 auto 15px auto; background: #f3f3f3; }

h3#wings { background: url('../img/spreading_wings.gif') no-repeat top left; width: 100%; height: 64px; }
div.home { /*background: url('../img/home_bg.png');*/ }
div.home p { padding: 0 1em 0 0; }

button#incentives_button { width: 637px; height: 50px; background: url('../img/incentive_button1.png') no-repeat top left; border: none; margin: 0 0 0 0px; }


div#gallery_link { background: #b87936; width: 100%; margin: 60px 0 75px 0; position: relative; }
div#gallery_link img { position: relative; float: left; margin: -40px 10px 7px 10px; }
div#gallery_link div { padding: 40px 0 0 0; margin: 0; }
div#gallery_link h3 { color: #f3f3f3; margin: 0 0 10px 0; }
div#gallery_link p { color: #f3f3f3; margin: 0; font-size: 1.2em; }
div#gallery_link p#link a { color: #362f2d; font-size: .9em; }
div#gallery_link p#link { text-align: right; }
div#meeting_footer { padding: 0 20px 20px 0; font-size: 2.2em; color: #b87936; }
div#meeting_footer a { font-weight: normal; color: #362f2d; }

.hidden { display: none; }

form div { float: left; margin: 0 10px; }

.footer { margin-top: 10px; font-family: "Arial", "Helvetica", serif; }
.footer img { float: right; }
.footer div { float: left; padding-top: 20px; }
.footer div p { margin: 0; }


/* Pop-up Css */

.pop{cursor:pointer;}
.close_wind{margin-left:185px;}
.pop_image{margin-left:70px;}

/* -------------------------------------------------------------- 
   
   ie.css
   
   Contains every hack for Internet Explorer,
   so that our core files stay sweet and nimble.
   
-------------------------------------------------------------- */

/* Make sure the layout is centered in IE5 */
body { text-align: center; }
.container { text-align: left; }

/* Fixes IE margin bugs */
* html .column { overflow-x: hidden; }


/* Elements
-------------------------------------------------------------- */

/* Fixes incorrect styling of legend in IE6. */
* html legend { margin:-18px -8px 16px 0; padding:0; }

/* Fixes incorrect placement of ol numbers in IE6/7. */
ol { margin-left:2em; }

/* Fixes wrong line-height on sup/sub in IE. */
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }

/* Fixes IE7 missing wrapping of code elements. */
html>body p code { *white-space: normal; } 

/* IE 6&7 has problems with setting proper <hr> margins. */
hr  { margin: -8px auto 11px; }
