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

body {
	margin:0 auto;
	font-family: 'MyriadProRegular';
	font-size:18px;
	font-weight:normal;
	margin: 0px;
	padding: 0px;
	color:#707070;
	
}
h1, h2, h3, h4 {
	font-family: 'MyriadProRegular';
	font-weight:normal;
	margin:0px;
	padding:0px;
	display:block;
}
h1 {
	font-size:20px;
	color:#000;
	
}
h2 {
	font-size:18px;
	color:#000;
	font-family: 'MyriadProRegular';
}
h3 {
	font-size:16px;
}

h4 {
	font-size:14px;color:#fb970c;
	text-decoration:underline;
	font-weight:bold;

}

a {
	font-size:16px;
	font-weight: normal;
	color:#000;
	text-decoration:none;
	outline:none;
	font-family: 'MyriadProSemibold';
}
a img {
	border:none
}
/*
p {
	margin:0px;
	padding:0px;
	font-family: 'MyriadProRegular';
}
*/
.clear {
	clear:both;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
.clear {
	clear:both;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
@font-face {
	font-family: 'MyriadProRegular';
	src: url('myriadpe-webfont.eot');
	src: url('myriadpe-webfont.eot?#iefix') format('embedded-opentype'), url('myriadpe-webfont.woff') format('woff'), url('myriadpe-webfont.ttf') format('truetype'), url('myriadpe-webfont.svg#MyriadProRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
 @font-face {
 font-family: 'MyriadProSemibold';
 src: url('myriadpro-semibold-webfont.eot');
 src: url('myriadpro-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('myriadpro-semibold-webfont.woff') format('woff'), url('myriadpro-semibold-webfont.ttf') format('truetype'), url('myriadpro-semibold-webfont.svg#MyriadProSemibold') format('svg');
 font-weight: normal;
 font-style: normal;
}
#academy ul{
	padding:0;
	list-style:disc;
}
	#academy ul li{
		padding-left:20px;
		padding-bottom:0px;
		margin:0px;
	}
	#academy ul li a{
		color:#3f80d0;
		
	}
	#academy ul li a:visited{
		color:#3f80d0;
		
	}
@font-face {
    font-family: 'oswaldbook';
    src: url('oswald-regular-webfont.eot');
    src: url('oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('oswald-regular-webfont.woff') format('woff'),
         url('oswald-regular-webfont.ttf') format('truetype'),
         url('oswald-regular-webfont.svg#oswaldbook') format('svg');
    font-weight: normal;
    font-style: normal;

}

#wrapper {
	width:1085px;
	margin:0 auto;
}
header {
	width:100%;
	/*height:111px;*/
	background:url(../images/header_base.jpg) repeat-x;
}
.hlines {
	width:100%;
	height:111px;
	background:url(../images/header_lines.jpg) no-repeat center;
}
header h1 {
	background:url(../images/logo.png) no-repeat;
	float:left;
	width:467px;
	height:81px;
	margin-top:22px;
	margin-left:3px;
}
header h1 a {
	display:block;
	width:467px;
	height:81px;
	text-indent:-999999px;
}
.hdr-rightside {
	width:360px;
	float:right;
	margin-right:40px;
}

.sbHolder {
	background:url(../images/select_bg.png) no-repeat;
	
	font-family: 'MyriadProRegular';
	font-size: 10px;
	font-weight: normal;
	height: 30px;
	position: relative;
	width: 120px;
	outline:none;
}
.sbHolder:focus .sbSelector {
}
.sbSelector {
	display: block;
	height: 27px;
	left: 0;
	line-height: 30px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 120px;
	font-family: 'MyriadProRegular';
	font-size: 10px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover {
	color: #000;
	outline: none;
	text-decoration: none;
	font-family: 'MyriadProRegular';
}
.sbToggle {
	background: url(../images/new.png) 0 -0px no-repeat;
	display: block;
	height: 9px;
	outline: none;
	position: absolute;
	right: 0;
	top: 10px;
	width: 16px;
	font-family: 'MyriadProRegular';
	font-size: 10px;
}
.sbToggleOpen {
	background: url(../images/new.png) 0 -9px no-repeat;
}
.sbHolderDisabled {
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder {
}
.sbHolderDisabled .sbToggle {
}
.sbOptions {
	background:url(../images/dpbg.png) repeat-x #eceaea; 
	background-position:top;
	border: solid 1px #e1e0e2;
	border-top:none;
	-webkit-border-radius: 0px 0px 3px 3px;
    -moz-border-radius: 0px 0px 3px 3px;
    border-radius: 0px 0px 3px 3px;
	 -webkit-box-shadow: 0px 0px 4px 0px #000; /* Android 2.3+, iOS 4.0.2-4.2, Safari 3-4 */
          box-shadow: 0px 1px 2px 0px #999; 
behavior: url(css/PIE.htc);
	list-style: none;
	left: 1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 116px;
	z-index: 1;
	overflow-y: auto;
}
.sbOptions li {
	padding: 0 0px;
}
.sbOptions a {
	border-bottom: dotted 1px #FFF;
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
	font-family: 'MyriadProRegular';
	font-size: 11px;
}
.sbOptions a:link, .sbOptions a:visited {
	color: #000;
	text-decoration: none;
}
.sbOptions a:hover, .sbOptions a:focus, .sbOptions a.sbFocus {
	color: #FFF;
	background:#f3c811;
}
.sbOptions li.last a {
	border-bottom: none;
}
.sbOptions .sbGroup {
	border-bottom: dotted 1px #515151;
	color: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}



.sortout-dropdown-option-wrap {
	width:120px;
	height:30px;
	float:right;
	margin-top:6px;
	
}
.search-area {
	width:300px;
	clear:both;
	padding-top:5px;
	padding-left:6px;
}
.searchfld-bg {
	background:url(../images/search_bg.png) no-repeat;
	width:232px;
	height:30px;
	float:left;
	margin-left:3px;
}
#search-input {
	width:222px;
	height:18px;
	padding:5px;
	
	background:none;
	border:none;
	font-family: 'MyriadProRegular';
	line-height:25px;
	outline:none;
}
	
.search-btn {
	width:56px;
	height:30px;
	float:right;
	background: url(../images/search_btn.png) 0 -0px no-repeat;
}
.search-btn a {
	display:block;
	width:56px;
	height:30px;
	text-indent:-999999px;
}
.search-btn a:hover {
	background: url(../images/search_btn.png) 0 -30px no-repeat;
	
}
nav {
	width:100%;
	height:53px;
	background:url(../images/nav_bg.jpg) repeat-x;
}
nav ul {
	margin:0px;
	padding:0px;
}
nav ul li {
	list-style:none;
	float:left;
}
nav ul li a {
	display:block;
	float:left;
	font-size:17px;
	color:#FFF;
	border-left:2px solid #3272b2;
	padding-left:26px;
	padding-right:26px;
	padding-top:17px;
	padding-bottom:15px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	
}
nav ul li a:hover {
	background:url(../images/nhover.png) repeat;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	color:#f3c811;
}

nav ul li.pres a {
	display:block;
	float:left;
	font-size:17px;
	color:#f4c811;
	border-left:2px solid #3272b2;
	padding-left:26px;
	padding-right:26px;
	padding-top:17px;
	padding-bottom:15px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	
}
nav ul li.pres a:hover {
	background:url(../images/nhover.png) repeat;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	color:#333;
}

.other-content-bg {
	
	width:100%;
	background:url(../images/other_contnt.jpg) repeat-x #e9e9e9;
	background-position:top;
}

.first-content-row {
	width:190px;
	float:left;
}
.news {
	width:190px;
	background:url(../images/slide-row.png) repeat-x bottom #eeeeee;
	margin-bottom:20px;
}
.news h3 {
	color:#fb970c;
	font-size:22px;
	border-bottom:1px solid #fb970c;
	padding-bottom:5px;
	padding-top:4px;
	padding-left:4px;
	font-family: 'MyriadProSemibold';
	text-shadow: 1px 2px 1px #bebab3;
	margin-bottom:6px;
	
}
.news p {
	color:#3f80d0;
	font-size:12px;
	text-align:justify;
	padding-left:5px;
	padding-right:7px;
	padding-top:4px;
	padding-bottom:4px;
	
}
.news h2{
	color:#3f80d0;
	font-size:11px;
	font-weight:bold;
	padding-left:5px;
	padding-right:7px;
	padding-top:4px;
	padding-bottom:0px;
	text-decoration:underline;
	
}
.news h4 {
	color:#3f80d0;
	font-size:12px;
	text-align:justify;
	padding-left:4px;
	padding-right:4px;
	padding-top:4px;
	padding-bottom:10px;
	line-height:16px;
	
}
h5 {
	font-family: 'MyriadProRegular';
	font-weight:normal;
	margin:8px 4px 0px 4px;
	padding:0px;
	display:block;
	font-size:12px;color:#d67f06;
	text-decoration:none;
	font-weight:normal;
	text-align:left;
}
.news a {
	
	font-size: 12px;
}
.news a:link, .news a:visited {
	color: #3f80d0;
	text-decoration: underline;
}
.news a:hover, .news a:focus {
	color: #0a3e7d;
	
}
.midmain-content {
	width:655px;
	float:left;
	margin-left:23px;
}
.midmain-content h1 {
	
		color:#fb970c;
	font-size:28px;
	padding-bottom:18px;
	padding-top:4px;
	font-family: 'oswaldbook';
	text-shadow: 1px 2px 1px #bebab3;
	
}
.midmain-content h2 {
	color:#3f80d0;
	font-size:28px;
	
	padding-bottom:7px;
	padding-top:4px;
	
	font-family: 'oswaldbook';
	text-shadow: 1px 2px 1px #bebab3;
	
}
.midmain-content h3 {
	color:#3f80d0;
	font-size:20px;
	
	padding-bottom:7px;
	padding-top:4px;
	
	font-family: 'oswaldbook';
	text-shadow: 1px 2px 1px #bebab3;
	
}

#align
{
	font-size:15px;
	line-height:26px;
	padding:8px;
		}

.midmain-content p {
	font-size:17px;
	line-height:22px;
	padding-bottom:16px;
	text-align:justify;
}

.midmain-content ol {
	margin-left:35px;
	margin-top:6px;
	font-size:17px;
	padding-bottom:6px;
	padding-top:0px;
	
}
.midmain-content ol li {
	margin-left:15px;
	padding-left:12px;
	font-size:17px;
	padding-bottom:12px;
	padding-top:0px;
	
}
.midmain-content ol li span{
	color:#fb970c;
	
}
.midmain-content ul li a{
		color:#3f80d0;
		
	}
	.midmain-content ul li a:hover{
		color:#0042ff;
		
	}
	.midmain-content ul li a:visited{
		color:#3f80d0;
		
	}
.midmain-content ul {
	margin-left:35px;
	margin-top:0px;
	font-size:17px;
	padding-bottom:0px;
	padding-top:0px;
	
}
.midmain-content ul li {
	margin-left:15px;
	padding-left:12px;
	font-size:17px;
	padding-bottom:8px;
	padding-top:0px;
	
}
.midmain-content img {
	float:left;
	margin-right:7px;
	margin-bottom:7px;
}
.midmain-content img prod {
	float:left;
	width:148px;
	height:216px;
	margin-right:7px;
	margin-bottom:7px;
}


.midmain-content a {
	font-size:17px;
	line-height:22px;
	padding-bottom:12px;
	text-decoration:none;
	color:#3f80d0;
}

.midmain-content a:hover {
	font-size:17px;
	line-height:22px;
	padding-bottom:12px;
	text-decoration:underline;
		color:#03F;
}

.midmain-content a:visited {
	font-size:17px;
	line-height:22px;
	padding-bottom:12px;
	text-align:justify;
	color:#00C;
}

.midmain-content2 {
	width:695px;
	float:left;
	margin-left:12px;
	margin-top:12px;
}
.midmain-content2 h1 {
	
		color:#fb970c;
	font-size:32px;
	margin-bottom:8px;
	
	padding-bottom:7px;
	padding-top:4px;
	font-family: 'oswaldbook';
	text-shadow: 1px 2px 1px #bebab3;
	
}
.midmain-content2 h2 {
	color:#3f80d0;
	font-size:28px;
	
	padding-bottom:7px;
	padding-top:4px;
	
	font-family: 'oswaldbook';
	text-shadow: 1px 2px 1px #bebab3;
	
}
.midmain-content2 h3 {
	color:#3f80d0;
	font-size:24px;
	
	padding-bottom:7px;
	padding-top:4px;
	
	font-family: 'oswaldbook';
	text-shadow: 1px 2px 1px #bebab3;
	
}
.midmain-content2 p {
	font-size:17px;
	line-height:22px;
	padding-bottom:12px;
	text-align:justify;
}
.midmain-content2 ol {
	margin-left:35px;
	margin-top:12px;
	font-size:17px;
	padding-bottom:12px;
	padding-top:0px;
	
}
.midmain-content2 li {
	margin-left:15px;
	padding-left:12px;
	font-size:17px;
	padding-bottom:12px;
	padding-top:0px;
	
}

.midmain-content2 img {
	float:left;
	width:100px;
	height:100px;
	margin-right:7px;
	margin-bottom:7px;
}

.midmain-content2 a {
	font-size:17px;
	line-height:22px;
	padding-bottom:12px;
	text-decoration:none;
	color:#3f80d0;
}
.midmain-content2 a:hover {
	font-size:17px;
	line-height:22px;
	padding-bottom:12px;
	text-decoration:underline;
	
	color:#03F;
}
.midmain-content2 a:visited {
	font-size:17px;
	line-height:22px;
	padding-bottom:12px;
	text-align:justify;
	color:#00C;
}

.first-servie-of-company {
	width:655px;
	height:131px;
	position:relative;
	background:url(../images/service_bas.png) repeat-x 0px -0px;
		-webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px; 
behavior: url(css/PIE.htc);
margin-bottom:36px;
}
.first-servie-of-company:hover {
	
	background:url(../images/service_bas.png) repeat-x 0px -132px;
		-webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px; 
behavior: url(css/PIE.htc);

}
.first-servie-of-company img {
	display:block;
	float:left;
	width:100px;
	height:100px;
	margin-top:18px;
	margin-left:18px;
}
.services-text {
	width:425px;
	float:left;
	margin-left:53px;
	margin-top:5px;
	
}

.services-text h2 {
	font-family: 'oswaldbook';
	font-size:19px;
	margin:0px;
	padding:0px;
	color:#d7d2d2;
	text-shadow:0px 0px 5px #0a3f82;
	
}

.services-text h2 span {
	color:#fed32b;
	
}
.services-text a {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:7px;
	line-height:18px;
	font-size:14px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	
}

.services-text a:hover {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:7px;
	line-height:18px;
	font-size:14px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	text-decoration:none;
	
}
.services-text a:active {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:7px;
	line-height:18px;
	font-size:14px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	
}
.services-text a:visited {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:7px;
	line-height:18px;
	font-size:14px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	
}




/*****

.services-text p:hover {
	color:#387dc3;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	
}

*******/
.fourthcontent-row {
	width:350px;
	float:right;
	margin-top:27px;
	margin-right:50px;
	margin-bottom:21px;
	
}

.fourthcontent-row a {
	color:#067CF3;
	text-decoration:underline;
	font-size:15px !important;
}
.fourthcontent-row a:hover {
	color:#fb970c !important;
		text-decoration:underline;
}

.thirdcontent-row {
	width:179px;
	float:right;
	
}
.thirdcontent-row img {
	width:173px;
	height:137px;
	position:relative;
	margin-bottom:15px;
	border:3px solid #FFF;
		-webkit-border-radius: 3px;
    -moz-border-radius:3px;
    border-radius:3px;
		 -webkit-box-shadow:0px 0px 23px 0px #72a1b9; 
          box-shadow: 0px 0px 23px 0px #72a1b9; 

behavior: url(css/PIE.htc);
-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	
}
.thirdcontent-row img:hover {
	border:3px solid #3f80ce;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	
}
.conf-row {
	width:179px;
	float:right;
	
}
.conf-row img {
	width:173px;
	height:216px;
	position:relative;
	margin-bottom:15px;
	border:3px solid #FFF;
		-webkit-border-radius: 3px;
    -moz-border-radius:3px;
    border-radius:3px;
		 -webkit-box-shadow:0px 0px 23px 0px #72a1b9; 
          box-shadow: 0px 0px 23px 0px #72a1b9; 

behavior: url(css/PIE.htc);
-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	
}
.conft-row img:hover {
	border:3px solid #3f80ce;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	
}


footer {
	width:100%;
	height:256px;
	background:url(../images/footer_text.jpg) repeat;
	border-top:2px solid #acaaaa;
	
}
.footer-first-col {
	width:292px;
	height:154px;
	float:left;
	margin-top:26px;
	margin-bottom:26px;
	
}
.footer-first-col h3 {
	font-size:19px;
	color:#4a4a4a;
	 font-family: 'oswaldbook';
	 padding-bottom:17px;
	
}
.footer-first-col p {
	color:#4a4a4a;
	font-size:13px;
	text-align:justify;
	font-family: 'MyriadProRegular';
	
}
.newsfld-bg {
	width:210px;
	height:28px;
	background:url(../images/news_fld.png) no-repeat;
	float:left;
	margin-top:30px;
}
#newsinput {
	
	width:199px;
	height:17px;
	padding:5px;
	background:none;
	border:none;
	font-family: 'MyriadProRegular';
	line-height:20px;
	font-size:12px;
	outline:none;
	color:#666;
}
.sub-btn {
	float:left;
	margin-left:6px;
	width:74px;
	height:29px;
	background:url(../images/sub_btn.png) no-repeat 0px -0px;
	margin-top:30px;
	
}
.sub-btn a {
	display:block;
	width:74px;
	height:29px;
	text-indent:-999999px;
}
.sub-btn a:hover {
		background:url(../images/sub_btn.png) no-repeat 0px -30px;
	
}

.footer-second-col {
	width:270px;
	height:154px;
	float:left;
	margin-top:26px;
	margin-left:156px;
	
}
.footer-second-col h3 {
	font-size:19px;
	color:#4a4a4a;
	 font-family: 'oswaldbook';
	 padding-bottom:17px;
	 text-transform:uppercase;
	
}
.footer-second-col ul {
	margin:0px;
	padding:0px;
	margin-left:14px;
}
.footer-second-col ul li {
	list-style:url(../images/liststyle.png);
	
}
.footer-second-col ul li a {
	display:block;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#4a4a4a;
	padding-left:3px;
	padding-top:3px;
	padding-bottom:3px;
		-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;

	
	
}
.footer-second-col ul li a:hover {
	text-decoration:underline;
	color:#2467ab;
		-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	
}
.leftcol {
	width:110px;
	float:left;
}
.righttcol {
	width:110px;
	float:right;
}

.follow-us {
	width:262px;
	float:right;
	color:#FFF;
	
	margin-top:26px;
}
.follow-us h2 {
font-size:19px;
	color:#4a4a4a;
	 font-family: 'oswaldbook';
	 padding-bottom:17px;
	 text-transform:uppercase;
	
}
.follow-us p {
	color:#4a4a4a;
	font-size:13px;
	text-align:justify;
	font-family: 'MyriadProRegular';
	
}
.social-icons {
	
	width:230px;
	height:46px;
	padding-top:21px;
	
}
.fbook {
	width:43px;
	height:43px;
	float:left;
		background:url(../images/fbook.png) -0px -0px transparent no-repeat;
}
.fbook a {
	display:block;
	width:43px;
	height:43px;
	text-indent:-999999px;
}
.fbook a:hover {
	background:url(../images/fbook.png) -0px -44px transparent no-repeat;
	
}

.twtr {
	width:43px;
	height:43px;
	float:left;
		background:url(../images/twtr.png) -0px -0px transparent no-repeat;
		margin-left:13px;
}
.twtr a {
	display:block;
	width:43px;
	height:43px;
	text-indent:-999999px;
}
.twtr a:hover {
	background:url(../images/twtr.png) -0px -44px transparent no-repeat;
	
}
.digg {
	width:43px;
	height:43px;
	float:left;
		background:url(../images/gplus.png) -0px -0px transparent no-repeat;
		margin-left:13px;
}
.digg a {
	display:block;
	width:43px;
	height:43px;
	text-indent:-999999px;
}
.digg a:hover {
	background:url(../images/gplus.png) -0px -44px transparent no-repeat;
	
}

.ytube {
	width:43px;
	height:43px;
	float:left;
		background:url(../images/youtube.png) -0px -0px transparent no-repeat;
		margin-left:13px;
}
.ytube a {
	display:block;
	width:43px;
	height:43px;
	text-indent:-999999px;
}
.ytube a:hover {
	background:url(../images/youtube.png) -0px -43px transparent no-repeat;
	
}
.copyrights {
	width:965px;
	clear:both;
	margin:0 auto;
	border-top:1px solid #a8a9aa;
	
}
.copyrights p {
	padding-top:13px;
	font-size:12px;
	padding-left:5px;
}
.slider-area {
	height:288px;
	width:1085px;
	padding-top:15px;
}
#slider {
	
	height: 275px;
	overflow: hidden;
	position: relative;
	margin: 0;
}
#slider section {
	padding-left:560px;
}
/* DEFAULT is for three panels in width, adjust as needed
                                   This only matters if JS is OFF, otherwise JS sets this. */								  
