@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	
}
img { border:none; }
html body {
	font-family: 'MontrealTS-Regular', 'Arial', 'sans-serif';
	background-color: #fff;
	text-align: center;
	height: 100%;
	color:#626669;
	font-size:11px;
	line-height:16px;
	background-image:none;
}
a:active, a:focus {
	outline: 0;
}
h1{
    color:#00853f;
    font-family: 'MontrealTS-LightRegular', 'Arial', 'sans-serif';
}
h2{
    font-family: 'MontrealTS-Regular', 'Arial', 'sans-serif';
}
strong, b{
    font-weight:normal;
    font-family: 'MontrealTS-DemiBoldRegular', 'Arial', 'sans-serif';
}
em, i{
    font-style:normal;
    font-family: 'MontrealTS-RegularItaRegular', 'Arial', 'sans-serif';
}
/*-------------- Clearfix -----------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/*-------------- END Clearfix -----------------*/	



/*-----------------------------------------------

Global Styles

------------------------------------------------*/

.spacer10 {
	height:10px;
	width:10px;
}
.spacer6 {
	height:6px;
	width:6px;
}
.space20 {
	height:20px;
	width:20px;
}
.header_container {
	width:1027px;
	height:225px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	clear:left;
}
.header_box {
	width:auto;
	height:224px;
	min-width:1027px;
	min-height:224px;
	margin:0px;
	clear:left;
}
.header_nav {
	position:relative;
	width:300px;
	height:20px;
	top: 15px;
	left:700px;
	color:#cccccc;
	font-size:11px;
}
a.header_nav_link:link {
	color:#cccccc;
	font-size:11px;
	text-decoration: none;
	margin: 0 6px 0 6px;
}
a.header_nav_link:visited {
	color:#cccccc;
	font-size:11px;
	text-decoration: none;
	margin: 0 6px 0 6px;
}
a.header_nav_link:hover {
	color:#cccccc;
	font-size:11px;
	text-decoration: underline;
	margin: 0 6px 0 6px;
}
a.header_nav_link:active {
	color:#cccccc;
	font-size:11px;
	text-decoration: none;
	margin: 0 6px 0 6px;
}
.header_logo {
	position:relative;
	width:227px;
	height:43px;
	top:18px;
	left:38px;
}
/* -------- Main Navigation Styles --------- */
#header_navigation {
	width:670px;
	height:36px;
	position:relative;
	top:0px;
	left: 340px;
}
#header_navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#header_navigation li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	position: absolute;
}
#header_navigation li a {
	height: 36px;
	display: block;
}
#header_navigation-ser {
	left: 0;
	width: 87px;
}
#header_navigation-net {
	left: 87px;
	width: 94px;
}
#header_navigation-cus {
	left: 181px;
	width: 98px;
}
#header_navigation-eco {
	left: 279px;
	width: 96px;
}
#header_navigation-com {
	left: 375px;
	width: 89px;
}
#header_navigation-ser-active {
	left: 0;
	width: 87px;
}
#header_navigation-net-active {
	left: 87px;
	width: 94px;
}
#header_navigation-cus-active {
	left: 181px;
	width: 98px;
}
#header_navigation-eco-active {
	left: 279px;
	width: 96px;
}
#header_navigation-com-active {
	left: 375px;
	width: 89px;
}
.header_greenbar {
	width:1027px;
	height:107px;
	position:relative;
	top:17px;
	clear:left;
}
.body_box {
	width:auto;
	height:auto;
	position:relative;
	clear:left;
}
.content_box {
	width:1027px;
	margin-left: auto;
	margin-right: auto;
	height:100%;
	clear:left;
	text-align:left;
}
.content_box2 {
	width:1027px;
	margin-left: auto;
	margin-right: auto;
	height:100%;
	clear:left;
	text-align:left;
}
.left {
	width:706px;
	position:relative;
	padding:0 0px 0 45px;
	float:left;
	visibility: visible;
	height:auto;
}
.right {
	width:276px;
	position:relative;
	float:left;
	right:0px;
	top: 0px;
	padding:0 0 0 0px;
	height:auto;
	padding-bottom:15px;
}
.content_mainbody {
	width: 682px;
	background-color:#FFFFFF;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	float:left;
	position:relative;
	padding:20px 0 30px 0px;
}
.text_subhead {
	font-family: 'MontrealTS-Regular', 'Arial', 'sans-serif';
	font-size: 16px;
	color: #000000;
}

