/* colors
  light blue 8cb7e5
  med blue 6284b2
  dark blue: 2344c7
  pale yellow ffffcc
  bright yellos FEFF2D
 */
body {
	color: #ddd;
	background: #fff; 
	padding: 0;
	margin: 0;
	font-style: Helvetica Neue,Lucida Grande,Lucida, Helvetica,Arial,Verdana,sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color: #2344c7;
}

a#logo {
	color: #595411;
	font-size: 36px;
	font-weight: bold;
	text-decoration: none;
}

div#container {
  color: #555;
  margin: 0 auto;
  min-height: 1100px;
  width: 930px;
  padding: 0 10px;
  background: #fff;
  height: 100%;
  position: relative;
}

div#nav div#placeholder-nav {
	background-color: #002F53;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft:	5px;
	font-style: Bank Gothic,Helvetica Neue,Lucida Grande,Lucida, Helvetica,Arial,Verdana,sans-serif;
	color: #fff;
  line-height:20px;
  z-index:2;
  margin-bottom: 10px;

}

div#banner-bar {
  clear:both;
  width: 930px;
  height: 245px;
  margin-bottom: 5px;
}

div.banner-text {
  display: none;
  float:right;
  color:#0344b7;
  font-family: Impact, monospace;
  font-style: italic;
  font-size: 2.5em;
  text-align: right;
  width: 35%;
}

div.banner-left {
  float:left;
  margin:0;
}

.home-banner {
  background:  url(/Images/cssimg/banner-bg.jpg);
}

div#placeholder-nav a:link, div#placeholder-nav a:visited {
  color: #eee;
  text-decoration: none;
}

div#placeholder-nav a:hover {
  border-bottom: 1px dashed #eee;
  text-decoration: none;
}

div.nav-links a {
  display:block;
  float:left;
  margin-right:20px;  
}

div#header-nav a {
  padding-top: 8px;
}

div#login-form {
  float:right;
  margin-right: 10px;
  padding: 6px 6px 6px 6px;
  z-index: 1;
}

div#login-form input#RememberMe {
  vertical-align:bottom;
}

div#header-bar {
  background: #fff;
}

div#header-logo {
  float:left;
}

div#free-trial {
  float:right;
}

div#hero div#placeholder-hero {
	background-color: #ffffff;
	float: left;
	width: 60%;
}

div#hero-sub {
  float:left;
  width: 35%;
  padding-left: 5%;
}

div#hero-sub div.inner {
	background-color: #595441;
	color: #fff;
	font-size: 11px;
}

td.menu-item {
	color: #fff;	
}

td.menu-item-hover {
	color: #00fcff;
}

td.menu-item-selected {
	color: #fffc00;
}

td.submenu-item {
	background: #f9f9f9;
	color: #000;
	font-size: 11px;
	padding: 6px !important;
}

td.submenu-item-hover {
	background: #4A8797;
	color: #fff;
	font-size: 11px;
	padding: 6px !important;
}

td.submenu-item-selected {
	background: #000;
	color: #fff;
	font-size: 11px;
	padding: 6px !important;
}

/* @group Forms */

.product-form h3 {
	font-size: 14px;
	padding-left: 9px;
}

.product-form {
	margin-bottom: 18px;
}

.secure-login, .newsletter-form {
	background: #f9f9f9;
	border: 1px solid #f2f2f2;
	margin-bottom: 18px;
}

.secure-login h3, .newsletter-form h3 {
	background: #eee;
	border-bottom: 1px solid #eee;
	font-size: 14px;
	margin: 0;
	padding: 6px 18px;
}

.secure-login div.form, .newsletter-form div.form {
	padding-left: 9px;
}

#placeholder-nav table td {cursor: pointer;cursor: hand; }    /* @end */

/* @group Links */

a:link, a:visited {
	color: #4A8797;
	text-decoration: none;	
}

a:hover, a:active {
	color: #4A8797;
	text-decoration: underline;
}

