/* THEME STYLES */

/* CAMPANIES */

#wrapper {
	background-color:#FFF;	
}

#banner  {
	height:140px;
	background-color:#006666;
	background-image:url(/images/bkg/bkg_top_03.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

.topLogo {
	height:140px;
	width:185px;
	background-image:url(/images/lgo/lgo_ipcity_network.png);
	background-position:bottom right;
	background-repeat:no-repeat;
}

.topLogo a {
	border:0px;
}

#footer  {
	clear:both;
	height:45px;
	background-color:#006666;
	background-image:url(/images/bkg/bkg_dimple_footer.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
	padding:25px 20px 0px 20px;
	color:#FFF;
	font-size:11px;
}

#footer ul  {
	list-style:none;
	margin:0px;padding:0px;
}

#footer ul li {
	float:left;
	padding:0px 0px 0px 14px;
	background-image:url(/images/blt/blt_footer_03.gif);
	background-position:0px center;
	background-repeat:no-repeat;
	margin-right: 7px;
}

#footer ul li a {
	color:#D8DCDF;
	text-decoration:none;
	border:none;
}

#footer ul li a:hover {
	color:#FFFFFF;
	text-decoration:none;
	border-bottom:1px dotted #FFFFFF;
}

#footer ul li.noBullet {
	float:left;
	padding-right:0px; padding-left:0px;
	background-image:none;
}