/* jma: added another scope and another class to following */

a.body_orange:link, .body_orange a:link, a.more-link:link, #sidebar a:link, .alt a:link {
	color:#184081;
	text-decoration: none;
}
a.body_orange:visited, .body_orange a:visited, a.more-link:visited, #sidebar a:visited, .alt a:visited {
	color:#184081;
	text-decoration: none;
}
a.body_orange:hover, .body_orange a:hover, a.more-link:hover, #sidebar a:hover, .alt a:hover {
	color:#184081;
	text-decoration: underline;
}
a.body_orange:active .body_orange a:active, a.more-link:active, #sidebar a:active, .alt a:active {
	color:#184081;
	text-decoration: none;
}
/* jma: end */

.orange_text {
	color:#184081;
}
.press_list {
	list-style-type:disc;
	padding-left:15px;
}
.content_body_bottom {
	width: 706px;
	height:12px;
	background-color:#FFFFFF;
	background-image:url(http://blog.limelight.com/wp-content/themes/limelight/images/bodybottom.jpg);
	background-repeat:no-repeat;
	float:left;
position:relative;
top:-10px;
}
.content_right_box {
	width: 276px;
	height:auto;
	position:relative;
	float:left;
}
.right_green_header {
	height:84px;
	width:276px;
	background-repeat:no-repeat;
	margin-top:15px;
}
.right_green_header_text {
	padding:10px 5px 10px 30px;
	width:220px;
	height:64px;
	color:#000000
}
a.green_head_link:link {
	color:#000;
	font-size:11px;
	text-decoration: none;
}
a.green_head_link:visited {
	color:#000;
	font-size:11px;
	text-decoration: none;
}
a.green_head_link:hover {
	color:#000;
	font-size:11px;
	text-decoration: underline;
}
a.green_head_link:active {
	color:#000;
	font-size:11px;
	text-decoration: none;
}
/* ------------------- Right Side Boxes ---------------------------*/	
.right_textbox {
	position:relative;
	margin-left:16px;
	width:200px;
	height:auto;
}
.right_top_textbox {
	position:relative;
	margin-left:16px;
	width:200px;
	height:auto;
}
.right_top_border {
	width:100%;
	height:auto;
}
.right_bottom_border {
	width:100%;
	height:auto;
}
.right_text_body1 {
	height:auto;
	width:100%;
}
.right_text_body2 {
	height:auto;
	width:100%;
}
.right_box_title {
	padding: 5px 0 6px 10px;
}
.right_body_text {
	padding-left:10px;
	padding-bottom:8px;
	padding-right:10px;
}
/* -------------------End Right Side Boxes ---------------------------*/	

	
.button_right {
	z-index: 1;
	position: absolute;
	left: -16px;
	top: 35px;
	width: 32px;
	height:34px;
	color: white;
}
.footer_container {
	width:1027px;
	height:40px;
	;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-top:10px;
}
.footer_content_left {
	width:500px;
	height:auto;
	float:left;
	padding-left:25px;
	color:#868f98;
	font-size:10px;
}
.footer_content_right {
	width:480px;
	height:auto;
	float:left;
	text-align:right;
	color:#868f98;
	font-size:10px;
}
a.footer_content_link:link {
	color:#868f98;
	font-size:10px;
	text-decoration: none;
	margin: 0 4px 0 6px;
}
a.footer_content_link:visited {
	color:#868f98;
	font-size:10px;
	text-decoration: none;
	margin: 0 4px 0 6px;
}
a.footer_content_link:hover {
	color:#868f98;
	font-size:10px;
	text-decoration: underline;
	margin: 0 4px 0 6px;
}
a.footer_content_link:active {
	color:#868f98;
	font-size:10px;
	text-decoration: none;
	margin: 0 4px 0 6px;
}
/*----------------- Dropdown -----------------*/
.dropdownbox {
	margin-left: auto;
	margin-right: auto;
	position:relative;
	z-index:99;
}
#dropdown {
	height:auto;
	width:187px;
	position:absolute;
	left: 290px;
	top:-8px;
	z-index:99;
	visibility:hidden;
	line-height:18px;
}
#dropdown2 {
	height:auto;
	width:187px;
	position:absolute;
	left: 670px;
	top:-8px;
	z-index:99;
	visibility:hidden;
	line-height:18px;
}
#dropdown a:link, #dropdown2 a:link {
	color:#626669;
	text-decoration:none;
}
#dropdown ul, #dropdown2 ul {
	list-style: none;
	width: 187px;
	margin: 0;
	padding: 7px 0 0 0;
}
#dropdown li.cap, #dropdown2 li.cap {
	width: 187px;
	height: 18px;
	background: transparent;
}
#dropdown li, #dropdown2 li {
	list-style: none;
	width: 187px;
	background: transparent;
}
.transbg {
}
#dropdown a, #dropdown2 a {
	display: block;
	width: 142px;
	margin: 0 10px 0 10px;
	padding: 5px 0 8px 9px;
	font-size: 12px;
	color: #626669;
	text-decoration:none;
}
#dropdown li.first, #dropdown2 li.first {
	padding-top: 15px;
}
#dropdown li.first-home, #dropdown2 li.first-home {
	padding-top: 7px;
	height:12px;
}
#dropdown li.last a, #dropdown2 li.last a {
	background-image: none;
	padding-bottom: 5px;
}
#dropdown a:hover, #dropdown2 a:hover {
	color: #184081;
}
/*------------- End Dropdown --------------*/

	
/*-----------------------------------------------

Home Page Styles

------------------------------------------------*/	
	
	
.header_container_home {
	width:1027px;
	height:483px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	clear:left;
}
.home_body_bg {
}
.header_box_home {
	width:auto;
	height:483px;
	min-width:1027px;
	min-height:483px;
	margin:0px;
	clear:left;
}


