body {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	} /* body font naming */



/*text attributes*/
em{
	font-style: italic;
}
strong {
	font-weight: bold;
}

/*Headers*/
h1, .h1{
	font-family: Arial, sans-serif;
	font-size: 18px; /*change to font percentages*/
	border-bottom: 1px solid #DDDDDD;
	margin-top: 0;
	color: grey;
	font-weight: bold;
}
h2, .h2{
	font-family: Arial,  sans-serif;
	font-size: 14px; /*change to font percentages*/
	margin: 0;
	color: black;
}
a { 
	color: #3b73b9; /*#08A5E1*/
	font-weight: bold; 
	text-decoration: none;
	cursor: pointer;
}
a:focus, a:hover {
	text-decoration: underline;
}
ul{
	list-style-type: none;
}
.wrapper{
	width:960px;
	/*margin : 0 auto;*/
	margin-left: 10px;
	margin-right: 10px; 
}
.section-wrapper{ 	
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 10px;
}
.column-right{
	float:right;
	width: 700px;
	margin-top: 75px;
}

.column-left{
	position: fixed; /*added postion fix for sticky nav */
	margin-top: 55px;
	float: left;
	width: 220px;
	margin-left: -10px;
	display: none;
}
.secBottom{
	margin-top: 250px;
}
.page-info{
	margin-top: 10px;
	margin-bottom: 20px;
	color: #666666;
}

.title{
	padding:10px;
	background-color: #D0DDEE;
	border-radius: 2px;
	position: relative;
}

.content{
	display: none;
	padding:10px;
	padding-right:10px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #E8EFF7;
}
.nav {
/* 	border-top: 1px solid #DDDDDD;*/
 	border-bottom: 1px solid #DDDDDD;
 	width: 180px;
 	background-color: #ffffff; /*#e8eff7*/
 }
 .menutitle {
 	border-bottom: 1px solid #DDDDDD;
 	font-size: 14px;
 	font-weight: bold;
 	color: grey;
 }
.contact-us {
	display: none;
 	border-top: 1px solid #DDDDDD;
	background: url(../images/contactUsBox_bg.jpg) repeat-x scroll 0 0 transparent;
	width: 190px;
	padding-left: 10px;
	border-radius: 2px;
	padding-top: 10px;
	/*moved margin and border to .nav */
}
.icon {
	border-right: 2px solid #ffffff;
	width: 50px;
	position: absolute;
	top: 0;
	bottom: 0;
}
.fa-chevron-down{
	color: #ffffff;
}
.ico {
	margin-left: 10px; /*7px*/
	position: absolute;
	bottom: 5px;
}
.fa-chevron-down:hover{
	color: #3a73ba;
}
.fa-chevron-up{
	color: #3a73ba;
}
.fa-chevron-up:hover{
	color: #ffffff;
}

.info {
	margin-left: 60px;
}
.menu {
	margin-top: 10px;
	margin-left: -40px;
}
.menuarrow{
	background: url(../images/sec-sprite.png) no-repeat -64px -125px transparent;
	width: 6px;
	height: 12px;
	display: inline-block;
}

.Protect, .General, .Login, .Additional, .Privacy{
	background: url(../images/spritesv2.png) no-repeat;
	margin-top: 10px;
}

.Protect{
	background-position: -4px 0;
	width: 49px;
	height: 51px;
}

.General{
	background-position: -104px 0;
	width: 49px;
	height: 51px;
}

.Login{
	background-position: -4px -100px ;
	width: 49px;
	height: 51px;
}

.Additional{
	background-position: -104px -100px ;
	width: 49px;
	height: 51px;
}

.Privacy{
	background-position: -1px -202px ;
	width: 45px;
	height: 40px;
	float: left;
	border: 0;
}

.header{
	position: fixed;
	top: 0;
	/*width: 960px;*/
	width: 80%;
	height: 145px;
	z-index: 200;
	background-color: white;
}




.fa-chevron-up:before {
	content: "\e600";
}
.fa-chevron-down:before {
	content: "\e601";
}
.fa-2x {
	font-size: 2em;
}

.header > .header-nav {
	height: 75px; 
	width: 100%; 
	font-size: 0px;
}
/*Updated By Siva kumar for Security Page Menu*/
.nav-item, .nav-item-title {
	display: inline-block; 
	width: 14%; 
	height: 100%; 
	vertical-align: top; 
	text-align: center
}
/*Updated By Siva kumar for Security Page Menu*/
.nav-item-title {
	text-align: left;
	width: 42%;
}

.nav-title-margin {
	margin-top: 12px; 
	margin-left: 15px;
	font-size: 12px; 
	color: #3b73b9;
}
.nav-title-font {
	font-size: 30px;
}
.nav-items-links {
	color: black; 
	font-weight: bold; 
	margin-top: 20%;
}
.header  a {
	color: black;
	word-wrap: break-word;
}
.border-full {
	border: 1px solid #CACACA;
	border-top: none;
	font-size: 12px;
	border-bottom: none;
}

.border-no-right {
	border: 1px solid #C0C0C0;
	border-right: none;
	border-top: none;
	font-size: 12px;
	border-bottom: none;
}

.border-no-left {
	border: 1px solid #C0C0C0;
	border-left: none;
	border-top: none;
	font-size: 12px;
	border-bottom: none;
}

.security-center {
	position: relative;
    top: 137px;
    width: 86%;
    padding: 10px 15px;
}

.toggle-show {
	display: block;
}

.toggle-hide {
	display: none;
}

hr {
	margin: 0px;
    border: 1px solid #C0C0C0;
}