/*** Print ***/

* {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
}
h1 {
	margin-bottom: -10px;
	font-size: 18pt;
	color: #002b70;
	text-decoration: underline;
}
h2 {
	margin-bottom: -10px;
	font-size: 14pt;
	color: #002b70;
	text-decoration: underline;
}
p {
	font-size: 12pt;
}
p.right {
	display: none;
}
p.note {
	font-style: oblique;
}
#contactinfo p {
	line-height: 5px;
}
div#mainbody img {
	float: left;
	margin: 15px 10px 5px 0;
	padding: 2px;
	border: 2px solid #dddddd;
}
#head1 img {
	border: none;
}
#head2 {
	display: none;
}
#nav {
	display: none;
}
#mainbody .pic {
	display: none;
}
#focal {
	display: none;
}
#sidebar {
	display: none;
}
#footer {
	display: none;
}
.noprint {
	display: none;
}
span.client_blurb {
	display: inline;
	font-weight: bold;
	text-decoration: underline;
}

/* Hosting */
table.host {
	width: 100%;
	font-size: 8pt;
}
th {
	color: black;
	font-size: 12pt;
}
th , td.host {
	padding: 5px 3px;
	text-align: center;
}
td {
	padding: 0 2px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
td a {
	display: block;
	cursor: help;
}
td.host , td.desc , td.yes , td.no {
	background: #f8f8f8;
	border: 1px solid #bbbbbb;
}
td.desc {
	padding: 5px 3px;
	font-weight: bold;
}
td.yes {
	background: #f8f8f8 no-repeat center center;	
	color: #f8f8f8;
	text-align: center;
}
td.no {
	background: #f8f8f8 url no-repeat center center;
	color: #f8f8f8;
	text-align: center;
}
.desc {
	text-align: left;
}
.plan {
	width: 20%;
}
.order {
	background: white;
	font-weight: normal;
	border: none;
}
span.small {
	display: inline;
	font-size: .80em;
}
div.topanchor {
	margin: .25em 0;
	font-size: .7em;
	text-align: right;
}
p.cp {
	margin-left: 268px;
}
p#links {
	text-align: center;
}
p.contactinfo {
	line-height: .25em;
}
img#left {
	float: left;
	margin: 10px;
	padding: 3px;
	border: 3px solid #dddddd;
}
img#left:hover {
	border: 3px solid #002b70;
}

/* Forms */
form fieldset {
	margin-top: 15px;
	margin-bottom: 5px;
	}
form legend {
	padding: 0 2px;
	font-weight: bold;
	}
form label {
	display: block;
	float: left;
	width: 40%;
	text-align: left;
	}
form input , form select {
	margin: 5px 0;
	width: 30%;
	}
form fieldset ol {
	margin: 0;
	padding: 0;
	}
form fieldset li {
	display: block;
	list-style: none;
	padding: 5px;
	margin: 0;
	overflow: auto;
	}
form em { /*Intended for "*" to indicate required field*/
	font-weight: bold;
	font-style: normal;
	color: #f00;
	}
.sr { /*Intended for accessibility*/
	display: none;
	}
li.cr label { /*Don't like using a class here - This will seperate "checkbox" & "radio" "li"'s from the others*/
	width: 75%; /*Don't like this method - This forces the next label to move to the next line and not sit beside each other - May need to be tweaked with each form*/
	}
form label input {
	margin-left: 0;
	}
form fieldset fieldset {
	margin: 0;
	padding: 0;
	border: none;
	}
form fieldset fieldset legend {
	font-weight: normal;
	margin: 0 0 3px 0;
	}
form fieldset fieldset label {
	display: block;
	margin-left: 100px; /*Should equal width of "form label"*/
	}


/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */
.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
	}
span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
	}