/***

NOTES:
  comnet_blue == #0b0178
  light_blue  == #e6eefe

***/

/*** Define HTML Elements ***/
body {
  background-color: #f4f4f4;
  background-image: url(../images/black_border_bg.png);
  background-repeat: repeat-y;
  background-position: center;
  margin-top: 0px;
  margin-bottom: 0px;
  border: 0px;
  text-align: center;
}

img {
  margin: 0px;
  border: 0px;
  padding: 0px;
}

div {
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  word-spacing: 1pt;
}

a, a:visited {
  color: #0b0178;
}
a:hover {
  color: #ad1a1a;
}


/*** Define Specific Classes ***/
.cni_blue {
  color: #0b0178;
}

.lt_blue_bg {
  background-color: #e6eefe;
}

.center {
  text-align: center;
}

.underline {
  text-decoration: underline;
}

.clear {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.content_body {
  width: 540px;
}

.content_img {
  width: 200px;
  float: right;
}

.menu_block {
  float: left;
  width: 350px;
  padding: 11px;
}

.menu_header {
  background-image: url(../images/title_bar.png);
  background-repeat: no-repeat;
  padding-top: 5px;
  padding-left: 5px;
  height: 23px;
  vertical-align: bottom;
}

.menu_links {
  width: 330px;
}

.solution_block {
  float: left;
  width: 226px;
  padding: 11px;
}

.solution_header {
  background-image: url(../images/solution_bar.png);
  background-repeat: no-repeat;
  padding-top: 5px;
  padding-left: 5px;
  height: 23px;
  vertical-align: bottom;
}

.solution_links {
  width: 222px;
}

div.paragraph {
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-align: left;
  text-indent: 1em;
  word-spacing: 1pt;
  text-align: justify;
}

.service_name {
  /*border-bottom: 1px solid black;*/
  background-image: url(../images/black_bar_fade.png);
  background-position: bottom;
  background-repeat: no-repeat;
  font-weight: bold;
  text-align:left;
  text-indent: 1em;
}

.service_desc {
  position: relative;
  float: left;
  padding: 2px;
  padding-top: 5px;
  border-left: 1px solid black;
  /*background-color: #eeeeee;*/
  /*background-image: url(../images/gray_bar_fade.png);*/
  background-repeat: repeat-y;
  width: 711px;
}

.service_name a,
.service_name a:visited {
  color: #000000;
  text-decoration: none;
}

.service_name a:hover {
  color: #ff0000;
  text-decoration: underline;
}

.footer_text {
  padding: 5px;
  color: #cccccc;
  font-family: Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 12px;
}

.cms_list_item {
  width: 700px;
}

.cms_list_item_even {
  background-image: url(../images/lt_blue_grad.png);
  background-repeat: repeat-y;
}

.cms_list_item a,
.cms_list_item a:visited {
  color: #0b0178;
}

.cms_list_item a:hover {
  color: #ad1a1a;
}

.sm_cms_list_item {
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-align: left;
  word-spacing: 1pt;
}

.sm_cms_list_item_even {
  background-image: url(../images/lt_blue_grad_sm.png);
  background-repeat: repeat-y;
}

.sm_cms_list_item a,
.sm_cms_list_item a:visited {
  color: #0b0178;
}
.sm_cms_list_item a:hover {
  color: #ad1a1a;
}

.spacer_10_width {
  width: 10px;
  float: left;
  height: 10px;
}

.service_space {
  position: relative;
  float: left;
  width: 30px;
}

.ql_link {
  padding-bottom: 3px;
  text-align: center;
  position: relative;
  float: left;
  font-family: "trebuchet ms";
}

.ql_link a,
.ql_link a:visited {
  color: #0b0178;
}

.ql_link a:hover {
  color: #ad1a1a;
}

.ql_1_of_1 {
  width: 750px;
}

.ql_1_of_2 {
  width: 375px;
}

.ql_1_of_3 {
  width: 250px;
}

/*** Define Specific DIVs ***/
#container {
  margin: 0 auto;
  padding: 0;
  width: 756px;
  border: 0px;
  background-color: #ffffff;
  text-align: center;
}

