body {
	font-size: 12pt;
	line-height: 1.6em;
	font-family: Helvetica,"Gill Sans",sans-serif;
	background: #dddddd url(../gfx/back2.jpg) repeat;
	color: #4D4D4A;
}

h1,h2,h3,h4 {
	margin-bottom: 1em;
	font-family: "Gill Sans",Helvetica,sans-serif;
	color: #000000;
	text-transform: uppercase;
	font-weight: normal;
}

h5 {
	font-weight: 600;
	font-size: 16px;
	font-family: "Gill Sans",Helvetica,sans-serif;
}

.indented
{
   padding-left: 50pt;
   padding-right: 50pt;
}

.video,
.audio {
    margin-bottom: 24px;
    border: 1px #b0b0b0 solid;
    display: block;
}

ul {
	margin-bottom: 1.25em;
	font-size: 12px;
}

li
{
  font-size: 13pt;
  color: #222;
}

a, a:active {
	text-decoration: none !important;
	color: #034B75;
}

a.loud {
	font-weight: bold;
	text-decoration: underline;
	font size: 13px;
}

a:hover {
	text-decoration: underline;
	color: #978829;
}

a:visited {
	color: #034B75;
}

br.clear {
	clear: both;
}

strong {
	color: #000000;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

img.top {
	margin: 8px 0 20px 0;
}

.errFont{
	font-size: 11px;	
	color: #990000;
	font-weight: bold;
}

input, textarea, select
{
  font-size: 12px;
  font-weight:bold;
  background-color: #eee;
  color: #000;
}

#top {
	position: absolute;
	z-index: 2;
	top: 0;
	height: 160px;
	color: #BAB9BA;
	margin-bottom: 10px;
	min-width: 1000px;
	width: 100%;
	margin: 0 auto 0 auto;
    left: 0;
    right: 0;
    background: url(../gfx/bg-site.gif) repeat;
	-moz-box-shadow: 3px 3px 4px #4D4D4A;
	-webkit-box-shadow: 3px 3px 4px #4D4D4A;
	box-shadow: 3px 3px 4px #4D4D4A;
}

#top .solutions {
	
	margin: 110px auto 0 auto;
	height: 50px;
	width: 70%;
	min-width: 1000px;
	background: #034b75;
}

#logo {
	position: absolute;
	top: 25px;
	margin: 0 auto 0 auto;
    left: 0;
    right: 0;
	height: 138px;
	width: 1000px;
}

#logo a {
	text-decoration: none;
	color: #BAB9BA;
}

#logo a img {
	height: 49px;
	width: 400px;
}

#logo h1 {
	font-size: 2.25em;
	font-family: Arvo, serif;
}

#mainnav {
	position: absolute;
	bottom: 0;
	margin: 0 auto 0 auto;
    	left: 0;
    	right: 0;
	width: 1040px;
	height: 50px;
	font-size: 18px;
	font-family: Futura,"Gill Sans",Helvetica,sans-serif;
}

#mainnav a {
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	color: #fff;
   	padding: 5px 10px 5px 10px;
}

#mainnav a:hover, #mainnav a:active {
	border-radius: 8px;
	-webkit-border-radius: 8px;
   	-moz-border-radius: 8px;
   	background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */

   	color: #978829; 	
}

#mainnav ul {
	list-style: none;
}

#mainnav ul li {
	display: inline;
	padding: 0 12px 0 12px;
}

#main {
	position: absolute;
	z-index: 1;
	width: 70%;
	min-width: 1000px;
	margin: 160px auto 40px auto;
	top: 0px;
    left: 0;
    right: 0;
    background: #FFF;
    -webkit-box-shadow: 0px 3px 12px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 3px 12px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 3px 12px rgba(50, 50, 50, 0.75);
}

#headerimg {
	width: 1000px;
	-webkit-box-shadow: 0px 3px 12px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 3px 12px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 3px 12px rgba(50, 50, 50, 0.75);
}

#headerimg .captions {
	position: absolute;
	z-index: 105;
	top: 105px;
	text-shadow: 2px 2px 0px rgba(0,0,0,1.0);
	width: auto;
	height: 154px;
}

#headerimg .captions h2 {
	background: rgba(0,0,0,0.7);
	color: #ffffff;
	padding: 28px;
	margin: 0;
}

#headerimg .captions h3 {
	background: rgba(3,75,117,0.8);
	color: #ffffff;
	padding: 28px;
	margin: 0;
}

.header_container {
     width:1000px;
	 margin: 0 auto 0 auto;
     height:259px;
     overflow: hidden;
	 position: relative;
	 display: none;
}