#mover {
	width: 2880px;
	position: relative;
}
.slide {
	padding:0px;
	margin:0px;
	width: 1085px;
	float: left;
	position: relative;
}
.slide h1 {
	 font-family: 'oswaldbook';
	font-size: 34px;
	letter-spacing: 1px;
	color: #2c71b9;
	text-shadow:1px 0px 4px #666666;
	margin-top:0px;
	padding-top:0px;
}
.slide p {
	color: #707070;
	font-size: 18px;
	line-height: 25px;
	width: 455px;
	padding-bottom:15px;
	text-align:justify;
}
.slide img {
	position: absolute;
	padding-top: 5px;
	left: 102px;
}
#slider-stopper {
	position: absolute;
	top: 1px;
	right: 20px;
	background: #ac0000;
	color: white;
	padding: 3px 8px;
	font-size: 10px;
	text-transform: uppercase;
	z-index: 1000;
	display:none;
}
.bigreadmore {
	width:164px;
	height:44px;
	background:url(../images/slider/readmore.png) no-repeat 0px -0px;
	position:relative;
}
#slider section a {
	display:block;
	width:164px;
	height:44px;
	background:url(../images/slider/readmore.png) no-repeat 0px -0px;
	text-indent:-999999px;
}
#slider section a:hover {
	background:url(../images/slider/readmore.png) no-repeat 0px -45px;
	
}
.divider-prod {
	width:620px;
	height:2px;
	background:url(../images/shadow2.png) no-repeat;
	margin-left:0px;
	margin-right:0px;
	margin-top:25px;
	padding-left:0px;
	
	
}
.divider-prod-top {
	width:620px;
	height:2px;
	background:url(../images/shadow2.png) no-repeat;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	padding-left:0px;
	
}

