/* This file hides elements not necessary for printing and sets printer friendly colors */

#noShow, .noShow, .ui_header_top, .ui_header, .ui_top_nav_wrapper, .BreadCrumb, .ui_footer, .ui_tagline,
.ui_topNav, .ui_footer_menu, .ui_newsletter_footer, .ui_social_media_footer, .ui_left , .ui_top_bar{
	display: none;
}

.ui_main_nav_wrapper h1 a {
    background: url("/images/sitecm_logo.png") no-repeat scroll left top transparent;
    float: left;
	display: block;
    height: 43px;
    left: 0;
    margin: 0;
    padding: 0;
}

.ui_contact_footer{border-top: 1px solid #000; padding: 20px;}
	.ui_contact_footer p{margin: 0; float: left; display: inline; padding: 0 20px 0 0;}
.ui_copyright{float: right; text-align: right;}	
/* Text - default */
body, td, p, li, input, select, textarea {
	font: normal normal 11px/1.6em Tahoma, Arial, Sans-Serif;
	text-decoration: none;
	color: #000;
}

/* Lists */
ul, ol {}

/* Formatted Text */
pre {}

/* Headings */
h1 { font-size: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }
h6 { font-size: 10px; }

/* Links - default */
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

a:visited{
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

a:active {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}	

/* Forms */
form { margin: 0px; padding: 0px; }

/* feedback form print css */

.FeedbackForm_Content_Wrapper {	width: 100%; margin: 0;	padding: 0 0 20px 0; }
.FeedbackForm_Content { width: 100%; margin: 0;	padding: 0; }
.FeedbackForm_Wrapper { width: 100%; margin: 0;	padding: 0; }
.FeedbackForm { width: 100%; margin: 0;	padding: 0; }
.FeedbackForm .Row { display: block; width: 100%; margin: 0; padding: 5px 0; }
.FeedbackForm .RequiredStar { display: block; float: left; width: 2%; margin: 0; padding: 0; }
.FeedbackForm .Label { display: block; float: left;	width: 30%;	margin: 0; padding: 0; font-weight: bold; }
.FeedbackForm .DividerRow .Label { font-size: normal; float: none; clear: both;	width: auto; padding-top: 20px;	padding-bottom: 10px; padding-left: 2%;	margin-bottom: 10px; border-bottom: dashed 1px #ccc; }
.FeedbackForm .WrapLabel { width: 98%; }
.FeedbackForm .Value { display: block; float: left; width: 40%;	margin: 0; padding: 0; }
.FeedbackForm .Value .FormText { width: 70%; }
.FeedbackForm .WrapValue { float: none;	clear: both; width: 100%; }
.FeedbackForm .Spacer {	float: none; clear: both; }
.FeedbackForm .SubmitButton { display: none; }
