@charset "UTF-8";
/* Alaska Credit Union League Stylesheet 2010 */


/*** reset ***/

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }



body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	background: #416E86;
}



/*** Layout ***/

#headRibbon {
	background: #FFF url(../images/headerGradient.png) repeat-x bottom left;
	height: 160px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#contentRibbon {
	background: #FFF url(../images/bodyGradient.png) repeat-x top left;
	width: 100%;
	margin: 0px;
}

#footRibbon {
	background: #416E86 url(../images/footerGradient.png) repeat-x top left;
	clear:both;
	height: 150px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#headerGraphic {
	display: block;
	position: absolute;
	margin-left:595px;
	margin-top:6px;
}

#primaryNav{ 
	background: url(../images/primaryNavGradient.png) repeat-x;
	width: 770px;
	margin: 20px auto 0px;
}


.clear {
	width:100%;
	clear:both;
}

.headerColumn{
	background: url(../images/centerColumn-top.png) no-repeat bottom;
	margin: auto;
	padding: 0px 10px 0px;
	height: 160px;
	width: 788px;
}

.bodyColumn{
	background: #FFF url(../images/centerColumn.gif) no-repeat top;
	margin: auto;
	padding: 30px 15px 0px;
	width: 778px;
	min-height: 600px;
	}	

.footColumn {
	margin:auto;
	padding: 30px 15px 0px;
	width: 769px;
	text-align:center;
	color:#F1FDFF;
}	

.sidebar {
	display:block;
	float:right;
	width:235px;
	min-height:400px;
	border-left: 1px #5B9ABB solid;
	padding-left:5px;
	margin:0px;
}

.bodyContent {
	display:block;
	float:left;
	width:525px; 
}

.selectionSidebar {
	display:block;
	float:left;
	width: 200px;
	min-height:400px;
	border-right: 1px #5B9ABB solid;
}

.selectionContent {
	display:block;
	float:right;
	width:560px;
	margin-left:10px;
}

.selectionContentCol1 {
	display:block;
	float:left;
	width: 275px;
	padding-top:10px;
}

.selectionContentCol2 {
	display:block;
	float:right;
	width: 275px;
	margin-left:10px;
	padding-top:10px;
}





/*** TYPE STYLES ***/

h1 {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	margin:0px;
	padding:60px 0px 0px;
	font-size: 40px;
}

h2 {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size:x-large;
	padding: 0px 5px 10px;
	font-variant:small-caps;
}

h3 {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size:large;
	padding: 25px 5px 10px;

}

h4 {
	font-size:14px;
	font-weight:normal;
	padding: 10px 5px 0px;
}

h3:first-child {
	padding-top:5px;
}

h4:first-child {
	padding-top:0px;
}

.bodyContent h3{
	padding-top:0px;
}

p {
	padding: 0px 5px 10px;
	font-size:small;
}

.selectionSidebar p {
	padding: 0px 0px 0px 13px;
	font-size:small;
}

.selectionContent p {
	padding-bottom:25px;
}

.selectionContent h3 {
	clear:both;
	padding-bottom: 0px;
	border-bottom: 1px #666 solid;
}

h4.selected {
	color:#5B9ABB;
	text-decoration:underline;
	font-weight:bold;
}



/*** LINK STYLING ***/

a[name], .name {
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
	font-size:medium;
	font-weight:bold;
}

a:link, a:visited, .selectionSidebar h4 a:link, .selectionSidebar h4 a:visited {
	color:#00688E;
	text-decoration:none;
}

a:hover, a:active, .selectionSidebar h4 a:hover, .selectionSidebar h4 a:active {
	color:#5B9ABB;
	text-decoration:underline;
}

.selectionSidebar a:link, .selectionSidebar a:visited {
	color:#666;
	text-decoration:none;
}

.selectionSidebar a:hover, .selectionSidebar a:active {
	color: #000;
	text-decoration:none;
}

#primaryNav a {
	display:inline-block;
	width: 120px;
	padding-top: 9px;
	height: 24px;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

#primaryNav a:link, #primaryNav a:visited {
	text-decoration: none;
	color: #000;	
}

#primaryNav a:hover, #primaryNav a:active {
	background: url(../images/primaryNavHiGradient.png) repeat-x;
	text-decoration: none;
	color: #000;
}

#primaryNav a.selected {
	background: url(../images/primaryNavSelected.png) no-repeat !important;
}


/*** Images ***/
.selectionContent img {
	padding:20px;
	border: 0px;
}
	
