﻿/* CSS Document */
/* http://colorexplorer.com/colormatch.aspx */
/* http://www.colorcombos.com/color-schemes/12/ColorCombo12.html */
/* http://www.colorcombos.com/combotester.html */
html{
    height:100%;
    margin:0;
    padding:0;
    background-color:#55aaee;
}
body{
	width:100%;
	border:0!important;
	padding:0!important;
	margin:0!important;
	font-family:arial;
	color:Navy;
	background-color:#55aaee;
	cursor:default;
}
.bodyTop{
	position:absolute!important;
	border:0;
	padding:0;
	margin:0;	
	top:0px;
	left:0px;	
	width:100%!important;
	background-color:#666666!important; /* #2166BB */
	display:block;
	height:125px;	
	z-index:0;
	visibility:hidden;
}
.rounded {
    /*
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    -khtml-border-radius:10px;
    border-radius:10px;
    behavior:url('http://support.ns4ca.com/css/border-radius.htc');
	*/
	border-radius: 10px 10px 10px 10px;
    behavior:url('../css/PIE.htc');
}
.roundedTopOnly{
	/*
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomright:0px;
	-moz-border-radius-bottomleft:0px;		
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-khtml-border-radius-topleft:10px;
	-khtml-border-radius-topright:10px;
	-khtml-border-radius-bottomleft:0px;
	-khtml-border-radius-bottomright:0px;
	border-radius:10px;
	*/
	
	/* behavior:url('http://support.ns4ca.com/css/border-radius.htc'); */
	
	border-radius: 10px 10px 0px 0px;
	behavior:url'../css/PIE.htc');
	
	
}
.roundedBottomOnly{
	/*
	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright:0px;		
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-khtml-border-radius-topleft:0px;
	-khtml-border-radius-topright:0px;
	-khtml-border-radius-bottomleft:10px;
	-khtml-border-radius-bottomright:10px;
	*/
	border-radius: 0px 0px 10px 10px;
	behavior:url('../css/PIE.htc');	
}
/*
table{display:table!important;background-color:Transparent;width:100%;}
tbody{display:inherit!important;background-color:Transparent;width:100%;}
tr{display:table-row!important;background-color:Transparent;}
td{display:table-cell!important;}
*/
#mainpage{
	position:relative!important;
	top:0px;	
	margin:0px auto!important;	
	width:965px!important;
	display:block;
	padding-bottom:20px;
	background-color:transparent;
	z-index:20;
}
#MainHeader{
	position:relative!important;
	top:20px;
	left:0px;	
	width:965px!important;
	background-color:#003366;
	height:80px;
	margin:0;
	padding:0;
	border-bottom:0;
	border-left:solid 3px #FFFFFF;
	border-top:solid 3px #FFFFFF;
	border-right:solid 3px #FFFFFF;
	
	/* http://css3pie.com/demos/border-radius/ */
	border-radius: 10px 10px 0px 0px;
	behavior:url('../css/PIE.htc');	
}
#MainHeader img{
	position:relative;
	top:25px;
	left:30px;
}
#MainLanguage{
	padding:17px 0px 0px 850px;
	z-index:100001;
}
.Language{
	background-color:Transparent;
	color:#FFFFFF!important;
	line-height:14px;
	font-size:11px;
	cursor:pointer;
}
.CieHeader{
	position:relative;
	top:47px;
	left:190px;
	color:#F1F6FF;
	font-family:Verdana;
	font-size:18px;
	font-style:italic;
}
#SubHeader{
	position:relative!important;
	top:20px;
	left:0px;	
	width:965px!important;
	background-color:#4D7399!important;
	display:block;
	height:0px;
	border-bottom:0;
	border-left:solid 3px #FFFFFF;
	border-top:0;
	border-right:solid 3px #FFFFFF;		
}
.MainContent{
	position:relative!important;
	top:20px;
	left:0px;	 
	min-height:550px;
	width:965px!important;
	border-bottom:0;
	border-left:solid 3px #FFFFFF;
	border-top:0;
	border-right:solid 3px #FFFFFF;
	background-color:#ffffff!important;
}
/*  MAIN CONTAINER  */
.LeftPane{
	position:relative!important;
	width:180px!important;
    min-height:550px;
	border:0;
	clear:left!important;
	float:left!important;
	padding:0px 0px 0px 0px!important;
	margin:10px 10px 10px 10px!important;
	background-color:#fff;
}
.LeftPaneItem{
	position:relative!important;
	top:0px!important;
	left:0px!important;
	border:solid 1px #4D7399;	
	padding:0px 0px 0px 0px!important;
	margin:10px 0px 10px 0px!important;	
	width:180px!important;
	background-color:#EFEFEF;
}
#CenterPane{
	position:relative!important;
	width:715px!important;
	border:0!important;
	vertical-align:top;
	text-align:left;
    background-color:#ffffff;
	clear:right;
	float:right;
	padding:10px!important;
	margin:10px!important;
	min-height:590px;
	overflow:hidden;    
}
.MainMenu{
	height:180px;
	/*padding:0px 0px 0px 0px!important;*/
	margin:0px 0px 10px 0px!important;
}
.Menu{
	position:relative!important;
	top:15px!important;
	left:15px!important;
	border:0!important;	
	padding:0px 0px 0px 0px!important;
	margin:0px 0px 0px 0px!important;	
}
.MenuItemTitle{
	position:relative!important;
	font-size:14px;
	border:0!important;	
	padding:0px 0px 0px 0px!important;
	margin:0px 0px 0px 0px!important;	
	font-weight:600;
}
.MenuItem{
	position:relative!important;
	border:0!important;	
	padding:8px 0px 0px 5px!important;
	margin:0px 0px 0px 0px!important;	
}
.MenuItem a{
	position:relative!important;
	background-color:transparent;
	color:navy!important;
	text-decoration:none;
	white-space:nowrap;
	font-size:14px;
	vertical-align:middle!important;
}
.MenuItem a:hover{
	position:relative!important;
	background-color:transparent;
	color:#699DFF!important;
	text-decoration:underline;
}
.Questions{
	height:150px;
	/*background-image:url('../Images/Questions.png');*/
	cursor:pointer;	
}
.LinkMenu{
	height:150px;
}
.AddThis{
	height:60px;
	width:99%;
}
#AddThis_t{
	position:relative!important;
	top:5px!important;
	height:40px;
	width:99%;
	border:0;
	margin:0px 0px 0px 0px!important;
	padding:0px 0px 0px 0px!important;        	
	background-color:transparent;
	text-align:center;
	visibility:visible;
}
.AddThis label{
	font-size:14px;
	font-weight:600;
	border:0;
	margin:0px 0px 0px 0px!important;
	padding:0px 0px 0px 0px!important;
	line-height:18px;
}


