#subnav {
    float: left;
    padding: 50px 0px 0px 10px;
    width: 175px;
}

#subnav .current-section {
    background-color: #82aad0;
    padding: 0 10px;    
}

#subnav .current-section a {
    color: white;
}

#subnav .current-item a {
    font-weight: bold;    
}    

#subnav a {
    color: #51518D;
}    

#subnav ul {
    list-style-type: none;
    padding: 10px 0px 0px 10px;
    margin: 0px;
	line-height:2.5em;
	list-style-type:none;
}

#subnav #crumbs #current-item-crumb {
    text-transform: uppercase;
}

#inner-head {
    background: transparent url(../images/default-inner-banner.jpg) no-repeat top left;
    height: 69px;
    margin-left: 187px;
}

#inner-right {    
    float: right;
    background: #ECECEC url(../images/default-inner-right.jpg) no-repeat top left;
    width: 206px;
    padding-top: 115px;
    min-height: 200px;
    margin-bottom: 20px;
}

#inner-right p {
    padding: 0px;
    margin: 0px;
}

#inner-right button {
    margin-top: 10px;
}

#inner-right #right-module {
    padding: 10px 30px 10px 20px;   
}

#content #text {
    padding: 10px 20px 20px;
    min-height: 300px;
}

#bottom-module-container {
    background-color: #ECECEC;
    padding: 10px;
}

#bottom-module-container table,
#bottom-module-container table tbody,
#bottom-module-container table tbody tr,
#bottom-module-container table tbody tr td {
    vertical-align:top;
}
