@import url("nav.css");

html {
	font-size: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: url(../img/body-bg.jpg) repeat-x 0 top;
	font: 1em "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
}

/* xhtml selectors */

form {
	margin: 0;
	padding: 0;
}

img {
	margin: 0;
	padding: 0;
	border-style: none;
}

a {
	color: #153B5F;
}

a:hover {
	color: #999;
}

/* global classes */

.leftBoxes {
	width: 330px;
	display: block;
	float: left;
}

.leftBox {
	display: block;
	background: url(../img/vertbox-bg.jpg) repeat;
	border: 1px solid #e1e8f0;
	width: 325px;
	position: relative;
	margin-bottom: 20px;
	padding: 0;
}

.rightBoxes {
	display: block;
	width: 350px;
	float: right;
}

.rightBox {
	display: block;
	background: url(../img/vertbox-bg.jpg) repeat;
	border: 1px solid #e1e8f0;
	width: 345px;
	margin-bottom: 20px;
	margin-right: 20px;
}

.rightBox span {
	padding-left: 10px;
	display: block;
	padding-top: 10px;
	padding-right: 5px;
	color: #618aaa;
	font-size: .9em;
}

.rightBox span a {
	text-decoration: none;
	font-size: .9em;
}

. ul {
	font-size: .9em;
	list-style-type: square;
}

.h3top {
	border-top: 1px solid #e4e4e4;
	padding-top: 15px;
}

.lowerBox {
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 10px;
	margin-left: 10px;
	border-top: 1px dotted #666;
	color: #6d8507;
/*	height: 50px; */	
	font-size: .9em;
}

.lowerBox ul {
	font-size: .8em;
	list-style-type: square;
}

p.lb {
	color: #6d8507;
	margin: 0;
	padding-top: 5px;
}

p.rb {
	color: #6d8507;
	margin: 0;
	padding-top: 5px;
	font-size: 1em;
	padding-bottom: 5px;
}

.exp3Col {
	position: absolute;
	right: 5px;
	top: 68px;
	width: 90px;
	height: 25px;
}

a.exp3Col-off {
	position: relative;
	width: 90px;
	height: 30px;
	background: url(../img/icn-expand.jpg) no-repeat 0 5px;
	left: 20px;
	bottom: 50px;
	display: block;
}

a.expCol-off {
	position: absolute;
	right: 3px;
	width: 90px;
	height: 30px;
	background: url(../img/icn-expand.jpg) no-repeat 0 5px;
	top: 58px;
}

a.expCol-on {
	position: absolute;
	right: 3px;
	width: 90px;
	height: 30px;
	background: url(../img/icn-collapse.jpg) no-repeat 0 0;
	top: 58px;
}

.clear {
	clear: both;
}

.invisible {
	display: none;
}

a.toggle-on {
	background-image: url(../i/toggle-sm-on.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
	padding: 2px 0 0 18px;
	margin: 0 0 0 2px;
}
a.toggle-off  {
	background-image: url(../i/toggle-sm-off.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
	padding: 2px 0 0 18px;
	margin: 0 0 0 2px;
}

.updated {
	color: #960732;
	text-transform: uppercase;
	text-decoration: underline;
}

/* structure */

#topnav {
	position: absolute;
	top: 12px;
	left: 225px;
	color: #fff;
	font-size: .75em;
	height: 30px;
	z-index: 30;
}

#topnav a {
	color: #f3f3f3;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

#topnav a:hover {
	color: #fff;
}

#container {
	width: 945px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: transparent;
	position: relative;
}

/* @group content home */

#home {
	background: url(../img/home-bg.png) repeat-x 0 top;
}

#main {
	padding: 0;
	width: 745px;
	float: left;
	margin: 33px 0 0;
}

#main-sub {
	background: url(../img/sub-masthead.jpg) no-repeat right top;
	padding-top: 109px;
}

#main-sub_TRC {
	background: url(../img/sub-masthead2.jpg) no-repeat right top;
	padding-top: 109px;
}

#main-sub h1, #main-sub_TRC h1 {
	color: #fff;
	font-size: 1.2em;
	text-transform: none;
	position: absolute;
	top: 63px;
	left: 214px;
	width: 240px;
}

#flash {
	background:url(../img/home-flash-bg.png) no-repeat -1px 0;
	width:1000px;
	height:290px;
	margin-top:-33px;
	padding-top:32px;
}

