a, object {
  outline: none;
}


body {
  background-color: #57B80C;
  margin: 0 0 30px 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 85%;
}

#accessibility, #accessibility a {
  color: #fff;
  padding-right: 20px;
  cursor: default;
  font-size: 1pt;
}


#container {
  position: relative;
  background-image: url(images/layout/web-design-development.jpg);
  background-repeat: repeat-x;
  background-position: -400px top;
  width: 100%;
  height: 652px;
}

#logo {
  position: absolute;
  top: 44px;
  left: 50px;
}

#logo img{
  border: none;
}

#main_nav {
  color: #993596;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 1.25em;
  /*top: 2.85em;*/
  left: 349px;
  font-size: small;
}

#main_nav li{
  padding-bottom: 6px;
}

#page_nav {
  color: #fff;
  list-style: none;
  padding: 10px 0 20px 0;
  margin: 0;
  position: absolute;
  top: 14.9em;
  left: 115px;
  width: 185px;
  text-align: right;
  background-image: url(images/layout/80green.png);
}

#page_nav li{
  padding: 0 13px 6px 28px;
  width: 145px;
}

#right {
  color: #fff;
  margin: 0;
  position: absolute;
  top: 11.8em;
  left: 825px;
  width: 185px;
  text-align: left;
  font-weight: bold;
}

#right p, #right ul {
  padding: 0;
  margin: 0 0 1em 0;
  font-size: 90%;
}


#right_nav {
  list-style: none;
  padding: 0;
  margin: 20px 0 0 0;
  font-weight: normal;
}

#top_right, #bottom_right {
  padding: 10px;
  background-image: url(images/layout/80green.png);
}

#bottom_right {
  margin-top: 20px;
}


#title_container {
  width: 170px;
  position: absolute;
  top: 11.8em;
  left: 130px;
}

#title_container h2, #right_title_container h2 {
  font-size: small;
  color: #fff;
  background-image: url(images/layout/80green.png);
  width: auto;
  height: 1.5em;
  padding: 4px 12px 0 12px;
  margin: 0;
  float: right;
}

#content {
  color: #fff;
  background-color: #90298C;
  position: absolute;
  top: 11.8em;
  left: 320px;
  width: 420px;
  padding: 32px;
  padding-top: 28px;
  min-height: 460px;
  border-bottom: solid 30px #57B80C;
  background-image: url(images/layout/purple-back.gif);
  background-repeat: no-repeat;
}

#page_nav a {
  color: #fff;
  text-decoration: none;
}

#page_nav a:hover {
  color: #993596;
}

#main_nav a {
  color: #993596;
  text-decoration: none;
}

#main_nav a:hover {
  color: #8cc63f;
}

#right a {
  color: #fff;
  text-decoration: none;
}

#right a:hover {
  color: #993596;
}

#content h1 {
  font-size: large;
  margin: 0 0 10px 0;
  padding: 0;
}

#content h2 {
  font-size: medium;
  margin: 1.5em 0 0  0;
  padding: 0;
}

#toph2 { /* h2 under image */
  margin-top: 0 !important;
}

#content p {
  margin-top: 0;
  line-height: 1.5em;
}

#content a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dotted #fff;
}

#content a:hover {
  color: #8cc63f;
  border-bottom-color: #8cc63f;
}

#content img, #content object {
  /*margin: 4px 0 20px 50px;*/
  margin: 4px 0 20px 0px;
}

#content ul {
  padding-left: 20px;
}

#content a img, .blog_img_no_border {
  border: none !important;
}


.show_details {
  font-size: 80%;
  font-weight: normal;
  margin-left: 5px;
  cursor: pointer;
}

blockquote {
  font-family: Georgia, "Times New Roman", Times, serif;
  margin: 0 30px;
  padding: 0;
  font-style: italic;
  line-height: 1.3em;
}

blockquote p {
  padding: 0;
  margin: 0;
}


cite {
  font-style: normal;
  font-weight: bold;
  display: block;
  margin: 0 0 1em 0;
  text-align: right;
  font-size: 90%;
}

.quotemark {
  font-style: normal;
  font-weight: bold;
}

#bottom_right {
  font-weight: normal;
}


#blog_post_title {
  font-size: 90%;
  margin: 0 0 10px 0;
  padding: 0;
}


#read_more_blog {
  font-weight: normal;
  text-align: right;
}

#read_more_blog a {
  border-bottom: 1px dotted #fff;
}

#excerpt {
  font-weight: normal;
}

