﻿body {
	background-color: #acd9f5;
	background-image: url(/Images/Masterpage/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 100%;
}

.pageContainer {
	width: 820px;
	margin: auto;
	text-align: left;
	position: relative;
}

.shadowLeft {
	width: 10px;
	background-image: url(/Images/Masterpage/bg-left.png);
	background-repeat: repeat-y;
}

.shadowRight {
	width: 10px;
	background-image: url(/Images/Masterpage/bg-right.png);
	background-repeat: repeat-y;
}

.headDiv {
	text-align: center;
	margin-bottom: 15px;
}

.mnu {
	background-image: url(/Images/Masterpage/mnu-bg2.gif);
	background-repeat: no-repeat;
	background-position:center;
	width: 800px;
	height: 20px;
	position: absolute;
	top: 120px;
	left: 10px;
	text-align: center;
	padding-top: 6px;
	text-transform:uppercase;
}

.mnu, .mnu a, .mnu .seperator {
	color: #004b85;
	font-size: 11px;
	text-decoration:none;
}

.mnu a:hover {
	text-decoration:underline;
}

.mnu>span.seperator:first-child{
	display:none;
}

.secondaryMnu{
	margin-top:40px;
}

.contentDiv {
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
	width:740px;  /* this number should be 800 - contentDiv.margin-left - contentDiv.margin-right */
	z-index:0px;
}

.title{
	margin-top:24px;
	background-image:url(/Images/Masterpage/IXC-Generic-Banner.jpg); 
	height:76px; 
	background-repeat:no-repeat; 
	background-position:center; 
	margin-bottom:6px;
	position:relative;
	z-index:0;
}

.title h1{
position:absolute; top:28px; left:28px; color:#FFFFFF !important;font-size: 20px; margin:0px; font-weight:bold; color:#FFFFFF; text-align:left; width:700px;
}

.title-sector{
background-image:url(/Images/Masterpage/IXC-Logo-Banner.jpg) !important;
}


.subPage-submenu{
	text-align:center;color:#1a4f81;font-weight:bold;
}

.subPage-submenu a{
	color:#1a4f81;font-weight:bold;
	text-decoration:none;
}

.subPage-submenu a:hover{
	text-decoration:underline;
}

.footerDiv {
	background-color: #0e3081;
	background-image: url(/Images/Masterpage/footer-bg.jpg);
	background-repeat: no-repeat;
	height: 290px;
}

.footerDiv a, .footerDiv-sml a{
	text-decoration:none;
}

.footerDiv a:hover, .footerDiv-sml a:hover{
	text-decoration:underline;
}

.footerDiv-sml {
	background-color: #0e3081;
	background-image: url(/Images/Masterpage/footer-bg-sml.jpg);
	background-repeat: no-repeat;
	height: 110px;
}

.newsFeed {
	background-image: url(/Images/Masterpage/newsFeed-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 26px;
}

.newsFeed div.newsinner {
	width: 690px;
	margin-left: 93px;
	padding-top: 5px;
}

.footerText {
	margin-left: 15px;
	margin-right: 15px;
	color: #FFFFFF;
}

.footerText * {
	color: #FFFFFF;
}

.largeImgButton {
	background-image: url(/Images/Masterpage/btnBg.png);
	background-repeat: no-repeat;
	width: 250px;
	height: 88px;
	vertical-align:middle;
}

.largeImgButton > div, .largeImgButton > a > div{
	margin-left:10px;
	margin-right:10px;
}

.largeImgButton img {
	float: left;
	border: 1px solid #c1c1c1;
	margin-right: 15px;
}

.largeImgButton h4 {
	margin-top: 0px;
	margin-bottom: 2px;
	font-size: 11px;
	color: #004b85;
}

.largeImgButton p {
	margin-top: 0px;
	margin-bottom: 2px;
	margin-right: 0px;
}



