/* COMMON CLASSES */
.break { clear:both; }

/* WRAP TEST */
#headercontain { width: 100px; height: 300px; }

/* HEADER */
#header { height:300px; }
.headerimg { background-position: center top; background-repeat: no-repeat; width:678px; height:320px; position:absolute; border-radius:5px; }

/* HEADER TEXT */
#headertxt { width:620px; margin:0 auto; clear:both; position:relative; top:139px; }
#firstline { 
 /* background-image:url("../images/slideshow/textbg.png");*/ 
 background: rgba(255, 255, 255, .76);
 text-shadow: 0 3px 3px rgba(255, 255, 255, .91);
 border-top-left-radius: 3px;
 border-top-right-radius: 3px;
 color:#333; 
 font-size:24px;
 font-family: 'Oswald', sans-serif; 
 padding:4px 13px 7px; 
 float:left; 
 display:block; 
}
#secondline { 
 /*background-image:url("../images/slideshow/textbg.png"); */
 background: rgba(255, 255, 255, .76);
 text-shadow: 0 3px 3px rgba(255, 255, 255, .91);
 border-bottom-left-radius: 3px;
 border-bottom-right-radius: 3px;
 border-top-right-radius: 3px;
 color:#EC1C24; 
 text-decoration:none; 
 font-family: 'Oswald', sans-serif;
 font-size:33px; 
 padding:3px 13px 10px; 
 float:left; 
 display:block; 
 clear:both; 
}

#secondline:hover { text-decoration:underline; color:#EC1C24; }

.pictured { 
	background-color:#213f99; 
	color:#FFF; 
	border-radius: 3px;
	font-size:12px; 
	padding:9px 16px; 
	text-transform:uppercase; 
	float:left; 
	display:block; 
	clear:both; 
	margin-top:10px; 
}
.pictured a { font-size:12px; font-style:italic; letter-spacing:0; text-transform:none; color:#FFF; text-decoration:underline; }
.pictured a:hover { text-decoration:underline; }

/* CONTROLS */
.btn { height:32px; width:32px; float:left; cursor:pointer; }
#back { background-image:url("../images/slideshow/btn_back.png"); }
#next { background-image:url("../images/slideshow/btn_next.png"); }
#control { background-image:url("../images/slideshow/btn_pause.png"); }

/* HEADER HAVIGATION */
#headernav-outer { position:relative; top:270px; margin:0 auto; width:690px; }
#headernav { padding-left:565px; }