body {
  background: #191919;
  font: normal 14px/16px 'Helvetica Neue', Helvetica, Arial, sans-serif; /* normalize font size across browsers */
	color: #444;
}

textarea
{
	width: 40em;
	background: white url(../images/content_top.jpg) 0 0 repeat-x;
}

#main
{
	position: relative;
	float: left;
	overflow: hidden;
	padding: 1em;
	text-align: left;
	-moz-border-radius-topright: 1em;
	-moz-border-radius-bottomleft: 1em;
	background: white url(../images/content_top.jpg) 0 0 repeat-x;
}

#main img.loaderIcon
{
	width: 70px;
	position: absolute;
	top: 1em;
	right: 2em;
}

/*--------------------------------
Navigation for dropdown menu
----------------------------------*/
#dropmenudiv{
font-family:Arial, sans-serif;
position:absolute;
border:1px solid white;
border-bottom-width: 0;
z-index:500;
line-height: 25px;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid white;
text-align: center;
padding: 1px 0;
text-decoration: none;
}

#dropmenudiv a:link, #dropmenudiv a:visited {
  color: #FFF;
  text-decoration: none;
  border-botom: none;
}

#dropmenudiv a:hover{ /*hover background color*/
  color: #DAE4E6;
  text-decoration: none;
  background: #343534;
  border-bottom: 3px solid #fff;
}


a:link, a:visited {
  text-decoration: none;
}

a:link {
  color: #267fc8;
}

a:visited {
  color: #666;
}

a:hover, a:active {
  background: #267fc8;
  color: #fff;
}

a:link.tool_tip, a:visited.tool_tip {
  border-bottom: 1px dotted #6b8d94;
}

a, strong, b { /* Straightens out OS X font rendering */
  line-height: 19px;
}

abbr {
  border-bottom: 1px dotted #b4b4b4;
  cursor: help;
}

.hidden {
  display: none;
}

/* =GRID =MODIFIERS */

.container_16:after{clear:both;content:'.';display:block;visibility:hidden;height:0}
.container_16{display:inline-block}
* html .container_16{height:1%}
.container_16{display:block}

form :after{clear:both;content:'.';display:block;visibility:hidden;height:0}
form {display:inline-block}
* html form {height:1%}
form {display:block}

.clearfix li:after{clear:both;content:'.';display:block;visibility:hidden;height:0}
.clearfix li{display:inline-block}
* html .clearfix li{height:1%}
.clearfix li{display:block}

.right {
  float: right;
}

/*DATE*/
.topdate{
float:right;
text-align:right;
font-size:10px;
color:#FFF;
}

#topright {
	float: right;
	text-align: right;
	color: #fff;
}

.topright {
	color: #fff;
	font-size: 10px;
}

.comptext {
text-align:center;
font-size:12px;
color:#FFF;
}
/* =GUTTER */

#gutter {
  background: #191919 url("../images/bg_gutter.png") bottom left repeat-x;
}

#gutter #logo {
  margin: 20px 10px;
}

#gutter #logo a img {
  display: block;
}

#gutter #logo a {
    display: block;
    background: transparent url("../images/logo.png") no-repeat; 
    width: 154px;
    height: 40px;
    border: 0;
}   

#gutter #logo a img {
    display: block;
    width: 0;
}

#gutter #login em.label {
  margin-top: 35px;
  font-size: .75em;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
  color: #08589a;
}

#gutter #login ul {
  position: relative;
  margin-top: 5px;
}

#gutter #login ul li {
  padding-top: 5px;
}

#gutter #login ul li label {
  display: block;
  font-size: .75em;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}

#gutter #login ul li input {
  background: #444;
  width: 148px;
  border: 1px solid #08589a;
  color: #d4d4d4;
}

#gutter #login ul li input:focus {
  background: #fff;
  border: 1px solid #267fc8;
  color: #444;
}

#gutter #login ul li em.helper {
  position: absolute;
  top: 5px;
  right: 120px;
  font-size: .75em;
  font-style: normal;
}

#gutter #login ul li em.helper a {
  border: 0;
  color: #267fc8;
}

#gutter #login ul li em.helper a:hover {
  background: #a1dbe6;
  border: 0;
  color: #191919;
}

#gutter .buttons {
  clear: none;
  margin: 20px 0 0 0;
}

#gutter .buttons button {
  float: none;
}

/* =NAVIGATION */

#navigation {
  background: #267fc8 url("/images/bg_navigation.png") bottom center repeat-x;
}

/* =MENU =PRIMARY */

#menu_primary {
  padding: 2px 0;
}

#menu_primary ul {
	overflow: hidden;
	width: 940px;
	list-style-type: none;
	margin-bottom:2px;
}

#menu_primary ul li {
	float: left;
	margin-right: 15px;
}

#menu_primary ul li a {
	display: block;
	width: 98px;
  padding: 4px 0;
  border: 1px solid #267fc8;
  font-size: .75em;
  text-transform: uppercase;
	text-align: center;
	color: #dbeae3;
}

#menu_primary ul li a { /* Safari */
  -webkit-border-radius: 14px;
}

#menu_primary ul li a, x:-moz-any-link, x:default { /* Firefox 3 */
  -moz-border-radius: 14px;
}

