@charset "utf-8";
/* CSS Document */
* {
	padding: 0px;
	margin: 0px;
}
body {
	font-family: Tahoma;
	color: #4a4a4a;
	font-size: 13px;
	background-color: #FFFFFF;
}
a {
	text-decoration: none;
}
a:focus {
	outline: 0;
}
p {
	line-height: 20px;
}
img {
	border: none;
}
li {
	list-style: none;
}
h1 {
	color: #05415c;
	font-size: 22px;
	font-weight: normal;
}
.clear {
	clear: both;
}
#header {
	height: 90px;
	width: 939px;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
}
#header .logo {
	float: left;
	width: 295px;
	
	/* [disabled]margin-left: 5px;
*/
	height: 80px;
}

#header .search {
	float: right;
	width: 310px;
	height: 40px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header .search-field {
	background-image: -moz-linear-gradient(#fff, #fff);
 background-image: url(-webkit-gradient(linear, %20left%20bottom, %20left%20top, %20color-stop(0, %20#e9e9e9), color-stop(1, #fff)));
	-moz-border-radius: 10px;
	border-radius: 15px;
	border: #e9e9e9;
	border-width: 5px;
	border-style: solid;
	color: #484848;
	border-color: #e9e9e9 #e9e9e9 #e9e9e9;
	height: 20px;
	padding: 5px;
	overflow: hidden; /* Clear floats */
	width: 240px;
	float: left;
}
#header .search .icon {
	float: left;
	padding-top: 10px;
	margin-right: 10px;
	margin-left: 5px;
}
#menu {
	height: 45px;
	background-image: url(../images/nav-bg.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E9E9E9;
}
#menu .menu-inner {
	width: 939px;
	margin: auto;
}
#menu .menu-inner ul {
	display: inline;
	list-style-type: none;
}
#menu .menu-inner ul li {
	float: left;
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#menu .menu-inner ul li.first {
	float: left;
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	
}
#menu .menu-inner ul li:hover, #menu .menu-inner ul li.active {
	color: #28156E;
	background-color: #FFFFFF;
	width: 103px;
	cursor: pointer;
}
#menu .menu-inner ul li a {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0 1px 1px white;
	padding-top: 14px;
	padding-bottom: 11px;
	width: 103px;
}
#separator {
	height: 100px;






	border-bottom: 4
