@import url("/index.php?css=styles/reset");

body {
  margin: 0;
  padding: 0;
  font: small/1.5em "Segoe UI", Verdana, sans-serif;
  text-align: center;
  color: #000;
  background: #ffffff url(../images/interface/bg_body.png) repeat-x 0 0;
}

#wrapper {
  width: 960px;
  text-align: left;
  margin: 0 auto;
}

/* -------------------------------------
HEADER
------------------------------------- */

#header {
  height: 68px;
  margin-bottom: 1px;
}

/* -------------------------------------
NAV AND SEARCH
------------------------------------- */

#nav_and_search {
  background: #545454 url(../images/interface/bg_nav_and_search.png) no-repeat bottom left;
  margin-bottom: 18px;
}

#nav {
  float: left;
  padding-left: 18px;
  font-size: 85%;
}

#nav ul {
  float: left;
  border-left: 1px solid #909090;
}

#nav ul li {
  float: left;
}

#nav ul li a {
  float: left;
  display: block;
  padding: 0.4em 1.2em 0.5em 1.2em;
  text-decoration: none;
  color: #ffffff;
  background-color: transparent;
  border-right: 1px solid #909090;
}

#nav ul li.current a {
  background: #737373 url(../images/interface/bg_nav_hilite.png) repeat-x bottom left;
}

#nav ul li a:hover {
  background-color: #444444;
}

/* SEARCH BOX */
form#quick_search {
  float: right;
}

form#quick_search input.text_field {
  display: block;
  width: 180px;
  /*height: 16px;*/
  margin-top: 5px;
  margin-right: 18px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 13px;
  font-weight: bold;
  color: #666666;
  border: 1px solid #ffffff;
  background: #ffffff url(../images/interface/bg_quick_search.png) no-repeat top right;
}

/* -------------------------------------
HOMEPAGE FEATURES
------------------------------------- */

#feature_wrap {
  clear: both;
  margin-bottom: 18px;
}

#feature_wrap h1 {
  display: none;
}

div.feature {
  float: left;
  width: 233px;
  font-size: 85%;
  margin-left: 9px;
  padding-bottom: 16px;
  background-color: #777777;
}

div.feature p {
  margin: 8px 20px 0 20px;
}

div.feature img.icn_arrow {
  margin-top: 1em;
}

div.feature p a {
  display: block;
  text-decoration: none;
  color: #ffffff;
}

div.green {
  background: #999933 url(../images/interface/bg_ftr_green.png) no-repeat bottom left;
}
div.blue {
  background: #7093ad url(../images/interface/bg_ftr_blue.png) no-repeat bottom left;
}
div.pink {
  background: #d68f7a url(../images/interface/bg_ftr_pink.png) no-repeat bottom left;
}
div.purple {
  background: #855b62 url(../images/interface/bg_ftr_purple.png) no-repeat bottom left;
}

div.first {
  margin-left: 0;
}

/* -------------------------------------
LATEST NEWS ON HOMEPAGE
------------------------------------- */

#news_wrap {
  clear: both;
  color: #ffffff;
  background: #666666 url(../images/interface/bg_news_top.png) no-repeat 0 0;
  padding-top: 8px;
  margin-bottom: 18px;
}

#headline {
  background: #666666 url(../images/interface/bg_news_bottom.png) no-repeat bottom left;
  padding-bottom: 8px;
}

#headline h1 {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: inline;
  margin-left: 20px;
  margin-right: 1em;
}

#headline h2 {
  display: inline;
  font-weight: normal;
}

#headline a {
  color: #ffffff;
}

/* -------------------------------------
QUICKLINKS ON HOMEPAGE
------------------------------------- */

#quicklinks_wrap {
  background: transparent url(../images/interface/bg_quicklinks_bottom.png) no-repeat bottom left;
  padding-bottom: 12px;
  font-size: 85%;
  color: #164573;
  background-color: transparent;
}

#quicklinks_wrap h1 {
  display: none;
}

#quicklinks {
  background: transparent url(../images/interface/bg_quicklinks_top.png) no-repeat 0 0;
  padding-top: 12px;
}

div.quicklinks_set {
  float: left;
  width: 200px;
  margin: 0 20px;
}

div.quicklinks_set h2 {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
  padding-left: 26px;
}


div.quicklinks_set li {
  margin-bottom: 0.4em;
}

/* -------------------------------------
CONTENT
------------------------------------- */

#content {
  clear: both;
  margin: 0;
  padding: 0;
}

#main_col {
  float: right;
  width: 690px;
  margin-bottom: 2em;
}

