html, table, select, input {
    font-size: 100%;
}
body {
    margin: 0;
    padding: 0;
    font-family: Verdana, sans-serif;
    font-size: 62.5%;
    color: #231f20;
    background-color: #f0f0f1;
}

#header {
    background: url(../../layout/images/header-bkgrd.gif) repeat-x top left;
    height: 40px;
    position: relative;
    z-index: 2;
}
#header-content {
    width: 900px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

#top-nav {
    list-style: none;
    position: absolute;
    top: 9px;
    right: 140px;
    padding: 0;
    margin: 0;
	line-height: 1.4;
	height: 20px;
}

#top-nav li {
    display: inline;
    float: left;
	padding-top: 1px;
	padding-left: 10px;
}

#top-nav li a {
    color: #fff;
    text-decoration: none;
    font-size: 1.4em;
    background: none;
	text-align: center;
	height: 20px;
	display: block;
}

#top-nav li a span {
    margin-left: 5px;
	padding-right: 5px;
	height: 20px;
	display: block;
}

#top-nav li a.current, #top-nav li a.current:hover, #top-nav li a.currentParent, #top-nav li a.currentParent:hover {
    color: #231f20;
    background: url(../../layout/images/top-nav-active-left.gif) no-repeat top left;
}

#top-nav li a.current span, #top-nav li a.current:hover span, #top-nav li a.currentParent span, #top-nav li a.currentParent:hover span {
    background: #fff url(../../layout/images/top-nav-active-right.gif) no-repeat top right;
}

#top-nav li a:hover {
    background: url(../../layout/images/top-nav-left.gif) no-repeat top left;
}

#top-nav li a:hover span {
    background: #39b54a url(../../layout/images/top-nav-right.gif) no-repeat top right;
}

#search {
    background: url(../../layout/images/search.gif) no-repeat top left;
    width: 130px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 0;
}

#search #searchTerm {
    background: none;
    border: none;
    height: 20px;
    font-size: 1.2em;
    width: 100px;
    position: absolute;
    top: 1px;
    left: 25px;
}

#search form {
    padding: 0;
    margin: 0;
}

#breadcrumb {
    width: 900px;
    margin: 0 auto;
    padding: 10px 0;
}

#wrapper {
    width: 900px;
    margin: 0 auto;
    padding: 25px;
    background: #fff url(../../layout/images/content-bkgrd-top.gif) no-repeat top left;
    position: relative;
    z-index: 1;
}

#wrapper-bottom {
    width: 950px;
    margin: 0 auto;
    padding-top: 15px;
    background: url(../../layout/images/content-bkgrd-bottom.gif) no-repeat top left;
}

#headline {
    width: 900px;
    padding-top: 35px;
    background: #231f20 url(../../layout/images/headline-top.gif) no-repeat top left;
    position: relative;
}

#headline-bottom {
    height: 5px;
    padding-top: 35px;
    background: url(../../layout/images/headline-bottom.gif) no-repeat bottom left;
    clear: both;
}

#headline-content-left {
    padding-left: 50px;
    padding-bottom: 30px;
    width: 450px;
    color: #fff;
    font-size: 1.4em;
    line-height: 1.4;
    float: left;
}

#headline-buttons {
    position: absolute;
    bottom: 30px;
    left: 50px;
}

.green-button {
    width: 224px;
    padding-top: 3px;
    height: 27px;
    background: url(../../layout/images/green-button.gif) no-repeat top left;
    text-align: center;
    font-weight: bold;
    color: #fff;
    display: block;
    float: left;
}

#headline-content-right {
    float: right;
    width: 300px;
    text-align: center;
    padding-right: 50px;
}

#footer {
    width: 900px;
    margin: 10px auto;
    font-size: 1.2em;
}

#footer p {
    float: left;
    margin: 0;
}

#footer img {
    float: right;
    padding-bottom: 10px;
}

#main {
    margin-top: 20px;
}

.clear {
    clear: both;
}

