@import "typography.css";
/* Import stylesheets and hide from IE/Mac \
 End import/hide 
 - - - - - - - - - - - - - - - - - - - - -

Title : 
Author : 
URL : 

Description : 

Created : 
Modified : 

- - - - - - - - - - - - - - - - - - - - - 
 --------------------------------- GLOBAL <<<----------------------------------------- */
body {
background:#d7cfba;
color:#5B5B5B;
font-family:"Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
font-size:small;
line-height:1.6em;
margin:2em 0 0 0;
padding:0;
}

h1 { font-size: 300%; }
h2 { font-size: 200%; line-height:1.5; color:#2c5652;}
h3 { font-size: 110%; line-height:1.4; font-weight:700; color:#111111; letter-spacing:1px;}
h4 { font-size: 130%; line-height:1.3; font-weight:normal; letter-spacing:2px;}
h5 { font-size: 110%; line-height:1.2; font-weight:normal;}
h6 { font-size: 80%; line-height:1.1;}

* html body {
font-size:small;
}

* {
border:0;
margin:0;
padding:0;
}

#wrap {
background:url(../images/wrap_bkgrnd.jpg) repeat-y;
margin:0 auto;
padding:0;
width:900px;
}

#header {
margin:0;
padding:0;
text-align:center;
height: 451px;
width:900px;
/*background:url(../images/flash_header.jpg) no-repeat top left;*/
}

#header h1 {
color:#333;
font-size:180%;
font-weight:400;
height:714px;
line-height:1em;
margin:0;
padding:0;
}

#main_menu {
margin-top:.25em;
}

#long_title {
background:#AAB2BF;
height:25px;
margin:.5em 1em 0;
padding:.5em 0 0 1em;
}

#title {
background:#AAB2BF;
height:25px;
margin:.5em 0 0;
padding:.5em 0 0 1em;
}

#title.lefttitle {
margin:.5em 1.5em 0 0;
}

/* display:inline is important for controlling the IE Doubled Float-Margin Bug */
#content {
display:inline;
float:right;
margin:1em 1em 1em 0;
width:70%;
}

#content p {
margin:0 0 1.5em;
}

#content1,#content2 {
clear:both;
margin:3em 5.5em;
padding:0;
}

#content3 {
margin:1em;
}

/* display:inline is important for controlling the IE Doubled Float-Margin Bug */
#sidebar {
color:#666;
display:inline;
float:left;
font-size:90%;
line-height:1.5em;
padding:1em 0 1em 1em;
width:24%;
}

/* display:inline is important for controlling the IE Doubled Float-Margin Bug */
#left_content {
display:inline;
float:left;
margin:0 0 .5em 1em;
width:39%;
}

/* display:inline is important for controlling the IE Doubled Float-Margin Bug */
#right_content {
display:inline;
float:right;
margin:0 1em .5em 0;
width:56%;
}

#text {
margin:.75em 0 0;
}


#text ul {
margin:.5em 0 .5em 2em;
}

#text.left {
background:url(../images/sidebar_divider_line.jpg) repeat-y top right;
padding-right:1em;
}

/* Lists on the Bio pages for staff members */
ul.bio li {
	font-weight:normal;
	margin-bottom:8px;
}

#footer {
background:#d7cfba;
clear:both;
color:#fff;
padding:0;
text-align:center;
height:40px;
margin:0;
}

#footer a,#footer a:visited,#footer a:hover {
color:#FFF;
text-decoration:none;
}

#footerinfo {
	background:url(../images/footer_images/footer.jpg) no-repeat top left; 
	height:106px;
}

.pad {
	margin: 0 0 25px 0;
}


/* Indestructible box */ 
 
.box {
  width: 425px;
  background: url(../images/box/box_bottom.gif) no-repeat bottom left;
  }
.box h6 {
  margin: 0;
  padding: 0;
  font-size: 130%;
  color: #333;
  /*border-bottom: 1px solid #E0CFAB;*/
  background: url(../images/box/box_top.gif) no-repeat top left;
  }
.box p {
  margin: 0;
  padding: 0 20px 14px 20px;
  }
  
.box h1, h2, h4, h5 {
  margin: 10px 20px 10px 20px;
  padding: 0;
  }
  
.box h3 {
  margin: 5px 20px;
  padding: 0;
  }
  
.box img {
 float:left; 
 padding: 0 10px 5px 0;
}

/* Indestructible bigbox */ 
 
.bigbox {
  width: 752px;
  background: url(../images/box/bigbox_bottom.gif) no-repeat bottom left;
  }
.bigbox h6 {
  margin: 0;
  padding: 0;
  font-size: 130%;
  color: #333;
  /*border-bottom: 1px solid #E0CFAB;*/
  background: url(../images/box/bigbox_top.gif) no-repeat top left;
  }
