
/* Basic */
body {
font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
margin: 0;
padding: 0;
text-align: center;
line-height: 19px;
}
ul, li {
list-style-type: none;
margin: 0;
padding: 0;
}
a img, img {
border: none;
}
tr, td, select, input {
font-family : Arial, Helvetica, sans-serif;
font-size : 9pt;
font-weight : normal;
text-decoration: none;
color:#464646;
line-height:20px;
}


/** Blue Buttons **/
button, input[type=button], input[type=reset], input[type=submit]{
border:1px solid #00009C;-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;color:#fff;
background: #29877A url("/images/btnBgBlue.png") repeat-x top left;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00009C), to(#05026D));
background: -moz-linear-gradient(100% 100% 90deg, #05026D, #00009C);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00009C', endColorstr='#05026D');
}
button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover{ 
cursor:pointer;
background: #29877A url("/images/btnBg2Blue.png") repeat-x top left;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#05026D), to(#00009C));
background: -moz-linear-gradient(100% 100% 90deg, #00009C, #05026D);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#05026D', endColorstr='#00009C');
}

.clear{clear:both;}

/* Layout */

/** Main Container Elements **/
#wrapper {
width: 963px;
margin: 10px auto 0;
text-align: left;
}
#body {
clear: both;
background: url(images/bodyBg.jpg) top left no-repeat;
overflow: hidden;
margin-top: 15px;
padding: 20px 25px;
}
#bodyBTM{background: url(images/bodyBottom.jpg) no-repeat top left;clear:both;height:10px;width:960px;}
#contents {
overflow: hidden;
}
#header {
background: url(images/headerBg.png) top left repeat-x;
height: 152px;
}

/** Header **/
#innerHeader {
width: 963px;
text-align: left;
margin: 0 auto;
}
#innerHeader #logo {
margin-top: 15px;
margin-bottom: 17px;
float: left;
}
#innerHeader #phoneNumber img {
float: left;
}
#innerHeader #phoneNumber {
float: right;
margin-top: 50px;
height: 22px;
line-height: 18px;
}
#innerHeader #menu {
clear: both;
background: url(images/menuBg.png) top left no-repeat;
height: 37px;
}
#innerHeader #menu ul {
overflow: hidden;
}
#innerHeader #menu li {
float: left;
height: 35px;
line-height: 35px;
}
#innerHeader #menu li {
color: #fff;
text-transform: uppercase;
text-decoration: none;
font-size: 13px;
padding: 0 25px;
background: url(images/menuDiv.png) top left no-repeat;
height: 35px;
display: block;
}
#innerHeader #menu li:first-child {
background: none;
}
#innerHeader #menu li.login {background: none;padding: 5px 0 0 480px;}
#innerHeader #menu a {
color: #fff;
text-decoration :none;
}
#banner {
height: 289px;
position: relative;
}
.progress {
position: absolute;
bottom: 40px;
left: 35px;
background: url(images/rotateSelect.png) top left no-repeat;
width: 132px;
height: 26px;
}
.progress li {
float: left;
width: 24px;
height: 24px;
line-height: 24px;
text-align: center;
padding-top: 1px;
color: #fff;
}
.progress li.sliderItemActive {
background: #abd6d7;
color: #032225;
}
#news {
background: url(images/newsBg.png) top left no-repeat;
height: 39px;
line-height: 39px;
padding: 0 10px;
color: #fff;
font-size: 
}
#news img {
margin: 10px;
float: left;
}
#news .updates {
font-size: 15px;
display: block;
float: left;
height: 35px;
line-height: 35px;
}
#news .performance {
font-size: 12px;
display: block;
float: left;
height: 35px;
line-height: 39px;
padding-left: 15px;
}
#contents a {
color: #0c9995;
}

/** Main Column **/
#left {
width: 600px;
float: left;
margin-right: 50px;
font-family : Arial, Helvetica, sans-serif;
font-size : 9pt;
font-weight : normal;
text-decoration: none;
color:#464646;
line-height:20px;
}

#left #blue {
font-size: 13px;
color: #1d0a7e;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
font-weight: bold;
}
#left #blueGreen {
font-size: 34px;
color: #0e9494;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
font-weight: bold;
}
#left p {
font-size: 13px;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
color: #3b474d;
line-height: 22px;
}