h1 {
    font-size: 2em;
    font-weight: normal;
    color: #39b54a;
    margin-top: 0;
}

h2#page-title {
    font-size: 3em;
    color: #231f20;
    padding-bottom: 5px;
    margin-top: 0;
    border-bottom: 1px solid #231f20;
}

h2 {
    font-size: 1.8em;
    font-weight: normal;
    color: #39b54a;
}

h3 {
    font-size: 1.6em;
    font-weight: normal;
    color: #39b54a;
}

h2 a {
    text-decoration: none;
}

h3.icon {
    margin-top: 0;
    padding-top: 2px;
    padding-left: 35px;
    height: 28px;
    background: url(../../layout/images/aptuitiv-icon.gif) no-repeat top left;
}

h4 {
    font-size: 1.4em;
    font-weight: normal;
    color: #39b54a;
}

h5 {
    font-size: 1.2em;
    font-weight: normal;
    color: #39b54a;
}

h6 {
    font-size: 1em;
    font-weight: normal;
    color: #39b54a;
}

.gray {
    color: #58585a;
}

#subnav {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 181px;
}

#subnav li {
    height: 30px;
}

#subnav li a {
    height: 14px;
    display: block;
    padding: 6px 0;
    padding-left: 5px;
    color: #39b54a;
    font-size: 1.2em;
    text-decoration: none;
}

#subnav li a:hover {
    color: #fff;
    background: url(../../layout/images/right-nav-hover.png) no-repeat top left;  
}

#subnav li a.current, #subnav li a.currentParent {
    color: #fff;
    background: url(../../layout/images/right-nav-active.png) no-repeat top left;  
    position: relative;
    z-index: 2;
}

#subnav li ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: -10px;
    padding: 10px 0;
    background: #818182 url(../../layout/images/right-nav-sub-bottom.gif) no-repeat bottom left;
    position: relative;
    z-index: 1;
}

#subnav li ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

#subnav li ul li a {
    color: #fff;
    background: none;
    padding-left: 20px;
}

#subnav li ul li a:hover, #subnav li ul li a.current:hover {
    color: #fff;
    background: url(../../layout/images/right-nav-sub-hover.gif) no-repeat 5px 12px;
}

#subnav li ul li a.current {
    color: #fff;
    text-decoration: underline;
    background: none;
}

img {
    border: none;
}

a {
    color: #231f20;
}

td, th {
    vertical-align: top;
}

#secondary-nav {
    list-style: none;
    position: absolute;
    top: 24px;
    right: 35px;
    font-size: 1.5em;
}

#secondary-nav li {
    display: inline;
}

#secondary-nav li {
    display: inline;
    padding-left: 20px;
}

#secondary-nav li a {
    text-decoration: none;
}

#secondary-nav li a:hover, #secondary-nav li a.current, #secondary-nav li a.currentParent {
    color: #39B54A;
    padding-bottom: 7px;
    border-bottom: 5px solid #39B54A;
}

#left-sidebar {
    float: left;
    width: 210px;
    padding-right: 20px;
}

#navigation {
    margin-top: 10px;
    background: #f6f6f6;
    width: 200px;
    border: 1px solid #2d373d;
    font-family: Verdana, sans-serif;
    float: left;
    font-size: 1.2em;
}

#navigation h2 {
    margin: 0;
    padding: 0;
    padding-top: 5px;
    background: url(../../layout/images/table-head-bg.gif);
    color: #fff;
    text-align: center;
    height: 22px;
    font-size: 1.2em;
}

#navigation h3 {
    margin: 0;
    padding: 0;
    padding-left: 10px;
    font-size: 1em;
    font-weight: bold;
}

#navigation h3 a{
    color: #000;
    text-decoration: none;
}

#navigation h3 a:hover{
    text-decoration: underline;
}

#navigation ul {
    list-style: none;
    padding: 0 10px;
    margin: 5px 0;
}

#navigation ul li a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