.bigbox p {
  margin: 0;
  padding: 0 20px 14px 20px;
  }
  
.bigbox h1, h2, h4, h5 {
  margin: 10px 20px 10px 20px;
  padding: 0;
  }
  
.bigbox h3 {
  margin: 5px 20px;
  padding: 0;
  }
  
.bigbox img {
 padding: 5px;
}



/* 
 wFORMS 2.0 Stylesheet - Bureaucrat Theme v3 - Aug. 2006
 See http://www.formassembly.com/wForms
 
 To be used along with wforms-jsonly.css
 This stylesheet and the associated images are Copyright (c) 2005 Cedric Savarese (http://www.4213miles.com)	
 and licensed under the Creative Commons Attribution-ShareAlike License (http://creativecommons.org/licenses/by-sa/2.0/) 
*/

#formGarden {
	margin:0 20px;
}
 
form {
	padding: 10px;
	background-color: #D7CFBA;
	border: 1px solid #878177;	
}
/* Form Sections ======================================================================== */
/* Fieldset  */

fieldset {
	margin: 10px 0;
	padding: 5px 10px;
	background-color:#D7CFBA;
	border: 3px solid #E4E3D3;	
	overflow: auto;
}
legend {
	padding: 2px 5px;
	color: #888;
	font-size: 115%;
}
/* Nested Fieldset  */
fieldset fieldset  {
	background-color:#FFF;
	border: 1px solid #ccc;
}
fieldset fieldset legend {
	font-size: 110%;
}
/* Inline Section */
.inlineSection {
	overflow: auto;
	width: 100%;	
}
/* Grid Section */
form table {
	border-collapse: collapse;
}
form td {
	padding: 0 4px;
	/*border-left: 1px solid #E4E3D3;
	border-right: 1px solid #E4E3D3;*/	
}
form th {
	padding: 0 4px;
}
form .alternate-1 {
	background-color:#E4E3D3;
}
form .alternate-1 td {
	border-left: 1px solid #F4F3E3;
	border-right: 1px solid #F4F3E3;	
}
form .alternate-0 {
}

/* Combo Label + Input Field =========================================================== */
form .oneField {
}
form .inlineSection .oneField {
	padding: 0;
	margin-right: 4px;
	white-space: nowrap;	
}
/* Ties together a label and its checkbox or radio */
form .oneChoice {
	white-space: nowrap; 	
}

/* Field Labels ======================================================================== */

/* Base */
label, form .label {	
	color: #333;
	margin: 0;
}
/* Text inputs / Select label */
label.preField {
	display: -moz-inline-box;
	display: inline-block;	
	margin: 0.6em 4px 0 0;
	padding: 0 2px;
	min-width: 1em;
	background-color: #EDEDDC;
	font-weight:700;
}
/* Radio / Checkbox group label */
form .label  {
	display: block; 
	margin: 0.6em 4px 0 0;
	padding: 2px;
}
/* Individual Checkbox / Radio label */
label.postField  {
	margin: 0 4px 0 4px;
}
/* Label when inside an inline section */
form .inlineSection .oneField .inlineLabel {
	display: -moz-inline-box;
	display: inline-block;	
	margin: 0.6em 4px 0 0;
	padding: 0 2px;
	min-width: 9em;
	background-color: #EDEDDC;
	white-space: normal;
}

/* Inputs ======================================================================== */

textarea {
	padding: 0;
	vertical-align: top;
	margin: 2px 2px 1px 0;
}
input {
	margin: 0 2px 0 0;
}
input[type=text], input[type=password] {
}
select {
	margin: 2px 2px 1px 0;
	padding: 0;
}
.inlineSection .oneField select {
	margin: 0 2px 1px 0 !important;
}
.gridSection select  {
	margin: 0 !important;
}

/* Buttons ======================================================================= */

form .actions {
	text-align: center;
	margin: 10px 0 10px 0;	
}
/* Submit button */
form .primaryAction {
	font-weight: bold;
}
/* Cancel button */
form .secondaryAction {
	color: grey;
}
form .secondaryAction:hover {
	color: black;
}


/* Form Builder Related Rules ===================================================== */

/* Form or Fieldset instruction paragraph. */
form .instructions {
	margin: 1em 0;
	font-style: italic;
}
/* Asterisk on required fields */
form .reqMark {
	color: #F00;
	padding: 0;
}

/* wForms Related Rules ========================================================== */

