@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
}

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 140%;
	color: #58595b;
	background: url(images/top.gif) top center repeat-x;
}

a {
	text-decoration: none;
	color: #004b85;
}

a:hover {
color: #859ec4;
}

a img {
	border: 0px;
}



p {
	margin: 10px 0px 10px 0px;
}

ul {
	list-style-type:square;
}

h2, h2 a {
	font-size: 15px;
	color: #004b85;
	font-weight: normal;
	padding: 20px 0px 10px 0px;
}

h3, h3 a {
    font-size: 13px;
	color: #333;
	font-weight: normal;
	padding: 20px 0px 10px 0px;
}

#page {
	width: 930px;
	margin: auto;
	padding-right: 10px;
	
	background: url(images/shadow.jpg) top right repeat-y;
	min-height: 100%;
    height: auto !important;
    height: 100%;
	position: relative;
	z-index: 100;
	}
	

#page.home {
	background: url(images/shadow_home.jpg) top right repeat-y;

	}


#dots {
	width: 50%;
	position: absolute;
	height: 190px;
	top: 50px;
	left: -350px;
	background: url(images/dots.jpg) top right no-repeat;
	z-index: -10;
}

#header {
	height: 135px;
	width: 100%;
	background: #fff url(images/connect.jpg) right 40px no-repeat;
	position: relative;
}

h1#logo {
  height: 135px;
  width: 175px;
  position: absolute;
  top: 0px;
  left: 0px;
  margin:0px;
  overflow: hidden;
   background: url(images/nicus.jpg) top center no-repeat;
}

h1#logo a {
  height: 135px;
  width: 175px;
  position: relative;
  margin:0px;
  overflow: hidden;
  display: block;
}

h1#logo a span {
 line-height: 500;
}

#connect {
	width: 130px;
	height: 24px;
	position: absolute;
	top: 40px;
	right: 0px;
	z-index: 600;
}

#menu {
	height: 36px;
	width: 700px;
	position: absolute;
	bottom:0px;
	right: 15px;
	z-index: 300;
}

#content {
	clear: both;
	position: relative;
	z-index: -1;
	background: url(images/content_bg.jpg) top center no-repeat;
overflow: hidden;
margin-left: 13px;
width: 917px;
}

#content.home, div#footer.home {
	background-color: #636467;
	color: #FFF;
	
}

#content.home h2 a, #content.home h2 {
	color: #FFF;
	font-size:12px;
	font-weight:bold;
	padding-bottom:0px;
	padding-top:10px;
}

#content.home a {
	color: #FFF;
}

#content.home a:hover {
	color: #CCC;
}

#mainContent {
	padding: 15px 35px 55px 35px;
	float: left;
	width: 700px;
	position: relative;
	margin-top: 5px;
}

#mainContent.downloads {
	padding: 15px 0px 55px 35px;
	float: left;
	width: 879px;
	position: relative;
}

#content.home #mainContent {
	width: 545px;
	padding: 15px 15px 55px 35px;
}

#clear {
	clear: both;
}

#footer {
	clear: both;
	padding: 25px 15px 15px 45px;
	font-size: 11px;
	line-height:17px;
	text-align: left;
 	padding: 25px 15px 10px 35px;
   	margin-left: 13px;
    position:absolute;
    bottom:0;
    height: auto;   /* Height of the footer */
}

#footer.home a {
	color: #fff;
}

#footer.home a:hover {
	color: #ccc;
}


#flash {
	clear: both;
	position: relative;
	width: 917px;
	height: 310px;
}

#intro {
	clear: both;
	width: 880px;
	background: url(images/colors-bg.png) top center repeat-y;
	height: auto;
	position: relative;
	margin-top: -30px;
	padding: 0px 0px 0px 35px;
}

#introTextA, #introTextB, #introTextC {
	position: relative;
	width: 250px;
	top: 0px;
	padding: 10px;
	float: left;
	margin-right: 20px;
}

#intro a {
	font-weight: bold;
	text-decoration: underline;
	color: #FFF;
}

 a.more-link {
	text-decoration: underline;
	color: #FFF;
	display: block;
	clear: both;
}

#rightContent {
	float: right;
	width: 130px;
	margin: 5px 0px 0px 0px;
	background-color: #004b85;
	border-top: 5px solid #FFF;
	overflow: hidden;
}

#rightContent img {
	border-bottom: 5px solid #FFF;
}

#rightContent #links {
	padding: 10px;
}

#content.home #rightContent {
	float: right;
	width: 250px;
	padding: 0px 35px 35px 15px;
	margin-top: 35px;
	border-left: 1px solid #8e9093;
	border-top: none;
	background: none;
}

#content.home #rightContent h2 {
	padding-top:0px;
}

#rightContent ul {
	list-style: none;
	padding: 0px;
}

#rightContent ul li {
	margin: 5px 0px 5px 0px;
}

#rightContent ul li a {
	color: #fff;
	font-size: 10px;
}

#rightContent ul li a:hover {
	color: #859ec4;
}

#rightContent h4 {
	color: #859ec4;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1pt;
}

.time {
	font-weight: normal;
}

.clear {
	display: block;
	clear: both;
}


table.chargeback tr {
	padding: 7px 0px 7px 0px;
	display: block;
	border-top: 1px solid #004B85;
}

#myControls {
	float: right;
}


#myController {
	display: none;
}

#myControls span:hover {
	cursor: pointer;
	color: #ccc;
}




#dropmenu, #dropmenu ul {margin:0px; padding:0px; list-style-type:none; list-style-position:none; position:relative; line-height:1.5em; z-index:300; width:auto;}  
#dropmenu a {display:block; padding:10px 15px 10px 15px; color:#2e578c; font-size: 14px; font-weight: bold;}  
#dropmenu a:hover {color: #b2324e;}  
#dropmenu li {display: block; float: right; position:relative; height: 36px; border-right: 1px solid #b2324e; }  
#dropmenu ul {position:absolute; display:none; width:130px; top:36px; right:-1px;}  
#dropmenu ul a {}  
#dropmenu li ul {}  
#dropmenu li ul li {background: none; border-right: 0px; width: 130px; z-index: 300; height: auto; } 
#dropmenu li ul a {width:100px; height:auto; float:left; border-bottom: 1px solid #c6828a; background-color: #b2324e; color: #FFF; font-size: 12px; font-weight: normal; text-transform: none;}
#dropmenu li ul a:hover {color: #dda2a4;} 
#dropmenu ul ul {top:auto;}  
#dropmenu li ul ul {left:12em; margin:0px 0 0 10px;}  
#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {display:none;}  
#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {display:block;} 
#dropmenu li.page-item-187 {border-right: none; }  




#dropmenu.connect, #dropmenu.connect ul {width:130px; display: block; z-index: 600;} 
#dropmenu.connect li {float:right; position:relative; height: 24px; border-right: none; width:130px;}  
#dropmenu.connect ul {position:absolute; display:none; width:130px; top:23px; right:0px;}  
#dropmenu.connect a { padding: 10px;} 
#dropmenu.connect li ul a {width:110px; height:auto; padding: 10px; float:left;  background-color: #004b85; color: #FFF; font-size: 10px; font-weight: normal;}

#dropmenu.connect li.page-item-123 a {width: 110px; height: 24px; line-height: 500; overflow: hidden;}  
#dropmenu.connect li.page-item-123 ul li { height: auto; }  
#dropmenu.connect li.page-item-123 ul li a {line-height:1.6em; overflow: auto; height: auto; border-bottom: 1px solid #5a7fae; } 
#dropmenu.connect li.page-item-123 ul li a:hover {color: #859ec4;} 
