/* Start of CMSMS style sheet 'home' */
#pagewrapper.home {
width: 735px;
}

#pagewrapper.home #logo{
margin-left: 50px;
}

#maincontainer.home {
padding: 0;
background-color: transparent;
float: left;
width: 720px;
}

#maincontainer.home img {
margin: 0;
}

#left, #right {
width: 150px;
background-color: #CCCCCC;
text-align: center;
font-size: 11px;
font-weight: bold;
color: #003273;
}

#left span {
display: block;
padding: 15px;
}

/* #right span {
display: block;
padding: 15px 5px;
} */

#left, #middle, #right {
float: left;
}

#middle {
width: 400px;
margin: 0 5px;
}

#footer.home {
margin: 0px auto;
}

#right2, #left2 {
position: relative;
z-index: 1;
width: 150px;
height: 136px;
min-width: 50px;
min-height: 50px;
float: left;
background-color: #cccccc;
text-align: center;
}

#middle {
position: relative;
z-index: 1;
width: 400px;
height: 200px;
min-width: 400px;
min-height: 200px;
float: left;
background-color: #cccccc;
text-align: center;
margin-bottom: 15px;
}

#right2 span, #left2 span {
padding: 15px 5px;
display: block;
}

.tl,.tr, .bl, .br {
position: absolute;
z-index: 1000;
}

img.tl {
top: 0;
left: 0;
}

img.tr {
top: 0;
right: 0;
}

img.bl {
bottom: 0;
left: 0;
}

img.br {
bottom: 0;
right: 0;
}


#maincontainer > #right2, #maincontainer > #left2, #maincontainer > #middle {
height: auto;
}

/* End of 'home' */

