/*Print Media CSS File*/

/*Main Layout CSS File for www.maurerstutzinc.com*/

/*Main html body*/
	body,	
	html {
	margin:10px 10px 10px 10px;
	padding:0;
	color:#000;
	font-family:Calibri, Georgia, Arial;
	background-color : #EEEEEE;
	}
/*Main html body*/	
	body {
	min-width:750px;
	}
/*Wraps everything together*/
	#wrap {
	margin:0 auto;
	width:950px;
	height:100%;
	}
/*Header Layout*/
	#header {
	width:100%;
	height:70px;
	background:#CCCCCC;
	color:#002664;
	padding:0;
	}
/*Structure for Navigation Menu*/	
	#nav{
	display:none;
	}
/*Main Layout*/
	#main {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	float:right;
	clear:both;
	background:#CCCCCC;
	color:#000;
	}
/*Footer Layout*/	
	#footer {
	display:none;
	}
/*Subfooter Layout*/	
	#subfooter {
	display:none;
	}
/*Footer Paragrah Text*/
/*Match line-height in the paragraph with the height in the footer will center text*/	
	#footer p {
	display:none;
	}
	

/*Content CSS File for www.maurerstutzinc.com*/

/*Main Content for basic text on most pages*/
	#maincontent{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	}
/*Maurer-Stutz, Inc. name color*/
	.msiname{
	color:#fff;
	}
/*List Bullet Image*/
	.listimage{
	list-style-image: none;
	}
/***********************************HEADER CONTENT START****************************************/	
/*Main Logo*/
	#mainlogo{
	
	}
/*Slogan in header*/
	#slogan {
	display:none;
	}
/*Peoria contact info on the header*/
	#contactinfo1 {
	padding: .25% 0% 0 0;
	width:15%;
	height:100%;
	float:right;
	font-weight:bold;
	font-size:12px;
	}
/*Canton contact info on the header*/
	#contactinfo2 {
	padding: .25% 0% 0 0;
	width:15%;
	height:100%;
	float:right;
	font-weight:bold;
	font-size:12px;
	}
/***********************************HEADER CONTENT END ****************************************/

/***********************************HOME PAGE START****************************************/	
/*Home Page Office Picture*/
	#homepic1 {
	padding: 6% 0 0 4%;
	float: left;
	}
	#homepic1 p {
	text-align: center;
	font-style: italic;
	text-indent: 0;
	font-weight:bold;
	font-size:11px;
	color: #002664;
	}
	#homepic2 {
	padding: 6% 4% 0 0;
	float: right;
	}
	#homepic2 p {
	text-align: center;
	font-style: italic;
	text-indent: 0;
	font-weight:bold;
	font-size:11px;
	color: #002664;
	}
/*Home Page Services*/	
	#homeservices {
	display:none;
	}
	#homeservices img{
	border:none;
	}
/*Home Page Service Images*/	
	#serviceimage {
	padding: 2% 0 0 32%;
	}
	#serviceimage img{
	height: 283px;
	width: 344px;
	border: none;
	}
/***********************************HOME PAGE END****************************************/	

/***********************************CONTACT PAGE START****************************************/	
/*Contact Page contact information*/
	#contactinformation{
	margin:2%;
	padding:5em 0 6em 3em;
	width:23%;
	float:left;
	border-right: 0px solid #002664;
	}
/*Contact Page  contact form*/
	#contactform{
	display:none;
	}
/*name label on Contact Page*/
	#contactname{
	margin-right:3.8em;
	}
/*email label on Contact Page*/
	#contactemail{
	margin-right:4em;
	}
/*subject label on Contact Page*/
	#contactsubject{
	margin-right:3.4em;
	}
/*Phone label on Contact Page*/
	#contactphone{
	margin-right:3.7em;
	}
/*Indent Submit and Clear buttons on Contact Page*/
	#contactbuttons{
	margin-left:7.3em;
	}
/***********************************CONTACT PAGE END****************************************/

/***********************************SERVICE PAGE START****************************************/	
/*Service Page left navigation menu*/
#servicesnav{
	display:none;
	}
/*Service Page left navigation menu pictures*/
	#Rotating1 {
	display:none;
	}
/*Service Page Content*/
	#servicescontent{
	margin:0;
	padding:0;
	width:100%;
	height:1200px;
	float:right;
	border-left: 0;
	overflow:hidden;
	}
/*Service Page Services Content Subheadings*/
	#subheading{
	font-style:italic;
	padding:10px 0 0 0;
	}
/***********************************SERVICE PAGE END****************************************/

/***********************************CAREER PAGE START****************************************/
/*Career Page benefits content separation*/
	#employment{
	border-bottom: 4px solid #002664;
	}
/***********************************CAREER PAGE END****************************************/

/***********************************LINK CLASSES START****************************************/
/*Services Page Service Links*/	
	.servicesnav a:link {text-decoration: none; color:#002664; font-weight:bold; }
	.servicesnav a:visited {text-decoration: none; font-weight:bold; color:#002664;}
	.servicesnav a:active {text-decoration: none; font-weight:bold;}
	.servicesnav a:hover {font-weight:bold; color: #fff; background-color: #002664;}
/*Subfooter Links*/	
	.subfooter a:link {text-decoration: none; color:#777777; font-weight:bold; }
	.subfooter a:visited {text-decoration: none; font-weight:bold; color:#777777;}
	.subfooter a:active {text-decoration: none; font-weight:bold;}
	.subfooter a:hover {font-weight:bold; color: #777777;}
/***********************************LINK CLASSES END****************************************/