/* Field w/ a validation error */
form .errFld {
	padding: 1px;
	border: 1px solid #F00;
}
/* Styling for message associated with a validation error. */
form .errMsg {	
	color: #CC3333 !important;
	display: block;
}
/* Field-Hint with focus */
form .field-hint {
	float: right;
	clear: right;
	color: #000;
	background-color: #FFFFFF;
	border: 1px solid #bbb;
	margin: 2px 0 7px 0;
	padding: 2px;
	font-size: 85%;
	min-height: 2em;	

}
/* Field-Hint without focus */
form .field-hint-inactive {
	float: right;
	clear: right;
	color: #666;
	border: 1px solid #E4E3D3;
	background-color: #FFFFFF;
	margin: 2px 0 7px 0;
	padding: 2px;
	font-size: 85%;
	min-height: 2em;	

}
/* Repeat Behavior divs (when not set on a fieldset) */
div.repeat {
	margin: 3px 0;
	padding-right: 6px;
	border: 1px dotted #ccc;
	background-color: #FFFFFF;
}
div.removeable {
	margin: 3px 0;
	padding-right: 6px;	
	border: 1px dotted #ccc;
	background-color: #F3F3F3;
	
}
/* Links generated by the Repeat Behavior */
form .duplicateLink {
	line-height: 260%;
	font-weight: bold;
}
form .removeLink {
	line-height: 260%;
}
form td .duplicateLink, form td .removeLink  {
	margin: 0;
	line-height: 100%;
}
/* Switch Behavior Classes */
.onstate-a,  .onstate-b,  .onstate-c,  .onstate-d,
.onstate-e,  .onstate-f,  .onstate-g,  .onstate-h, 
.onstate-i,  .onstate-j,  .onstate-k,  .onstate-l, 
.onstate-m,  .onstate-n,  .onstate-o,  .onstate-p, 
.onstate-q,  .onstate-r,  .onstate-s,  .onstate-t,
.onstate-u,  .onstate-v,  .onstate-w,  .onstate-x,  
.onstate-y,  .onstate-z,  .onstate-aa, .onstate-ab,
.onstate-ac, .onstate-ad, .onstate-ae, .onstate-af,
.onstate-ag, .onstate-ah, .onstate-ai, .onstate-aj,
.onstate-ak, .onstate-al, .onstate-am, .onstate-an,
.onstate-ao, .onstate-ap, .onstate-aq, .onstate-ar,
.onstate-as, .onstate-at, .onstate-au, .onstate-av,
.onstate-aw, .onstate-ax, .onstate-ay, .onstate-az {
	display: block;
}
/* offstate classes for the Switch Behavior are in wforms-jsonly.css */


 
/* IE6 BUG FIXES ==================================================================== */
form {
	height:expression('1%'); /* IE Pick-a-boo bug fix */
}
form fieldset {
	position:expression('relative'); /* Fixes IE problem with fieldset+legend boundaries */
	margin-top:expression('1em');
	padding-top:expression('1.5em');
	overflow: expression('visible');
}
form fieldset legend {
	position: expression('absolute'); 
	top: expression('-.5em'); /* Fixes IE problem with fieldset+legend boundaries */
	left:expression('.5em');
}
form .inlineSection .oneField {
	display: expression('inline-block');		
}
label.preField, form .inlineSection .oneField .inlineLabel {
	width: expression('9em');
}

/* 
 wFORMS Extension Stylesheet - formassembly.com					
 Default Theme: March 2005										
 To be used along with wforms.css
 This stylesheet and the associated images are Copyright (c) 2005 Cédric Savarese (http://www.4213miles.com)	
 and licensed under the Creative Commons Attribution-ShareAlike License (http://creativecommons.org/licenses/by-sa/2.0/) 
*/

/* Accessiblity Related Rules */
/* These are the rules that should *not* apply if javascript is disabled. */
/* see: http://formassembly.com/blog/?p=14 */

.offstate-a, .offstate-b, .offstate-c, .offstate-d, 
.offstate-e, .offstate-f, .offstate-g, .offstate-h, 
.offstate-i, .offstate-j, .offstate-k, .offstate-l,
.offstate-m, .offstate-n, .offstate-o, .offstate-p, 
.offstate-q, .offstate-r, .offstate-s, .offstate-t,
.offstate-u, .offstate-v, .offstate-w, .offstate-x,  
.offstate-y, .offstate-z, .offstate-aa, .offstate-ab,
.offstate-ac, .offstate-ad, .offstate-ae, .offstate-af,
.offstate-ag, .offstate-ah, .offstate-ai, .offstate-aj,
.offstate-ak, .offstate-al, .offstate-am, .offstate-an {
	display: none !important;
}

.wfPage, .wfHideSubmit { 
	display: none !important;
}
.wfCurrentPage {
	display: block !important;
}

.floatleft {
	float:left;
	display:inline;
	margin: 0 20px 20px 20px;
}