/* 
Norwest Business Services, Inc.
Custom CSS Styling
*/

body {
	background-image: url(../images/contentbg.jpg);
	background-attachment: fixed;	
}

#MastHead {
	background-color: rgba(255,255,255,1);
	/*padding: 1em 0 1em 0;*/
}

#HorizontalMenu {
	background-color: rgba(153,0,0,1);
}

#Footer {
	font-size: .80em;
}

.page-title {
  margin: .25em 0 0 0 !important;
}

.align-center {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.align-left {
	margin: 0 auto 0 0;
	padding: 0;
	text-align: left;
}

.align-right {
	margin: 0 0 0 auto;
	padding: 0;
	text-align: right;
}

.alternative-cls:nth-child(odd){background-color: #E2E2E2;}
.alternative-cls:nth-child(even){background-color: #CCCCCC;}
.alternative-cls:hover{background-color: rgba(188,198,204,1);}