#navigation ul li a:hover {
    text-decoration: underline;
}

#navigation ul#modules {
    list-style: none;
    padding: 0 10px;
    padding-left: 20px;
}

#navigation ul#modules li a {
    padding: 0 10px;
    margin: 5px 0;
    font-weight: normal;
}

#navigation ul#modules li a:hover {
    text-decoration: underline;
}

#navigation ul li ul li a {
    list-style: none;
    padding: 0 10px;
    margin: 5px 0;
    font-weight: normal;
}

#content, #content-small, #content-full {
    float: left;
    width: 450px;
    font-size: 1.2em;
}

#content {
    width: 670px;
}

table.editor {
  border: 2px #39B54A groove;
  position: relative;
  top: 20px;
  margin-bottom: 20px;
}

td, tr {
  border: none;
}

tr.color-row {
  background-color: #fbf3ce;
  background-color: #fdfae8
}

#content-full {
    width: 900px;
}

#right-sidebar {
    float: right;
    width: 200px;
}

.right-content {
    width: 180px;
}

h2.right-content {
    color: #231f20;
    height: 19px;
    background: url(../../layout/images/right-content-header.gif) no-repeat top left;
    margin: 0;
    padding: 7px 10px 7px 15px;
    font-size: 1.5em;
    font-weight: bold;
}

div.right-content {
    background: url(../../layout/images/right-content-bottom.gif) no-repeat bottom left;
    padding: 0;
    width: 200px;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.right-content-interior {
    background: url(../../layout/images/right-content-bkgrd.gif) repeat-y top left;
    margin: 0;
    padding: 5px 10px;
}

.right-content-interior ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.right-content li {
    padding: 10px;
    font-size: 1.2em;
}

.right-content li a {
    color: #666;
}

#tblPricing thead {
    font-size: 2.5em;
    text-align: center;
}

#tblPricing thead td {
    padding: 10px 0;
}

#tblPricing tbody {
    font-size: 1.3em;
    color: #404041;
}

#tblPricing tbody tr td, #tblPricing tbody tr th {
    border-bottom: 1px solid #231f20;
    padding: 10px 0;
}

#tblPricing tbody tr.price td, #tblPricing tbody tr.price th, #tblPricing tbody tr td.plus {
    border-bottom: none;
}

#tblPricing tbody tr.price td {
    font-size: 1.2em;
}

#tblPricing tbody tr th {
    text-align: left;
    font-weight: normal;
}

#tblPricing tbody tr td {
    text-align: center;
}

#tblPricing .plus {
    background-color: #404041;
    color: #fff;
}

#tblPricing thead .plus {
    background: #404041 url(../../layout/images/plus-top.gif) no-repeat top left;
}

#tblPricing tfoot .plus {
    background: #404041 url(../../layout/images/plus-bottom.gif) no-repeat bottom left;
}

#tblPricing tfoot td {
    text-align: center;
    padding: 10px 0;
}

#tblFeatures {
    margin: 0 auto;
    font-size: 1.2em;
}

#tblFeatures ul {
    padding: 0 20px;
    margin: 0;
    list-style: none;
}

#tblFeatures ul li {
    padding: 5px 0 5px 20px;
    background: url(../../layout/images/checkmark.png) no-repeat left 50%;
}

/* Blog Styling
----------------------------------- */

.blog-listing {
    padding-bottom: 30px;
    position: relative;
}

.blog-listing h2 {
    float: left;
}

.blog-date {
    height: 55px;
    width: 43px;
    background: url(../../layout/images/blog-date.png) no-repeat top left;
    float: left;
    position: relative;
    padding-right: 10px;
}

.blog-date .month {
    text-transform: uppercase;
    text-align: center;
    font-size: 0.9em;
    position: absolute;
    top: 2px;
    left: 0;
    width: 40px;
    color: #39B54A;
}

.blog-date .day {
    font-size: 1.3em;
    color: #231f20;
    text-align: center;
    position: absolute;
    top: 19px;
    left: 0;
    width: 40px;
}