.home_left_box {
	width:336px;
	height:190px;
	position:relative;
	margin-top:140px;
	margin-bottom:60px;
	padding:0 0px 0 0px;
	float:left;
	visibility: visible;
	display:block;
}
.home_left_box_content {
	height:170px;
	width:265px;
	margin:14px 0 0 00px;
	padding:0 0 0 63px;
}
.home_middle_box {
	width:340px;
	position:relative;
	padding:0 0px 0 0px;
	margin-top:140px;
	float:left;
	visibility: visible;
	height:190px;
	display:block;
}
.home_middle_box_content {
	height:170px;
	width:265px;
	margin:14px 0 0 00px;
	padding:0 0 0 40px;
}
.home_right_box {
	width:348px;
	position:relative;
	padding:0 0px 0 0px;
	margin-top:140px;
	float:left;
	visibility: visible;
	height:190px;
	display:block;
}
.home_right_box_content {
	height:170px;
	width:260px;
	margin:14px 0 0 00px;
	padding:0 20px 0 20px;
}
.home_video_holder {
	width:921px;
	height:480px;
	z-index:1;
	position: absolute;
	left: 60px;
	top: 18px;
	margin-left: auto;
	margin-right: auto;
}
.vid_box {
	margin-left: auto;
	margin-right: auto;
	width:921px;
	position:relative;
	z-index:3;
}
/****************************End Home Page Styles *********************/	
	

