/* CSS Document */

body {
margin: 0px;
padding: 0px;
font-family: arial;
}

#header {
height: 120px;
width: 100%;
text-align: center;
}

#headerContent {
width: 760px;
height: 100%;
margin: 0px auto;
}

#logo {
float: left;
margin: 8px 0px 0px 15px;
}

#nav {
float: right;
position: relative;
top: 85px;
background-image: url('../images/tab.jpg');
background-repeat: repeat-x;
right: 57px;
height: 35px;
width: 129px;
padding-top: 10px;
}

#nav a {
color: #FFF;
text-decoration: none;
font-size: 10pt;
font-weight: bold;
}

#nav a:hover {
color: #FFF;
text-decoration: underline;
font-size: 10pt;
font-weight: bold;
}

#OutterWrapper {
width: 100%;
background-color: #b7490a;
background-image: url('../images/cdcu-bg-grad.jpg');
background-repeat: repeat-x;
min-height: 100%;
height: auto;
text-align: center; /*IE7 auto center hack */
border: 1px solid #b7490a; 
}

#contentWrapper {
position: relative;
width: 760px;
margin: 0px auto;
top: 10px;
}

#banner {
position: relative;
margin: 10px auto 7px auto;
}

#content {
position: relative;
background-color: #FFF;
margin: 5px auto;
width: 740px;
height: auto;
text-align: left;
font-size: 10pt;
line-height: 1.3em;
}

ul {
display: block;
margin: 25px;
}

li {
font-size: 10pt;
margin-left: 20px;
}

#detail {
padding: 40px 40px 10px 40px;
}

#versioning {
text-align: right;
position: relative;
top: 20px;
margin-right: 40px;
color: #b7490a;
}

#detail a, #versioning a, #policies a {
text-decoration: underline;
font-weight: bold;
color: #b7490a;
}

#detail a:hover, #versioning a:hover, #policies a:hover {
text-decoration: none;
font-weight: bold;
color: #b7490a;
}

#detail img {
margin: 5px 20px 0px 20px;
}

#detail #startBox {
float: right;
margin: -240px 5px 0px 5px;
width: 290px;
}

#startBox #txt {
margin: 0px auto 10px auto;
width: 300px;
text-align: center;
font-size: 14pt;
font-weight: bold;
color: #49176e;
}

#hours {
font-weight: bold;
text-align: center;
margin: 25px 0px;
}

#footer {
border-top: 1px solid #b7490a;
padding: 7px;
margin: 25px 0px 5px 0px;
}

#footerNCUA {
width: 65%;
float: left;
font-size: 8pt;
}

#footerNCUA img {
float: left;
margin: 5px 15px;
}

#copy {
margin: 2px 10px;
float: right;
width: 30%;
border-left: 1px solid #b7490a;
height: 50px;
padding: 7px;
text-align: right;
font-size: 8pt;
color: #b7490a;
}

.clearFix {
clear: both;
}

#uw {
margin: 2px 0px 0px 0px;
float: right;
}

#policies {
margin: 5px;
display: block;
}

/* notice.html, privacy.html formatting */

#h3 {
font-size: 1.4em;
}

#complianceContact {
margin-left: 35px;
}

.privacyHeaders{
font-weight: bold;
}

.privacy {
margin-left: 20px;
padding-top: 10px;
padding-bottom: 35px;
}