#dataManagement {
background: url(images/lblueBg.png) top left no-repeat;
width: 280px;
height: 139px;
float: left;
color: #fff;
margin: 20px 40px 50px 0px;
}
#careerCenter {
background: url(images/blueBg.png) top left no-repeat;
width: 280px;
height: 139px;
float: left;
color: #fff;
margin: 20px 0 50px 0;
}
#dataManagement, #careerCenter {
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#dataManagement h3, #careerCenter h3 {
font-weight: normal;
margin: 15px 15px 10px;;
padding: 0;
font-size: 18px;
}
#dataManagement h3 strong, #careerCenter h3 strong {
font-size: 22px;
}
#dataManagement p, #careerCenter p {
font-size: 11px;
margin: 0 15px;
color: #fff;
}
#dataManagement a, #careerCenter a {
font-size: 12px;
margin-left: 15px;
color: #fff;
text-decoration: underline;
}
#dataManagement a:hover, #careerCenter a:hover {
color: #21d3ed;
}

#left .anniversary, #left .demo{float:left;width:280px;}
#left .anniversary{margin: 20px 0 50px;text-align:center;}

#left .demo{margin:20px 40px 50px 0;}
#left .demo a{margin:0 0 0 12px;}
#left .demo h2 {
background: url(images/sidebarHeader3.png) top left no-repeat;
color: #fff;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
font-size: 20px;
line-height: 35px;
margin: 0;
padding-left: 10px;
height:55px;
width: 250px;
}

#left .features{}
#left .features h4{border-bottom:1px dashed #A8C5C5;}
#left .features ul{margin:0 0 0 20px;}
#left .features li{list-style-image:url("images/smallarrow.gif");list-style-type:square;}

#left dl{}
#left dt{border-bottom:1px dashed #A8C5C5;font-weight:bold;}
#left dd{margin:5px 10px 20px 20px;}

/** Right Column **/
#right {
width: 263px;
float: left;
background: url(images/sidebarBg.jpg) top left no-repeat;
}
#right h2 {
background: url(images/sidebarHeader3.png) top left no-repeat;
color: #fff;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
font-size: 20px;
line-height: 35px;
padding: 2px 0 0 15px;
margin: 0;
height: 53px;
width: 263px;
}
#right p {
margin: 0 0 15px 0;
padding: 0;
font-size: 12px;
color: #3b474d;
line-height: 19px;
}
#right p span {
color: #00a59e;
}

/*** Specifics ***/
#right div.contactBox{margin: 0 0 20px;}
#right div.contactBox form{padding:0 0 0 15px;}
#right div.contactBox label{clear:both;color:#3B474D;display:block;font-size:12px;margin:5px 0 0;width:215px;}
#right div.contactBox input[type=text], #right div.contactBox select, #right div.contactBox textarea{margin:0 0 3px;padding:2px 0;width:215px;}
#right div.contactBox .stzipBox{float:left;overflow:hidden;width:50%;}
#right div.contactBox .stzipBox label{width:100px;}
#right div.contactBox .stzipBox input, #right div.contactBox .stzipBox select{float:left;width:100px;}
#right div.contactBox div.submit{margin:15px 8px 8px;text-align:center;}
#right div.contactBox div.submit input{margin:auto;padding:2px 5px;}

/*** Old Elememts ***/
#right .clientReviews a {
display: block;
margin: 10px 0 15px;
float: left;
color: #c61010;
font-size: 14px;
background: url(images/redArrow.png) top right no-repeat;
padding-right: 30px;
height: 22px;
}

/** Footer **/
#footer {
background: url(images/footerBg.jpg) top left repeat-x;
margin-top: 50px;
height: 104px;
padding-top: 40px;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
color: #414141;
font-size: 11px;
}
#footer .left {
width: 683px;
float: left;
}
#footer .right {
width: 220px;
float: left;
text-align: right;
font-size: 11px; 
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
color: #131313;
}
#footer .right img {
margin-top: 5px;
}
#innerFooter {
width: 903px;
text-align: left;
margin: 0 auto;
overflow: hidden;
}
#footer .menu {
overflow: hidden;
margin-bottom: 10px;
}
#footer .menu li {
border-left: 1px solid #414141;
display: inline;
padding:5px;
text-align:center;
}
#footer .menu a {
color: #414141;
text-decoration: none;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
font-size: 12px;
}
#footer .menu a:hover {
color: #6dc2bf;
text-decoration: underline;
}
#footer .menu li:first-child{
border-left: 0;
}
#footer .copyright {
clear: both;
margin: 10px 0 15px;
}
#footer .ciplex, #footer .ciplex a {
color: #6dc2bf;
}

/** Misc **/
.image2 {border:1px; border-thickness: 1px; border-color: #c0c0c0; border-style: solid;}
p.black {
color: #212121 !important;
font-weight: bold;
line-height: 19px;
}
