html, body {
	margin: 0px; padding:0px;
	}
	
body {
	text-align:center;
	font-size: 62.5%; /* Resets 1em to 10px */
	background-color: #1f2427;
	}
	
/* CENTER THE PAGE */
#box {
	display: block;
	background-color: #fff;
	width: 782px;
	height: auto;
	margin-left:auto;
	margin-right:auto;
}	

#contents {
	width: 100%;
	position: relative;
	float: left;
	background-color: #fff;
	font-size: 1.2em;
	}
	
/* HEADER */
#header {
	clear: both;
	float: left;
	margin: 1px;
	padding-top: 1px;
	}

#header_logo {
	float: left;
	}
	
#header_text {
	float: left;
	margin: 0;
	padding: 2px 10px;
	color: black;
	background: #f1b87d url(images/header_orange.gif) no-repeat;
	width: 632px;
	text-align: left;
}

#header_text img {
	float: left;
	}

#header_text .title_primary {
	font-size: 1.8em;
	font-weight: bold;
	}

#header_text .title_secondary {
	font-size: 1.0em;
	}
	
/* TOP NAVIGATION */
#top_nav {
	clear: both;
	float: left;
	width: 100%;
	margin-left: 1px;
	z-index:1000; /* This makes the dropdown menus appear above the page content below */
	position:relative;
	}

/* TOP FLASH or IMAGE */
#top_image {
	clear: both;
	float: left;
	margin: 1px;
	}

#flash {
	clear: both;
	float: left;
	background-color: #002569;
	padding-top: 25px;
	margin: 1px;
	}
	
/* BREADCRUMBS */
#breadcrumbs {
	clear: both;
	color: white;
	background-color: #002569;
	text-align: left;
	margin: 1px;
	}
	
.breadcrumbs_home {
	padding: 4px 20px 4px 206px;
	}
	
.breadcrumbs_content {
	padding: 4px 20px 4px 248px;
	}
	
#breadcrumbs a {
	color: white;
	}
	
#breadcrumbs a:hover {

	}

/* TIER 1... LEFT NAV + CONTENT */
#tier1 {
	clear: both;
	float: left;
	width: 780px;
	margin: 1px;
	border-bottom: 1px solid #002569;
	}

#left_nav {
	float: left;
	width: 228px;
	}
	
#left_home{
	float: left;
	width: 186px;
	background-color: #e2e3e4;
		padding-bottom: 20px;
	}

#left_home p {
	margin-left: 6px;
	margin-right: 6px;
	}

#left_home img {

	padding-top: 20px;
	}

#content {
	float: left;
	text-align: left;
	width: 512px;
	margin: 0 20px;
	}
	
	
/* TIER 2...FAT FOOTER */
#tier2 {
	clear: both;
	float: left;
	margin: 1px;
	padding-bottom: 20px;
	}

#spacer_home {
	float: left;
	width: 186px;
	}

#spacer_content {
	float: left;
	width: 228px;
	}

#sitemap {
	float: right;
	width: 532px;
	text-align: left;
	padding-left: 20px;
	}
	
#sitemap ul {
	padding-left: 0;
	margin-left: 0;
	}
	
#sitemap li{
	color: #002569;
	list-style: square;
	padding: 0;
	margin-left: 14px;
	}
	
#sitemap li.sm_head {
	font-size: 1.1em;
	list-style: none;
	margin-left: 0;
	}
	
#sitemap a {
	color: #002569;
	font-size: 0.9em;
	}

#sitemap a:hover {
	color: #ef7400;
	}
	
.col1 {
	float: left;
	margin: 4px 20px 4px 4px;
	width: 150px;
	}

/* TIER 3...THIN FOOTER */
#tier3 {
	clear: both;
	float: left;
	width: 780px;
	border-top: 1px solid #002569;
	padding: 10px 0;
	margin: 1px;
	}

#tier3_images {
	float:left;
}

#tier3_info {
	float: left;
	text-align: left;
	margin-left: 20px;
	}
	
#tier3_info p {
	margin: 0;
	padding: 0;
	}


#tier3_info a {
	color: #002569;
	}
	
#tier3_info a:hover {
	color: #ef7400;
	}


/* CLASSES & COLORS*/

h1 {
	font-size: 1.5em;}

h1, h2, h3, h4 {
	color: #ef7400;
	}
	
h1 a, h2 a, h3 a, h4 a {
	text-decoration: none;
	color: #ef7400;
	}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	text-decoration: underline;
	color: #002569;
	}

p {
	padding: 4px;
	}
	
img {
	padding: 0;
	margin: 0;
	border: 0;
	border-style: none;
	text-decoration: none;
	outline: none;
	}
	
img a {
	outline: none;
	border: 0;
	border-style: none;
	text-decoration: none;
	}
	
a {
	color: #002569;
	outline: none;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	color: #ef7400;
	}
	
ul {
	list-style: square;
	padding-left: 20px;
	margin-left: 0;
	}

.border {
	border: 1px solid red;
	}

	
.highlight:hover {
	background-color: #f1b87d;
	}
	
