/* --- FRONTPAGE SPLASH AND SUBMENU ADS WRAPPER ---- */		
		div#lbox_wrap {
			margin: auto;
			position: relative;
			width: 960px;
			height: 475px;
		}
		
	/* JQUERY CYCLE */
			div#lbox { 
				position: relative;
				background: url('../images/lbox_border.png') no-repeat;
				width: 960px;
				height: 360px;
			}
				div#slideshow {
					position: absolute;
					z-index: 1;
					top: 5px;
					left: 5px;
					height: 350px;
					width: 950px;
				}
					div#slideshow ul#nav {
						position: absolute;
						display: block;
						top: 290px;
						right: 10px;
						list-style: none;
						z-index: 15;
					}
				
						div#slideshow ul#nav li#prev {
							float: right;
						}
						div#slideshow ul#nav li#next {
							float: right; 
						}
						div#slideshow ul#nav li a {
							display: block; width: 25px; height: 25px; text-indent: -9999px; outline: none;
						}
							div#slideshow ul#nav li#prev a {
								background: url(../images/prev.png) no-repeat;
							}
							div#slideshow ul#nav li#next a {
								background: url(../images/next.png) no-repeat;
							}

					div#slideshow ul#slides {
						list-style: none;
					}
						div#slideshow ul#slides li {
							margin: 0 0 20px 0;
						}
					
							div#slideshow ul#slides li a {
								display: block;
								height: 350px;
								width: 950px;
							}
				
				
	/* SUBMENU ADBOX - RES, BUS, PUREMINUTES, SMART APP*/
			div#adbox {
				position: absolute;
				z-index: 2;
				top: 360px;
				width: 960px;
				height: 115px;
			}
				div#adbox ul {
					position: absolute;
					top: -40px;
					left: 8px;
					list-style: none;
				}
				div#adbox li {
					float: left;
					padding: 3px;
				}
					div#adbox li a{
						display: block;
						height: 140px;
						width: 230px;
						text-indent: -9999px;
						outline: none;
					}
					div#adbox h2#ad_h2_01 {
						height: 140px;
						width: 230px;
						background: url('../images/ad_h2_01.png') no-repeat;
					}
					div#adbox h2#ad_h2_02 {
						height: 140px;
						width: 230px;
						background: url('../images/ad_h2_02.png') no-repeat;
					}
					div#adbox h2#ad_h2_03 {
						height: 140px;
						width: 230px;
						background: url('../images/ad_h2_03.png') no-repeat;
					}
					div#adbox h2#ad_h2_04 {
						height: 140px;
						width: 230px;
						background: url('../images/ad_h2_04.png') no-repeat;
					}
					
/* --- END FRONTPAGE CYCLE AND SUBMENU ADS WRAPPER ---- */


/* --- BEGIN FRONTPAGE SITEMAP --- */
	div#siteMap {
		position: relative;
		width: 960px;
		font-size:0.688em;
		text-align:left;
	}

		div#siteMap .siteMapCol  {
			float:left;
			padding: 10px 0px 10px 0px;
			margin-left: 10px;
			width: 150px;
		}
		
		div#siteMap h5 {
			margin-top: 1em;
		}
		
		div#siteMap h5 a:link {color:#333333; }
		div#siteMap h5 a:visited {color:#333333; }
		div#siteMap h5 a:hover {color:#28ADE3; text-decoration: underline; }  
		div#siteMap h5 a:active {color:#28ADE3; text-decoration: underline; }
		
		div#siteMap ul {
			list-style: none;
			margin-bottom: 1em;
		}
			div#siteMap li  {
				font-weight:normal;
				vertical-align:baseline;
				margin-bottom: .4em;
				margin-right: .3em;
			}
			div#siteMap li a {
				background: url('../images/bullet_01.png') no-repeat scroll 0 5px transparent;
				color: #666666;
				display: block;
				font-size: 1.2em;
				padding: 0 0 0 12px;
			}
			div#siteMap li a:hover{ text-decoration:underline; color:#28ADE3;}
/* --- END FRONTPAGE SITEMAP --- */