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

body{
background-image: url(images/mtalk/bannerbg.jpg);
	background-repeat:repeat-x;
	margin: 0 auto;
	font-family: myriad pro, myriad, arial;
       font-size: 100%;
}

table.please{
background-repeat: no-repeat;
padding: 5px;
width: 193px;
}

table{
background-repeat:repeat-x;
}

table.please{
background: no-repeat;
padding: 5px;
width: 195px;
}

table.footer{
        border-bottom: 1px black solid;
}

table.holder1{
	margin: 0 auto;
font-size: 13px;
}

td.feature{
	margin: 5px;
font-size: 13px;
}

big.smheading{
font-size:14px;
}


table.banner{
padding: 0px;
}
h3{
	font-family: myriad pro, myriad, arial
	
}

table.nav{
background-image: url(images/mtalk/navbg.jpg);
font-size: small;
}

a.nav{
	color: white;
	font-family: myriad pro, myriad, arial;
text-decoration: none;
font-size: small;
}

table.contact{
font-size: 12px;
}

a.top{
text-decoration: none;
}

a.feedback{
color: blue;
text-decoration: underline;
}

a{
	text-decoration: underline;
color: black;
font-size: 14px;
}

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*border: 10px solid black;*/
background-image: url(featurebg.png);
width: 550px; /*width of featured content slider*/
height: 250px;
border: 1px solid black;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: white;
width: 550px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 250px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.pagination{
width: 530px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding: 5px 10px;
background-image: url(images/mtalk/paginationbg.png);
border-bottom: 1px solid black;
border-right: 1px solid black;
border-left: 1px solid black;
}

.pagination a{
padding: 0px 7px;
text-decoration: none; 
color: white;
/*background: white;*/
border: 1px solid white;
margin: 2px;
}

.pagination a:hover, .pagination a.selected{
/*color: #000;*/
background-color: white;

}