/* ---------------- Page Specific Styles --------------- */	

.services_content_table {
	padding-left:17px;
	padding-right:7px;
}
.services_content_table_left {
	padding-right:10px;
}
.green_right_border {
	border-left:solid 1px #c8db00;
}
.services_content_header_img {
	margin-bottom:14px;
}
#ecovidhead {
	z-index: 1;
	position: absolute;
	left: 55px;
	top: -22px;
	width: 677px;
	height:148px;
}
/* ----------------End Page Specific Styles --------------- */	

/*---------------------------------------------------
Tab Styles
----------------------------------------------------*/	
.tab-menu {
	width: 665px;
	height: 28px;
	float: left;
	margin: 0px;
	padding: 0;
	position: relative;
}
.tab-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.tab-menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	position: absolute;
	float:left;
}
.tab-menu a {
	height: 28px;
	display: block;
}
.tab-menu-corp {
	left: 0;
	width: 91px;
}
.tab-menu-web {
	left: 91px;
	width: 87px;
}
.tab-menu-media {
	left: 178px;
	width: 165px;
}
.tab-menu-govt {
	left: 343px;
	width: 105px;
}
.tab-menu-soft {
	left: 448px;
	width: 87px;
}
.tab-menu-game {
	left: 535px;
	width: 82px;
}
.tab-menu-end {
	left: 617px;
	width: 48px;
	height:28px;
	display:block;
}
.tab-menu-end2 {
	left: 617px;
	width: 58px;
	height:28px;
	display:block;
}
.tab-menu-corp a:hover {
}
.tab-menu-web a:hover {
}
.tab-menu-media a:hover {
}
.tab-menu-govt a:hover {
}
.tab-menu-soft a:hover {
}
.tab-menu-game a:hover {
}
.tab-menu-corp a.active {
	left: 0;
	width: 91px;
}
.tab-menu-web a.active {
	left: 91px;
	width: 87px;
}
.tab-menu-media a.active {
	left: 178px;
	width: 165px;
}
.tab-menu-govt a.active {
	left: 343px;
	width: 105px;
}
.tab-menu-soft a.active {
	left: 448px;
	width: 87px;
}
.tab-menu-game a.active {
	left: 535px;
	width: 82px;
}
.tab_div_content {
	width: 665px;
	height:255px;
	float:left;
}
.tab_div_content_cus {
	width: 675px;
	height:auto;
	float:left;
}
.tab_div_content_bottom {
	width: 675px;
	height:auto;
	float:left;
	margin-bottom:130px;
}
.subsection_tabs {
	list-style:none;
	margin:0;
	padding:0;
	clear:both;
	float:left;
	clear:both;
	width:185px;
	height:255px;
}
.subsection_tabs li {
	margin-left:10px;
	text-align:left;
}
.subsection_tabs a {
	height: 35px;
	display: block;
	color:#626669;
	text-decoration:none;
	padding-top:15px;
}
.subsection_tabs a:hover {
	color:#000;
}
.subsection_tabs a.active {
	color:#184081;
	font-weight:bold;
}
.subtabbg-corp {
	height:255px;
	width:480px;
	float:left;
}
.subtabbg-web20 {
	height:255px;
	width:480px;
	float:left;
}
.subtabbg-media {
	height:255px;
	width:480px;
	float:left;
}
.subtabbg-govt {
	height:255px;
	width:480px;
	float:left;
}
.subtabbg-soft {
	height:255px;
	width:480px;
	float:left;
}
.subtabbg-games {
	height:255px;
	width:480px;
	float:left;
}
.sub_tab_content_box {
	margin-top:59px;
	height:125px;
	width:460px;
	padding:7px 10px 6px 10px;
}
.customer_tabs_content_leftcell {
	padding:15px 5px 10px 11px;
}
.customer_tabs_content_rightcell {
	padding:15px 45px 10px 0px;
}
.contact_greentext {
	color:#76b900;
	text-decoration:none;
}
.contact_greentext_bold {
	color:#76b900;
	font-weight: bold;
	text-decoration:none;
}
a.contact_greentext_bold:hover {
	color:#76b900;
	font-weight: bold;
	text-decoration:underline;
}
.backtotop {
	color:#999999;
	font-size: 9px;
}
.contact_right_box {
	width:100%;
	height:auto;
}
/*---------------------------------------------------
End Tab Styles
----------------------------------------------------*/		