.orange {color: #ef7400;}
.lightblue {color: #5692e6;}
.navy {color: #002569;}
.centered {text-align: center;}
.left {text-align: left;}

/* TYPOGRAPHY */
body {
	font-family: sans-serif;
	}

.italic {
	font-style: italic;
	}
	
.bold {
	font-weight: bold;
	}

.superscript{
	font-size: small; 
	vertical-align:top;
	} 

.ind {
	text-indent: 4px;
	}
	
.quote{
	font-style: oblique;
	}
	
.quote_person {
	color: #707146;
	font-weight: bold;
	}
	
.quote_title {
	color: #707146;
	font-size: .8em;
	}

.line_plus {
	line-height: 1.5em;
	}
	
.clear-both {clear: both;}
.clear-left {clear: left;}
	
/* VARIOUS PAGE STYLINGS */

#content h3, #content h4 {
	padding-left: 4px;
	}

#content table.two-buttons  * {
	background-color: navy;
	text-align: center;
	vertical-align: middle;
	}
	
#content table.two-buttons {
	width: 100%;
	}
	
#content table.two-buttons td {
	width: 50%;
	}

#content table.two-buttons tr {
	height: 2em;
	}
	
#content table.two-buttons a {
	color: white;
	}
	
#content.product {
	padding-bottom: 12px;
	}

#content.product .section-header {
	margin-bottom: 12px;
	}
	
#content.product .section-header h2, #content.product .section-header h2 a, #content.product .section-header h2 a:hover {
	color: #ef7400;
	border-bottom: 1px solid #cfcfcf;
	margin-bottom: 2px;
	text-decoration: none;
	}

#content.product .section-header h3 {
	color: #5692e6;
	font-weight: 100;
	font-size: 1em;
	font-style: italic;	
	margin-top: 0;
	}

#content.product h4 {
	padding: 0 4px;
	margin: 0;
	}
	
#content.product p {
	margin-top: 0;
	}
#content.product img {
	padding: 4px 10px 14px;
	}

#content.product a img {
	padding: 4px 0;
	}
	
#content.product div.top {
	display: block;
	clear: both;
	margin-top: 2em;
	}
	
#content.product div.top a {
	display: block;
	width: 100%;
	text-align: right;
	color: #ef7400;
	font-size: smaller;
	font-style: italic;
	}
	
#content.product a:hover.top {
	color: #ef7400;
	text-decoration: none;
	}
	
#content.product ul {
	margin: 1.3em;
	padding: 0;
	}
	
#content.product li {
	list-style: none;
	background: url(images/list_arrow.gif) no-repeat left top;
	padding-left: 1.2em;
	font-size: 0.9em;
	}
	
#content.product .sampled {
	display: inline; /* IE margin bug fix */
	clear: both;
	float: left;
	width: 512px;
	margin: 0;
	padding: 0;
	}	

/* image on the right side */
#content.product .sampled .left {
	width: 342px;
	float: left;
	}
	
#content.product .sampled .right {
	width: 170px;
	float: right;
	text-align: center;
	}

/* image on the left side */
#content.product .sampled .left-rev {
	width: 170px;
	float: left;
	text-align: center;
	}
	
#content.product .sampled .right-rev {
	width: 342px;
	float: left;
	}
	
/* image and text anchor */
#content.product .sampled .right a, #content.product .sampled .left-rev a {
	color: #ef7400;
	text-decoration: none;
	font-size: .8em;
	}

/* Demo Landing Page */
#content .demos {
	display: inline; /* IE margin bug fix */
	clear: both;
	float: left;
	width: 552px;
	margin: 0 0 0 -19px;
	padding: 0;
	}
#content .demos .demo-nav {
	width: 212px;
	float: left;
	}
	
#content .demos .demo-text {
	width: 330px;
	float: left;
	padding-left: 10px;
	}
	
#content .demos .demo-nav ul, #content .demos .demo-nav li, #content .demos .demo-nav ul li{
	list-style: none;
	background: #eee;
	color: #5692e6;
	padding: 0;
	margin: 0;
	}

#content .demos .demo-nav ul {
	border-bottom: 1px solid #002569;
	}
	
#content .demos .demo-nav ul li a {
	display: block;
	border-top: 1px solid #002569;
	color: #5692e6;
	font-size: .9em;
	padding: 4px 12px;	
	}

.customer-case h2 {
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 12px;
	border-bottom: 2px solid #5b92e6;
	}

	
.customer-case .credit {
	text-align: right;
	}

.customer-case .credit p {
	font-weight: bold;
	color: #ef7400;
	}
	
.customer-case .case {
	text-align: center;
	vertical-align: middle;
	}	
	
.customer-case .case img {
	padding-right: 4px;
	vertical-align: middle;
	}
	
.customer-case .case p a {
	padding: 13px;
	background-color: #F1EDD4;
	}

#alertVideos {margin-top: 30px;}
#alertVideos #videos .video {clear:both;}
#alertVideos #videos .video a {display: block; float: left; margin-bottom: 18px;}

#alertVideos #videos .video a img {float: left; width: 130px; margin-right: 6px; margin-bottom: 2px;}
#alertVideos #videos .video .desc {display: block; float: left; width: 360px; padding-bottom: 20px;}
#alertVideos #videos .video a h3 {margin-top: 0; margin-bottom: 6px;}
#alertVideos #videos .video a p {margin-top: 0; margin-bottom: 3px; padding-bottom: 0;}
#alertVideos #videos .video span {margin: 0; padding: 0 0 0 4px;}

.pagination {list-style:none; margin:10px 0px 0px 0px; padding:0px; clear:both;}
.pagination li{float:left; margin:3px;}
.pagination li a{border:1px solid #5b92e6;   display:block; padding:3px 5px; color:#fff; background-color:#5b92e6; text-decoration:none;}
.pagination li a.active {border:1px solid #5b92e6; color:#000; background-color:#fff;}
.pagination li a.inactive {background-color:#eee; color:#777; border:1px solid #ccc;}