.header_container div.slide {
	display:block;
}

.pagination {
	display: none;
}

.image {
     width:1000px;
	 margin: 0 auto 0 auto;
     height:259px;
	 position: relative;
}

#headerContent
{
  position: relative;
  padding: 0px 6px 0px 6px;
}

#rightOffer table
{ 
  width: 100%;
  text-align: center;
  column-space-distribution: between;
}
  
#rightOffer td
{
  width: 10%;
  color: #4a237d;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
 
#rightOffer a
{ 
  color: #4a237d;
  font-size: 13px;
  font-weight: bold;
  padding: 2px 2px 2px 2px;
  text-decoration: none;
}

#rightOffer a:hover
{
  color: #034B75;
  text-decoration: none;
  border: none;
}

table.simple_table {
	border: none;
	border-collapse: collapse;
}
table.simple_table td {
	padding: 8px 10px;
	border-bottom: 1px solid #E6E6E6;
	border-top: 1px solid #E6E6E6;
}

#subnavhead
{
  position: absolute;
  right: 0;
  padding: 30px 40px 0px 0px;
  color: #034B75;
  font-size: 11px;
  text-align: right;
  letter-spacing: 1px;
}

#subnavhead a:link,
#subnavhead a:visited
{
  color: #034B75;
  text-decoration: none;
}

#subnavhead a:hover
{
  text-decoration: none;
  color: #978829;
}

#pagebody {
	position: relative;
	top: 1px;
	padding: 30px 18px 5px 18px;
}

#pagebody .contentbox li {
	display: list-item;
}

#pagebody .rightContentBox ul {
	list-style: none;
	padding: 0;
}

#pagebody .rightContentBox li {
	padding: 4px 0 4px 0;
	border-top: solid 1px #d1d1d1;
}

#pagebody ul li.first {
	padding-top: 0;
	border-top: 0;
}

#pagebody ul li.red {
	padding-top: 8px;
	border-top: 0;
}

#pagebody ul li.first a, #pagebody ul li.first a: active {
	text-decoration: none;
	color: #034B75;
}

#pagebody a:hover {
	text-decoration: underline;
	color: #978829;
}

#pagebody a: visited {
	color: #978829
}

#bottom {
	position: absolute;
	padding: 40px 0 80px 0;
	margin: 0 auto 0 auto;
		left: 0;
    	right: 0;
	width: 1000px;
	text-align: center;
	color: #777777;
	font-size: 14px;
}

#bottom a {
	color: #034B75;
}

#bottom a:hover {
	color: #978829;
}

#rightColumn {
	width: 240px;
	background: #FFF;
	float: left;
	margin: 0 0 20px 0;
	border-right: solid #034b75 2px;
}

#specs_left {
	width:210px;
	float: left;
	padding-right: 10px;
	margin-right: 5px;
	font-size: 12px;
}

#specs_left li {
	font-size: 12px;
}

#specs_middle {
	width:210px;
	float: left;
	padding-right: 10px;
	margin-right: 5px;
	font-size: 12px;
}

#specs_middle li {
	font-size: 12px;
}

#specs_right {
	width:210px;
	float: left;
	padding-right: 10px;
	margin-right: 5px;
	font-size: 12px;
}

#specs_right li {
	font-size: 12px;
}

.date {
	background: #222222;
	color: #ffffff;
	font-size: 0.75em;
	padding: 2px;
	display: inline-block;
	width: 45px;
	text-align: center;
	margin-right: 1em;
}

.specs {
	font-size: 14px;	
	line-height: 1.5em;
}

.red {
	clear: both;
	font-size: 12px;
	color: #F00;
}

#version
{
  display: block;
  margin: 0px 20px 4px 20px;
  text-align: right;
  font-size: 10px;
  color: #666666;
}

.contentbox {
	margin: 0 0 0 260px;
	min-width: 600px;
}

.specs
{
columns:100px 3;
-webkit-columns:100px 3; /* Safari and Chrome */
-moz-columns:100px 3; /* Firefox */
}

#pagebody .contentbox h4 {
	font-weight: 600;
	color: #034B75;
	letter-spacing: 1px;
}

#pagebody .contentbox h3 {
	font-weight: 600;
	color: #034B75;
	letter-spacing: 1px;
}

#pagebody .contentbox h2 {
	font-weight: bold;
	text-shadow: 1px 1px 0px white, 2px 3px 0px rgba(0, 0, 0, 0.15);
}