div#hero-sub a:link, div#hero-sub a:visited {
	color: #69BFDE;
	text-decoration: none;		
}

div#hero-sub a:hover, div#hero-sub a:active {
	color: #69BFDE;
	text-decoration: none;		
}

#placeholder-nav table td {cursor: pointer;cursor: hand; }    /* @end */



/* @group Template Settings */

div#header-left img {
	margin: 30px 0 0;
}

div#header-left, div#header-right {
	height: 126px;
	line-height: 126px;
}

div.whoslogged {
	text-align: right;
	float: right;
	padding-top: 8px;
}



div#placeholder-search {
	padding: 46px 40px 0 0;
	text-align: right;
}

div#placeholder-search input.cat_textbox_small {
	width: 130px;
}

div#nav div#placeholder-nav {
	height: 36px;
}

div#placeholder-nav {
	padding-left: 18px;
}

div#placeholder-nav td {
	padding: 0;
	vertical-align: middle;
}

div#hero {
	margin-right: 0;
	width: 600px;
}

div#hero div#placeholder-hero {
	overflow: hidden;
}

div#hero div#placeholder-hero, div#hero-sub div.inner {
	height: 216px;
}

div#hero-sub div.inner {
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
}

div#hero-sub div.pad {
	padding: 18px;
}

div#main {
  width: 100%;
}

div#main div.inner, div#sub div.inner {
	padding: 18px 0 36px;
}

div#placeholder-rss {
	height: 16px;
	margin-bottom: 9px;
	text-align: right;
}

div#placeholder-rss img {
	margin: 0 9px;
	vertical-align: middle;
}

div#footer {
  clear: both;
  border-top: 1px solid #eee;
	padding-top: 0;
	position: fixed;
	bottom: 0 !important;
  width: 930px;
  padding-bottom: 7px;
  background-color: #fff;
  z-index: 100;
}

div#footer-nav {
  float: left;
  padding-top: 15px;
}

div#footer-nav a {
}

div#copyright {
  float: right;
  padding-top: 15px;
}

#placeholder-nav table td {cursor: pointer;cursor: hand; }

.full-width {
  width: 100%;
}   

.clear-both {
  clear:both;
}

div#column-header-bar .column-5 {
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #eee;
  -moz-border-radius: 3px;
  min-height: 3em;
  margin: 0 1%;
  margin-top: 5px;
  width: 16%;
}
.column-5 {
  float: left;
  padding: 1%;
  padding-bottom: 0;
  width: 18%; 
  text-align: justify;
}
.column-5 img {
  display: block;
  margin: 0 auto;
  margin-top: 5px;
}

.column-5 h3 {
  margin-bottom: 0;
  width: 100%;
}

.float-container {
  float:left;
  padding-bottom: 10px;
}

.c-wide-right {
  padding-left: 5%;
  width: 65%;
}

.c-wide-left {
  float: left;
  width: 72%;
}

.c-narrow-right {
  float: right;
  width: 22%;
}

.centered {
  text-align: center;
}

.top-divider {
  clear:both;
  margin-top: 10px;
  padding-top: 10px;
  border-top: solid 2px #353533;
}

.sidebar-box {
  width: 100%;
  float: right;
}

.sidebar-title {
  padding: 3px;
  padding-left: 10px;
  font-size: 1.2em;
  font-weight: bold;
  background-color: #6284b2;
  color: #fff;
  -moz-border-radius: 3px;	
}

.sidebar-title a, .sidebar-title a:visited {
  text-decoration: none;
  color: #fff;
}

.sidebar-title a:hover, .sidebar-title a:active {
  color: #eee;
  text-decoration: none;
  border-bottom: 1px dashed #eee;
}

.sidebar-content {
  padding-left: 10px;
  
}

div#newsletter-form div.item input {
  width: 150px;
}

div#newsletter-form div.item {
  padding-top: 1%;
}

/* @end */
