/* Imports */
@import url("reset.css");

/* body and general styles */
body {
  margin: 0;
  background: url('../graphics/body-bg.png') top left repeat-x #ffffff;
  color: #444444;
  font-family: Arial, Helvetica, sans-serif;
  word-wrap: break-word;
  font-size: 13px;
}

hr {
  height: 40px;
  border: none;
  clear: both;
}

hr.big {
  width: 880px;
  background: url('../graphics/hr-big.png') top left no-repeat;
  margin: 15px auto;
}

#page {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  position: relative;
}

h1 {
  font-size: 20px;
  margin: 0;
}

h2 {
  font-size: 16px;
  margin: 10px 0 10px 0;
}

h3 {
	font-size: 14px;
	margin: 10px 0 10px 0;
}

p {
  font-size: 13px;
	margin: 10px 0 10px 0;
  /* consider applying line-height 1.3em to only rightcolumn paragraphs, and a lesser line-height to body paragraphs. */
  line-height: 1.3em;
}

img.bordered {
  border: 2px solid #000000;
  margin: 5px auto;
}

img.alignright {
  float: right;
}

td, th {
  border: 1px solid #666666;
  padding: 4px 2px 4px 2px;
}

td > div {
  border: 1px solid #cccccc;
  background: #e6e6e6;
  padding: 5px;
  margin: 5px auto;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.clear {
  clear: both;
}

/* Header */
#header {
  color: #ffffff;
  height: 150px;
  margin-bottom: 28px;
}

#header h1 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 30px;
  padding-top: 26px;
  margin-left: 20px;
  /* Space letters apart a little, keep this? */
  letter-spacing: 0.1em;
}

#header h2 {
  font-size: 20px;
  margin-left: 20px;
  font-family: Georgia, 'Times New Roman', serif;
}

#logo {
  
}

#logo img {
  float: left;
  display: block;
  border: none;
  margin: 11px 20px 11px 20px;
}

/* Main Menu, within the header div */
/* drop-down menu code stolen from goincase.com, check back there if I need */
#main-menu > ul {
list-style:none;
margin:0;
padding:0;
position: absolute;
top: 113px;
right: 0;
}
#main-menu > ul > li {
float:left;
line-height:35px;
position:relative;
z-index:99;
background: #333333;
border-top: 2px solid #259215;
margin-left: 1px;
}

#main-menu > ul > li:first-child{
margin-left: 0;
}

#main-menu > ul li.hover ul li,
#main-menu > ul li:hover ul li {
display:block;
}
#main-menu > ul li img {
padding:11px 0 0;
}
#main-menu > ul li a,
#main-menu > ul li a:active,
#main-menu > ul li a:visited {
color:#fff;
text-decoration:none;
height:35px;
float:left;
display:inline; /*ie*/
padding:0 18px;
position: relative;
z-index: 100;
}
#main-menu > ul li a.here {
background: #222;
}
#main-menu > ul li:hover a.here {
background: #333;
}

/* below was: 
 * #main-menu > ul > li a:hover,
#main-menu > ul > li:hover */
#main-menu > ul > li:hover {
color:#fff;
background:#333;
outline:none;
border-top: 2px solid #9db8ea;
}

#main-menu > ul ul {
font-size: 13px;
position:absolute;
top:0px;
left:0px;
z-index:99;
width:200px;
padding-top: 35px;
background: url("../graphics/arrow-trans.png") 4px 15px no-repeat;
}
#main-menu > ul ul li {
float:none;
z-index:99;
height:26px;
background:#333;
display:none;
}
#main-menu > ul ul li a,
#main-menu > ul ul li a:active,
#main-menu > ul ul li a:link,
#main-menu > ul ul li a:visited {
float:none;
height:26px;
line-height:26px;
display:block;
/*padding-left:40px;*/
background-position:10px center;
background-repeat:no-repeat;
background-image:none !important;
background-color:#333;
color:#fff;
}
#main-menu > ul ul li a:hover {
background-color:#444;
background-repeat:no-repeat;
background-position:10px center;
color:#fff;
}

/* OK, now set up right and left columns with classes instead of ID's so I can reuse them if I need */
.rightcolumn{
  float: right;
  width: 300px;
}

/* Content Column  */
.content{
  margin-right: 320px;
  padding: 0;
}

.content h1 {
  margin-bottom: 10px;
	padding-bottom: 4px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #000000;
	border-bottom: 1px dotted #aaaaaa;
}

.content ul {
  list-style-type: disc;
  margin-left: 25px;
  line-height: 1.3em;
}

.content li {
  margin-top: 3px;
  margin-bottom: 3px;
}

.ie-no-border {
  border: 2px solid #259215;
}

/* footer */
#footer {
  margin-top: 40px;
  padding-top: 45px;
  clear: both;
  width: 100%;
  background: url('../graphics/hr-big.png') top center no-repeat;
  text-align: center;
}

#footer p {
  text-align: center;
  font-size: 10px;
  color: #666666;
}

/* staff list */
.stafflist {
  font-size: 16px;
  list-style-type: square;
  margin-left: 25px;
}

.stafflist li {
  margin-bottom: 8px;
}

.stafflist li > div {
  display: none;
  font-weight: normal;
}

.stafflist li a {
  color: #666666;
}
/* Schedule */
.schedule-blue {
  background: #D8E5FA;
  font-weight: bold;
}

.schedule-bold {
  font-weight: bold;
}