.midmain-content-prod p {
	font-size:17px;
	line-height:22px;
	padding-bottom:16px;
	text-align:justify;
}
.midmain-content-prod {
	width:675px;
	float:left;
	margin-left:23px;
}

.midmain-content-prod ol {
	margin-left:35px;
	margin-top:6px;
	font-size:17px;
	padding-bottom:6px;
	padding-top:0px;
	
}
.midmain-content-prod ol li {
	margin-left:15px;
	padding-left:12px;
	font-size:17px;
	padding-bottom:12px;
	padding-top:0px;
	
}
.midmain-content-prod ol li span{
	color:#fb970c;
	
}
.midmain-content-prod ul li a{
		color:#0042ff;
		
		text-decoration:underline;
		
	}
	.midmain-content-prod ul li a:hover{
		color:#fb970c;
		text-decoration:underline;
		text-shadow: 1px 1px 1px #bebab3;
		
	}
	
.midmain-content-prod ul {
	/*
	margin-top:0px;
	font-size:16px;
	padding-bottom:0px;
	padding-top:0px;
	margin-bottom::0px;*/
	margin-left:20px;
	
	
}
.midmain-content-prod ul li {
	line-height:2em;
	float:left;
	display:inline;
	width:40%;
	padding-left:25px;
	background-image:url(../images/pdf.gif);
	background-position:left;
	background-repeat:no-repeat;
	
	
}
.midmain-content-prod ul li#last {
	line-height:2em;
	float:left;
	display:inline;
	margin-bottom:25px;
}
.midmain-content-prod img {
	float:left;
	margin-right:7px;
	margin-bottom:7px;
	border:#FFF 2px solid;
	
}