#menu_primary ul li a:hover {
  background: #08589a;
  border: 1px solid #08589a;
  color: #d9e5e0;
}

.home #menu_primary ul li.menu_home a,
.about #menu_primary ul li.menu_about a,
.products #menu_primary ul li.menu_products a,
.services #menu_primary ul li.menu_services a,
.clients #menu_primary ul li.menu_clients a,
.careers #menu_primary ul li.menu_careers a,
.contact #menu_primary ul li.menu_contact a,
.aboutus #menu_primary ul li.menu_about a,
.company #menu_primary ul li.menu_company a
 {
  background: #08589a;
  border: 1px solid #08589a;
  color: #fff;  
}

/* =SLOGAN */

#slogan {
background: #777;
padding:0;
}

/* =LAYOUT */

#banner {
  background: #ccc url("../images/bg_banner.png") top left repeat-x;
  height: 280px;
}

#wrapper {
  background: #fff url("../images/bg_content.png") top left repeat-x;
}

#wrapper2 {
  background: #fff;
}

.tour #wrapper { /* Blackouts */
  background: #000;
}

#header {
  position: relative;
  margin: 0 10px;
}

#highlight {
  position: absolute;
  top: 60px;
  right: 0;
}

/* =FOOTER */

#bg_footer {
  background: #191919;
}

#footer {
  padding: 20px 0;
  font-size: .925em;
  color: #666;
}

#footer hr {
  display: none;
}

#footer h3 {
  margin-bottom: 20px;
  font-size: 18px;
  color: #59892f;
}

#footer ul.suggestions {
  margin-top: 10px;
  padding-top: 9px;
  border-top: 1px solid #333;
}

#footer ul.suggestions li em.support {
  font-weight: bold;
  font-style: normal;
  color: #7a8a67;
}

#footer ul.suggestions li a {
  border-bottom: 0;
  font-weight: normal;
}

#footer ul.suggestions li a:link {
  color: #e2f1cf;
}

#footer ul.suggestions li a:visited {
  color: #7a8a67;
}

#footer ul.suggestions li a:hover, #footer ul.suggestions li a:active {
  background-color: #e2f1cf;
  color: #191919;
}

#footer #runner {
  clear: both;
  margin-top: 20px;
  padding-top: 19px;
  border-top: 1px solid #444;
  color: #444;
}

#footer #runner .sitemap_primary,
#footer #runner .sitemap_secondary,
#footer #runner p {
  text-align: right;
}

#footer #runner .sitemap_primary li,
#footer #runner .sitemap_secondary li {
  display: inline;
  margin-left: 20px;
}

#footer #runner .sitemap_primary li a {
  font-weight: normal;  
}

#footer #runner #watermark {
  padding: 7px 0;
}

#footer #runner #watermark img {
  display: block;
}

/* =HEADINGS */

h1, h2 {
  letter-spacing: -.05em;
  line-height: 40px;
}

h1 {
  margin-top: 40px;
  font-size: 32px;
  font-weight: bold;
  color: #000;
}

h2 {
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: normal;
  color: #666;
}

h3 {
  margin-bottom: 20px;
  font-size: 16px;
  color: #333;
  font-variant:normal;
  font-weight:normal;
}

h3.section, h4.section {
  clear: both;
  margin: 0 0 20px 0;
  padding: 9px 0 10px 0;
  border-top: 1px solid #eee;
  font-size: .75em;
  text-transform: uppercase;
  color: #888;
}

h4, h5 {
  font-size: 1em;
  color: #3f5c26;
}

h3 span, h4 span, h5 span {
  font-weight: normal;
}

/* =FORMS */

input {
  padding: 5px;
  font: normal 1em 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

input:focus {
  background: #fff;
}

/* =CONTENT */

hr {
  clear: both;
  height: 0;
  margin: 0;
  border: 0;
  border-top: 1px solid #eee;
}

q, .pullquote {
  font: italic 1em/20px Cambria, Georgia, Times, 'Times New Roman', serif;
  color: #666;
}

cite {
  display: block;
  font-style: normal;
  font-weight: bold;
}

#content {
	padding-bottom: 20px;
}

#content p {
  margin-bottom: 20px;
}

.bulleted li {
  margin-left: 1em;
  list-style-type: disc;
}

.numbered li {
  margin-left: 20px;
  list-style-type: decimal;
}

/*Home*/

#banner .container_16 {
  position: relative;
}

#hero {
  position: absolute;
  top: 40px;
  left: 0;
}

#hero a:hover {
  background: none;
}

#banner .pitch {
  display: block;
  margin: 40px 0 20px 0;
  letter-spacing: -.05em;
  line-height: 40px;
  font-size: 30px;
  color: #fff;
}

#banner h1 {
  margin: 0 0 40px 0;
  font-size: 30px;
  font-weight: normal;
  color: #304812;
}

#banner h2 {
  color: #304812;
  font-size: 30px;
}

#banner p {
  color: #304812;
}

ol { 
	list-style-type:decimal;
	list-style-position:inside;
	line-height: 1.6em;
	margin-bottom: 15px;

}

ul { 
	list-style-type:disc;
	list-style-position:inside;
	line-height: 1.2em;
	margin-bottom: 15px;
	margin-left: 30px;

}

#logoholder {
	background: #ffffff;
}

#toplogo {
	width:150px;
	height:100px;
}
