/* CSS for Linking Page */

		#wrap {
	  width: 950px;
		margin: 2em auto 1em;
    	padding: 0;
		background-color: #fff;
		border: 0px solid #000;
	}
	
		#linkinglayout {
		font-size: 1.2em;
		margin: 0;
		padding: 0;
		background-color: #fff;
		font-family: Verdana, Arial, "Trebuchet MS", Helvetica, sans-serif;
		font-size: 12px;
		/*background: url(../images/mid.gif) top right repeat-y;*/
  }
	
	#top {
		margin: 0;
		padding: 0;
		text-align: left;
		height: 642px;
        margin-top: 175px;
		background: url(../images/top.jpg) top center no-repeat;
	}
	
		
	h1{
		color:#FFF;
		padding-top:16px;
		padding-bottom:6px;
		padding-left:10px;
		font-weight:200;
        font-size: 20px;
	}
	
	h2{
		margin-top:0px;
		color:#003e74;
		font-weight:600;
		font-size:20px;
		
	}

#introwrapper{
    
    width:950px;
    height: auto;
    overflow: hidden;
}


#wrapperslideshow{
    
    width:950px;
    height: auto;
    overflow: hidden;
}

	
	#intro {
	width:615px;
	padding-top:5px;
	padding-left:10px;
	padding-right:20px;	
        float: left;
	}


#rightbox {
    
    width:300px;
    height:200px;
    float: left;
    padding-left: 5px;
    background-color: #fff;
    
}

		#links {
	width:950px;	
	}

   .dark_button{
   background: #003e74;
   padding: 10px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #fff !important;
   font-size: 14px;
   text-decoration: none;
   vertical-align: middle;
   text-align:center;
   }
   
.dark_button:hover {
   border-top-color: #4f4f4f;
   background: #4f4f4f;
   color: #ccc;
   text-decoration:none;
   }
   
.dark_button:active {
	border-top-color: #4a4a4a;
	background: #4a4a4a;
	text-align: center;
   }


.width-160px{
    width: 213px;
    display: inline-block;
}
