* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  border: 0;
}

html, body {
  height: 100%;
  background-color: #eee;
  font-family: Helvetica, Tahoma, Arial, sans-serif;
  font-size: 13px;
}

p {
  font-size: 1em;
  line-height: 1.8em;
}

a {
  color: #758590;
  text-decoration: none;
}

a:hover {
  color: #B8D4E6;
  text-decoration: underline;
}

.clear_both {
  clear: both;
}

.inner {
}

.lefted {
  float: left;
  margin-left: 50px;
}

.righted {
  float: right;
  margin-right: 50px;
}

.tl {
  position: absolute;
  top: 0; left: 0;
}

.tr {
  position: absolute;
  top: 0; right: 0;
}

.bl {
  position: absolute;
  bottom: 0; left: 0;
}

.br {
  position: absolute;
  bottom: 0; right: 0;
}

#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -105px;
  width: 860px;
  background-color: white;
}

#header {
  width: 100%;
  overflow: hidden;
  background-image: url(../images/header_line.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
}

#header h1 {
  display: none;
}

#header #header_right img {
  margin-right: 10px;
}

#wrapper > .inner {
  padding: 30px 0;
}

#nav {
  float: right;
  overflow: hidden;
  width: 30%;
  font-size: 1.25em;
}

#main {
  overflow: hidden;
  margin-bottom: 30px;
}

#nav_links {
  margin-right: 50px;
}

#nav_links li {
  border-bottom: 1px dotted #8FA6B4;
}

#nav_links li:last-child {
  border-bottom: none;
}

#nav_links li a {
  padding: 15px 20px 10px;
}

#image_list {
	list-style-type: none;
}

#image_list li{
	padding: 15px 20px 10px;
	border-bottom: none;
}


#nav a {
  display: block;
}

#nav a:hover {
  text-decoration: none;
}

#content {
  float: right;
  width: 70%;
}

#content > .inner {
  margin: 0px 50px;
}

#spotlight {
  overflow: hidden;
  margin-bottom: 20px;
}

#spotlight_content {
  position: relative;
}

#spotlight_content .tl, .tr, .bl, .br {
  height: 20px;
  width: 20px;
}

#spotlight_content .tl {
  background-image: url(../images/rounded_corners/rounded_whitebg/tl.png)
}

#spotlight_content .tr {
  background-image: url(../images/rounded_corners/rounded_whitebg/tr.png)
}

#spotlight_content .bl {
  background-image: url(../images/rounded_corners/rounded_whitebg/bl.png)
}

#spotlight_content .br {
  background-image: url(../images/rounded_corners/rounded_whitebg/br.png)
}

#spotlight_content > div {
  height: 230px;
  padding: 35px;
  background-image: url(../images/blue_bg.png);
  /* background-image: url(../images/purple_bg.png); */
  /* background-image: url(../images/green_bg.png); */
}

#spotlight_content > div {
  color: white;
}

#spotlight_content > div h2 {
  font-size: 1.8em;
  font-weight: normal;
  text-transform: uppercase;
}

#spotlight_content > div p {
  font-size: 1.5em;
  padding: 25px 25px 0 25px;
  line-height: 1.4em;
}

#spotlight_nav {
  float: right;
  margin: 8px 5px 0 0;
}

#spotlight_nav ul li {
  display: inline;
  padding: 0 10px;
  font-size: 0.95em;
  font-weight: bold;
}

#spotlight_nav ul li a {

}

#spotlight_nav ul li a:hover {
  text-decoration: none;
}

#content h3 {
  font-weight: normal;
  color: #0957A4;
  font-size: 1.3em;
  text-transform: uppercase;
  margin: 1.8em 0pt 0.2em;
}

#content h3:first-child {
  margin-top: 15px;
}

#footer, .push {
  height: 100px;
}

#footer {
  width: 860px;
  background-color: white;
  border-top: 5px solid #eee;
  font-size: 0.9em;
  font-weight: bold;
  color: #ccc;
  margin: -105px auto 0 auto;
}

#footer div {
  line-height: 100px;
}

#footer a:hover {
  text-decoration: none;
}

#footer .righted ul li {
  display: inline;
  list-style-type: none;
  padding-left: 25px;
}

li{
	margin-left: 25px;
	margin-top: 1em;
}