.blog-date .year {
    color: #231f20;
    text-align: center;
    font-size: 0.9em;
    position: absolute;
    top: 35px;
    left: 0;
    width: 40px;
}

.abstract {
    clear: both;
}

.tags-container {
    padding-top: 10px;
}

.tags-icon {
    float: left;
}

.comments {
    position: absolute;
    top: 24px;
    right: 0;
    background: url(../../images/user-silhouette.png) no-repeat left 50%;
    padding-left: 20px;
}

.tags {
    height: 20px;
    padding: 5px;
    float: left;
}

.comment-container {
    padding: 5px;
}

.even {
    border: 1px dotted #d1d1d1;
}

#comment-form input[type="text"] {
    width: 419px;
}
.code {
	border: 1px dotted #ddd;
	font-size: 95%;
	padding: 10px;
}
table {
  width: 100%;
  margin: 0.3em 0 1em;
}
td, th {
  vertical-align: top;
  padding: 5px;
  text-align: left;
}
thead th {
  font-weight: bold;
  background: #505050 url(../../layout/images/table-head-bg.gif) repeat-x top;
  color: #fff;
}
tbody td {
  border-bottom: 1px dotted #333;
}

.col_5w {width: 5%;}
.col_10w {width: 10%;}
.col_25w {width: 25%;}
.col_30w {width: 30%;}
.col_33w {width: 33%;}
.col_50w {width: 50%;}
.col_70w {width: 75%;}
.col_75w {width: 75%;}

/*forms
-----------------------------------------------------*/

input[type="text"], textarea {
    border-left: 5px solid #39B54A;
    font-size: 1.8em;
    background: url(../../layout/images/text-input-bg.gif) repeat-x top left;
}

input[type="text"].error, textarea.error {
    border-left: 5px solid red;
}

/* Image Drop Shadow - http://www.alistapart.com/articles/cssdrop2/
---------------------------------------------------*/
.alphaShadowLeft, .alphaShadowRight {
  background: url(/layout/images/dropshadow/shadow.gif) no-repeat bottom right;
  margin: 10px 10px 5px 10px !important;
  margin: 10px 10px 5px 5px;
}
.alphaShadowLeft {float: left;}
.alphaShadowRight {float: right;}

.alphaShadowLeft div, .alphaShadowRight div {
  background: url(/layout/images/dropshadow/shadow2.png) no-repeat left top !important;
  background: url(/layout/images/dropshadow/shadow2.gif) no-repeat left top;
  padding: 0px 5px 5px 0px;
}

.alphaShadowLeft img, .alphaShadowRight img {
    /*border: 1px solid #39B54A;*/
}

.captionRight {
    float: right;
    width: 470px;
    color: #39B54A;
    font-size: 10px;
    text-align: center;
}
/* Tag Table */
table.tagsTbl {
  width: 100%;
  margin: 0.3em 0 1em;
}
table.tagsTbl td, table.tagsTbl th {
  vertical-align: top;
  padding: 5px;
  text-align: left;
}
table.tagsTbl thead th {
  font-weight: bold;
  background: #505050 url(../../layout/images/table-head-bg.gif) repeat-x top;
  color: #fff;
}
table.tagsTbl tbody td {
  border-bottom: 1px dotted #333;
}

td.col_5w {width: 5%;}
td.col_10w {width: 10%;}
td.col_25w {width: 25%;}
td.col_30w {width: 30%;}
td.col_33w {width: 33%;}
td.col_50w {width: 50%;}
td.col_70w {width: 75%;}
td.col_75w {width: 75%;}

/*VIDEO DIV STYLES
-----------------------------------------------------*/
#content div.video-wrapper {float: right; margin: 0 0 0 10px; width: 200px;}
#content div.video-wrapper h5 {text-align: center; margin: 0; font-weight: bold; font-size: 100%;}
#content div.video-wrapper p {text-align: center;}