
*{margin:0;padding:0;text-decoration:none;font-size:1em;outline:none}code,pre,textarea,input,select{font:inherit;font-size:1em}th,h1,h2,h3,h4,h5,h6{font-weight:normal}a,img,a img,form,abbr,acronym,object{border:none}table{border-collapse:collapse;border-spacing:0}th,td{text-align:left;vertical-align:top}body{line-height:1;}a{color:inherit}hr{display:none}ul{list-style-type:none}

html {
  height: 100%;
}

body {
  height: 100%;
  text-align: center;
  font: 96% arial,helvetica,sans-serif;
  background-color: #000;
}

#parent_container {
  min-height: 100%;
}

#container {
  width: 899px;
  margin: 0 auto;
  text-align: left;
  background-color: #000;
  padding: 0px 10px;
  color: #fff;
  position: relative;
  min-height: 100%;
}

/* --- global --- */

#header, #content, #nav, #footer_padding, #footer {
  width: 899px;
  clear: both;
  overflow: hidden;
}

/* --- global[header] --- */

#header {
  height: 177px;
  background-image: url('../images/site-assets/header.png');
  
  position: relative;
  clear: both;
  overflow: hidden;
}

#header h1 a {
  text-indent: -999em;
  display: block;
  width: 290px;
  height: 140px;
  position: absolute;
  top: 20px;
  left: 40px;
}

/* --- global[nav] --- */

#nav {
  clear: both;
  overflow: hidden;
  display: block;
  margin: .5em;
}

#nav li {
  float: left;
}

#nav li.first {
  margin-left: 0px;
}

#nav li.last a {
  background-image: none; }

#nav a {
  font-size: 15px;
  color: #fff;
  margin-right: 10px;
  background-image: url('../images/site-assets/red_dot.png');
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: right center;
}

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

/* --- global[content] --- */

#content {
  font-size: 15px;
  line-height: 1.5em;
  padding-bottom: 1.5em;
  padding-bottom: 120px;
}

#content h2 {
  color: #4176b9;
  font-weight: bold;
  font-size: 18px;
  font-family: times new roman, times, serif;
  margin-bottom: .5em;
  padding-bottom: 10px;
  background-image: url('../images/site-assets/headingbg.png');
  background-repeat: repeat-x;
  background-position: bottom;
}

#content h2.title {
  font-family: times new roman, times, serif;
  padding-bottom: 0px;
  line-height: 1.5em;
  background-image: none;
  font-size: 25px;
  font-weight: bold;
  border-bottom: 2px solid darkred;
}

#content .red {
  color: red;
}

/* --- global[footer] --- */

#footer {
  width: 899px;
  position: absolute;
  bottom: 0px;
  height: 110px;
}

#footer .footer_content {
  background-image: url('../images/site-assets/footerbg.png');
  background-repeat: repeat-x;
  padding: 15px;
  color: #000;
  font-size: 18px;
  line-height: 1.5em;
  clear: both;
  overflow: hidden;
}

#footer .copyright {
  float: left;
}

#footer .contact {
  float: right;
}

#footer .street {
  float: left;
  margin-right: 20px;
}

#footer .address {
  float: left;
  margin-right: 20px;
}

#footer .phone {
  float: left;
}

#footer_padding {
  background-image: url('../images/site-assets/footertoppadding.png');
  height: 60px;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
}

/* --- home[content] --- */

body#home #content #main {
  background-image: url('../images/site-assets/home_rightcol_bg.png');
  background-repeat: no-repeat;
  background-position: right bottom;
  clear: both;
  overflow: hidden;
}

body#home #content #left {
  width: 449px;
  float: left;
  background-color: #fff;
  padding-top: 20px;
  background-image: url('../images/site-assets/home_leftcol_top.png');
  background-repeat: no-repeat;
  margin-right: 10px;
}

body#home #content #left .intro {
  padding-bottom: 2em;
}

body#home #content #left .intro .content {
  margin: 0px 10px;
  color: #000;
}