/*------------- accordian --------------*/
.accordion_toggle {
	display: block;
	height: auto;
	width: 666px;
	padding: 0 0px 0 10px;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	border-bottom: 1px solid #c6db00;
	cursor: pointer;
	margin: 0 0 0 0;
}
.accordion_toggle_active {
	border-bottom: 0px solid #f68263;
}
.accordion_content {
	background-color:#fff;
	display:block;
	color: #444444;
	overflow: hidden;
	border-bottom: 1px solid #c6db00;
	width:676px;
}
.accordion_content h2 {
	margin: 15px 0 5px 10px;
	color: #0099FF;
}
.accordion_content p {
	line-height: 150%;
	padding: 5px 10px 15px 10px;
}
.vertical_accordion_toggle {
	display: block;
	height: 30px;
	width: 600px;
	background: url(images/accordion_toggle.jpg) no-repeat top right #a9d06a;
	padding: 0 10px 0 10px;
	line-height: 30px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #000000;
	border-bottom: 1px solid #cde99f;
	cursor: pointer;
	margin: 0 0 0 0;
}
.vertical_accordion_toggle_active {
	background: url(images/accordion_toggle_active.jpg) no-repeat top right #e0542f;
	color: #ffffff;
	border-bottom: 1px solid #f68263;
}
.vertical_accordion_content {
	background-color: #ffffff;
	color: #444444;
	overflow: hidden;
}
.vertical_accordion_content h2 {
	margin: 15px 0 5px 10px;
	color: #0099FF;
}
.vertical_accordion_content p {
	line-height: 150%;
	padding: 5px 10px 15px 10px;
}
.logotable_row {
	height:30px;
}
.accordion_content_table {
	margin:15px 0 10px 0px;
}
.divider_cell {
	width:25px;
}
.divider_cell_narrow {
	width:13px;
}
.horizontal_divide {
	padding:8px 0 8px 0;
}
.accordian_head_text {
	padding-right:28px;
}	
/* ----- End Accordian Styles -------------------*/



/* tad Styles */
.content_mainbody p {
	margin-bottom:10px;
}
a.body_grey:link {
	color:#626669;
	text-decoration: none;
}
a.body_grey:visited {
	color:#626669;
	text-decoration: none;
}
a.body_grey:hover {
	color:#626669;
	text-decoration: underline;
}
a.body_grey:active {
	color:#626669;
	text-decoration: none;
}
h1, h2{
	margin-bottom:15px;
}
.text_subhead{
	display:block;
	padding-bottom:15px;
}

/* jason additions */

h2 .text_subhead, h2.pagetitle, .narrowcolumn h2 { /* this is to make the blog headlines still be h3's*/
    color: #000;
    display:block;
    padding-bottom:0px;
    text-decoration:none;
    font-weight:normal;
    font-size: 18px;
}

/* orange links for nearly everything */
.post a, .narrowcolumn a {
	color:#184081;
	text-decoration: none;
    font-weight: normal;
}

.post a:hover, .narrowcolumn a:hover {
    text-decoration: underline;
}


.post h2 a.text_subhead{ /* this fixes the orange crap */
	color:#000;
}

.post h2 a.text_subhead:hover{ /* the hover can be orange */
	color:#184081;
}

ul.global-nav .cl .login .col p.right a{
text-align: right;
float: right;
}