#pagebody .contentbox h1 {
	font-weight: 600;
	color: #034B75;
	letter-spacing: 1px;
}

#pagebody .rightContentBox h3 {
	color: #034B75;
	letter-spacing: 1px;
}

div.contentFull {
  padding-right: 10px;
  position: relative;
  width: 720px;
  float: left;
}

.rightContentBox {
	font-size: 11pt;
	margin: 0 0 30px 0;
	overflow: visible;
	text-overflow: ellipsis;
	width: 220px;
	padding: 0px 0px 0px 5px;
}

.rightContentBox li {
	font-size: 11pt;
}

.rightContentBox ul {
	padding: 0;
	margin: 0;
}

/*BEGIN MINIMALIST TABLE STYLE*/
#minimalist {
	float: left;
    border-collapse: collapse;
    border: 1px solid #cccfd4;
    margin: 5px 0 20px 0;
    padding: 20px;
    font-size: 15px;
    line-height: 1.4em;
    background: #f4f4f4; /* Old browsers */
	background: -moz-linear-gradient(top,  #f4f4f4 0%, #fffcfc 61%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(61%,#fffcfc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f4f4f4 0%,#fffcfc 61%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f4f4f4 0%,#fffcfc 61%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f4f4f4 0%,#fffcfc 61%); /* IE10+ */
	background: linear-gradient(to bottom,  #f4f4f4 0%,#fffcfc 61%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#fffcfc',GradientType=0 ); /* IE6-9 */
}

#minimalist thead {
     border: 1px solid #cccfd4;
}

#minimalist th {
     color: #333;
     padding: 5px;
     text-align: left;
}

#minimalist tbody td {
     -moz-border-bottom-colors: none;
     -moz-border-image: none;
     -moz-border-left-colors: none;
     -moz-border-right-colors: none;
     -moz-border-top-colors: none;
     border-color: #81868d #DDDDDD #cccfd4 #dbdde0;
     border-style: solid;
     border-width: 1px;
     padding: 5px 5px;
     font-size: 11px;
     min-width: 60px;
}

#minimalist tbody a {
     color: #034B75;
     font-weight: bold;
     text-decoration: none;
}

#minimalist tbody a:hover {
     color: #978829;
     text-decoration: underline;
}


p.newstitle,
p.subtitle
{
  font-weight: bold;
  margin: 12px 0px 2px 0px;  
}

p.welcome
{
  color: #0B1552;
  font-weight: bold;
}

p.title {
	font-weight: bold;
	line-height: 1.2;
}

p.indent {
	line-height: 1.2;
	font-size: 12px;
}

a.welcome, a:visited.welcome, a:active.welcome
{
  color: #0b1452;
  font-weight: bold;
  text-decoration: none;
}

.code
{
  font-family: Monaco, Courier, monospace;
  font-size: 12px;
  width: auto;
}

span.note
{
  color: #FF0000;
  font-size: 10px;
}

#callouttextRight a
{
  position: relative;
  width: 90%;
  margin: 10px auto;
  padding: 6px 0px 12px 0px;
  background-color: #fff;
  color: #0B1552;
  font-size: 16px;
  text-align: right;
  display: block;
  font-weight: bold;
  text-decoration: none;
}

#subjectBox
{ 
  color: #000;
  background-color: #fc6c06;
  font-size: 12px;
  /* font-weight: bold; */ 
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  border-color: gray gray gray gray;
  border: 1px solid #000033;
  width: 95%;
}

#subjectBox input
{
  font-weight: bold;
  background-color: #eee;
  color: #000;
  border: 1px solid #023;
}

#alertbox {
	width: auto;
	padding: 4px 12px;
	background-color: #ffee80;
	border-color: #ddcc60;
	text-align: center;
        border: 1px solid #ddcc80;
	margin-top: 12px;
	margin-bottom: 18px;
}

#alertbox a { 
	color: #000; 
	font-weight: bold; 
	text-decoration: none;
 	display: block;
}

#erroralertbox {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url(../gfx/warning.png);
	border: 1px solid;
	padding: 15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;	
}

#successalertbox {
	color: #0B3D03;
	background-color: #88D340;
	background-image: url(../gfx/check.png);
	border: 1px solid;
	padding: 15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}

  div.subnavwrapper h1
  {
  font-size: 14px;
  font-weight: normal;
  color: #144889;
  text-shadow: none;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  }

 /* allow room for 3 columns */
  div.subnavwrapper ul
  {
  	padding-top: 0px;
  	padding-bottom: 2px;
    width: 45em;
  }

  /* float & allow room for the widest item */
  div.subnavwrapper ul li
  {
    float: left;
    width: 15em;
    padding: 0px 0px 0px 0px;
  }

  /* stop the float */
  div.subnavwrapper br
  {
    clear: left;
  }

  /* separate the list from subsequent markup */
  div.subnavwrapper
  {
    margin-bottom: 1em;
    padding-bottom: 15px;
    /* border: 1px solid #969696; */
  }


