﻿@font-face {
    font-family: 'open_sansregular';
    src: url('/portals/0/skins/bypasscommunications_2013/fonts/OpenSans-Regular-webfont.eot');
    src: url('/portals/0/skins/bypasscommunications_2013/fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/portals/0/skins/bypasscommunications_2013/fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('/portals/0/skins/bypasscommunications_2013/fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('/portals/0/skins/bypasscommunications_2013/fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {color:#b8b8b8;font-family:'open_sansregular',sans-serif;}

header {background-color:#242424;min-width:1200px;}
#header {padding:12px;}
#logo {margin-left:10px;float:left;}
#menu {float:right;margin-top:36px;}
#bannerWrap {background-image:url('/portals/0/skins/bypasscommunications_2013/images/bannerTexture.png');border-bottom:3px solid #524c4b;min-width:1200px;}
	#dnn_banner{height:400px;}
#Row1, footer {background-color:#242424;min-width:1200px;}
#Row1{padding-top:50px;}
#Row2 {background-image:url('/portals/0/skins/bypasscommunications_2013/images/texture.png');border-top:1px solid #545454;padding:50px 0;}
#dnn_contentPane, #dnn_bottomLeftPane{width:475px;}
#dnn_bottomLeftPane{padding-bottom:50px;}
#contentWrapper{border:bottom:1px solid #242424;min-width:1200px;}
#dnn_rightPane, #dnn_bottomRightPane {margin-left:90px;width:375px;padding-bottom:50px;}
#dnn_bottomPane{padding:40px 0 50px 0;border-top: 1px inset #666666;}

p, .Normal, ul, ul li{color:#b8b8b8;font-size:14.25px;line-height:22px;}
p, pre{margin-bottom:10px !important;}
ul li{line-height:24px;}
a, a:link, a:visited{color:#f9f9f9;}
h1,h2,h3,h4,h5{color:#b8b8b8;font-family:'open_sansregular',sans-serif;}
h2{font-size:26px;font-weight:normal;letter-spacing:1px;}
h3{font-size:24px;font-weight:normal;letter-spacing:1px;color:#c93a21;text-transform:uppercase;margin-top:0;}
h4{font-size:18px;color:#333333;}
#contentWrapper ul{list-style-image:url('/portals/0/skins/bypasscommunications_2013/images/li.png');list-style-position:inside;margin-bottom:5px;}

/*MENU*/
#menu ul li{font-size:15px;}
#menu ul{margin-right:10px;}
#menu a, #menu a:link, #footerMenu a {color:#f9f9f9;text-transform:uppercase;text-decoration:none;}
    #menu a:hover, #menu .selected a{color:#c93a21;}
#menu ul li {margin-left:36px;}

footer{border-top:1px solid #434343;padding:20px 0 15px 0;}
#footerMenu{text-align:center;width:940px;}
	#footerMenu #dnnMenu{width:920px;margin:auto;}
	#footerMenu ul{margin:auto;float:right; left:-50%;text-align:left;}
	#footerMenu a{font-size:14px;}
	#footerMenu a:hover, #login a:hover{color:#c93a21;}
#footerMenu ul li{margin:0 22px;left:50%;position:relative;}
#copyright, #login {color:#9a9a9a;width:50%;font-size:12px;font-family:'Source Sans Pro', sans-serif;margin-top:10px;}
	#copyright p{font-family:'Source Sans Pro', sans-serif;}
#login{text-align:right;}
#login p{font-size:12px;}
#login a:link{text-decoration:none;}


/*common layout classes*/
.left {float:left;}
.right {float:right;}
.center {text-align:center;}
.row {width:940px;margin:auto;}
.clear {clear:both;}
.twoCol{width:50%;}
.uppercase{text-transform:uppercase;}
.grayTxt{color:#d6d5d5;}

/*Slider*/
#pagerWrap{position:relative;top:-131px;z-index:999;left:-20px;}

#pager:before{left:-15px;}

#pager:after{right:-15px}
#pager:after,#pager:before{background:none repeat scroll 0 0 #524c4b;content:"";height:28px;position:absolute;top:0;width:15px;z-index:1040}
#pager{background:none repeat scroll 0 0 #524c4b;border-radius:6px 6px 0 0;position:absolute;left:65px;top:3px;height:30px;z-index:999}
.pager-inner:before{background:none repeat scroll 0 0 #d23d23;border-bottom-right-radius:30%;left:-15px}
.pager-inner:after{background:none repeat scroll 0 0 #d23d23;border-bottom-left-radius:30%;right:-15px}
.pager-inner:after,.pager-inner:before{content:"";height:28px;position:absolute;top:0;width:15px;z-index:1050}
.pager-inner{padding:5px 20px;position:relative}
	
	#pager a{color:#242424;background-color:#242424;text-decoration:none;padding:2px 5px;border-radius:9px;font-size:6px;margin:2px;}
	#pager .activeSlide{color:#7f7f7f;background-color:#7f7f7f;}
#homeSlider{height:500px; overflow:hidden;}


/*IE fixes*/

.lt-ie9 #homeSlider img {
    background-image:url('/portals/0/skins/bypasscommunications_2013/images/bannerTexture.png');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC3B22,endColorstr=#00CC3B22)"; /* IE8 */   
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC3B22,endColorstr=#00CC3B22);   /* IE6 & 7 */      
    zoom: 1;
	background-repeat:repeat;
}

.lt-ie8 #contentWrapper ul{list-style-position:outside;margin-left:15px;}