/* positioning */
.centered {
	text-align: center;
}
.vertical {
	vertical-align: middle;
}
.left {
	position: relative;
	float: left;
}
.lmargin {
	margin-left: 1em;
}
.right {
	position: relative;
	float: right;
}
.rmargin {
	margin-right: 1em;
}

/* text styles */
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
.strikethrough {
	text-decoration: line-through;
}
p.right {
	text-align: right;
}
p.center {
	text-align: center;
}
p.left {
	text-align: left;
}

/* text sizes */
.large {
	font-family: arial, helvetica, sans-serif;
	font-size: 12pt;
}
.medium {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
}
.small {
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
}

/* colors */
.white {
	color: #fff;
}
.red {
	color: #f00;
}

/* document types */
.pdf {
	color: #f00;
	background: url(/images/icon_pdf.png) left top no-repeat; 
    padding-left: 2.25em;
}
.smallpdf {
	background: url(/images/icon_smallpdf.png) left top no-repeat; 
    padding-left: 3em;
}
.doc {
	color: #00f;
	background: url(/images/icon_doc.png) left top no-repeat; 
    padding-left: 2.25em;
}
.ppt {
	color: #f00;
	background: url(/images/icon_ppt.png) left top no-repeat; 
    padding-left: 2.25em;
}
.email {
	background: url(/images/icon_email.png) left top no-repeat; 
    padding-left: 1.15em;
}
.phone {
	background: url(/images/icon_phone.png) left top no-repeat; 
    padding-left: 1.15em;
}
.fax {
	background: url(/images/icon_fax.png) left top no-repeat; 
    padding-left: 1.15em;
}

/* sitewide formatting */
img {
	border: none;
}

/* simulate a black hr under a div */
div.hrunder {
	border-bottom: 0.15em solid #000;
	padding: 1em 0 1em 0;
}

/* home icon */
div#home_icon {
	position: absolute;
	z-index: 2;
	top: 0.25em;
	left: 0.25em;
	width: 70px;
	height: 70px;
	background: url(/images/home.png) left top no-repeat;
}

/* google search results on non-IE browsers */
div#google_results iframe {
	width: 100%;
}