#content {
  padding: 5px;
  text-align: left;
  /*_height: 300px;
  min-height: 300px;*/
}

#title_img {
  height: 100px;
  overflow: hidden;
}

#link_bar_holder {
  margin: 0px;
  margin-bottom: 5px;
  padding: 0px;
  border: 0px;
  text-align: center;
}

#link_bar {
  margin: 0 auto;
  padding: 0;
  background-image: url(../images/link_bar.png);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  height: 18px;
  padding-left: 5px;
  padding-top: 2px;
  padding-right: 5px;
}

#link_bar_left {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  background-image: url(../images/button_left.png);
  background-position: right;
  background-repeat: no-repeat;
  width: 20px;
  height: 22px;
}

#link_bar_right {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  background-image: url(../images/button_right.png);
  background-position: left;
  background-repeat: no-repeat;
  width: 20px;
  height: 22px;
}

#link_bar_link {
  margin: 0;
  padding-left: 5px;
  padding-top: 4px;
  padding-right: 5px;
  height: 22px;
  width: 706px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
}

#link_bar_link a,
#link_bar_link a:visited {
  color: #444444;
}

#link_bar_link a:hover {
  color: #ad1a1a;
}

#link_bar a,
#link_bar a:visited {
  color: #444444;
}

#link_bar a:hover {
  color: #ad1a1a;
}

#ql_container {
  position: relative;
  margin: 0 auto;
  padding: 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  background-color: #e6eefe;
  text-align: center;
}

#ql_contents {
  position: relative;
  padding: 3px;
  background-color: #e6eefe;
}

#ql_header {
  padding: 3px;
  font-weight: bold;
  text-decoration: underline;
  font-family: "trebuchet ms";
}

#userPanel {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 3px;
  background-color: #e6eefe;
  font-family: "trebuchet ms";
}

a {
  color: #254efb;
  text-decoration: none;
}
a:hover {
  color: #ad2f9a;
  text-decoration: none;
}

#header_menu {
  padding: 7px 4px 9px;
  border: 1px solid #e7ebfe;
  border-radius:          7px;
   -o-border-radius:      7px;
   -icab-border-radius:   7px;
   -khtml-border-radius:  7px;
   -moz-border-radius:    7px;
   -webkit-border-radius: 7px;
  behavior: url("css/PIE.htc");
}

.header_link a {
  color:#254efb;
  font-weight:bold;
  font-size:12px;
  text-decoration: none;
  padding: 5px 7px;
  font-family: Arial;
  border: 0; /* 1px solid #fff */
}
.header_link a:hover {
  color: #ffffff;
  background-color: #ad2f9a;
   background-image: -webkit-gradient(linear, 0% 0%, 0% 95%, from(rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0)));
   background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 95%);
   background-image: -o-linear-gradient(#f0f6fb, #d1e4f3);
   -pie-background: linear-gradient(#e5bedf , #ad2f9a);
  border: 0; /* 1px solid #ad2f9a */
  border-radius:          7px;
   -o-border-radius:      7px;
   -icab-border-radius:   7px;
   -khtml-border-radius:  7px;
   -moz-border-radius:    7px;
   -webkit-border-radius: 7px;
  behavior: url("css/PIE.htc");
}

h1,h2,h3,h4,h5 {
  margin: 0px;
  padding-bottom: 2px;
}

h2.pad_left {
  padding-left: 10px;
  text-decoration:underline;
  text-transform: uppercase;
}

h3.pad_left {
  padding-left: 25px;
  font-weight: normal;
  text-transform: uppercase;
}

h4.pad_left {
  padding-left: 40px;
  font-weight: normal;
  text-transform: capitalize;
}

h5.pad_left {
  padding-left: 55px;
  padding-bottom: 8px;
  font-weight: normal;
}

.pad_left a {
  color:#000000;
  text-decoration:none;
}
.pad_left a:hover {
  color: #000000;
  text-decoration:none;
}