body#home #content #left .intro h2 {
  background-image: url('../images/site-assets/welcome.png');
  width: 411px;
  height: 50px;
  margin: 0 auto;
  text-indent: -999em;
}

body#home #content #left .intro .content p {
  margin: 1em 20px;
  font-size: 15px;
  line-height: 1.2em;
}

body#home #content #left .upload {
  margin-bottom: .5em;
}

body#home #content #left .upload .content {
  background-image: url('../images/site-assets/file_upload_bg_left.png');
  background-repeat: no-repeat;
  background-position: left center;
  width: 300px;
  margin: 0 auto;
}

body#home #content #left .upload .content a {
  background-image: url('../images/site-assets/file_upload_bg_right.png');
  background-repeat: no-repeat;
  background-position: right center;
  display: block;
  height: 56px;
  font-size: 18px;
  padding-left: 60px;
  padding-top: 1.3em;
  font-weight: bold;
  margin-left: 7px;
  font-style: italic;
}

body#home #content #left .upload .content a:hover {
  text-decoration: underline;
}

body#home #content #left .mission {
  background-image: url('../images/site-assets/mission_statement_bg.png');
  background-repeat: repeat-x;
  background-position: bottom;
  background-color: #adadad;
  border-top: 1px solid #000;
  padding: 2em 0px;
}

body#home #content #left .mission .content {
  margin: 0px 30px;
  color: #000;
}

body#home #content #left .mission .content h3 {
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  font-style: italic;
}

body#home #content #left .mission .content p {
  line-height: 1.2em;
}

body#home #content #right {
  margin-left: 10px;
  float: left;
}

body#home #content #right .services {
  clear: both;
  overflow: hidden;
  width: 400px;
}

body#home #content #right .services .content h3 {
  font-weight: bold;
  font-family: "times new roman", times, serif;
  font-size: 18px;
}

body#home #content #right .services .content ul {
  margin-left: 30px;
}

body#home #content #right .services .content ul li {
  float: left;
  background-image: url('../images/site-assets/white_dot.png');
  background-repeat: no-repeat;
  padding-left: 10px;
  background-position: left center;
  margin-left: 10px;
  font-size: 15px;
}

/* --- child[content] --- */
body#child #content {
  background-image: url('../images/site-assets/contentbg.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #fff;
  color: #000;
}

body#child #content #main {
  margin: 10px;
  color: #000;
}

body#child #content p {
  margin-bottom: 1.5em;
}

body#child #content h2.title {
  font-family: arial, helvetica, sans-serif;
  color: #000;
  text-transform: uppercase;
  font-size: 20px;
  padding-bottom: .5em;
  margin: .5em .5em 1em;
}

/* --- child[content (services)] --- */

body#child #content #main .services {
  margin-left: 100px;
}

body#child #content #main .services h3 {
  font-weight: bold;
}

body#child #content #main .services ul {
  margin-left: 20px;
}

body#child #content #main .services ul li {
  float: left;
  list-style-type: disc;
  margin-right: 30px;
}

body#child #content #main img.capabilities {
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 655px;
}

/* --- child[content (contact us)] --- */

body#child #content #main .contact-us .col1,
body#child #content #main .contact-us .col2 {
  float: left;
}

body#child #content #main .contact-us .col1 {
  width: 400px;
  margin-right: 10px;
}

body#child #content #main .contact-us .col2 {
  margin-left: 10px;
}

body#child #content #main .contact-us h3 {
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
  padding-bottom: .5em;
  margin-bottom: .5em;
}

body#child #content #main .contact-us .contact_form p {
  padding-bottom: 1.5em;
  border-bottom: 1px solid #efefef;
  margin: 1em 10px .5em;
  font-weight: bold;
}

body#child #content #main .contact-us .contact_form input,
body#child #content #main .contact-us .contact_form textarea {
  margin-top: .5em;
  padding: 2px;
  font-weight: normal;
  font-size: 13px;
}

body#child #content #main .contact-us .contact_form .submit {
  margin-left: 10px;
  padding: 2px 5px;
}



/* Localized */