/* CSS Document */
* {
    margin:0;
    padding:0;
}

body {
    padding-top:0px;
}

#pageWrapper, #footer {
    width: 977px;
    margin:0 auto 0 auto;
    overflow: hidden;
}

#pageLogo img{
    width: 233px;
    height: 108px;
}

#header {
    height:128px;
    width: 971px;
}

#header a#logo {
    float:left;
    display:block;
    height:85px;
    width:215px;
    margin-top: 35px;
    margin-left: 12px;
}

#headerLinks, #headerSearch {
    float:left;
    width:710px;
}
#headerLinks {
    height:30px;
}

#headerSearch {
    margin-top:25px;
    height:20px;
}

#leftPane {
    width: 233px;
    float: left;
    padding-bottom: 10000px;
    margin-bottom: -10000px;
}

#leftNav {
    min-height: 155px;
    width: 193px;
    padding-top:10px;
    padding-left: 40px;
}

#centerPane {
    width: 735px;
    padding: 0px;
    float: right;
    padding-bottom: 10000px;
    margin-bottom: -10000px;
}

#centerPaneHome {
    width: 735px;
    padding: 0px;
    float: right;
    padding-bottom: 10000px;
    margin-bottom: -10000px;
}

div.inside {
    padding: 30px;
    padding-top: 10px;
}

#flashObject {
    width: 971px;
    height: 276px;
}

#footerLeft {
    min-height: 157px;
    width: 233px;
    float: left; 
}

#footerRight {
    padding-right: 20px;
    min-height: 154px;
    float: right;
    width: 715px;
}

table#offices {
    width: 100%;
}

table#offices td {
    padding-top:20px;
    padding-left:20px;
}

#footerRight a {
    color: #663333;
    text-decoration: underline;
}


#homeContent {
    min-height: 98px;
    padding: 20px;
    
}

a.clientAccess {
	border-bottom: 3px solid #00204E;
}

a.clientAccess, a.calculators, div.mcGladrey {
    float:left;
    display:block;
    height: 116px;
    width: 233px;
}

a.mcGladrey {
    height: 120px;
}

a.mcGladreyLink {
	display: block; 
	width: 230px; height: 116px;
}

.spacer {
    clear:both;
    height:5px;
    width:5px;
}

.clear {
clear:both;
}

#client-login {
float:left;
width:213px;
padding:10px;
}

#client-login label {
float:left;
width:213px;
text-align:left;
margin:3px 0 2px 0;
color:#000;
font-weight:700;
font-size:11px;
}

#client-login input[type=submit] {
text-align:center;
padding:3px;
margin:3px 0 0 0;
cursor:pointer;
}

#client-login h2 {
font-weight:700;
}