.midmain-content-prod a {
	font-size:15px;
	line-height:22px;
	
	padding-bottom:12px;
	text-decoration:none;
	color:#03f;
}

.midmain-content-prod a:hover {
	font-size:15px;
	
	line-height:22px;
	padding-bottom:12px;
	text-decoration:underline;
		color:#3f80d0;
}

.midmain-content-prod a:visited {
	font-size:15px;
	
	line-height:22px;
	padding-bottom:12px;
	text-align:justify;
	color:#03f;
}
.midmain-content-prod {
	width:675px;
	float:left;
	margin-left:23px;
}
.midmain-content-prod h1 {
	
		color:#fb970c;
	font-size:28px;
	padding-bottom:8px;
	padding-top:4px;
	padding-left:5px;
	font-family: 'oswaldbook';
	text-shadow: 1px 2px 1px #bebab3;
	
}
.midmain-content-prod h2 {
	color:#3f80d0;
	font-size:28px;
	
	padding-bottom:7px;
	padding-top:4px;
	
	font-family: 'oswaldbook';
	text-shadow: 1px 2px 1px #bebab3;
	
}
.midmain-content-prod h3 {
	color:#3f80d0;
	font-size:20px;
	
	padding-bottom:7px;
	padding-top:9px;
	padding-left:5px;
	font-family: 'oswaldbook';
	text-shadow: 1px 2px 1px #bebab3;
	
}
/*
ul{
	width:760px;
	margin-bottom:20px;
	overflow:hidden;
	border-top:1px solid #ccc;
}
li{
	line-height:1.5em;
	border-bottom:1px solid #ccc;
	float:left;
	display:inline;
}
#double li	{ width:50%;}
#triple li	{ width:33.333%; }
#quad li		{ width:25%; }
#six li		{ width:16.666%; }
*/
#rightbit
   {
   width: 180px;
   margin-top:17px;
   margin-right:25px;
     float: right;
   text-align:right;
   font-size:14px;
   }
   #rightbit a{
	   text-decoration:underline;
	color:#03f;	
	font-size:14px;
	
   }
   
   #rightbit a:hover{
	  text-decoration:underline;
		color:#fb970c;
		font-size:14px;
   }
    #rightbit a:active{
	   text-decoration:underline;
	color:#03f;	
	font-size:14px;
   }
    #rightbit a:visited:hover{
	  text-decoration:underline;
		color:#fb970c;
		font-size:14px;
   }
   #rightbit a:visited{
	  text-decoration:underline;
		color:#03f;
		font-size:14px;
   }
			
   #leftbit
   {
   width: 440px;
   float: left;
   }
   
   .dropdown {
	float:left;
	margin:0px;
	padding:0px;
	
	
	
	

}
.dropdown p {
	margin: 0px;
	font-family: 'MyriadProSemibold';
}
.dropdown dt {
	display:block;
font-size:17px;
	color:#FFF;
	border-left:2px solid #3272b2;
	padding-left:28px;
	padding-right:28px;
	padding-top:17px;
	padding-bottom:15px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	font-weight:normal;
	text-decoration:none;
	cursor:pointer;
	font-family: 'MyriadProSemibold';
	
	
}
.dropdown dt:hover {
	background:url(../images/nhover.png) repeat;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	color:#f3c811;
	 
}
.dropdown dd {
	margin:0px;
	padding: 0px;
	position:absolute;
	overflow:hidden;
	display:none;
	z-index:200;
	opacity:0;
	background:url(../images/drop_bg.png) repeat;
	margin-top:0px;
	border:none;
	
	
	
}
.dropdown ul {
	margin:0px;
	padding: 0px;
	list-style:none;
	border-top:none;
    width:239px;
	
	
	
}
.dropdown li {
		
	display:inline;margin:0px;padding-bottom:0px;
}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	padding-left:28px;
	color:#FFF;
	text-decoration:none;
	margin:0px;
	
	width:239px;
	padding-top:10px;
	padding-bottom:10px;
	border:none;
	
	
	
}/*
.dropdown a:hover dt {
	background-color:#03C;
	margin:0px;
	
}
.dropdown a:hover {
	
	margin:0px;
	
}
.dropdown .underline {
	
	margin:0px;
	padding:0px;
	
}*/
.midmain-content-prod ul#new li a{
		color:#0042ff;
		font-size:18px;
		text-decoration:underline;
		line-height:3em;
		
	}
	.midmain-content-prod ul#new li a:hover{
		color:#fb970c;
		text-decoration:underline;
		text-shadow: 1px 1px 1px #bebab3;
		
	}
	
