


/*** Main body container ***/
#montage {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
}

#montage p {
	float: left;
}

/*** Department Navigation ***/
#deptNav {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/interior/nav/tallblue.gif) no-repeat;
	height: 75px;
	clear: left;
}

#deptNav h2 {
	margin: 0 0 0 15px;
	padding-top: 10px;
	width: 600px;
	height: 40px;
}

#deptname h2 a {

	display: block;
	width: 600px;
	height: 40px;
	border: 0;
	text-indent: -99999px;
	background: url(../images/depts/afcu/afcu.png) no-repeat top;
}


#deptNav ul {
	float: right;
	padding-top: 3px;
	margin-right: 15px;

}

#deptNav li {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 5px;
	background: url(../images/interior/bullet.gif) no-repeat center left;
	list-style-type: none;
}

#deptNav li a {
	font-size: .85em;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

#deptNav li a:hover {
	color: #88a4b8;
}


.clear {
	clear: both;
}

/*** Main Content Area ***/

#contop {
	margin-top: 10px;
	clear: left;
	background: url(../images/interior/contenttop.gif) no-repeat;
	height: 21px;
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}

#content {
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/interior/bg.gif) repeat-y;
	padding-left: 20px;
	padding-right: 20px;
}

#conbot {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	height: 20px;
	background: url(../images/interior/contentbottom.gif) no-repeat;
}

/*** Department Subnavigation and sidebar holder **/
#sidebar {
	width: 230px;
	float: left;
	padding-right: 10px;
}

#sidebar ul {
	margin-top: 15px;
	margin-left: 10px;
	height: 148px;
}

#sidebar li {
	padding: 2px 0 2px 5px;
	background: url(../images/interior/bullet.gif) no-repeat center left;
	list-style-type: none;
}

#sidebar li a {
	color: #5E5F62;
	text-decoration: none;
	font-weight: bold;
	font-size: .85em;
	margin-left: 10px;
}

#sidebar li a:hover {
	border-bottom: 1px dotted #5E5F62;
}

#sidebar h4, #maincontent h3 {
	font-size: 1.5em;
	color: #404a4c;
	font-family: arial narrow, arial, verdana, sans-serif;
	border-bottom: 1px solid #404a4c;
}


/*** Main Content ***/
#maincontent h3 {
	font-size: 2.5em;
	color: #f7af0f;
	font-weight: normal;
}

/*** Main Content ***/
#maincontent h4 {
font-family: arial narrow, arial, verdana, sans-serif;
	font-size: 1.5em;
	color: #154a71;
	margin-top: 10px;
}

.thin {
	text-transform: lowercase;
}

.thick {
	color: #f7af0f;
	font-size: 1.6em;
	font-weight: normal;
}

#maincontent {
	float: left;
	width: 680px;
}

#maincontent p {
	padding: 8px 0 8px 0;
	line-height: 1.5em;
}

#maincontent .img {
	margin-top: -10px;
	padding: 0;
}

#maincontent hr {
	margin: 10px 0;
}

#maincontent ul {
	margin-left: 40px;
}

#maincontent li {
	line-height: 1.5em;
}
#maincontent a {
	color: #164b72;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #164b72;
}

#maincontent a:hover {
	color: #f7af0f;
	border: 0;
	font-weight: bold;
}


/*** Did You Know ***/
#pullquote  {
	padding: 10px;
	width: 200px;
	float: right;
	margin: 8px;
	font-size: .85em;
}

#pullquote h4 {
	background: url(../images/interior/dyk-wht.gif) no-repeat;
	height: 30px;
	width: 200px;
	text-indent: -99999px;
	border: 0;
}

#pullquote p {
	padding: 5px 5px 0 5px;
	line-height: 1.4em;
}


