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

body{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0px;
	background-image:url(../images/backgrounds/header.gif);
	background-repeat: repeat-x;
	background-color:#28354C;

/*///-Struture-////////////////////////////////////////////*/


}
.wrapper{
	width:900px;
	
}

.MTlogo{
	width:900px;
	height:200px;
}


.header{
	width:900px;
	height:60px;

}
.Logo{
	float:left;
}

.searchBox{
	width:300px;
	height:180px;
	padding-top:20px;
	float:right;
}

.searchHolder{
	width:199px;
	vertical-align:middle;
	height:26px;
	background-color:#D1E5F3;
	float: left;
	margin-left:30px;
	padding-left:1px;
}
.searchInput{
	margin:5px;
}

#searchButton{
	background-image:url(../images/search.gif);
	background-repeat:no-repeat;
	width:70px;
	height:26px;
	color:#FFF;
	border:0px;
	float:right;
}


/*///-Content-////////////////////////////////////////////*/
.pageContent{
	width:900px;
	background-color:#D1E5F3;
}

.SideBarHolder{
	width:300px;
}

.pageContentWindow{
	width:520px;
}


/*///-Navigation-////////////////////////////////////////////*/

ul.tabs {
  list-style-type: none;
  padding: 0;
  margin: 0;

}

ul.tabs li {
	width: 100px;
  float: left;
  padding: 0;
  background: url(../images/navigation/tab_resting.gif);
  background-repeat:repeat-x;
  font-size:14px;
  text-align:left;
  height:60px;
  margin-right: 15px;
}

ul.tabs li a {
  display: block;
  color:#ffffff;
  padding: 10px 10px 20px;
  text-decoration: none;
  height:30px;
  font-size:14px;
}

.sideBarText {
  color:#0071BC;
  text-decoration: none;
  font-size:14px;	
}

.tabs li a:hover {
  color: #3FA9F5;
  background-image: url(../images/navigation/tab_over.gif);
  background-color:#FFF;
  height:30px;
  text-align:left;
  display:block;
}

.SideBarContainer{
	width:300px;
	background: #fff;
}

.SideBarHeader{
	width:300px;
	height:52px;
	background-image:url(../images/backgrounds/side_bar.gif);
	background-repeat:no-repeat;
}

.sideBarHeaderPacifier{
	width:300px;
	height:58px;
	background-image:url(../images/backgrounds/side_bar_pacifier.gif);
	background-repeat:no-repeat;
}

.sideBarHeaderStork{
	width:300px;
	height:58px;
	background-image:url(../images/backgrounds/side_bar_stork.gif);
	background-repeat:no-repeat;
}

.SideBarHeaderText{
	font-size:12px;
	line-height:28px;
	color:#FFF;
	padding-left:20px;
}

.SideBarContent{
	width:300px;
}

.SideBarContentTab{
	width:300px;
	margin-top: -30px;
}

.SideBarFooter{
	background-image:url(../images/backgrounds/side_bar_footer.gif);
	background-repeat: no-repeat;
	width:300px;
	height:7px;
	margin-bottom:10px;
}

ul.SubMenu {
	list-style: none;
	font-size:12px;
	font-weight:bold;
	margin-left:10px;
	margin-right:0px;
	margin-top:5px;
	margin-bottom:5px;
	padding:5px;
}

ul.SubMenu li a {
	display: list-item;
	color:#0071BC;
	margin:0px;
	padding:0px;
	line-height:2em;
	text-decoration:underline;
	font-size:12px;
	
}

ul.SubMenu li a:hover{
	display: list-item;
	color: #00C;
	margin:0px;
	margin-bottom:0px;
	padding:0px;
	line-height:2em;
	text-decoration:underline;
	font-size:12px;
}

ul.SubMenu ul {
	line-height:1em;
	margin-left:15px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding:2px;
}

ul.SubMenu ul li a {
	list-style: url(../images/backgrounds/star_bullet.gif);
	color:#0071BC;
	text-decoration: underline;
	font-size:12px;
	font-weight:normal;
	line-height:20px;
	margin:0px;
	padding:2px;
}

ul.SubMenu ul li a:hover{
	list-style: url(../images/backgrounds/star_bullet.gif);
	color:#00C;
	text-decoration: underline;
	font-size:12px;
	font-weight:normal;
	line-height:20px;
	margin:0px;
	margin-bottom:0px;
	padding:2px;
}
	




/*///-Footer-////////////////////////////////////////////*/
.footer{
	background-image:url(../images/backgrounds/footer.gif);
	background-repeat:no-repeat;
	width:900px;
	height:90px;
}
.footerContainer{
	width:900px;
	height:70px;
	text-align: center;
	padding-top:20px;
}

.footerText{
	color:#FFF;
	line-height:26px;
	font-size:11px;
}

.footerTextLink a {
	color:#FFF;
	line-height:26px;
	font-size:12px;
	text-decoration:none;
}

.footerTextLink a:hover {
	color: #CCC;
	line-height:26px;
	font-size:12px;
	text-decoration: underline;
}

.footerTextMDA{
	color:#FFF;
	font-size:12px;
}
.footerDivider{
	color:#FFF;
	font-size:16px;
	padding-left:10px;
	padding-right:10px;
}

#massiveCredit {
	text-align:left;
	width:900px;
	margin: 10px auto 50px auto;
}

/*///-FONTS & TEXT-////////////////////////////////////////////*/

a img{
	border:none;	
}

a {
	color:#0071BC;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;	
}

a:visited {
	color:#6AB4D8;	
}

.TitleHeader{
	color:#0071BC;
	font-size:30px;
	text-align:left;
	text-transform:capitalize;
}

.SubTitleHeader{
	color:#0071BC;
	font-size:18px;
	text-align:left;
	text-transform:capitalize;
}

.small {
	font-size: 10px;	
}


.HeaderLines{
	width:520px;
	border-bottom:1px #FFF solid;
	margin-top:15px;
	margin-bottom:15px;
}


p {
	color:#4D4D4D;
	font-size:14px;
	text-align:left;
	line-height:22px;
}

.crumbHolder{
	width:900px;
	height:50px;
	background-color:#D1E5F3;
}

.crumbs{
	font-size:12px;
	color:#0071BC:
}
.crumbs a{
	font-size:12px;
	color:#0071BC:
}
.crumbs a:hover{
	font-size:12px;
	color: #333:
}

.bodyCopy {
	font-weight:normal;
	font-size:12px;
	line-height:17px;
}

input {
	border:none;
}

#contact input {
	vertical-align:middle;
	width:100%;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	padding: 10px;
	border: 1px solid #D8D8D8;
}

#contact textarea {
	height: 150px;
	font-size:14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	border: 1px solid #D8D8D8;
	padding: 10px;
}

.formButton {
	width: 84px;
	height: 30px;
	margin-right: -22px;
	background: url(../images/send.gif);
	border:none;
	cursor: pointer;
}

.smallLink {
	font-size:12px;
	color:#999;
	text-decoration:none;
}
	