.midmain-content-prod ul#new {
	/*
	margin-top:0px;
	
	padding-bottom:0px;
	padding-top:0px;
	margin-bottom::0px;*/
	margin-left:20px;
	
	
}
.midmain-content-prod ul#new li {
	line-height:3em;
	width:100%;
	font-size:18px;
	padding-left:25px;
	background-image:url(../images/bullet.png);
	background-position:left;
	background-repeat:no-repeat;
	
	
}
.midmain-content-prod ul li#last {
	line-height:3em;
	margin-bottom:25px;
}
.midmain-content-test p {
	font-size:17px;
	line-height:22px;
	padding-bottom:16px;
	text-align:justify;
}
.midmain-content-test {
	width:675px;
	float:left;
	margin-left:23px;
}

.midmain-content-test ol {
	margin-left:35px;
	margin-top:6px;
	font-size:17px;
	padding-bottom:6px;
	padding-top:0px;
	
}
.midmain-content-test ol li {
	margin-left:15px;
	padding-left:12px;
	font-size:17px;
	padding-bottom:12px;
	padding-top:0px;
	
}
.midmain-content-test ol li span{
	color:#fb970c;
	
}
.midmain-content-test ul li a{
		color:#0042ff;
		
		text-decoration:underline;
		
	}
	.midmain-content-test ul li a:hover{
		color:#fb970c;
		text-decoration:underline;
		text-shadow: 1px 1px 1px #bebab3;
		
	}
	
