@charset "utf-8";

/*

------------------------------------------------------------------

- Orbit PHC Print Stylesheet -

Media:          Print

Version:        1.0

------------------------------------------------------------------


/* Reset Everything
---------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Global CSS
---------------------------------------------------------- */

body {
    background:#fff;	
	font: 12px/16px Verdana, Helvetica, sans-serif;
	margin:3% 0;
	padding:0;
}

.clear {
    clear:both;	
}


/* Forms
---------------------------------------------------------- */

form p {
	margin:8px 0;	
}

fieldset {
	margin:25px 0 0 10px;
	padding:15px 0 7px 12px;
	border:1px solid #eeeeee;
	width:97%;
}

legend {
	color:#666;
	font: bold 1em Arial, Helvetica, sans-serif;   
	padding:0 6px;
	text-transform:uppercase;
}

label {
   padding:5px 7px 0 0;
   float:left;
   width:24em;
   text-align:right;
}

label.inline {
	display:block;
	padding-bottom:3px;
}

/*
label.inline {
    display:inline;
	float:none;
	padding:0;
	text-align:left;
}
*/

input[type="text"], input[type="password"] {
    width: 230px;
}

input:focus, select:focus, textarea:focus {
	background:#ffc;
}

input[type="text"], input[type="password"], textarea, select {
	padding:3px;
	border-top:2px solid #999;
	border-right:2px solid #999;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}

select {
	padding:2px;
	border-top:2px solid #999;
	border-right:2px solid #999;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}

textarea {
	width:500px;
	height:150px;
}

.example {
	font-family:Tahoma, Verdana, Helvetica, sans-serif;
	/*padding-left:225px;*/
	padding-left:5px;
	/*float:left;*/
	color:#999999;
	font-size:.8em;
}

.required {
	color:#760000;
	font-size:0.75em;
}


/* Layout
---------------------------------------------------------- */

#wrap {
	margin:0 auto;
	padding:0;
	text-align:left;
	width:100%;
}

#contentWrap {
    background:#fff;
	padding:0 10px 0 10px;	
}

#mainRoundedTop {
    display:none;
}

#mainRoundedBottom {
    display:none;
}

/* Header
---------------------------------------------------------- */

#header {
	display:none;
}


/* Navigation
---------------------------------------------------------- */

#navigation {
	display:none;
}



/* Main Body
---------------------------------------------------------- */

#mainBody {
	margin:0;
}

.insidePage {
	font-size:120%;
	padding:0 3px 0 3px; 
}

.insidePage p {
	margin:15px 0;	
	line-height:19px;
}

#mainBody h1 {
	border-bottom:1px solid #ccc;
	color:#000;
	font:bold 2.2em/1em Helvetica, Arial, sans-serif;
	letter-spacing:1px;
	margin:12px 0 20px 0 ;
	padding:3px 0 0 0;
}

#pageContent {
	padding:0 8px;	
}

#featureBoxes {
	float:left;
    margin:-1px 0 0 2px;
	width:635px;
}

ul#featuredServices li {
    background:url(/images/featbg.jpg) no-repeat 3px 0px;	
	margin-bottom:3px;
	float:left;
	width:315px;
}

ul#featuredServices li a{
    text-decoration:none;
}

.featuredPicture {
    background:#cccccc;
	border:1px solid #CCC;
	float:left;
	height:89px;
	margin:13px 12px 15px 15px;
	width:57px;
}

.featuredText {
    color:#4f4f4f;
	float:left;
	margin-top:13px;
	text-align:right;
	width:210px;
}

.featuredText h3 {
    color:#000;
	font:normal 1.7em Arial, Helvetica, sans-serif;
	margin:0 0 6px 0;
	padding:0;
}

.featuredText p {
    line-height:1.5em;	
}

.button {
	display:none;	
}

/* Footer
---------------------------------------------------------- */

#footer {
	display:none;
}

/* The Small Print (copyright, terms of use, etc)
---------------------------------------------------------- */

#smallPrint {
	text-align:center;	
}

#copyright {
	text-align:center;
}

#otherItems {
	display:none;
}

#otherItems a {
    display:none;	
}

.hr {
	display:none;
}