/* page background, font family, etc. */
body {
color: black;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: .8em;
background: #990000;
text-align: center;
min-width: 790px;
}

/* container to center page in browser window */



#wrapper {
  width: 760px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 10px;
  }

/* top graphic */


#header {
height: 120px;
width: 758px;
	   background: url(images/header.jpg) no-repeat;
	  border: solid 2px black;
}

/* content box includes main content and footer */

#content {
width: 758px;
background: #ffffff;
	   float: left;
	  border: solid 2px black;
	padding-top: 10px;
	text-align: left;
}

#content h1 {
	   color: #990000;
	   font-size: 1.2em;
	   font-weight: bold;
	   letter-spacing: +.1em;
	   line-height:  0;
	   
}

#content a {
	   border-style: none;
	   text-decoration: none;
	   color: #990000;
}

#content a:hover {
  color: blue;
}


h2 {
	   color: #990000;
	   font-size: 1.2em;
	   letter-spacing: .1em;
	   font-weight: normal;
}

/* @group navbar */

#navbar ul {
  margin: 0;
  padding: 0;
  float: left;
  width: 758px;
  background: url(images/mainNavBg.gif) repeat-x;
  list-style: none;
  text-transform: none;
	text-align: center;
	  border-left: solid 2px black;
	    border-right: solid 2px black;
}

#navbar ul li {
  float: left;
	   
}


#navbar ul a {
  padding: 0 1em 0 1.5em;
  text-decoration: none;
  color: #333333;
  float: left;
  display: block;
  font-weight: bold;
  line-height: 2em;
  font-size: .95em;
  background: url(images/mainNavBorder.gif) repeat-y left top;
}

#navbar ul .home a {
  background: none;
 
}

#navbar ul a:hover {
  color: #ffcc66;
}

#home #navbar .home a, #bios #navbar .bios a,
#press #navbar .press a, 
#contact #navbar .contact a {
cursor:  default;
color: #990000;	   
}


/* @end */


#footer {
 background-color: #e1eeeb;
	   height: 20px;
	   font-size: .8em;
	   text-align: center;
	   line-height: 2em;
	   color: #666666;
	   margin-top: 20px;
	   clear: both;
}

#footer a {
	   border-style: none;
	   text-decoration: none;
	   color: #990000;
}

#footer a:hover {
  color: blue;
}

/* left of sidebar */

#left {
	   width: 430px;
	   float: left;
	   padding-top: 18px;
	   padding-right: 18px;
	   padding-left: 18px;
	margin-left: 30px;
}

/* @group sidebar */

#sidebar {
	width: 230px;
	float: right;
	margin-top: 50px;
	text-align: left;
	margin-right: 10px;
	background-color: #eae1c8;
	padding-left: 10px;
	padding-right: 10px;
	   }

/* sidebar text is padded 15px on left */

#sidebar h1 {
	   color: #990000;
	   font-size: .9em;
	   font-weight: bold;
	   letter-spacing: 0em;
	   padding-left: 15px;
	   padding-right: 15px;
	margin-bottom: 2em;
}

#sidebar p {
	   color: #000000;
	   font-size: .75em;
	   font-weight: normal;
	   letter-spacing: 0em;
	   line-height: 1.5em;
	   padding-left: 15px;
	   padding-right: 15px;
}

/* @end */

/* @group Rounded corners for sidebar */

 .roundedCornerSpacer {
    margin: 0px; padding: 0px; border: 0px;
    clear: both;
    font-size: 1px; line-height: 1px;
}
/* In the CSS below, the numbers used are the following:
    1px: the width of the border
    3px: a fudge factor needed for IE5/win (see below)
    4px: the width of the border (1px) plus the 3px IE5/win fudge factor
    14px: the width or height of the border image
*/
.borderTL, .borderTR, .borderBL, .borderBR {
    width: 10px; height: 10px;
    padding: 0px; border: 0px;
    z-index: 99;
}
.borderTL, .borderBL { float: left; clear: both; }
.borderTR, .borderBR { float: right; clear: right; }
.borderTL {
	   margin-top: 0;
	   margin-right: 0px;
	   margin-bottom: 0px;
}
.borderTR {
	   margin-bottom: 0px;
	   margin-left: 0px;
	   margin-right: -10px;
}
.borderBL {
	   margin-top: -10px;
	   margin-right: 0px;
	   margin-bottom: 0px;
}
.borderBR { margin: -10px -10px 0px 0px;
}
/* IE5-5.5/win needs the border scooted to the left or right by an
   additional 3px! Why? */