#content-home {
	color: #666;
	font-size: .8em;
	margin: 0;
	padding: 20px 10px 0 0;
}

#content-home blockquote, #content-home p {
	color: #999;
	font-size: .9em;
	line-height: 1.8em;
	margin: 10px 10px 0 0;
	padding-top: 5px;
	padding-left: 5px;
}

#content-home .left {
	float: left;
	width: 450px;
	padding-right: 10px;
	margin-bottom: 20px;
	border-right: 1px solid #e4e4e4;
}

#content-home .leftNoBorder {
	float: left;
	width: 700px;
	margin-bottom: 20px;

}

#content-home h2 {
	color:#6a8400;
	font-size: 1.3em;
	text-transform: uppercase;
}

#content-home .right {
	float: left;
	padding-left: 20px;
	/*border: 1px solid #336699;*/
}


}
#contentMid dl {
	margin: 0 0 10px;
	padding: 0;
}

#contentMid dt {
	padding: 0 0 0 25px;
	color: #153B5F;
	font-weight: bold;
	font-size: 1em;
	margin: 10px 0 0;
	background: url(../img/arrow-green-rt.gif) no-repeat;
	text-transform: uppercase;
	line-height: 1.7em;
}

#contentMid dd {
	color: #999;
	margin: 0;
	padding: 0 0 0 25px;
}

/* @end */

/* @group header */

#header {
	height: 109px;
	background: url(../img/sub-masthead.jpg) no-repeat right center;
}

#header-home {
	height: 80px;
}

#header-home2 {
	height: 109px;
}

#header h1, #header-home h1, #header-home2 h1 {
	background: url(../img/c360-sub.png) no-repeat;
	width: 195px;
	height: 109px;
	display: block;
	margin: 0;
	padding: 0;
}

#header h1 a, #header-home h1 a , #header-home h1 a{
	width: 195px;
	height: 109px;
	display: block;
}

#header h2 {
	color: #fff;
	font-size: 1.2em;
	text-transform: uppercase;
	position: absolute;
	top: 60px;
	left: 215px;
	width: 230px;
}

#header span, #header-home span , #header-home2 span{
	display: none;
}

/* @end */

/* @group column */

#column-home, #column-sub {
	background: url(../img/home-nav-bg.png) no-repeat 0 109px;
	float: left;
	margin: 0;
	padding: 0;
	height: 500px;
	width: 195px;
}

#column-sub {
	background: url(../img/column-nav-bg.jpg) no-repeat 0 109px;
}

#column-sub_TRC {
	background: url(../img/home-nav-bgII.png) no-repeat 0 109px;
	float: left;
	margin: 0;
	padding: 0;
	height: 109px;
	width: 195px;
}

#column-home #search, #column-sub #search {
	font-size: .8em;
	padding: 20px;
	margin-top: 0;
}

#column-home #searchHome,#column-sub #searchHome {
	font-size: .8em;
	padding: 20px;
	margin-top: 32px;
}

#column-home #searchHome input, #content-home input, #column-sub #searchHome input, #content-sub input {
	font-size: .9em;
	color: #999;
	background: url(../img/column-nav-bg.jpg) no-repeat -320px;
	border: 1px solid #999;
	margin-top:4px;
}

#column-home .logos, #column-sub .logos {
	display: block;
	margin-top: 10px;
	text-align: center;
}

#column-home .logos img, #column-sub .logos img {
	margin-bottom: 10px;
}

/* @end */

/* @group contentMid */

#contentMid {
	color: #666;
	font-size: 0.775em;
	margin-right: 20px;
	margin-left: 20px;
	width: 420px;
	margin-top: 10px;
	float: left;
}

#contentMid #screenshotBox {
	width: 150px;
	background: url(../img/screenshot.jpg) no-repeat center top;
	border: 1px solid #e4e4e4;
	float: right;
	margin-left: 5px;
}

#contentMid #screenshotBox ul {
	padding: 0;
	border-top: 1px solid #e4e4e4;
	margin: 110px 2px 20px;
}

#contentMid #screenshotBox li {
	list-style-type: none;
	background-image: none;
	margin: 0;
	padding: 0;
}

