/***** All references to PNG images have to be placed here for IE to render them properly within subpages *****/
* {
  font-family:verdana,arial;
  font-size:12px;
  border-collapse:collapse;
}
a {
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}
.clear {
  clear:both;
}
body, html {
  padding:0px;
  margin:0px;
}

html {
  background:#C1A78B url(center_foot.png) scroll repeat-y center bottom;
}

body {
  background:#C1A78B url(center_back.png) scroll repeat-y center top;
}

.header {
  background:#AD0000 url(header.png) scroll no-repeat center top;
  width:990px;
  height:199px;
  padding:5px;
}
.header h1 {
  font-size:25px;
  font-weight:bold;
  display:none;
}

.footer {
  background-color:#AD0000;
  color:#fff;
  text-align:right;
  padding:5px;
}
.footer .copy {
  font-size:18px;
  font-weight:bold;
}
.footer .made_by {
  font-size:10px;
}
.footer .made_by a {
  font-size:10px;
  color:#fff;
}

.errors {
  margin:20px;
  padding:10px;
  border:2px dotted #ff0000;
  background-color:#ffdddd;
}

.notices {
  margin:20px;
  padding:10px;
  border:2px solid #00ff00;
  background-color:#eeffee;
}


.main_area {
  background-color:#fffaee;
  width:1000px;
  margin:0px auto auto;
  padding:0px;
}


.content, .mceContentBody {
  width:960px;
  min-height:500px;
  padding:10px 20px 40px 20px;
  background:transparent url(content_top.png) scroll repeat-x top left;
}

.mceContentBody {
  background:#C1A78B url(center_back.png) scroll repeat-y center top;
  min-height:0px;
}

.content p {
  margin-bottom:10px;
}
.content h1 {
  font-size:20px;
}
.content h2 {
  font-size:18px;
}
.content h3 {
  font-size:16px;
  padding:2px;
  background-color:#ddd;
}


.menu {
  width:1000px;
  background-color:#AD0000;
}
.admin_menu {
  background-color:#000000;
}

.menu ul {
  padding:0px;
  margin:0px;
}

.menu li {
  display:block;
  float:left;
  list-style:none;
  position:relative;
  border:0px solid black;
  font-size:12px;
  font-weight:bold;
  width:140px;
  margin-bottom:0px;
}
.menu li a, .menu li span {
  display:block;
  color:#fff;
  text-decoration:none;
  font-family:arial;
  padding:4px;
}
.menu li li a, .menu li li span {
  background-color:#ffffdd;
  color:#000;
}
.menu ul li ul,
.menu ul li ul li ul {
  display:none;
  z-index:100;
  margin:0px;
  padding:0px;
  width:140px;
  position:absolute;
  top:22px;
  background-color:#4444ff;
  border:1px solid black;
}
.menu ul li ul li ul {
  top:0px;
  left:140px;
}

.menu #menu_education ul,
.menu #menu_education li {
  width:320px;
}

.menu #menu_fun ul,
.menu #menu_fun li {
  width:180px;
}

.menu ul li:hover ul {
  display:block;
}
.menu ul li:hover ul ul {
  display:none;
}
.menu ul ul li:hover ul {
  display:block;
}
.menu ul li:hover ul li {
  margin:0px;
}
.menu li a:hover {
  background-color:#ff4444;
  color:#fff;
}

/* forms & lists */
.list {
  width:600px;
  margin-bottom:15px;
  border-bottom:1px solid black;
}
.list td {
  padding:4px;
}
.list .top_row {
  border-bottom:1px solid black;
  font-weight:bold;
}
.list .altrow {
  background-color:#ddd;
}


/* input */
.form {
  margin:20px;
}
.form .form_item {
  padding-bottom:10px;
}
.form label {
  width:100px;
  float:left;
}
.form .input_item {
  float:left;
  width:800px;
}
.form input[type='text'],
.form input[type='password'] {
  width:200px;
}
.form .help {
  font-style:italic;
  clear:both;
}

.form .textarea {
  width:800px;
  height:500px;
}


.form_item {
  padding-bottom:10px;
}
.form_item label {
  float:left;
  width:100px;
}
.form_item input[type='text'],
.form_item input[type='password'] {
  width:200px;
}
.form_item .choice {
  margin-left:100px;
}
.form_item .note {
  margin-left:100px;
  font-style:italic;
}

fieldset {
  margin-bottom:10px;
  border:1px solid #999;
}
legend {
  padding:0px 15px;
}
textarea {
  width:700px;
  height:300px;
}

.upcoming_event {
  margin-bottom:10px;
  font-size:15px;
}
.upcoming_event .start_time {
  float:left;
  width:240px;
}
.upcoming_event .url {
  float:left;
}
.upcoming_event .special_note {
  clear:both;
  padding-left:40px;
}

.event_flag_container {
  float:left;
  width:400px;
}

.event_flags {
  padding-left:30px;
  float:left;
}

.event_flags li {
  font-weight:bold;
}

.a_public {
  color:#000000;
}
.a_private {
  color:#9f0000;
}

.event_host_container {}

.event_hosts {
  list-style:none;
}

.event_hosts li {
  float:left;
  width:200px;
}

