/* page wrappers */

body {
  margin: 0;
  padding: 0;
  background: #000033 url('../images/photo.jpg') no-repeat;
  font: 80% verdana,arial,helvetica,sans-serif;
  text-align: left;
}

#windowWrapper {
  text-align: center;
}

#pageWrapper {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  position: relative;
}


/* common elements */

h1 {
  padding: 10px 0 2px 0;
  margin: 0 15px 10px 5px;
  font-family: Garamond, Georgia, serif;
  font-size: 20px;
  border-bottom: 1px solid #B3B6BF;
}

.meta {
  font-family: Tahoma, verdana, sans-serif;
  font-size: 12px;
}

#content p.alert {
  width: 590px;
	background: #fff6bf url('../images/exclamation.png') center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
  margin: 15px 5px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
}

a {
  font-family: Tahoma, verdana, sans-serif;
}

a:hover {
  text-decoration: none;
  color: #292A6F;
}

a.at {
  text-decoration: none;
  color: #292A6F;
}

.highlight {
  background-color: #FEFFAF;
  font-family: Georgia, serif;
}

.highlight_r {
  background-color: #D6E6FF;
  font-family: Georgia, serif;
}

.tinymce_textarea {
  width: 620px;
  height: 500px;
}

.center {
  text-align: center;
}

.tools {
  text-align: center;
}

.clear {
  clear: both;
}

#summary_textarea {
  width: 480px;
  height: 100px;
}

table {
  width: 650px;
  margin: 0 10px;
}

table td {
  font-size: 12px;
}

table td p strong, table td p b {
	margin: 10px 0 0 0;
	font-family: Georgia, serif;
}

/* header / logo */

#header {
  background-image: url('../images/header_bg.jpg');
  width: 100%;
  height: 102px;
}

#logo {
  background-image: url('../images/logo.jpg');
  width: 240px;
  height: 102px;
  margin: 5px 0 0 20px;
}

/* navigation */

#nav {
  background-image: url('../images/nav.jpg');
  width: 100%;
  height: 34px;
  padding: 0;
}

#nav-ul {
  min-width: 630px;
  list-style: none;
  padding: 10px 9px 9px 9px;
  margin: 0 0 0 320px;
}

#nav-ul li.first {
  border: 0;
}

#nav-ul li {
  display: inline;
  border-left: 1px solid #999;
  padding: 3px 18px;
}

#nav-ul li.last {
  border-right: 1px solid #999;
}

#nav-ul li a {
  font-size: 14px;
  text-decoration: none;
}

/* primary content area */

#content {
  background-image: url('../images/content_slice.jpg');
  min-height: 910px;
  padding: 5px 0 0 5px;
  width: 675px;
  margin: 0 0 0 292px;
}

#content p {
  margin: 5px 8px 5px 5px;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 16px
}

#content p strong, #content p b {
	margin: 10px 0 0 0;
	font-family: Georgia, serif;
}

#content ul li {
	padding: 0 0 5px 0;
	margin: 0;
	list-style-image: url('../images/bullet.gif');
}

#content ul li ul li {
	padding: 0 0 5px 0;
	margin: 0;
	list-style-image: url('../images/arrow.png');
}

#content ul { margin: 5px 0 0 0; }

#content ul li ul {
  padding: 0 0 0 20px;
  margin: 10px 0 0 0;
}

/* highlight boxes */
#highlight_box_top {
  width: 678px;
  height: 10px;
  margin: 0;
  padding: 0;
  background: #fff url('../images/highlight_box_top.jpg') bottom left no-repeat;
}

#highlight_box_bot {
  width: 678px;
  height: 13px;
  margin: 0;
  padding: 0;
  background: #fff url('../images/highlight_box_bot.jpg') top left no-repeat;
}

#highlight_box {
  margin: 0;
  padding: 0;
  background-image: url('../images/highlight_box.jpg');
}

#highlight_box p {
  margin: 0;
  padding: 0 30px 0 20px;
  font-family: Tahoma, verdana, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

/* quote boxes */

#quote_box {
  width: 510px;
  height: 205px;
  margin: 20px auto 0 auto;
  padding: 20px 60px 0 60px;
  background: url('../images/quote_box.jpg') no-repeat;
}

#quote_box p.quote {
  margin: 0;
  padding: 0;
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 20px;
  line-height: 24px;
}


/* content itself */


#intro p {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0 0 0 0;
}

.content_block {
  width: 655px;
  background-color: #E6E7ED;
  border: 1px solid #CCCCCC;
  margin: 10px 0 5px 5px;
}

.content_block_r {
  width: 655px;
  background-color: #D6E6FF;
  border: 1px solid #CCCCCC;
  margin: 10px 0 5px 5px;
}


/* date box on class details page */

#enroll th, #enroll td {
  padding: 5px 10px;
  border: 1px solid #ccc;
}

#enroll th {
	background: #9999AF;
}

.light { background: #F0EFFF; }
.dark {	background: #E0E0EF; }

/* enrollment form */

#enrollform td {
	padding: 4px 0 4px 5px;
	border-bottom: 1px solid #ddd;
	background: #fafafa;
}

#enrollform th {
	width: 200px;
	font-size: 12px;
	background: #EFF0FF;
	padding: 2px;
	text-align: left;
}

/* buttons
----------------------------------------------- */
.submit {
	cursor: pointer;
	font-size: 1.1em;
	background: #9999AF;
	color: #fff;
	border: 1px solid #000;
	padding: .1em;
}

/* footer */

#footer {
  background-image: url('../images/footer.jpg');
  height: 21px;
  padding: 4px 0 0 5px;
  font-size: 10px;
  font-weight: bold;
  position: relative;
  text-align: left;
}