#contentMid #screenshotBox li a {
	display: block;
	font-size: .9em;
	text-decoration: none;
	border-bottom: 1px solid #f3f3f3;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	height: 1.2em;
}

#contentMid ol {
	padding: 0 0 0 4px;
	margin: 5px 0 0 20px;
}

#contentMid ol li {
	padding: 5px 0;
}

#contentMid ul {
	padding: 0;
	margin: 4px 0 0;
}

#contentMid ul li {
	padding: 5px 0 5px 25px;
	background: url(../img/icn-bullet.gif) no-repeat 0 7px;
	list-style-type: none;
	margin: 0;
}

#contentMid h3 {
	color: #153B5F;
	font-size: 1em;
	margin: 0;
	padding: 0 0 4px 0;
}


.hangingindent {
text-indent: -25px;
padding-left: 25px;
padding-top: 0;
}

#contentMid h4 {
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	font-style: italic;
	font-family: "Times New Roman";
}

#contentMid p {
	line-height: 1.4em;
}


/* @end */

#resourceArea {
	margin: 0;
	padding: 0;
	height: 275px;
}

/* @group columnRight */

#columnRight {
	background: url(../img/rtColumn-bg.jpg) no-repeat -1px -10px;
	width: 290px;
	height: 565px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: -1px;
}

#columnRight .nav a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: .8em;
	padding-left: 20px;
	margin-bottom: 10px;
	display: block;
	margin-right: 20px;
	font-weight: bold;
}

#columnRight .box {
	display: block;
	background: url(../img/vertbox-bg.jpg) repeat;
	border: 1px solid #e1e8f0;
	width: 240px;
	padding: 0;
	margin-left: 20px;
	margin-bottom: 10px;
	height: 40px;
}

#columnRight .boxTall {
	display: block;
	background: url(../img/vertbox-bg.jpg) repeat;
	border: 1px solid #e1e8f0;
	width: 240px;
	padding: 0;
	margin-left: 20px;
	margin-bottom: 0px;
	height: 60px;
}


#columnRight h5 {
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

#columnRight h6 {
	text-transform: uppercase;
	padding: 10px 0 10px 30px;
	margin: 30px 27px 20px 22px;
	color: #153B5F;
	background: url(../img/icn-lib.jpg) no-repeat 0 5px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	line-height: 1.5em;
	font-size: .8em;
}

#columnRight h3 {
	text-transform: uppercase;
	padding: 0 0 0 20px;
	margin: 0 0 20px 0;
	color: #153B5F;
	background: none;
	/*border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;*/
	line-height: 1.2em;
	font-size: .8em;
}

#columnRight h5 a {
	color: #618aaa;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 0 0 35px;
	font-size: .9em;
	display: block;
	line-height: 2em;
	text-decoration: none;
	margin: 0 0 0 10px;
}

#columnRight h5 a:hover {
	color: #153B5F;
}

#boxTrial h5 {
	background: url(../img/icn-trial.jpg) no-repeat 6px 4px;
}

#boxBuy h5 {
	background: url(../img/icn-buy.jpg) no-repeat 6px 4px;
}

#boxLink h5 {
	background: url(../img/icn-link.jpg) no-repeat 6px 4px;
}

#boxComingSoon {
	display: block;
	background: url(../img/vertbox-bg.jpg) repeat;
	border: 1px solid #e1e8f0;
	width: 430px;
	padding: 0;
	margin-left: 0px;
	height: 120px;
}

#boxComingSoonGOOD h5 {
	text-transform: uppercase;
	padding: 10px 0 10px 30px;
	margin: 30px 27px 20px 22px;
	color: #153B5F;
	background: url(../img/icn-lib.jpg) no-repeat 0 5px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	line-height: 1.5em;
	font-size: .8em;
	}
	
#boxComingSoon h5 {
	text-transform: uppercase;
	padding: 30px 0 40px 110px;
	margin: 5px 27px 20px 22px;
	background: url(../img/icn-comingsoonSMALL.png) no-repeat -13px 0px;	
	line-height: 2em;
	font-size: 2em;
	font-weight: bold;
	color: #618aaa;
}

#columnRight ul {
	margin: 0 0 0 5px;
	list-style-type: none;
	padding: 0 0 10px 0;
	position: relative;
	top: -10px;
}

#columnRight li {
	padding: 5px 0;
	background-position: 0 1%;
	margin: 0 20px 0 0;
}

