/* LayoutInner.css */

/* "TmpltSite"

/* begin import copy */
html  {width: 100%;height: 100%;}
body  
{
margin: 0px; 
padding: 0px;
font-family: trebuchet ms, verdana, sans-serif; /*arial, helvetica*/
font-size: 9pt;
text-align: center;  /* hack for ie6 */
/*min-width*/
/*max-width*/
/*
background-image: url(/img/bg/10x10-solid-background.jpg);
background-repeat:repeat;
*/
background-image: url(/img/bg/body-background.png);
background-repeat:repeat;

}

div.MnWrapper
{
position: relative;
top: 0px;
text-align: left;
width: 952px;
margin-right: auto;
margin-left: auto;
/*
background-image: url(/img/bg/body-background.png);
background-repeat:repeat;
*/
/*
background-image: url(/img/bg/gradientwithlogo.jpg);
background-repeat:no-repeat;
*/
}

div.Header
{
/*margin-top: 15px;*/

text-align: left;
/*background-color: #cccccc;*/
height: 176px; /* was 255 was 240px;*/
width: 952px;
/*background-image: url(/img/bg/PMC-home-header-bg-with-logo.jpg);*/
background-image: url(/img/bg/PMC-gradient-background.jpg);
background-repeat:no-repeat;
background-color: #d4d1ca;
}
div.HeaderNoLogo
{
text-align: left;
height: 92px;
width: 952px;
background-image: url(/img/bg/PMC-gradient-background.jpg);
background-repeat:no-repeat;
background-color: #d4d1ca;
}

div.MnContent
{
border-style: none; 
border-width: 1px;
margin-top: 0px;   /* less will still work, but must change left column margin also */
margin-left: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
/*margin-left: 20px; */
margin-right: 0px; 
text-align: left;
/*min-width*/  /* should be combined width of Primary, Secondary */
/*min-width: 640px;*/
/*max-width*/
/*min-height: 640px;*/
/*width: 100%;*/
border-style: none; border-color: red; border-width: 1px;
width: 952px;
/*background-color: #d4d1ca;*/
}

/* ids for main layout elements */

div.ContentPrimary
{
float: left;
width: 72%;
margin-right: 0px;
/*max-width: 640px;*/
/*width: 780px;*/
/*text-align:justify;*/
width: 952px;
border-style: none; border-color: blue; border-width: 1px;
}
div.ContentSecondary
{
padding-top: 10px;
float: right;
width: 170px;
/*width: 25%;*/
border-style: solid; border-color: red; border-width: 1px;
}



div.NavCol
{
}

div.MnNavCol
{
position: absolute;
left: 0px;
top: 150px;
width: 140px;
padding-left: 12px;
border-style: solid; border-width: 1px; border-color: #ff0000;
}
div.MnNavColHm
{
padding-top: 20px;
padding-bottom: 20px;
}
div.MnNavFooter
{
padding-top: 4px;
padding-bottom: 0px;
text-align: center;
}

div.MnuItem
{
padding-top: 4px;
padding-bottom: 0px;
margin-top: 0px;
margin-bottom: 0px;
}
div.MnuSubItem
{
/*padding-left: 8px;*/
padding-top: 2px;
padding-bottom: 0px;
margin-top: 0px;
margin-bottom: 0px;
}


/* end import section */
