@charset "utf-8";
/* MASP MARKETING CSS Style Sheet */

/* MAIN BODY*/
* {
	margin:0;
	padding:0;
}

body {
	font-size:13px;
	color:#0099CC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:url(../images/maps-marketing-title-bg.jpg) no-repeat;
	scrollbar-face-color:#1BB7EA;
	scrollbar-shadow-color: #1BB7EA;
	scrollbar-highlight-color: #1BB7EA;
	scrollbar-3dlight-color: #1BB7EA;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #003399;
	}

div#page-wrap {
	width: 980px;
	min-height: 768px;
}

div#menu-position {
	height: 235px;
	width: 980px;
}

div#menu-position-set {

}

.clear {clear:both;}

/* GENERAL LINKS */
a:link {
	color:#003366;
}
a:visited {
	color: #003366;
}
a:hover {
	color:#66CC00;
}
a:active {
	color: #003366;
}


/* CONTENT STYLING*/

h1 { font-size: 15px; font-weight: bold;}
h2 { font-size: 13px; font-weight: bold;}
h3 { font-size: 13px; font-weight: bold;}

.menu-text {
	font-size: 13px;
	font-weight:bold;
}

/* NAVIGATION*/

ul#nav {
	height: 233px;
	background:url(../images/em-powered_CSS_TopTitle.jpg) no-repeat;
	list-style: none;
	padding-left: 13px;	
	}
	ul#nav li{
		display:inline;
	}
	ul#nav li a{
		float:left;
		margin-top:208px;
		width:120px;
		text-decoration:none;
		color:#FFFFFF;
		font-weight:bold;
		text-align:center;
		
	}
	ul#nav li a:hover{
		color:#CCCCCC;
	}
	
/* NAVIGATION SERVICES*/

div#services-menu {
		margin-top: 40px;
		margin-left: 30px;
		float: left;
		width: 300px;
		height: 450px;
		text-align:left;
		}

ul#nav2 {
	list-style: none;
	margin-top:15px;
	}
	ul#nav2 li{
		display:inherit;
	}
	ul#nav2 li a{
		float:left;
		margin-top:17px;
		width:280px;
		text-decoration:none;
		color:#CCCCCC;
		font-weight:bold;
		text-align:left;
		
	}
	ul#nav2 li a:hover{
		color:#1BB7EA;
	}

.menu-text2 {
	vertical-align:middle;
	font-size: 13px;
	font-weight:bold;
}
	
/* MAIN CONTENT SETUP */	
	
	div#main-content {
		margin-top: 1px;
		padding-bottom: 50 px;
	}
	
	/* LEFT COLUM IMAGES */
	
	div#main-content div#left-col-image01{  /* FLASH */
		float: left;
		width: 390px;
		height: 532px;
		text-align:left;
		}
		
	div#main-content div#left-col-image02{ /* MARKETING CONSULTING */
		float: left;
		width: 390px;
		height: 532px;
		background:url(../images/servicesImages_marketingCosult.jpg) no-repeat;
		}
		
	div#main-content div#left-col-image03{ /* TARGET MARKETING */
		float: left;
		width: 390px;
		height: 532px;
		background:url(../images/servicesImages_target.jpg) no-repeat;
		}
		
	div#main-content div#left-col-image04{ /* LOGOS | PROSPECTUS | & FLAGS */
		float: left;
		width: 390px;
		height: 532px;
		background:url(../images/servicesImages_Logos-Prospect-Flags.jpg) no-repeat;
		}
		
	div#main-content div#left-col-image05{ /* FOREIGN LANG */
		float: left;
		width: 390px;
		height: 532px;
		background:url(../images/servicesImages_foreign.jpg) no-repeat;
		}
		
	div#main-content div#left-col-image06{ /* COMMUNITY */
		float: left;
		width: 390px;
		height: 532px;
		background:url(../images/servicesImages_community.jpg) no-repeat;
		}
		
	div#main-content div#left-col-image07{ /* ADVERT PR */
		float: left;
		width: 390px;
		height: 532px;
		background:url(../images/servicesImages_advertPR.jpg) no-repeat;
		}
		
	div#main-content div#left-col-image08{ /* TECHNOLOGY */
		float: left;
		width: 390px;
		height: 532px;
		background:url(../images/servicesImages_tech.jpg) no-repeat;
		}
		
	div#main-content div#left-col-image09{ /* PROMO */
		float: left;
		width: 390px;
		height: 532px;
		background:url(../images/servicesImages_promo.jpg) no-repeat;
		}
		
		
		
	/* END */
	
	div#main-content div#right-col{
		margin-top: 75px;
		float: right;
		width: 550px;
		height: 457px;
		text-align:justify;
		}
		div#main-content div#right-col div#right-col-content{
			float: left;
			width: 550px;
			height: 422px;
			padding-right: 5px;
			text-align:justify;
			overflow:scroll;
			overflow-x:auto; 
			overflow-y:auto;
		}
		div#main-content div#right-col div#right-col-footer{
			float: right;
			width: 560px;
			height: 35px;
			text-align:justify;
			background:url(../images/maps-marketing-footer.jpg) no-repeat;
		}
	
	
	
	
	
	
	