#columnRight li.blank {
	padding: 0 0 0 0;
	background-position: 0 1%;
	margin: 0 0 0 0;
}

#columnRight li.pdf a {
	background-image: url(../img/icn-pdf.jpg);
	margin: 0 0 0 10px;
	background-repeat: no-repeat;
	width: 207px;
	padding-left: 30px;
	display: block;
}

#columnRight li.ss a {
	background-image: url(../img/icn-ss.jpg);
	margin: 0 0 0 10px;
	background-repeat: no-repeat;
	width: 207px;
	padding-left: 30px;
	display: block;
}

#columnRight li.html a {
	background-image: url(../img/icn-html.jpg);
	margin: 0 0 0 10px;
	background-repeat: no-repeat;
	width: 207px;
	padding-left: 30px;
	display: block;
}

#columnRight li.bullet a {
	background-image: url(../img/icn-bullet.gif);
	margin: 0 0 0 10px;
	background-repeat: no-repeat;
	width: 207px;
	padding-left: 30px;
	display: block;
}

#columnRight li.list {
	background-image: url(../img/icn-bulletII.gif);
	margin: 0 0 0 10px;
	background-repeat: no-repeat;
	width: 207px;
	padding-left: 30px;
	display: block;
	font-size: .775em;
	border-top: 1px dotted #CCC;
	padding-bottom: 4px;
	padding-top: 4px;
	color: #153B5F;
	}

#columnRight li.ppt a {
	background-image: url(../img/icn-ppt.jpg);
	margin: 0 0 0 10px;
	background-repeat: no-repeat;
	width: 207px;
	padding-left: 30px;
	display: block;
}

#columnRight li.vid a {
	background-image: url(../img/icn-vid.jpg);
	margin: 0 0 0 10px;
	background-repeat: no-repeat;
	width: 207px;
	padding-left: 30px;
	display: block;
}

/*#columnRight li a {
	padding-left: 30px;
	display: block;
	color: #153B5F;
	text-decoration: none;
	font-size: .7em;
	margin: 0;
}

#columnRight ul.products {
	list-style-type: none;
	padding: 0;
	margin: 10px 40px 0 10px;
}

#columnRight ul.products li {
	padding: 0;
	margin: 0;
}

#columnRight ul.products li a {
	height:  1em;
	padding: 2px 0;
	margin: 0 0 0 10px;
	border-bottom: 1px dotted #999;
	line-height: 1.5em;
}

#columnRight ul.products li a:hover {
	color: #999;
}

#columnRight ul.products li.last a {
	border-bottom: 1px dotted white;}*/


#columnRight #all {
	color: #153B5F;
	display: block;
	background: url(../img/vertbox-bg.jpg) repeat;
	border: 1px solid #e1e8f0;
	width: 225px;
	padding: 15px 0 0 15px;
	margin-left: 20px;
	margin-bottom: 10px;
	height: 60px;
	font-size: .8em;
	margin-right: 15px;
}

#columnRight #all select {
	font-size: .9em;
	margin-top: 10px;
}

#columnRight dropdown {
	margin-left: 20px;
}

/* @end */

/* @group slick */

#slick {
	width: 461px;
	height: 275px;
	float: left;
	background: url(../img/slick-bg.jpg) no-repeat right center;
}

#slick .left {
	clear: none;
	float: left;
	width: 220px;
}

#slick h3 {
	color: #153B5F;
	padding-top: 5px;
	padding-left: 25px;
	font-size: .9em;
	line-height: 1.2em;
	padding-bottom: 0;
	margin: 20px 0 0;
}

#slick p {
	padding-left: 25px;
	color: #163049;
	font-size: .7em;
	line-height: 1.5em;
	padding-top: 5px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#slick .right {
	width: 200px;
	float: right;
}

.slickImg {
	padding-left: 20px;
}

/* @end */

#resources {
	background: url(../img/resource-bg.jpg) no-repeat;
	width: 290px;
	height: 275px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: -1px;
}

#resources h4 {
	color: #6a8400;
	font-size: 1em;
	padding: 0 25px 5px;
	margin: 0 20px 0 0;
	position: relative;
	top: -15px;
	line-height: 1em;
}

#resources ul, #columnRight ul {
	margin: 0 0 0 0px;
	list-style-type: none;
	padding: 0 0 10px 10px;
	position: relative;
	top: -10px;
}

