@charset "UTF-8";
/* CSS Document */


body {
	margin-top:0px;
	margin-left:0px;
	background-color:#c0c0c0;
	font-family:Verdana;
	font-size:11px;
	color:#5e5e5e;
}

p {
	font-family:Verdana;
	font-size:11px;
	color:#5e5e5e;
}

h1 {
	font-size:12px;
	font-weight:bold;
	color:#000000;
	padding-left:10px;
}

h2 {
	font-size:11px;
	font-weight:bold;
	color:#000000;
	padding-left:10px;
}

h3 {
	font-size:14px;
	font-weight:bold;
	color:#000000;
	padding-left:10px;
}

.borderHead {
border-top:1px solid #c2c2c2;
border-left:1px solid #c2c2c2;
border-right:1px solid #c2c2c2;
}

.privacyPara {
	width:900px;
	line-height:30px;
	padding-left:10px;
}

.topPara {
	width:350px;
}

.middlePara {
	width:300px;
}

.lowerPara {
	width:330px;

}

.normalPara {
	width:480px;
	padding-left:10px;
}

.genPara {
	padding-left:10px;
}

.indent {
	padding-left:10px;
}

/* links and hover styles 
MindBlazer Red = ed1b2e*/

a:link {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #152754;
	text-decoration:underline;
	}
	
.boldlink {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight:bold;
	font-style: normal;
	color: #152754;
	text-decoration:underline;
	padding-left:10px;
	}
	
a {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: #5e5e5e;
	text-decoration:underline;
}
a:visited {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: #5e5e5e;
	text-decoration:underline;
}
a:hover {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: #ed1b2e;
	text-decoration:underline;
}
a:active {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: #5e5e5e;
	text-decoration:underline;
}


#mbBase {
	width:950px;
	left:5px;
	top:0px;
}

#mbHeader {
	z-index: -100;
	position:absolute;
	top:0px;
}

#flashHeader {
	position:relative;
	width:950px;
	height:225px;
	top:105px;
	visibility: visible;
	z-index:0;
}


/* position the MMTV button on the nbottom of the MMTV page */
.mmtvButton {
padding-left:20px;
}

.mmtvHeadline {
padding-left:10px;
}

/* Below we create variations for the background image used in the main content area
	The only diffeence is the image URL
 */
 
 /* enterprise comms page */
.mainContent {
	background-image:url(../images/enterpriseCommsGraphic.jpg);
	background-repeat:no-repeat;
	background-position:right;
	border: 1px solid #c2c2c2;
}

.mainContentEnt {
	background-image:url(../images/enterpriseCommsGraphic2.jpg);
	background-repeat:no-repeat;
	background-position:right;
	border: 1px solid #c2c2c2;
}


.mainContentOnline {
	background-image:url(../images/onlineCommsGraphic.jpg);
	background-repeat:no-repeat;
	background-position:right;
	border: 1px solid #c2c2c2;
}


 /* sales tools page */
.mainContentSales {
	background-image:url(../images/salesToolsGraphic.jpg);
	background-repeat:no-repeat;
	background-position:right;
	border: 1px solid #c2c2c2;
}

 /* marketing solutions page */
.mainContentMarketing {
	background-image:url(../images/marketingSolutionsGraphic.jpg);
	background-repeat:no-repeat;
	background-position:right;
	border: 1px solid #c2c2c2;
}

.mainContentMMTV {
	background-image:url(../images/mmtv-graphic.jpg);
	background-repeat:no-repeat;
	background-position:right;
}

.mainContentNews {
	background-image:url(../images/news-graphic.jpg);
	background-repeat:no-repeat;
	background-position:right;
	border: 1px solid #c2c2c2;
}


 /* clients page */
.mainContentClient {
	background-image:url(../images/clientGraphic.jpg);
	background-repeat:no-repeat;
	background-position:right;
	border: 1px solid #c2c2c2;
}


 /* contact page */
.mainContentContact {
	background-image:url(../images/contactGraphic.jpg);
	background-repeat:no-repeat;
	background-position:right;
	border: 1px solid #c2c2c2;
}

 /* login page */
.mainContentLogin {
	background-color:#FFFFFF;
	border: 1px solid #c2c2c2;
}

#mbLeftBar {
	block:inline;
	margin-left:0px;
	margin-top:0px;
}

#mbText {
	position:absolute;
	margin-left:180px;
	margin-top:10px;
}

.footer {
	font-family:Arial;
	color:#676767;
	font-size:11px;
}

/* form fields items */
.mbTextField {
	font-family: Arial;
	color:#5e5e5e;
	font-size:11px;
	border: 1px solid #c2c2c2;
}

/* floater to the left and right */
#floatRight {
	float:right;
	width:350px;
}

.floater {
float:right;
}

#floatLeft {
	float:left;
}