.borderTL {
    margin-left: -4px;
    ma\rgin-left: -1px;
}
html>body .borderTL {
    margin-left: -1px;
}
.borderTR {
    margin-right: -4px;
    ma\rgin-right: -1px;
}
html>body .borderTR {
    margin-right: -1px;
}
.borderBL {
    margin-left: -3px;
    ma\rgin-left: 0px;
}
html>body .borderBL {
    margin-left: 0px;
}
.borderBR {
    margin-right: -3px;
    ma\rgin-right: 0px;
}
html>body .borderBR {
    margin-right: 0px;
}
/* To get around a known bug in IE5/win, apply the
   border (no margin, padding or positioning) to the
   content class and apply whatever positioning you
   want to the contentWrapper class. */
.content {
    margin: 0px;
    padding: 0px;
}
.sidebarcontent {
    /* position this div however you want, but
       keep its padding and border at zero */
    padding: 0px;
    border: 0px;
}
/* @end */

/* under left and sidebar, also used for vertical spacing */

#under {
	   background: #ffffff;
	   width: 725px;
	   clear: both;
	   padding-bottom: 18px;
	   padding-left: 18px;
	   padding-right: 10px;
}

#under p {
	margin-right: 20px;
}

#bios #box p{
	color: #990000;
}

#box {
	   width: 450px;
	   padding-right: 20px;
	   padding-left: 20px;
	   border-style: solid;
	   border-width: 1px;
	   margin-left: 120px;
	   background-color: #eae1c8;
	   padding-top: 7px;
}

#box h1 {
	   border-style: none;
	   border-width: 1px;
	font-size: .9em;
}

#press #left a {
	margin-left: 30px;
}


/* @group Home page local */

#home it {
	   color: #666666;
	   font-style: italic;
}

/* box for Craft Center info */
	   
/* @end */



/* @group Contact form */

/* container for form */

#formal {
	   text-align: left;
	   margin-left: 20px;
	   width: 720px;
}

form {
  font-size: 1em;
  width: 55em;
}


/* fieldset styling */
fieldset {
  margin: 1em 0; /*  space out the fieldsets a little*/
  padding:  1em;
  border : 1px solid #ccc;
  background-color: #fbfbed;

}

#submit fieldset {
	   text-align: center;
}

#please-select label {
	   width:  5em;   
}

#please-select p {
	   text-align: left;
}

/* legend styling */
legend {
  font-weight: bold;
}


/* style for  labels */
label {
  display: block;
  float:  left;
  width:  15em;
}

/* style for required labels */
label .required {
  font-size: 0.75em;
  color:#760000;
}

input {
  width: 300px;
}

input.zip {
  width: 100px;
}

input.firstname {
  width: 15em;
}

input.lastname {
  width: 15em;
}


input.radio, input.submit {
  width: auto;
}

/* style form elements on focus */
input:focus, textarea:focus {
  background: #ffc;
}

input.radio {
  float: left;
  margin-right: 1em;
	   margin-left: 1em;
}

textarea {
  width: 450px;
  height: 100px;
}

/* Hack to make sure the floated radio buttons
   sit next to the labels correctly in IE/Mac*/

input.radio + label {
  text-indent: 0;
}

/* @end */

#bios #wrapper #content #left {
	float: left;
	width: 650px;
	margin-left: 30px;
	padding-top: 18px;
	padding-right: 18px;
	padding-left: 18px;
}
#contact #wrapper #content img {
	float: left;
	padding: 20px;
}