/*  SUB-PAGES  */
/*
#Content2{
	position:relative!important;
	height:800px;
	border:1px solid black;
}
*/
.PageDetails{
	position:relative!important;
	/*min-height:550px;*/
	/*height:100%;*/
	height:auto!important;
	
}
.PageHeader{
	/*
	height:80px;
	width:670px;
	*/
	background-image:url('../Images/PageHeader3.jpg');
}
.PageHeader2{
	height:145px;
	width:670px;  /*  325  */
	background-image:url('../Images/Laptops.png');
	text-align:center;
}
.PageContent{
	
}
.PageSectionTitle{
	font-size:20px;
	font-weight:400;
	border:0;
	padding:40px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.PageSectionSubTitle{
	font-size:17px;
	font-weight:400;
	font-style:italic;
	border:0;
	padding:40px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.PageSectionTextSection{
	width:85%;
	font-size:16px;
	font-weight:600;
	text-align:justify;
	border:0;
	padding:0;
	margin:0;
}
.PageSectionList{
	width:95%;
	font-size:15px;
	border:0;
	margin:0px 0px 0px 30px;
	padding:0;	
}
.PageSectionList li{
	width:95%;
	font-size:14px;
	border:0;
	margin:0;
	padding:2px;	
}
.PageSectionText{
	width:85%;
	font-size:14px;
	text-align:justify;
}
.PageSectionFooter{
	width:85%;
	font-size:14px;
	text-align:justify;
}
.PageFooter{
	position:relative!important;	
	height:200px;
	width:690px;
	text-align:center!important;
	vertical-align:baseline!important;
	border:0;
	margin:0;
	padding:0;	
}
.PageMessageBuilder{
	width:90%;
	border:solid 1px #E6E6E6;
	background-color:#FAFAFA;
	margin:10px 0px 0px 0px;
	padding:10px!important;
	text-align:center!important;
}
.PageMessageBuilderSection{
	position:relative!important;
	width:70%;
	height:50px;
	text-align:left;
	border:0;
	margin:0 auto;
	padding:0!important;
}
.PageMessageBuilderTitle{
	font-size:16px;
}
.PageMessageBuilderSection_Label{
	width:100%!important;
	border:0;
	margin:0;
	padding:15px 0px 0px 2px!important;
}
.PageMessageBuilderSection_Text{
	width:100%!important;
	
	
}
.PageMessageBuilderSection_TextArea{
	/*width:100%!important;
	height:60px;*/
	float:left;
	resize: none;

}
.PageMessageBuilderSection_Button{
	
}
.TextArea{
	height:70px!important;
}
.CaptchaSection{
	position:relative!important;
	height:70px!important;
	clear:left;
}
.Top{
	position:relative!important;
	top:0px;
	height:10px;
	width:85%!important;
	border:0;
	padding:0px 0px 0px 0px!important;
	margin:0px 0px 0px 0px!important;
	text-align:right;
}
.Top2{
	position:relative!important;
	top:0px;
	height:10px;
	width:100%!important;
	border:0;
	padding:0px 0px 0px 0px!important;
	margin:0px 0px 0px 0px!important;
	text-align:right;
}
.GoTop{
	font-size:13px;
}
.GoTopImg{
	position:relative;
	top:11px;
}


.SubPage
{
	position:relative!important;
	min-height:450px;
	height:auto !important;
	background-color:#000;	
}

#SiteMapList{
	
	
}
#SiteMapList dd{
	color:Navy;
	padding:10px;
	
}
#SiteMapList a{
	color:Navy;
	text-decoration:none!important;
}
#SiteMapList a:hover{
	color:#699DFF!important;
	text-decoration:underline!important;
}





