/* generics */

html {
  height: 100%;
}

body { 
  font-family: arial, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: 1em;
}

p { 
  margin: 0px;
  padding: 0px 0px 16px 0px;
  line-height: 1.7em;
}

h1 { 
  font-family: arial, sans-serif;
  letter-spacing: .1em;
  font-weight: normal;
  padding: 16px 0px 5px 0px; 
  margin: 0px 0px 0px 0px; 
  border-bottom: 1px solid;
  font-size: 150%;
}

img { 
  border: 0px; 
  margin: 0px; 
  padding: 0px;
}

a span {
  outline: none; /* outline??? */
  color: #929280;
}

a:hover span {
  text-decoration: underline;
  color: white;
}

a:visited span {
  color: #929280;
}

ul
{ margin: 2px 0px 18px 16px;
  padding: 0px;
}

ul li
{ list-style-type: square;
  margin: 0px 0px 6px 0px; 
  padding: 0px;
}

/* ordered list */
ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li
{ margin: 0px 0px 11px 0px; 
  padding: 0px;
}


#instructions
{ font-size: 101%;

}





/* block quote */
/*
blockquote
{ margin: 20px 0px 20px 0px; 
  padding: 10px 20px 0px 20px;
  border-left: 8px solid;
}
*/

/* OVERALL TEMPLATE */

#logo, #menu, #site_content
{ 
  margin-left: auto; 
  margin-right: auto;
}

/* logo */
#logo
{ 
  width: 1880px;
  height: 95px;
  border-top: 5px solid;
}

#logo h1
{ 
  font-family: arial, sans-serif;
  font-size: 4.7em;
  font-weight: normal;
  padding: 0px 0px 0px 14px;
  border: 0px;
  float: left;
  letter-spacing: 0px;
}

#logo p
{
  float: right;
  width: 820px;
  font-size: 80%;
  line-height: 140%;
  font-style: italic;
  padding-right: 10px;
  padding-top: 5px;
}


/* navigation menu */
#menu
{ 
  height: 44px;
  width: 1880px;
  border-bottom: 2px solid;
}

#menu ul
{
  margin: 0px auto;
} 

#menu li
{ 
  float: left; 
  margin: 0px; 
  padding: 0px;
  list-style: none;
} 

#menu li a 
{ 
  display: block;
  float: left;
  height: 33px;
  text-decoration: none; 
  padding: 11px 19px 0px 19px;
  border-right: 2px solid;
  font-weight: bold;
  font-size: 120%;
} 


/* main content */
#site_content
{ width: 1878px;
  overflow: hidden;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-left: 1px solid;
  position: relative; 
  top: 0px; 
  left: 0px;
} 

/* side menu */
#side_menu
{ padding: 22px 3px 10px 19px;
  width: 170px;
  position: absolute; 
  top: 0px; 
  left: 0px;
}

.big_side_menu_item
{ width: 170px; 
  padding: 6px 0px 8px 0px;
  height: 101px;
}

.big_side_menu_item a
{ float: left; 
  width: 148px; 
  height: 85px; 
}

.big_side_menu_item a:hover{
  background-color: white;
}

.big_side_menu_item img 
{ display: block; 
  margin: 2px;
}

.tall_side_menu_item
{ 
  width: 170px; 
  padding: 6px 0px 8px 0px;
  height: 193px;
}

.tall_side_menu_item a
{ 
  float: left; 
  width: 148px; 
  height: 193px; 
}

.tall_side_menu_item img 
{ 
  width: 144px;
  height: 189px;
  display: block; 
  margin: 2px;
}

.info
{ padding-top: 4px;
  float: left;
  width: 150px;
}

.side_menu_item_square
{ width: 230px; 
  padding: 6px 0px 8px 0px;
  height: 250px;
  display: block;
  float: left;
}

.side_menu_item_square a
{ float: left; 
  width: 221px; 
  height: 250px; 
}

.side_menu_item_square img 
{ display: block; 
  margin: 2px;
}

/* page content */
#content
{ text-align: left;
  width: 1653px;
  padding: 12px 0px 18px 14px;
  position: absolute; 
  left: 190px; 
  top: 0px;
}

#content a {text-decoration: none;}

#content a:hover {text-decoration: underline;}

/* form */
form
{ margin: 3px 0px 0px 0px; 
  padding: 0; 
}

form#contact{height: 220px;}

div.row1
{ width: 800px; 
  clear: both;
}

div.row1 span.formlabel 
{ float: left;
  width: 164px;
  text-align: left;
  margin: 11px 0px;
}

div.row1 span.forminput
{ float: right;
  text-align: right;
} 

#contact input, #contact textarea, #sendername, #senderaddress, #sendermessage
{ width: 600px; 
  font-family: verdana, arial, sans-serif;
  font-size: 100%;
  border: 1px solid #2C2C2A;
  overflow: auto;
  margin: 2px;
  background-color: #40403E;
  color: white;
  padding-left: 2px;
  padding-right: 2px;
}

#contact input.submit, #sendButton
{ width: 99px;
  margin: 8px 0px 0px 220px;
  height: 22px;
  cursor: pointer;
  background-color: #40403E;
  color: #82974b;
  border-color: #2C2C2A;
}

#testimonialholder {
  /*width: 540px;
  float: right;*/
  position: absolute;
  top: 60px;
  left: 940px;
}

#testimonial {
  font-size: 20px;
  line-height: 1.3;
  width: 500px;
  padding-left: 20px;
  padding-right: 20px;
  font-style: italic;
}

#gallery 
{ position: absolute; 
  top: 36px;
  width: 354px;
  padding-top: 8px;
  right: 20px;
}

#thumbs 
{ width: 354px; 
  float: right;
}

#thumbs a 
{ display: block; 
  float: left; 
  width: 112px; 
  height: 63px; 
  border: 3px solid #40403E;
}

#thumbs a img 
{ width: 112px; 
  height: 63px; 
  border: 0;
}

#thumbs a:hover {border-color: #82974B;}

a.studentPageLink img.studentworkProfile {
  border: 3px solid #40403E;
  height: 216px;
  width: 216px;
}

a.studentPageLink:hover img.studentworkProfile {
  border: 3px solid white;
}