/* Login Error Message */

.protected_area  {
	color: #9e6d12;
	background-color: #efd74d;
	background-image: url(../gfx/attention.png);
	border: 1px solid;
	padding: 15px 10px 15px 50px;	
	background-repeat: no-repeat;
	background-position: 10px center;
	
}

.loginForm_error {
	clear: both;
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url(../gfx/warning.png);
	border: 1px solid;
	padding: 15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;	

}

.logout_success  {
	clear: both;
	color: #0B3D03;
	background-color: #88D340;
	background-image: url(../gfx/check.png);
	border: 1px solid;
	padding: 15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;

}

input#username, input#password {
	padding: 12px;
	margin-bottom: 10px;
	font-size: 14px;
	-webkit-border-radius: 6px;
   	-moz-border-radius: 6px;
   	border-radius: 6px;
	width: auto;
}

input#username {
	width: 190px;
}

input#password {
	width: 190px;
}

input#recover {
	width: 210px;
	padding: 10px 0 10px 2px;
	-webkit-border-radius: 6px;
   	-moz-border-radius: 6px;
   	border-radius: 6px;
	margin-bottom: 5px;
}

form.recover {
	margin-top: 0px;
}

.btn {
	margin-top: 5px;
   	border-top: 1px solid #676767;
	border-left: 1px solid #868788;
	border-right: 1px solid #868788;
	border-bottom: 2px solid #868788;
   	background: #4f4d4f;
   	background: -webkit-gradient(linear, left top, left bottom, from(#868788), to(#4f4d4f));
   	background: -webkit-linear-gradient(top, #868788, #4f4d4f);
   	background: -moz-linear-gradient(top, #868788, #4f4d4f);
   	background: -ms-linear-gradient(top, #868788, #4f4d4f);
   	background: -o-linear-gradient(top, #868788, #4f4d4f);
   	-webkit-border-radius: 4px;
   	-moz-border-radius: 4px;
   	border-radius: 4px;
   	text-shadow: rgba(0,0,0,.4) 0 1px 0;
   	color: #ffffff;
	padding: 6px 20px;
   	font-size: 15px;
   	font-family: Helvetica, Arial, Sans-Serif;
	display:inline-block;
   	text-decoration: none;
   	text-align: center;
	font-size: 12px;  	
}

input.btn {
	width: auto;
}

.btn:hover {
   	border-top: 1px solid #454545;
	border-left: 1px solid #454545;
	border-right: 1px solid #454545;
	border-bottom: 2px solid #454545;
   	background: #454545;
   	color: #f7f7f7;
}

.btn:active {
   border-top-color: #005596;
   background-color: #005596;
}

#pagebody p.submit {
	margin-top: 5px;
}

#pagebody p.lost {
	text-align: right;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #CCC;
}

#pagebody p.lost:active {
	color: #CCC;
}

input.watermark { color: #999; }
input.watermark:active { color: #999; }
input.watermark:visited { color: #999; }


/*Begin- Slideout*/

.lostPassword {
/* The main wrapping div of the slideout tips */	 
	 width: 240px;
	 padding: 20px 0px 20px 40px;
	 background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	border-radius: 8px;
	-webkit-border-radius: 8px;
   	-moz-border-radius: 8px;
   	border-top: solid #f1f1f1 1px;
   	border-right: solid #e7e7e7 1px;
   	border-bottom: solid #ccc 1px;
   	border-left: solid #e7e7e7 1px;
}

 
/* The holder for the title and the icon: */
.visible { 
	cursor:pointer;  
	position: relative;
}
	 
.visibleTitle {
    float:left;
	font-family:'Myriad Pro',Arial, Helvetica, sans-serif;
	font-weight:bold;
	white-space:nowrap;
	line-height:22px;
  
}
 
.lostPassword.isOpened{ z-index:10000; } 


.openLeft .visibleTitle{ float:left; }
.openLeft .slideout{ margin-top:80px; }

 
.slideout{
    /* Hiding the div with the slide out content: */
	display:none;
	width: 220px;	
}
	 
/* Hiding the original paragraphs if they have not been replaced (JS disabled): */
 
.main > p{ display:none; }