/*
.SubPage{
	width:90%!important;
    min-height:450px;
    height:auto !important;
    height:450px;	
}
.PageSection{
    background-color:Transparent;
    width:100%!important;
    height:100%!important;	
}
#MainFrame{
	width:770px!important;
	height:450px!important;
	background-color:Transparent;
	overflow:hidden;
}
*/
/*  Details Pages Content  */
/*
.PagePane{
	width:100%;
}
.PageHeader{
	position:relative;
	top:0px;
	left:0px;
	font-style:normal;
	font-size:20px;
	font-weight:400;
	padding:20px 0px 10px 0px;
	background-color:Transparent;	
}
.PageImgHeader{
    background: url('../images/HeaderSmall1.PNG') no-repeat fixed left top;
	height:72px;
   	width:745px;
   	margin-left:10px;
}
.PageHeaderText{
	position:relative;
	top:15px;
	left:20px;
	font-style:normal;
	font-size:26px;
	font-weight:400;
	background-color:Transparent;
	color:#fff;    
}
.PageParagraph{
	font-style:normal;
	font-size:14px;
	font-weight:400;
	padding:20px 10px 10px 30px;
	text-align:justify;
	background-color:Transparent;
	width:100%;
}
.PageFooter{
	font-style:normal;
	font-size:9px;
	font-weight:400;	
	text-align:center;
	padding:10px 0px;
	line-height:13px;
	vertical-align:top;
	background-color:Transparent;
}
.PageBuffer50{height:50px;}
.PageBuffer100{height:100px;}
.PageBuffer150{height:150px;}
.PageBuffer200{height:200px;}
.PageBuffer250{height:250px;}
.PageBuffer300{height:300px;}
.PageBuffer350{height:350px;}
.PageBuffer400{height:400px;}
.PageBuffer450{height:450px;}
.PageBuffer500{height:500px;}
.PageBuffer550{height:550px;}
*/

 /* --   Footer  -- */
#footer{
	position:relative!important;
	margin:10px 0px 0px 0px;
	padding:0px;
	border-top:0;
	border-left:solid 3px #FFFFFF;
	border-right:solid 3px #FFFFFF;
	border-bottom:solid 3px #FFFFFF;
	background-color:#003366!important;
	height:45px!important;
	width:965px;
	vertical-align:middle!important;
	text-align:center;
	border-radius: 0px 0px 10px 10px;
	behavior:url('../css/PIE.htc');	
}
#MainFooterMenu{
	position:relative!important;
	top:10px;
	display:inline!important;
	border:0;
	padding:0px 0px 0px 0px!important;
	margin:0px 0px 0px 0px!important;
	background-color:transparent!important;
	vertical-align:middle!important;
}
#MainFooterMenu dd{
	position:relative!important;
	top:2px;
	height:17px!important;
	width:300px!important;
	display:inline!important;
	border:0;
	padding:0px 0px 0px 0px!important;
	margin:0px 5px!important;
	background-color:transparent!important;
	color:#fff!important;
	font-size:12px!important;
	vertical-align:middle;
}
#MainFooterMenu dd img{
	position:relative!important;
	top:0px;
	border:0;
	padding:0px 0px 2px 3px!important;
	margin:0px 0px 0px 0px!important;
	vertical-align:middle;
}
#MainFooterMenu dd a{
	position:relative!important;
	background-color:transparent;
	border:0;
	padding:0px 0px 0px 0px;
	margin:0!important;	
	color:#fff!important;
	text-decoration:none;
	white-space:nowrap;
	
	vertical-align:middle!important;
}
#MainFooterMenu dd a:hover{
	position:relative!important;
	background-color:transparent;
	color:#fff!important;
	text-decoration:underline;
}
.FooterMenuSeparator{
	color:#fff;
	font-size:10px;
	padding:0px 0px 5px 0px;	
}
/* gradients */
.gradient1
{
	/* #003366 */
	background: -moz-linear-gradient(top,#003366,#55aaee); /* gecko based browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#003366), to(#55aaee)); /* webkit based browsers */
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#55aaee', startColorstr='#003366', gradientType='0'); /* IE */
}
.Link a{
	color:navy!important;
	text-decoration:none!important;
	white-space:nowrap;
	cursor:pointer;
	clear:both!important; 
}
.Link a:hover{
	color:#699DFF!important;
	text-decoration:underline;
}

/*
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
*/
/* Hides from IE-mac \*/
/* * html .clearfix {height: 1%;}*/
/* End hide from IE-mac */