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

/*Main Content for basic text on most pages*/
	#maincontent{
	margin:0px 10px 0px 10px;
	padding:0;
	width:98.9%;
	height:100%;
	}
/*Maurer-Stutz, Inc. name color*/
	.msiname{
	color:#943942;
	}
/*List Bullet Image*/
	.listimage{
	list-style-image: url(../images/arrow.jpg);
	}
/***********************************HEADER CONTENT START****************************************/	
/*Main Logo*/
	#mainlogo{
	padding: 0 0 0 3%;
	}
/*Slogan in header*/
	#slogan {
	padding: 1.5% 5% 0 0;
	width:30%;
	height:80%;
	float:right;
	font-weight:bold;
	font-style: italic;
	font-size:14px;
	}
/*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: #943942;
	}
	#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: #943942;
	}
/*Home Page Services*/	
	#homeservices {
	margin: 0 0 0 0;
	padding: 2% 0 0 5%;
	width: 92%;
	line-height:140%;
	font-size: 20px;
	font-style:italic;
	font-weight: bold;
	color: #943942;
	text-align: center;
	}
	#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: 2px solid #943942;
	}
/*Contact Page  contact form*/
	#contactform{
	margin:2%;
	padding:2em 0 0 0em;
	width:55%;
	float:right;
	}
/*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{
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:23%;
	height:100%;
	float:left;
	line-height:150%;
	font-size: 19px;
	font-style:italic;
	text-align:center;
	}
/*Service Page left navigation menu pictures*/
	#Rotating1 {
	padding: 5% 0 0 2%;
	width:150px;
	height:150px;
	}
/*Service Page Content*/
	#servicescontent{
	margin:0;
	padding:0 10px 0 10px;
	width:74%;
	height:100%;
	float:right;
	border-left: 2px solid #943942;
	}
/*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 #943942;
	}
/***********************************CAREER PAGE END****************************************/

/***********************************LINK CLASSES START****************************************/
/*Services Page Service Links*/	
	.servicesnav a:link {text-decoration: none; color:#943942; font-weight:bold; }
	.servicesnav a:visited {text-decoration: none; font-weight:bold; color:#943942;}
	.servicesnav a:active {text-decoration: none; font-weight:bold;}
	.servicesnav a:hover {font-weight:bold; color: #fff; background-color: #943942;}
/*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****************************************/