.midmain-content-test ul {
	/*
	margin-top:0px;
	font-size:16px;
	padding-bottom:0px;
	padding-top:0px;
	margin-bottom::0px;*/
	margin-left:20px;
	
	
}
.midmain-content-test ul li {
	line-height:2.6em;
	float:left;
	display:inline;
	width:90%;
	padding-left:25px;
	background-image:url(../images/pdf.gif);
	background-position:left;
	background-repeat:no-repeat;
	
	
}
.midmain-content-test ul li#last {
	line-height:2em;
	float:left;
	display:inline;
	margin-bottom:25px;
}
.midmain-content-test img {
	float:left;
	margin-right:7px;
	margin-bottom:7px;
	border:#FFF 2px solid;
	
}

.midmain-content-test a {
	font-size:15px;
	line-height:22px;
	
	padding-bottom:12px;
	text-decoration:none;
	color:#03f;
}

.midmain-content-test a:hover {
	font-size:15px;
	
	line-height:22px;
	padding-bottom:12px;
	text-decoration:underline;
		color:#3f80d0;
}

.midmain-content-test a:visited {
	font-size:15px;
	
	line-height:22px;
	padding-bottom:12px;
	text-align:justify;
	color:#03f;
}
.midmain-content-test {
	width:675px;
	float:left;
	margin-left:23px;
}
.midmain-content-test h1 {
	
		color:#fb970c;
	font-size:28px;
	padding-bottom:8px;
	padding-top:4px;
	padding-left:5px;
	font-family: 'oswaldbook';
	text-shadow: 1px 2px 1px #bebab3;
	
}
.midmain-content-test h2 {
	color:#3f80d0;
	font-size:28px;
	
	padding-bottom:7px;
	padding-top:4px;
	
	font-family: 'oswaldbook';
	text-shadow: 1px 2px 1px #bebab3;
	
}
.midmain-content-test h3 {
	color:#3f80d0;
	font-size:20px;
	
	padding-bottom:7px;
	padding-top:9px;
	padding-left:5px;
	font-family: 'oswaldbook';
	text-shadow: 1px 2px 1px #bebab3;
	
}
.midmain-content-test ul#new li a{
		color:#0042ff;
		font-size:18px;
		text-decoration:underline;
		line-height:3em;
		
	}
	.midmain-content-test ul#new li a:hover{
		color:#fb970c;
		text-decoration:underline;
		text-shadow: 1px 1px 1px #bebab3;
		
	}
	