#resources li, #columnRight li {
	font-size: .9em;
	margin-left: 5px;
	margin-right: 20px;
	padding: 0;
	width: 250px;
}

#columnRight li {
	font-size: .9em;
	margin-left: 5px;
	margin-right: 20px;
	padding: 0;
}

#resources li a, #columnRight li a {
	margin-right: 0;
	margin-left: 0;
	padding-left: 10px;
	border-top: 1px dotted #ccc;
	display: block;
	color: #153B5F;
	text-decoration: none;
	padding-bottom: 4px;
	padding-top: 4px;
	font-size: .7em;
}

#columnRight li a {
	font-size: .8em;
}

#resources li a:hover, #columnRight li a:hover {
	color: #666;
}

#overviewContent {
	padding-left: 220px;
	padding-top: 290px;
}

#overviewContent_TRC {
	padding-left: 0px;
	padding-top: 0px;
}

#overviewContent h3, #content-home h3 {
	margin: 0 0 2px;
	color: #153B5F;
	font-size: 1em;
	letter-spacing: .1em;
}

#content-home h3.newshead {
	margin: 0 0 2px;
	color: #153B5F;
	font-size: 1em;
	letter-spacing: .1em;
	padding-top: 8px;
}

#overviewContent h5 {
	color: #618aaa;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 25px;
	margin-left: 20px;
	margin-bottom: 0;
	padding: 0 0 0 55px;
	font-size: 1.3em;
	height: 47px;
}

#overviewContent h6 {
	color: #618aaa;
	text-transform: uppercase;
	font-size: .8em;
	margin: 0 0 0 75px;
	padding: 0;
	position: relative;
	top: -27px;
}

#overviewContent p, #footer p {
	font-size: .75em;
	line-height: 1.5em;
	padding-right: 10px;
	margin-right: 10px;
}

p.oc {
	color: #999;
}

#boxCore h5 {
	background: url(../img/icn-core.jpg) no-repeat 0 -5px;
}

#boxSales h5 {
	background: url(../img/icn-sales.jpg) no-repeat 0 -5px;
}

#boxService h5 {
	background: url(../img/icn-service.jpg) no-repeat 0 -5px;
}

#box12 h5 {
	background: url(../img/icn-12.jpg) no-repeat 0 -5px;
}

#box30 h5 {
	background: url(../img/icn-30.jpg) no-repeat 0 -5px;
}

#box40 h5 {
	background: url(../img/icn-40.jpg) no-repeat 0 -5px;
}

/* @group footer */

#footer {
	/*margin-left: 215px;*/
}

#footerp {
	text-align: center;
	color: #999;
	background: url(../img/footer-logo.jpg) no-repeat right center;
	height: 60px;
	margin-bottom: 20px;
	font-size: .8em;
}

#footer-nav {
	border-bottom: 1px dotted #999;
	border-top: 1px dotted #999;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	color: #999;
	margin: 10px 2px 20px;
	font: .8em "Trebuchet MS", Tahoma, Arial, sans-serif;
}

#footer-nav a {
	color: #999;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
	font-size: .8em;
	text-transform: uppercase;
}

#footer-nav a:hover {
	text-decoration: underline;
}

.Page_headline {
	color: #153B5F;
	font-weight: bold;
	font-size: 15px;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
}

.red_text {
	color: #ff0000;
}

.titleBox {
  margin: 0 auto 0;
  text-align: center;
  color: #ffffff;
  font-size: small;
  font-family: tahoma, arial, helvetica, sans-serif;
  }
.titleBox .boxtop {
  margin: 0;
  padding: 5px 1px 5px 1px;
  background: url(../img/titleboxTopWide.png) no-repeat top;  
  }
.titleBox div.boxtop p { margin: 0; }
.titleBox .boxtext {
  margin: 0 0px -20px 0px;
  padding: 1px 20px 1px 20px;
  background: url(../img/titleboxmidWide.png) repeat-y top;
  font-family: tahoma, arial, helvetica, sans-serif;
  text-align: center;
  color: #1d3b7d;
  }
.titleBox .boxbot {
  margin: 0;
  height: 36px;
  background: url(../img/titleboxbotWide.png) no-repeat bottom;
  }
  
  

/* @end */

