@charset "utf-8";
/* CSS Document */

#layout_container{
	background-color: white !important;
}

#layout_rightcolumn{
	float: right;
	width: 310px;
	background-color: white !important;
	background-image: url(../Assets/layout_right_back.png);
	background-repeat: repeat-x;
	padding: 10px;
	padding-right: 15px;
	text-align: left;
	margin-left: 20px;

}

#layout_content{
	padding: 20px;
	background-color: white;
	text-align: left;
	margin-right:  310px;
}

#layout_onecolumn{
	padding: 20px;
	background-color: white;
	text-align: left;
}


#layout_footer{
	clear:both;
}

#peak_join{
	position: fixed;
	bottom: 0;
	right: 50px;
}

h3{
 color: #1678B9;
 font-weight: bold;
 font-size: 12px;
 margin: 0;
 padding: 0; 
}

.box_small{
	background: url(../Assets/box_small.png) top left no-repeat;
	padding: 5px 25px 20px 10px;	
	width: 265px;
	height: 30px;
	text-align: center;
	font-weight: bold;
	margin:0 auto;
}

.box_small a:link, .box_small a:visited{
	color: #1678B9;
	text-decoration: none;
	font-weight: bold;
}

.box_large{
	background: url(../Assets/box_large.png) top left no-repeat;
	padding: 10px 25px 20px 15px;	
	width: 542px;
	height: 68px;
	font-weight: bold;
}

.box_medium{
	background: url(../Assets/box_medium.png) top left no-repeat;
	padding: 10px 25px 20px 15px;	
	width: 542px;
	height: 38px;
	font-weight: bold;	
	
}

.box_large h3, .box_medium h3{
	text-align: center;
	text-decoration: underline;
}

.float-right{ float: right;	}
.float-left { float: left;}

ul.nav_list li a:link, ul.nav_list li a:visited{
		color: #1678B9;
}

ul.arrow_list{
	list-style-image: url(../Assets/bullet_arrow.png);	
}

.news_box{
	color: white;
	background: url(../Assets/news_back.png) top left repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:12px;	
	text-align: left;
	font-size: 10px;	
	font-weight: bold;
	border-bottom: 3px solid white;
}

.news_box h1{
	font-weight: bold;
	font-size:12px;
	margin-bottom: 8px;	
	text-transform: uppercase;
}

.news_box .learn_more{
	color: #d05722;
	text-align: right;	
	text-transform: uppercase;
	font-size: 12px;
}

.news_box a:link, 
.news_box a:visited {
	color: white;
	text-decoration: underline;
}


.news_box .learn_more a:link, .news_box .learn_more a:visited{
	color: white;
}
.news_box .learn_more a:hover{
	color: #d05722;
}

#last_news_box{
	 border-bottom: 5px solid #d05722 !important;
}

#updates{
	background-color: #333;
	padding-bottom: 0px;
}


#updates img{
	display: block;
	border: 0;
}

