/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Lobster+Two);

body{
	color:#000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	background-color: #FFF;	
}

.banner{
	background-image: url(images/alaska-merchant-banner.jpg);
	background-repeat: no-repeat;
}

.main-border{
	border: medium solid #0A599B;
}

a{
	color:#0A599B;
	outline:none;
	cursor:pointer;
	text-decoration:underline;
}
a:hover{
	text-decoration:underline;
	color: #8A9295;
}

/*  Header styles */

h1{
	color:#000;
	font-size: 22px;
	}
h2{
	color:#0A599B;
	font-size:18px;
	font-family: "Times New Roman", Times, serif;
}
h3{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin-top: 0px;
	} 
	
h4{color:#fff;
	font-size:14px;
	margin-bottom: 0px;
	margin-top: 0px;
}	
h5{
	color:#000;
	font-size:16px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-family: "Courier New", Courier, monospace;
}
h6{font-size:18px;}

/* menu */

.nav a:link {
	color: #FFF;
	text-decoration: none;
	font-size: 15px;
	
	
}
.nav a:visited {
	color: #FFF;
	text-decoration: none;
	font-size: 15px;
	
	
}
.nav a:hover {
	color: #8A9294;
	text-decoration: none;
	font-size: 15px;
}
.nav a:active {
	color: #FFF;
	text-decoration: none;
	font-size: 15px;
	
	
	
}

/* spacing */

.line-height30{	
	line-height: 30px;
}

.blue-content{
	padding: 10px;
	background-color: #818CC4;
	color: #FFF;
}

.blue-content2{
	padding: 10px;
	background-color: #0A599B;
	color: #FFF;
}


.bg-black{
	background-color: #000;
	
}

.fancy-pink {
	color:#C680B9;
	font-family:"Times New Roman", Times, serif;
	font-size: 20px;
}

.fancy-black {
	color:#000;
	font-family:"Times New Roman", Times, serif;
	font-size: 18px;
}

.fancy-black-lrg {
	color:#000;
	font-family:"Times New Roman", Times, serif;
	font-size: 25px;
	
}

.fancy-white {
	color:#FFF;
	font-family:'Lobster Two', cursive;
	font-size: 22px;
	letter-spacing: 1px;
}

.fancy-white-lrg {
	color:#FFF;
	font-family:'Lobster Two', cursive;
	font-size: 35px;
	letter-spacing: 1px;
}


.font-13-white {
	color:#FFF;
	font-size: 13px;
	
}

.font-white2 {
	color:#FFF;
	font-size: 14px;
	
}

.font-lrg {
	color:#000;
	font-size: 22px;
	
}

.font-lrg2 {
	color:#000;
	font-size: 20px;
	
}

.font-lrg-purple {
	color:#818CC4;
	font-size: 20px;
	
}

.font-purple2 {
	color:#818CC4;
	font-family:"Times New Roman", Times, serif;
	font-size: 20px;
}

.font-lrg3 {
	color:#000;
	font-size: 16px;
	
}

.font-pink-menu {
	color:#000;
	font-size: 15px;	
}

.font-blue {
	color:#07406D;
}

.font-blue-lrg {
	color:#0A599B;
	font-size: 17px;
	font-weight: bold;
}

.font-white-lrg {
	color:#FFF;
	font-size: 17px;
	
}

.font-blue-lrg2 {
	color:#0A599B;
	font-size: 22px;
	font-weight: bold;
}

.image_black-border{
	border: 3px solid #000;
}

.image_gray-border{
	border: 2px solid #8A9295;
	}

.image_black-border1{
	border: 1px solid #000;
}

.space_20{
		line-height: 20px;
}

.font_small-10{
	font-size: 10px;
}

.font_small2{
	font-size: 11px;
}
.font_small3{
	font-size: 12px;
}

.font_small-footer{
	font-size: 10px;
	color:#000;
}

.block-blue{
	border: 1px solid #666;
	border-bottom:1px solid #3B3B3B;
	border-radius: 3px;
	padding: 6px 10px;
	white-space: nowrap;
	vertical-align: middle;
	color: #000;
	box-shadow: 0 1px 2px rgba(0,0,0,0.9);
	background-color: #0A599B;
}

.right {
	padding: 0px 0px 0px 10px;	
}



 
