/* css font size styles */

body, td, th, p, div, li, dd, input, textarea, select {
  font-family: sans-serif;
  font-size: small;
  line-height: 1.3em;
}

html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  background-color: #dedede;
  min-width: 770px;
}

#page_outer_wrapper {
  width: 772px;
  margin: auto;
  background-color: white;
  background-image: url(../images/page_shadow.png);
  min-height: 100%;
  position: relative;
}

#page_spacing_wrapper {
  width: 748px;
  margin: 0 12px 0 12px;
  padding-bottom: 48px;
  min-height: 100%;
  position: relative;
}

#top_bar {
  margin: 0 6px 6px 6px;
  background-color: #93a6d9;
  height: 10px;
  font-size: 0px;
}

#title_image {
  float: left;
  padding: 6px;
  border: 1px black solid;
}

#top_navigation {
  float: right;
}

#top_navigation a:link, #top_navigation a:visited {
  color: black;
  background-color: white;
  text-decoration: none;
}

#top_navigation a:hover {
  color: white;
  background-color: black;
  text-decoration: none;
}

#top_photo {
  clear: left;
  float: left;
  margin-top: 6px;
  border: 1px black solid;
}

#intro_box {
  float: left;
  width: 328px;
  height: 286px;
  color: #102753;
  margin: 6px 0 0 6px;
  background-image: url(../images/be_inspired.png);
  background-position: 6px 190px;
  background-repeat: no-repeat;
  padding: 6px;
  border: 1px #b6bdd0 solid;
}

#intro_box p {
  margin: 0 0 6px 0;
}

#main_nav {
  clear: left;
  margin-top: 6px;
  background-color: #eceef5;
  width: 200px;
  border: 1px #b6bdd0 solid;
  float: left;
}

#main_nav a:link, #main_nav a:visited {
  text-decoration: none;
}

#main_nav h1 {
  margin-top: 10px;
  font-size: 130%;
  padding-left: 20px;
}

#main_nav li {
  font-size: 110%;
}

#main_nav_internal {
  clear: left;
  float: left;
  margin-top: 6px;
  background-color: #eceef5;
  border: 1px #b6bdd0 solid;
  display: inline-block;
  width: 746px;
}

#main_nav_internal a:link, #main_nav_internal a:visited {
  text-decoration: none;
}

#main_nav_internal div {
  float: left;
  width: 186px;
}

#main_nav a:link, #main_nav a:visited {
  color: black;
  background-color: #eceef5;
}

#main_nav a:hover {
  color: #eceef5;
  background-color: black;
}

#main_nav_internal a:link, #main_nav_internal a:visited {
  color: black;
  background-color: #eceef5;
}

#main_nav_internal a:hover {
  color: #eceef5;
  background-color: black;
}

#main_nav_internal h1 {
  margin-top: 10px;
  font-size: 120%;
  padding-left: 20px;
}

#main_nav_internal li {
  font-size: 110%;
}

#content {
  clear: left;
  float: left;
  width: 748px;
}

#content p {
  margin-top: 0;
}

#content h1 {
  font-size: 120%;
  padding: 4px;
  margin-top: 6px;
}

#content h2 {
  font-size: 110%;
  margin-top: 0;
}

#content h3 {
  font-size: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.list {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
  line-height: 1.5em;
  /* ie6 & ie7 bug (jumping div on hover) - we force hasLyout */
  height: 1%;
}

.list li {
  padding-left: 40px;
  background-position: 24px 6px;
  background-repeat: no-repeat;
}

.theme_1_list li {
  background-image: url(/images/theme_1_bullet.png);
}

.theme_2_list li {
  background-image: url(/images/theme_2_bullet.png);
}

.theme_3_list li {
  background-image: url(/images/theme_3_bullet.png);
}

.theme_4_list li {
  background-image: url(/images/theme_4_bullet.png);
}

.theme_1_fg {
  color: #a263a2;
}

.theme_2_fg {
  color: #718354;
}

.theme_3_fg {
  color: #dba954;
}

.theme_4_fg {
  color: #6e94cc;
}

.theme_0_bg {
  background-color:#93a6d9;
}

.theme_1_bg {
  background-color: #a263a2;
}

.theme_2_bg {
  background-color: #718354;
}

.theme_3_bg {
  background-color: #dba954;
}

.theme_4_bg {
  background-color: #6e94cc;
}

.theme_bg_inv {
  color: white;
}

#news {
  float: left;
  width: 540px;
  margin-top: 6px;
  margin-left: 6px;
}

#news h1 {
  font-size: 120%;
  background-color: #93a6d9;
  margin: 0;
  padding: 4px;
  color: white;
}

#news h2 {
  font-size: 100%;
  margin-bottom: 0;
}

#news p {
  margin: 0;
}

#footer {
  position: relative;
  margin: -42px auto 0 auto;
  width: 760px;
  background-color: #93a6d9;
  height: 36px;
  padding-top: 6px;
}

#footer_icons {
  text-align: right;
  line-height: 30px;
}

#footer_icons img {
  vertical-align: middle;
}

#footer_text {
  float: left;
  line-height: 30px;
  margin-left: 8px;
}

/* general styles */

address {
  margin-bottom: 1em;
}

.box {
  border: 1px #b6bdd0 solid;
  padding: 8px;
}

/* links */
a:link, a:visited {
  color: black;
  background-color: white;
  text-decoration: underline;
}

a:hover {
  color: white;
  background-color: black;
  text-decoration: underline;
}

a img {
  border: 0px;
}

/* footer links */
#footer a:link, #footer a:visited {
  background-color: transparent;
  text-decoration: none;
}

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



/* contact form */

form.contact {
  font-weight: bold;
}