/* FONTS */

@font-face {
    font-family: 'MontrealTS-XLightItaRegular';
    src: url('http://www.limelight.com/assets/fonts/montrealts-xlightita-webfont.eot');
    src: url('http://www.limelight.com/assets/fonts/montrealts-xlightita-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.limelight.com/assets/fonts/montrealts-xlightita-webfont.woff') format('woff'),
         url('http://www.limelight.com/assets/fonts/montrealts-xlightita-webfont.ttf') format('truetype'),
         url('http://www.limelight.com/assets/fonts/montrealts-xlightita-webfont.svg#MontrealTS-XLightItaRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MontrealTS-XLightRegular';
    src: url('http://www.limelight.com/assets/fonts/montrealts-xlight-webfont.eot');
    src: url('http://www.limelight.com/assets/fonts/montrealts-xlight-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.limelight.com/assets/fonts/montrealts-xlight-webfont.woff') format('woff'),
         url('http://www.limelight.com/assets/fonts/montrealts-xlight-webfont.ttf') format('truetype'),
         url('http://www.limelight.com/assets/fonts/montrealts-xlight-webfont.svg#MontrealTS-XLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MontrealTS-RegularItaRegular';
    src: url('http://www.limelight.com/assets/fonts/montrealts-regularita-webfont.eot');
    src: url('http://www.limelight.com/assets/fonts/montrealts-regularita-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.limelight.com/assets/fonts/montrealts-regularita-webfont.woff') format('woff'),
         url('http://www.limelight.com/assets/fonts/montrealts-regularita-webfont.ttf') format('truetype'),
         url('http://www.limelight.com/assets/fonts/montrealts-regularita-webfont.svg#MontrealTS-RegularItaRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MontrealTS-Regular';
    src: url('http://www.limelight.com/assets/fonts/montrealts-regular-webfont.eot');
    src: url('http://www.limelight.com/assets/fonts/montrealts-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.limelight.com/assets/fonts/montrealts-regular-webfont.woff') format('woff'),
         url('http://www.limelight.com/assets/fonts/montrealts-regular-webfont.ttf') format('truetype'),
         url('http://www.limelight.com/assets/fonts/montrealts-regular-webfont.svg#MontrealTS-Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MontrealTS-MediumItaRegular';
    src: url('http://www.limelight.com/assets/fonts/montrealts-mediumita-webfont.eot');
    src: url('http://www.limelight.com/assets/fonts/montrealts-mediumita-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.limelight.com/assets/fonts/montrealts-mediumita-webfont.woff') format('woff'),
         url('http://www.limelight.com/assets/fonts/montrealts-mediumita-webfont.ttf') format('truetype'),
         url('http://www.limelight.com/assets/fonts/montrealts-mediumita-webfont.svg#MontrealTS-MediumItaRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MontrealTS-MediumRegular';
    src: url('http://www.limelight.com/assets/fonts/montrealts-medium-webfont.eot');
    src: url('http://www.limelight.com/assets/fonts/montrealts-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.limelight.com/assets/fonts/montrealts-medium-webfont.woff') format('woff'),
         url('http://www.limelight.com/assets/fonts/montrealts-medium-webfont.ttf') format('truetype'),
         url('http://www.limelight.com/assets/fonts/montrealts-medium-webfont.svg#MontrealTS-MediumRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MontrealTS-LightItaRegular';
    src: url('http://www.limelight.com/assets/fonts/montrealts-lightita-webfont.eot');
    src: url('http://www.limelight.com/assets/fonts/montrealts-lightita-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.limelight.com/assets/fonts/montrealts-lightita-webfont.woff') format('woff'),
         url('http://www.limelight.com/assets/fonts/montrealts-lightita-webfont.ttf') format('truetype'),
         url('http://www.limelight.com/assets/fonts/montrealts-lightita-webfont.svg#MontrealTS-LightItaRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MontrealTS-LightRegular';
    src: url('http://www.limelight.com/assets/fonts/montrealts-light-webfont.eot');
    src: url('http://www.limelight.com/assets/fonts/montrealts-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.limelight.com/assets/fonts/montrealts-light-webfont.woff') format('woff'),
         url('http://www.limelight.com/assets/fonts/montrealts-light-webfont.ttf') format('truetype'),
         url('http://www.limelight.com/assets/fonts/montrealts-light-webfont.svg#MontrealTS-LightRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MontrealTS-HeavyItaRegular';
    src: url('http://www.limelight.com/assets/fonts/montrealts-heavyita-webfont.eot');
    src: url('http://www.limelight.com/assets/fonts/montrealts-heavyita-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.limelight.com/assets/fonts/montrealts-heavyita-webfont.woff') format('woff'),
         url('http://www.limelight.com/assets/fonts/montrealts-heavyita-webfont.ttf') format('truetype'),
         url('http://www.limelight.com/assets/fonts/montrealts-heavyita-webfont.svg#MontrealTS-HeavyItaRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MontrealTS-HeavyRegular';
    src: url('http://www.limelight.com/assets/fonts/montrealts-heavy-webfont.eot');
    src: url('http://www.limelight.com/assets/fonts/montrealts-heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.limelight.com/assets/fonts/montrealts-heavy-webfont.woff') format('woff'),
         url('http://www.limelight.com/assets/fonts/montrealts-heavy-webfont.ttf') format('truetype'),
         url('http://www.limelight.com/assets/fonts/montrealts-heavy-webfont.svg#MontrealTS-HeavyRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MontrealTS-DemiBoldItaRegular';
    src: url('http://www.limelight.com/assets/fonts/montrealts-demiboldita-webfont.eot');
    src: url('http://www.limelight.com/assets/fonts/montrealts-demiboldita-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.limelight.com/assets/fonts/montrealts-demiboldita-webfont.woff') format('woff'),
         url('http://www.limelight.com/assets/fonts/montrealts-demiboldita-webfont.ttf') format('truetype'),
         url('http://www.limelight.com/assets/fonts/montrealts-demiboldita-webfont.svg#MontrealTS-DemiBoldItaRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MontrealTS-DemiBoldRegular';
    src: url('http://www.limelight.com/assets/fonts/montrealts-demibold-webfont.eot');
    src: url('http://www.limelight.com/assets/fonts/montrealts-demibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.limelight.com/assets/fonts/montrealts-demibold-webfont.woff') format('woff'),
         url('http://www.limelight.com/assets/fonts/montrealts-demibold-webfont.ttf') format('truetype'),
         url('http://www.limelight.com/assets/fonts/montrealts-demibold-webfont.svg#MontrealTS-DemiBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MontrealTS-BoldItaRegular';
    src: url('http://www.limelight.com/assets/fonts/montrealts-boldita-webfont.eot');
    src: url('http://www.limelight.com/assets/fonts/montrealts-boldita-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.limelight.com/assets/fonts/montrealts-boldita-webfont.woff') format('woff'),
         url('http://www.limelight.com/assets/fonts/montrealts-boldita-webfont.ttf') format('truetype'),
         url('http://www.limelight.com/assets/fonts/montrealts-boldita-webfont.svg#MontrealTS-BoldItaRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MontrealTS-BoldRegular';
    src: url('http://www.limelight.com/assets/fonts/montrealts-bold-webfont.eot');
    src: url('http://www.limelight.com/assets/fonts/montrealts-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.limelight.com/assets/fonts/montrealts-bold-webfont.woff') format('woff'),
         url('http://www.limelight.com/assets/fonts/montrealts-bold-webfont.ttf') format('truetype'),
         url('http://www.limelight.com/assets/fonts/montrealts-bold-webfont.svg#MontrealTS-BoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