.px solid #29176C;
	border-top: 1px solid #eee;
	background-image: -webkit-gradient(linear, 50.00% 100.00%, 50.00% 0.00%, color-stop( 0% , rgba(221,221,221,1.00)),color-stop( 100% , rgba(255,255,255,1.00)));
	background-image: -webkit-linear-gradient(90deg,rgba(221,221,221,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(0deg,rgba(221,221,221,1.00) 0%,rgba(255,255,255,1.00) 100%);
	border-bottom: 4px solid #29176C;
}

#banner {
	clear: both;
}
#banner #slider {
	width: 937px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
}
/*
 * jQuery Nivo Slider v3.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
#slider #slider-h1 {
	font-family: 'Oxygen', sans-serif;
	font-size: 30px;
	color: #FFFFFF;
	font-weight: bold;
	opacity: 1!important;
	margin-bottom: 15px;
	line-height: 25pt;
}
#banner .slider-desc {
	font-family: 'Oxygen', sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	opacity: 1!important;
	margin-bottom: 15px;
	line-height: 20pt;
	width: 400px;
}
#banner .slider-more {

}
#banner .slider-more a {
	width: 100px;
	padding-top: 9px;
	padding-right: 20px;
	padding-bottom: 9px;
	padding-left: 20px;
	background-color: #0084F0;
	text-align: center;
	border-radius: 5px;
	text-decoration: none;
}
#slider img {
	min-width: 100%;
}
#home-strip {
	height: 33px;
	background-image: url(../images/home-strip.gif);
	background-repeat: repeat;
}

#home-block {
	width: 939px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 34px;
}
#home-block ul {
	display: inline;
}
#home-block ul .last {
	width: 234px;
}
#home-block ul li {
	text-align: center;
	display: block;
	float: left;
	width: 234px;
}
#home-block ul li a {
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF;
	display: block;
	padding-top: 9px;
	padding-bottom: 9px;
	width: 233px;
	min-width: 233px;
	background: #344d65 url(../images/home-strip-bg.gif) repeat-x left top;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	zoom: 1;
	border-right: 1px solid #3b546c;
	border-left: 1px solid #5d7489;
	border-top: 1px solid #657f95;
	border-bottom: 1px solid #3b546a;
	text-shadow: 0 -1px 1px #384f65;
	height: 13px;
}
#home-block ul li a:hover {
	color: #FFF;
	border-right: 1px solid #3b546c;
	border-left: 1px solid #5d7489;
	border-top: 1px solid #657f95;
	border-bottom: 1px solid #3b546a;
	text-shadow: 0 -1px 1px #384f65;
	background-color: #526F88;
	background-image: url(../images/home-strip.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#wrapper {
	width: 939px;
	margin: 0 auto;
}
#home-img {
	width: 939px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
#home-img img {
	width: 230px;
	margin-left: 1px;
}
#home-news {
	background: #d9d9d9;
	width: 936px;
	margin: 0;
}
#home-news .news-content {
	width: 750px;
	float: right;
	padding-top: 15px;
	font-size: 12px;
}
#main {
	margin-top: 20px;
}
#main ul li , #main ol li{
	list-style-type: disc;
	padding: 5px;
	margin-left: 20px;
}
#main .solution-left {
	width: 279px;
	float: left;
	background-color: #E6E6E4;
	border-radius: 10px 0px 0px 10px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
#main .solution-left h4 {
	background: url(../images/head-bullet.jpg) left no-repeat;
	padding-left: 20px;
	font-size: 22px;
	color: #05415c;
	font-weight: normal;
}
#main .solution-right h5 {
	padding-left: 24px;
	color: #2a2a2a;
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	padding-bottom: 4px;
	background-image: url(../images/solution-bullet2.jpg);
	background-repeat: no-repeat;
	line-height: 20px;
	background-position: 0px 3px;
}
#main .solution-right .image {
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #fff;
}
#main .solution-left li {
	padding-left: 15px;
	line-height: 20px;
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: 12px 9px;
	margin: 0px;
	border-bottom: 1px dotted #999999;
	background-image: url(../images/solution-bullet.jpg);
}
#main .solution-left li.last {
	border:0;
}
#main .solution-left li a {
	font-size: 12px;
	color: #2a2a2a;
	font-weight: bold;
	padding-left:15px;
}
#main .solution-left li a:hover {
	color: #0370a2;
}
#main .solution-left li ul li {
	background-image: none;
	padding-left: 0px;
}
#main .solution-left ul li ul li a {
	font-size: 12px;
	color: #2a2a2a;
	font-weight: normal;
}
#main .solution-right {
	float: right;
	background: url(../images/slolution-border.jpg) left repeat-y;
	padding-left: 20px;
	width: 639px;
}
#main .solution-right .solution-items {
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E5E4E2;
}
#main .solution-right .solution-items li {
	line-height :21px;
}
.news li {
	border: 5px solid #f7f7f7;
	padding: 20px;
	outline: 1px solid #eee;
	margin: 0 0 30px 0 !important;
	;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #F8F8F8;
	list-style-type: none !important;
}
.news h4 {
	padding-bottom: 15px;
}
.news h4, .news a, .news a:link, .news a:visited {
	color: #004b87;
	font-weight: normal;
	font-size: 16px;
}
.news a:hover {
	color: #004b87;
	font-size: 16px;
	text-decoration: underline;
}
.news .posted {
	color: #004b87;
	font-size: 10px;
}
#pagination-center {
	text-align: center;
}
#pagination-right {
	text-align: right;
}
#pagination-left {
	text-align: left;
	margin-left: 20px;
}
.pagination a {
	line-height: 20px;
	text-decoration: none;
	background-color: #ffffff;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	border: 1px solid #DFDFDF;
}
.pagination {
	margin-top: 15px;
	margin-bottom: 15px;
}
.pagination a:hover, .pagination a:focus, .pagination .active > a {
	background-color: #f5f5f5;
}
.pagination .active > a {
	color: #999999;
	cursor: default;
}
.pagination a, .pagination a:link, .pagination a:visited {
	color: #004b87;
}
#main .contact-left {
	width: 500px;
	float: left;
}
#main .contact-right {
	float: right;
	width: 392px;
	background-color: #F1F1F1;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 10px;
	border: 2px solid #0270A1;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 5px 0px #999999;
	box-shadow: 0px 0px 5px 0px #999999;
}
#main .contact-left h4, #main .contact-right h4 {
	background: url(../images/head-bullet.jpg) left no-repeat;
	padding-left: 20px;
	font-size: 22px;
	color: #05415c;
	font-weight: normal;
}
#contact-form {
	margin-right: 15px;
	margin-left: 15px;
	width: 450px;
}
#contact-form .form form div {
	width: 432px;
	clear: both;
	height: 50px;
}
#contact-form label {
	display: block;
	margin-bottom: 2px;
	color: #555555;
	margin-top: 10px;
	float: left;
	width: 150px;
}
#contact-form input, #contact-form textarea, #contact-form select {
	margin: 0;
	font: 13px Arial, Helvetica, sans-serif;
	color: #8c8c8c;
	background: #f1f1f1;
	outline: none;
	border: 1px solid #c6c6c6;
	width: 250px;
	border-radius: 5px;
	float: left;
	padding-top: 8px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 9px;
}
#contact-form textarea {
	width: 400px;
	height: 206px;
	resize: none;
	overflow: auto;
}
#contact-form select {
	width: 270px;
}
#contact-form .form form .formPriority {
	width: 432px;
	height: 120px;
}
#contact-form #priority {
	width: 25px;
}
#contact-form label[for="priority"] {
	width: 520px;
}
#contact-form label[for="priority"] input {
	width: 20px;
}
#contact-form label[for="message"] {
	width: 460px;
	margin-bottom: 10px;
}
#contact-form .form form #message {
	clear: both;
}
#contact-form .form form #message p #q_comments {
	margin-bottom: 15px;
}
.required {
	color: #EC1F24;
}
#contact-form .form form .formPriority .priorityOptions {
	width: 430px;
	float: left;
}
.errorMsg {
	float: left;
	width: auto;
	font-size: 10px;
	color: #FF0000;
	margin-left: 5px;
}
#buttons-wrapper {
	text-align: left;
	position: relative;
	margin-top: 15px;
	clear: both;
}
.button {
	display: inline-block;
	cursor: pointer;
	font: 12px/15px Arial, Helvetica, sans-serif;
	color: #6dbbbe;
	text-decoration: none;
	padding: 5px 23px;
	border: 1px solid #d5d5d5;
	border-radius: 5px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.08);
	margin-bottom: 4px;
	background-color: #f3f3f3;
	background-image: url(../images/button-tail.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.button:hover {
	text-decoration: none;
	background-position: center -68px;
	background-color: #88c4c7;
	border-color: #76b3b6;
	color: #fff;
}
.buttons-wrapper a {
	cursor: pointer;
}
.done {
	display: none;
	margin-top: 50px;
	margin-bottom: 50px;
}
#gmap {
	margin-left: 15px;
}
#footer {
	background: url(../images/footer-bg.jpg);
	margin-top: 5px;
	color: #fff;
}
#footer .footer-inner {
	width: 939px;
	margin: auto;
	padding: 10px 0px 10px 0px;
}
#footer .footer-inner h3 {
	font-size: 14px;
	font-weight: bold;
}
#footer .footer-inner ul {
	margin-top: 10px;
}
#footer .footer-inner ul li {
	width: 235px;
	float: left;
	line-height: 18px;
}
#footer .footer-inner ul li a {
	font-size: 12px;
	color: #fff;
}
#footer .footer-inner ul li a:hover {
	color: #1890c3;
}
#main-footer {
	background: #000;
}
#main-footer .main-footer-inner {
	width: 939px;
	margin: auto;
	padding: 20px 0px 20px 0px;
}
#main-footer .main-footer-inner a {
	color: #fff;
	font-size: 12px;
}
#main-footer .main-footer-inner a:hover {
	color: #247499;
}
/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear: both;
}
.nomargin {
	margin: 0px;
}
#separator h1 {
	color: #2A1670;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 939px;
	font-size: 27px;
	text-shadow: 1px 0px 1px #FFFFFF;
}
ul#support-info li,      ol#support-info li{
	list-style-type: none;

}
#support-info li .support-h1 {
	color: #0270A1;
}
.solution-left #main-nav {


}
.solution-left #main-nav li ul li  {
	border:0;
}

.solution-left #main-nav li ul {
	padding-left: 20px;
}
.solution-left h4 {
	margin:10px;
}





#w { display: block; width: 938px; margin: 0 auto; text-align: center; } 


#ddmenu {
  display: block;
  width: 935px;
  height: 45px;
  margin: 0 auto;
  padding: 0 0px;
  background: #fff;
  
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(20, 20, 20, 0.2);
  cursor: pointer;
  outline: none;
  font-weight: bold;
  font-size:11px;
  color: #4C6881;
  background-image: url(../images/nav-bg.gif);
  background-repeat: repeat-x;
  text-align: center;
}

#ddmenu li { display: block;width: 114px; text-align: middle; position: relative; float: left; font-size: 1.22em; text-shadow: 1px 1px 0 #fff; border-right: 2px solid #dae0e5; }

#ddmenu li a {
  display: block;
  float: none;
  padding: 0 10px;
  line-height: 45px;
  font-weight: bold;
  text-decoration: none;
  color: #4C6881;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-align: middle;
}
#ddmenu li:hover > a { color: #7180a0; background: #d9e2ee; }

#ddmenu ul {
  position: absolute;
  top: 58px;
  width: 250px;
  background: #fff;
  display: none;
  margin: 0;
  padding: 7px 0px;
  list-style: none;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  text-align:left;
  z-index: 100;
}

/* tooltip arrow */
#ddmenu ul:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  left: 8px;
  border-width: 0 8px 8px 8px;
  border-style: solid;
  border-color: #fff transparent; 
}

#ddmenu ul:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  left: 4px;
  border-width: 0 10px 10px 10px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1) transparent;  
}

#ddmenu ul li { 
  display: block; 
  width: 100%; 
  font-size: 0.9em; 
  text-shadow: 1px 1px 0 #fff;
}

#ddmenu ul li a {
  display: block;
  width: 95%;
  padding: 6px 6px;
  line-height: 1.4em;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  
}
#ddmenu ul li a:hover {
  background: #e9edf3;
}

.marquee {
  width: 882px; /* the plugin works for responsive layouts so width is not necessary */
  overflow: hidden;
  border:1px solid #ccc;
  height:18px;
  padding:3px;
  background-color: #000000;
  color: white;
  border:0px;
  font-weight: bold;
  vertical-align:middle;
}