#front {
background: none repeat scroll 0%;
border: 0px solid #FFD3FE;
WIDTH: expression((w = (document.documentElement.clientWidth || document.body.clientWidth) - 300) > 1200 ? '1200px' : (w > 600 ? 'auto' : '600px'));
min-width: 600px;
max-width: 1200px;
}
#front-top {
background: none;
border: 1px double #AAAAAA;
width:98%;
height:240px;
}
#front-top-left {
float:left;
background: none repeat scroll 0%;
border: 0px solid #FFD3FE;
width:70%;
height:240px;
}
#front-top-right {
float:left;
height:240px;
width:30%;
}

#front-middle {
background: powerblue none repeat scroll 0%;
border: 0px solid #FFD3FE;
width:100%;
height:250px;
}
#front-middle-left {
float:left;
background: red none repeat scroll 0%;
border: 0px solid #ACACAC;
width:30%;
height:250px;
}
#front-middle-center {
float:left;
background: red none repeat scroll 0%;
border: 0px solid #ACACAC;
width:30%;
height:250px;
}
#front-middle-right {
float:left;
background: red none repeat scroll 0%;
border: 0px solid #ACACAC;
width:40%;
height:250px;
}


#front-bottom {
width:100%;
}
#front-bottom-left {
float:left;
width:30%;
}
#front-bottom-right {
float:left;
border-left: 1px solid #AAAAAA;
width:65%;
}

.nav a {
height: 39px;
background: #F5F5F5;
display:block;
padding-top:15px;
padding-left:20px;
padding-bottom:5px;
border-bottom: 1px dotted #AAAAAA;
text-decoration: none;
}
.nav_bot a {
height: 39px;
background: #F5F5F5;
display:block;
padding-top:15px;
padding-left:20px;
padding-bottom:5px;
text-decoration: none;
}
.nav a:hover, .nav_bot a:hover {
background: #EEEEEE;
display:block;
border-right: 5px solid #343799;
}

#mss {
width:100%;
height:241 px;
}

#mss-img {
display:none;
width:100%;
height:241px;
background:url(/dp/sites/default/files/fpss-bg11.png);
}

#mss-text {
position:relative;
left:150px;
padding:10px;
color:white;
width:200px;
height:221px;
background: url("/dp/sites/default/files/fpss-text-bg.png");
}

.mss-more {
width:150px;
position: relative;
top: 100px;
left: 50px;
font-weight: bold;
text-align:center;
}

.mss-more a, .mss-more a:hover, .mss-more a:visited {
color: white;
}