body {
	margin: 0px;
	padding: 0;
	background: url(/nav/top_bg.gif) repeat-x;
	font-family: verdana;
	font-size: 11px;
}

a {		color: #009;
		text-decoration: none;
		}
	
a:hover {
		text-decoration: underline;
	}

#main {
	width: 890px;
	margin-left: auto;
	margin-right: auto;
}

#topLogo {
	background: url(/nav/intermedia_logo_top.gif) no-repeat;
	height: 62px;
}

#topLinks {
	float: right;
}

.topTextLinks {
	background: url(/nav/top_text_divider.gif) no-repeat 100% 4px;
	height: 30px;
	float: left;
	padding: 12px 10px 0 6px;
}

#nav {
	height: 33px;
}

#nav a {
	float: left;
}

#greybar {
	background: url(/nav/grey_bar_bg.gif) repeat-x;
	width: 770px;
	height: 28px;
	font-weight: bold;
	margin: 10px 0 10px 0;
}

#callNumber {
	font-size: 10px;
	font-weight: bold;
	padding: 8px 0 0 10px;
	float: left;
}

#searchBox {
	float: right;
	margin: 8px 15px 0 0;
	font-size: 10px;
}

BR.clearMod { clear: both; line-height: 0; 
display: block; }


#homeContent {
	width: 763px;
	border: 1px solid #ccc;
	padding: 2px;
	margin-left: 70px;
}

.smallScreen {
	width: 68px;
	padding: 5px 5px 15px 5px;
	border: 1px solid #ccc;
	background: #fff;
}

.emTitle {
	font-style: italic;
}

a.titleLink {
	color: #009;
	font-style: italic;
	text-decoration: none;
}

a.titleLink:hover {
	text-decoration: underline;
}

#footerText {
	border: 1px solid #ccc;
	background: #fff;
	width: 750px;
	padding: 5px 10px 5px 10px;
	font-size: 11px;
	text-align: center;
	line-height: 1.5em;
	margin: 10px 0 0 70px;
}

.copyrightDate {
	font-size: 11px;
	color: #666;
	font-style: normal;
	padding-left: 10px;
}

