@import url(reset.css);
@import url(font.css);

body {
  background: #753069 url(../images/page-background.jpg) repeat-x;
}

.clear {
  clear: both;
}

.right {
  text-align: right;
}

.box {
  display: block;
  border: 8px solid #fff;
  margin-top: 8px;
}

/* IE7 Fix to remove gap */
a.box {
  color: #fff;
  overflow: hidden;
  text-decoration: none;
}

a.box:hover {
  border-color: #eaeaea;
}

#page {
  width: 700px;
  margin: 0px auto;
}

#header {
  height: 222px;
  background: #fff url(../images/header-background.jpg) no-repeat;
}

  #logo {
    margin-top: 44px;
    margin-bottom: 40px;
  }
  
  #nav li {
    float: left;
    margin: 1px;
  }
  
    #nav li a {
      display: block;
      padding: 4px 2px;
      border: solid #ccc 1px;
      font-size: 10px;
      color: #639;
      text-decoration: none;
    }

    #nav li a.selected,
    #nav li a:hover {
      color: #fff;
      background-color: #639;
    }

#content {
  float: left;
  width: 444px;
  margin-right: 8px;
  padding: 5px;
  background: #fff url(../images/content-background.jpg) repeat-x;
  min-height: 340px;
}

  .quote {
    float: right;
  }

#sidebar {
  float: left;
  width: 222px;
}

  #sidebarItems .sidebarItem {
    display: block;
    background: #B3319D url(../images/sidebar-background.jpg) no-repeat;
  }
  
  #sidebarItems .sidebarContent {
    padding: 8px;
  }

#footer {
  clear: both;
  background-color: #873a7a;
  border-color: #873a7a;
}

  #footer,
  #footer a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #4f1645;
  }
  
  #footer a {
    text-decoration: none;
  }
  
  #footer a:hover {
    text-decoration: underline;
  }

  
  
  
.errorMessages {
  border: 1px solid #c00;
  background-color: #fcc;
  padding: 5px;
  color: #c00;
}

.errorMessages li {
	 margin-left: 25px;
	 list-style-type: decimal;
}

.requiredIndicator {
	 color: #c00;
	 font-weight: bold;
}

.success {
	padding: 5px;
	margin: 10px 0;
  background-color: #d8e5f6;
  color: #039;
}

.focus {
	padding:20px 0;
	margin:20px 0;
	border-top:dashed 1px #ccc;
	border-bottom:dashed 1px #ccc;
}