.midmain-content-test ul#new {
	/*
	margin-top:0px;
	
	padding-bottom:0px;
	padding-top:0px;
	margin-bottom::0px;*/
	margin-left:20px;
	
	
}
.midmain-content-test ul#new li {
	line-height:3em;
	width:100%;
	font-size:18px;
	padding-left:25px;
	background-image:url(../images/bullet.png);
	background-position:left;
	background-repeat:no-repeat;
	
	
}
.midmain-content-test ul li#last {
	line-height:3em;
	margin-bottom:25px;
}
.dropdown {
	float:left;
	margin:0px;
	padding:0px;
	
}
.dropdown dt {
display:block;
	
	color:#FFF;
	font-family: 'MyriadProSemibold';
	font-size:17px;
padding-left:28px;
	padding-right:28px;
	padding-top:17px;
	padding-bottom:15px;
	cursor:pointer;
	border-left:2px solid #3272b2;
	
}
.dropdown dt:hover {
	color:#fdc768;
	background:url(../images/nav_hover.jpg) repeat-x;
			-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
	
}
.dropdown dd {
	margin:0px;
	padding: 0px;
	position:absolute;
	overflow:hidden;
	display:none;
	z-index:200;
	opacity:0;
	margin-top:0px;
}
.dropdown ul {
	margin:0px;
	padding: 0px;
	width:200px;
	padding-right:27px;
	background-color:#6d6d71;
	list-style:none;
	border-top:none
}
.dropdown li {
	display:inline
}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	padding-left:27px;
	padding-right:27px;
	padding-top:12px;
	padding-bottom:12px;
	color:#dffcc00;
	text-decoration:none;
	background-color:#1d5a98;
	width:200px;
	font-size:16px;
	border-left:none;

}
.dropdown a:hover dt {
	/*
	background-color:#000;
	*/
}
.dropdown a:hover {
	/*
	background:url(../images/nav_hover.jpg) repeat-x;
	*/
	color:#fdc768;
	background:#5497db;
}
.dropdown .underline {
	border-bottom:none;
}

.events {
	width:190px;
	background:url(../images/slide-row.png) repeat-x bottom #eeeeee;
	margin-bottom:20px;
}
.events h3 {
	color:#fb970c;
	font-size:22px;
	border-bottom:1px solid #fb970c;
	padding-bottom:5px;
	padding-top:4px;
	padding-left:4px;
	font-family: 'MyriadProSemibold';
	text-shadow: 1px 2px 1px #bebab3;
	margin-bottom:6px;
	
}
.events p {
	color:#3f80d0;
	font-size:12px;
	text-align:left;
	padding-left:5px;
	padding-right:7px;
	padding-top:4px;
	padding-bottom:4px;
	
}
.events h2{
	color:#3f80d0;
	font-size:11px;
	font-weight:bold;
	padding-left:5px;
	padding-right:7px;
	padding-top:4px;
	padding-bottom:0px;
	text-decoration:underline;
	
}
.events h4 {
	color:#3f80d0;
	font-size:12px;
	text-align:justify;
	padding-left:4px;
	padding-right:4px;
	padding-top:4px;
	padding-bottom:10px;
	line-height:16px;
	
}

.events a {
	
	font-size: 12px;
}
.events a:link, .events a:visited {
	color: #3f80d0;
	text-decoration: underline;
}
.events a:hover, .events a:focus {
	color: #0a3e7d;
	
}

/* \\\\\\\\\\\\\\\\\    secured folder  ///////////////////////////////// */


.midmain-content-secured p {
	font-size:17px;
	line-height:22px;
	padding-bottom:16px;
	text-align:justify;
}
.midmain-content-secured {
	width:90%;
	float:left;
	margin-left:23px;
}

.midmain-content-secured ol {
	margin-left:35px;
	margin-top:6px;
	font-size:17px;
	padding-bottom:6px;
	padding-top:0px;
	
}
.midmain-content-secured ol li {
	margin-left:15px;
	padding-left:12px;
	font-size:17px;
	padding-bottom:12px;
	padding-top:0px;
	
}
.midmain-content-secured ol li span{
	color:#fb970c;
	
}
	
