@charset "UTF-8";
/* CSS Document */



/* ----- PRESETS ----- */
body {
	text-align: center;
	font: 12px Arial, Helvetica, sans-serif;
	background: #bfc3c5 url(Images/Background.jpg) no-repeat top;
	margin: 0px
}
.clear {
	clear:both;
}
.fltleft {
	float:left;
}
ul, ol, dl { 
	position: relative; 
}

a {
	text-decoration: none;	
}

h1 {
	font: bold normal 18px Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	margin:2px 0 5px 0;
	letter-spacing: 0.05em;
}
h2 {
	font: bold normal 16px Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	margin:2px 0 5px 0;
	letter-spacing: 0.05em;
}
h3 {
	font: bold normal 14px Arial, Helvetica, sans-serif;
	color:#0099CC;
	text-align: left;
	margin:2px 0 5px 0;
	letter-spacing: 0.05em;
}
h4 {
	font: normal 14px Arial, Helvetica, sans-serif;
	color:#0099CC;
	text-align: left;
	margin:2px 0 5px 0;
	letter-spacing: 0.05em;
}
h6 {
	margin:1px 0;
	text-align:center;
	font: normal 9px Arial, Helvetica, sans-serif;
	letter-spacing: 0em;
}

p {
	margin:0 0 12px 0;
	font: normal 14px/22px Arial, Helvetica, sans-serif;
	letter-spacing: 0.01em;
}

#Master {
	margin: 0px auto;
	width: 920px;
	position: relative;
	left: 0px;
	top: 0px;
	padding: 0px;
}
/* ----- END PRESETS ----- */





/* ----- HEADER ----- */

#Masthead {
	position:relative;
	top:0px;
	width:920px;
	height:110px;
	z-index:1
}
#MTPlogo {
	position:absolute;
	left: 30px;
	top: 40px;
}



/* ----- NAVIGATION ----- */

#nav {
	width: 510px;
	right: 35px;
	top: 44px;
	display:block;
	background: url(Images/Nav.png) no-repeat center top;
	position: absolute;
}

#page_home #home{
	background:#222222 url(Images/SelectedNavLink.jpg) repeat-x center center;
	height:32px;
	width: 95px;
	
}
#page_about #about{
	background:#222222 url(Images/SelectedNavLink.jpg) repeat-x center center;
	height:32px;
	width: 95px;
	
}
#page_services #services{
	background:#222222 url(Images/SelectedNavLink.jpg) repeat-x center center;
	height:32px;
	width: 95px;
	
}
#page_portfolio #portfolio{
	background:#222222 url(Images/SelectedNavLink.jpg) repeat-x center center;
	height:32px;
	width: 95px;
	
}
#page_contact #contact{
	background:#222222 url(Images/SelectedNavLink.jpg) repeat-x center center;
	height:32px;
	width: 95px;

}


/* ----- NAVIGATION END ------ */




#Container {
	position:relative;
	margin: 0px;
	padding: 0;
	width:920px;
	text-align: left;
	top:0px;
	float:left;
	background: url(Images/Container.png) no-repeat center top;
}

#HeaderHolder{
	width:755px;
	height:335px;
	left: 0px;
	top:0px;
	float: left;
	background: url(Images/HeaderShadows.png) no-repeat center top;
	margin: 6px 0 0 0;
}
#Header{
	width:695px;
	height:310px;
	left: 37px;
	top:28px;
	float: left;
	position: absolute;
}


#MainContent {
	width:660px;
	text-align: left;
	left:0px;
	float: left;
	padding: 10px 0px 5px 10px;
	margin: 15px 5px 15px 45px;
}
#HighlightItem {
	width:130px;
	float: right;
	padding: 5px 10px 0px 10px;
	background: url(Images/HighlightItemBack.png) no-repeat top;
	margin: 0px 0px 0px 10px;
	height: 175px;
}
#HighlightItem p{
	margin: 10px 0 0 0;
	text-align: center;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 140px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 35px 25px 15px 0px;
}
#Footer {
	position:relative;
	width:920px;
	height:175px;
	top: -55px;
	background: url(Images/Footer.png) no-repeat center bottom;
	float: left;
}





#newboxes1{
	position: absolute;
	height: 25px;
	width: 300px;
	right: 250px;
	top: 95px;
	margin: 0px auto;
	padding:0px;
	display:block;
	z-index:1;
}
#newboxes2{
	position: absolute;
	height: 25px;
	width: 400px;
	right: 100px;
	top: 95px;
	margin: 0px auto;
	padding:0px;
	display:block;
	z-index:1;
}

ul#subnavlinks {
	height: 25px;
	margin: 0px auto;
	padding:0px;
	display:block;
	list-style: none;
}

#subnavlinks li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	padding-left: 20px;
}
#subnavlinks li a{
	color:#FFFFFF;
}

p#clientTools  {
	margin: 0 0 5px;
}
#socialNetworks {
	list-style: none;
	height: 35px;
	margin:0px 15px 15px 0px;
	width: 130px;
	padding: 0px 0px 0px 15px;
}

a.socialNetworks {
	float:left;
	margin:2px;
}

/* ----- FOOTER ------ */


#footerContent {
	width:880px;
	margin:5px 20px;
	position: relative;
	top: 105px;
}

#footerCopyright {
	bottom: 0px;
	float: left;
	color: #FFFFFF;
	font: normal 11px/20px Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 5px 0 0 10px;
	margin: 0px;
	text-align: left;
	height: 55px;
}
#footerCopyright a{
	
	color: #FFFFFF;
}

ul#footerAffiliates {
	width:300px;
	list-style: none;
	text-align: right;
	float: right;
	display: block;
	margin: 0;
	padding: 0;
	top: 9px;
}
ul#footerAffiliates li {
	margin: 0px;
	display: inline;
	padding: 0 10px 0 0;
}
ul#footerAffiliates li a {
	color:#FFFFFF;
	font-style: normal;
	text-decoration: none;
}