#sub_col {
  float: left;
  width: 240px;
  background: transparent url(../images/interface/bg_1_col_nav.png) no-repeat 0 0;
  min-height: 262px;
  margin-bottom: 2em;
}

#page_title {
  border-bottom: 1px solid #aeceed;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

#page_title h1 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 250%;
  font-weight: normal;
  line-height: 120%;
  color: #174574;
  background-color: transparent;
}

#main_col h2 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 150%;
  line-height: 120%;
  color: #7093ad;
  background-color: transparent;
  margin-bottom: 0.8em;
}

#main_col p {
  margin-bottom: 1em;
}

#main_col ul {
	margin-bottom: 1em;
	}

#main_col ul li {
	list-style: disc;
	margin-left: 1.5em;
	padding-left: 0.1em;
	}

#main_col ol {
	margin-bottom: 1em;
	}

#main_col ol li {
	list-style: decimal;
	margin-left: 1.5em;
	padding-left: 0.1em;
	}

#main_col ol ol {
	margin-bottom: 0;
	}

#main_col ol ol li {
	list-style: lower-alpha;
	margin-left: 1.5em;
	padding-left: 0.1em;
	}

/* -------------------------------------
SUB NAV
------------------------------------- */

p.nav_label {
  margin: 2em 24px -1em 24px;
}

ul#sub_nav {
  margin: 2em 24px 1em 24px;
  font-size: 85%;
  border-top: 1px solid #aeceed;
}

ul#sub_nav li {
  border-bottom: 1px solid #aeceed;
}

ul#sub_nav li a {
  display: block;
  padding: 0.4em 0;
  text-decoration: none;
  color: #174574;
  background-color: transparent;
}

ul#sub_nav li a:hover {
  color: #000000;
  padding-left: 3px;
}

ul#sub_nav li.current a {
  font-weight: bold;
  color: #000000;
}

/* -------------------------------------
FEATURE NAV ON HOMEPAGE
------------------------------------- */

#feature_nav {
  margin: -16px 0 14px 10px;
}

#feature_nav a {
  color: #ffffff;
  background-color: #AAAAAA;
  padding: 1px 6px 2px 6px;
  margin-right: 3px;
  text-decoration: none;
}

#feature_nav a:hover {
  background-color: #888888;
}

#feature_nav a.activeSlide {
  background-color: #888888;
}

/* -------------------------------------
LOCATIONS STYLES
------------------------------------- */

div.location {
  width: 16em;
  float: left;
  margin: 0 1.6em 1em 0;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

/* -------------------------------------
TEAM STYLES
------------------------------------- */

div.team_member {
  width: 24em;
  float: left;
  margin: 0 1.6em 1em 0;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

/* -------------------------------------
PRODUCT STYLES
------------------------------------- */

div.product_listing {
  margin-bottom: 1.4em;
  padding-bottom: 1.4em;
  border-bottom: 1px solid #aeceed;
}

img.product_image {
  float: left;
  width: 6em;
  margin-right: 1em;
}

div.product_listing h2, div.product_listing p {
  margin: 0.2em 0 !important;
}

p.software_statement {
  font-size: 85%;
  font-style: italic;
}

/* -------------------------------------
SEARCH RESULTS
------------------------------------- */

h2.search_result_hdr {
  font-family: inherit !important;
  font-size: 120% !important;
  margin-bottom: 0 !important;
}

/* -------------------------------------
FOOTER
------------------------------------- */

#footer {
  clear: both;
  margin: 2em 0;
  padding: 1em 24px;
  font-size: 85%;
  color: #164573;
  background: #ffffff url(../images/interface/bg_footer.png) no-repeat 0 0;
}

/* -------------------------------------
LINKS, IMAGES, AND OTHER
------------------------------------- */

a:link {
  color: #3366CC;
  background: transparent;
}

a:visited {
  color: #3366CC;
  background: transparent;
}

a:hover {
  color: #000000;
  background: transparent;
}

a:active {
  color: #3366CC;
  background: transparent;
}

img.right {
  float: right;
  display: inline;
  margin: 0 0 0 12px;
}

img.left {
  float: left;
  display: inline;
  margin: 0 12px 0 0;
}

img {
  border: none;
}

dl {
  margin: 0;
  padding: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 1em 0;
  padding: 0;
}

/* -------------------------------------
CLEAR STYLES
Clears floats without extra markup.
------------------------------------- */

#wrapper:after,
#nav_and_search:after,
#feature_wrap:after,
#quicklinks_wrap:after,
#quicklinks:after,
div.product_listing:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}