.midmain-content-secured ul {
	/*
	margin-top:0px;
	font-size:16px;
	padding-bottom:0px;
	padding-top:0px;
	margin-bottom::0px;*/
	margin-left:20px;
	padding-top:15px !important;
	margin-top:0px !important;
	
}
.midmain-content-secured ul li {
	
	list-style:none;
	width:100%;
	
	padding-left:25px;
	background-image:url(../images/pdf2.gif);
	background-position:top left;
	background-repeat:no-repeat !important;
	padding-top:0px !important;
	margin-top:0px !important;
	padding-bottom:28px;
	line-height:24px;
	font-weight:normal !important;
	font-size:24px !important;
	
	
}
.midmain-content-secured ul li#last {
	line-height:2em;
	float:left;
	display:inline;
	margin-bottom:25px;
}
.midmain-content-secured img {
	float:left;
	margin-right:7px;
	margin-bottom:7px;
	border:#FFF 2px solid;
	
}

.midmain-content-secured a {
	font-size:20px !important;
	line-height:30px;
	padding-top:0px !important;
	padding-bottom:12px;
	text-decoration:none;
	color:#067cf3 !important;
	margin-top:0px !important;
}

.midmain-content-secured a:hover {
	font-size:20x !important;
	padding-top:0px !important;
	line-height:30px;
	padding-bottom:12px;
	text-decoration:underline;
		color:#fb970c !important;
		text-decoration:underline;
		text-shadow: 1px 0px 1px #c5c3c3;
}

.midmain-content-secured a:visited {
	font-size:20px !important;
	padding-top:0px !important;
	line-height:30px;
	padding-bottom:12px;
	text-align:justify;
	
}

.midmain-content-secured h1 {
	
		color:#fb970c;
	font-size:28px;
	padding-bottom:8px;
	padding-top:4px;
	padding-left:5px;
	font-family: 'oswaldbook';
	text-shadow: 1px 2px 1px #bebab3;
	
}
.midmain-content-secured h2 {
	color:#3f80d0;
	font-size:28px;
	
	padding-bottom:7px;
	padding-top:4px;
	
	font-family: 'oswaldbook';
	text-shadow: 1px 2px 1px #bebab3;
	
}
.midmain-content-secured h3 {
	color:#3f80d0;
	font-size:20px;
	
	padding-bottom:7px;
	padding-top:9px;
	padding-left:5px;
	font-family: 'oswaldbook';
	text-shadow: 1px 2px 1px #bebab3;
	
}

.divider-secured {
	width:960px;
	height:2px;
	background:url(../images/shadow2.png) no-repeat;
	margin-left:10px;
	margin-right:0px;
	margin-top:0px;
	padding-left:0px;
	margin-bottom:20px;
}
/* \\\\\\\\\\\\\\\\\    secured folder   ///////////////////////////////// */


/* \\\\\\\\\\\\\\\\\    MODAL CODE   ///////////////////////////////// */
.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}

.modal {
  display: none;
  background: #eee;
  background-image:url(announcement.jpg);
  background-repeat:no-repeat;
  padding: 0 20px 20px;
  overflow: auto;
  z-index: 1001;
  position: absolute;
  width: 292px; /*580px; */
  height:580px;
  min-height: 445px;
}

.modal h2{
  margin: 30px 0 50px;}
  
  .closeBtn {
    position: absolute;
    display: block;
    top: 12px;
    left: 10px;
    background: url("closeBtn.png") no-repeat scroll 0% 0% transparent;
    width: 22px;
    height: 22px;
    border: medium none;
}
#hdr-link{
	color: #0042ff;
text-decoration: underline;
font-size:13px !important;
}
a.btn{
	
display:inline-block;
padding:0.5em 1.2em;
margin:0 0.3em 0.3em 0;
border-radius:0.2em;
box-sizing: border-box;
text-decoration:none;
font-family:'Roboto',sans-serif;
font-weight:400;
color:#FFFFFF;
background-color:#3369ff;
box-shadow:inset 0 -0.6em 1em -0.35em rgba(0,0,0,0.17),inset 0 0.6em 2em -0.3em rgba(255,255,255,0.15),inset 0 0 0em 0.05em rgba(255,255,255,0.12);
text-align:center;
position:relative;
}
a.btn:hover{
	
display:inline-block;
padding:0.5em 1.2em;
margin:0 0.3em 0.3em 0;
border-radius:0.2em;
box-sizing: border-box;
text-decoration:none;
font-family:'Roboto',sans-serif;
font-weight:400;
color:#eeeeee;
background-color:#3369ff;
box-shadow:inset 0 -0.6em 1em -0.35em rgba(0,0,0,0.17),inset 0 0.6em 2em -0.3em rgba(255,255,255,0.15),inset 0 0 0em 0.05em rgba(255,255,255,0.12);
text-align:center;
position:relative;
}
a.btn:visited{
	
display:inline-block;
padding:0.5em 1.2em;
margin:0 0.3em 0.3em 0;
border-radius:0.2em;
box-sizing: border-box;
text-decoration:none;
font-family:'Roboto',sans-serif;
font-weight:400;
color:#ffffff;
background-color:#3369ff;
box-shadow:inset 0 -0.6em 1em -0.35em rgba(0,0,0,0.17),inset 0 0.6em 2em -0.3em rgba(255,255,255,0.15),inset 0 0 0em 0.05em rgba(255,255,255,0.12);
text-align:center;
position:relative;
}
a.btn:active{
box-shadow:inset 0 0.6em 2em -0.3em rgba(0,0,0,0.15),inset 0 0 0em 0.05em rgba(255,255,255,0.12);
}

@media all and (max-width:30em){
a.btn{
display:block;
margin:0.4em auto;
}
} 

/* \\\\\\\\\\\\\\\\\    END MODAL CODE   ///////////////////////////////// */
