html * {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	background: url('http://www.juneauempire.com/dev/images/background.gif') #344b7d repeat-y top center;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: arial,verdana,helvetica,san-serif;
	font-size:12px;
	color: #383838;
}

a {
	color: #344b7d;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p{
	padding: 5px 0px;
}

#page {
	background: url('http://www.juneauempire.com/dev/images/background.gif') repeat-y top center;
	width: 985px;
	margin: 0px auto;
	padding: 0px 0px 0px 13px;
	text-align: left;
}

#main_body {
	width: 970px;
	
}

#content {
	width: 729px;
	float: left;
}

.right{
	float: right;
}

.left{
	float: left;
}

/************ HEADER **************/
#header {
	/*background: url('/dev/images/headerbg.jpg') no-repeat top center;*/
	width: 970px;
	height: 158px;
	position: relative;
	
}

/*Header logo*/
a#title{
	position: absolute;
	top:87px;
	left:0px;
	width: 419px;
	height: 69px;
	text-decoration: none;
	background: url('http://www.juneauempire.com/dev/images/logo.png') no-repeat top center;
	z-index: 100;
}

a#title span {
	visibility: hidden;
}

/*Banner Image*/

#header #bannerImage {
	position: absolute;
	right: 0px;
	top: 25px;
	border: 2px solid #344b7d;
	width: 524px;
	height: 125px;
}

#header #bannerImage .credit{
	text-align: right;
	margin-top: 110px;
	color: #fff;
	font-size: 9px;
}

#header #bannerImage .credit a{
	color: #fff;
	text-decoration: underline;
}


/*Top Links*/

#header #top_menu_links {
	position: absolute;
	top: 3px;
	color: #344b7d;
	font-size: 8pt;
	width: 960px;
	padding: 0px 5px 2px 5px;
	border-bottom: 1px solid #344b7d;
}
#header #top_menu_links a:link, #header #top_menu_links a:visited, #header #top_menu_links a:active {
	text-decoration: none;
	color: #344b7d;
	padding: 0px 0px 0px 0px;
}
#header #top_menu_links a:hover {
	text-decoration: underline;
}

#header .timestamp {
	position: absolute;
	top: 20px;
	left: 5px;
	color: #4a638c;
	padding-top: 5px;
}

/*Sign in / Sign out */
#header .registration { 
	position: absolute;
	top: 40px;
	left: 5px;
	color: #344b7d;	
	padding: 0px 0px 0px 0px;

}

#header .registration a{
	text-decoration: none;
	color: #4a638c;
}

#header .registration a:hover{
	text-decoration: underline;
}

#header .regtop { 
	text-align: left; 
	margin: 0px 0 2px 0px;
	padding: 0px 0px 0px 0px;
}

#header .regbottom { 
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/*weather*/
#header .weather {	/* weather container */
	display: block;
	position: absolute;
	top: 20px;
	left: 243px;
	height: 36px;
	margin: 0;
	padding: 0px 0px 0px 0px;
}

#header .weather p {
	width: 95px;
	position: absolute;
	top: 0px;
	left: -85px;
	text-align: right;
	color: #000;
}

#header .weather a{
	color: #344b7d;
	text-decoration: none;
}

#header .weather a:hover {
	text-decoration: underline;
}
 
#header .weather h1 {	/* weather degree */
	color: #000;
	position: absolute;
	top: 0px;
	left: 14px;
	font-size: 40px;
	font-weight: normal;
	text-align: left;
	margin: 0px 0px 0 0;
	padding: 0px 0px 0 0;
}
#header .weather img {	/* weather image */
	margin: 0px 0px 0 57px;
	padding: 0px 0px 0 0;
	/*border: 1px solid #000;*/
} 

/************ /HEADER **************/

/************* SEARCH **************/
#search {
	display: block;
	width: 664px;
	height: 19px;
	background: #ebecee;
	border: 1px solid #b0c5d8;
	color: #344b7d;
	margin-bottom: 5px;
	padding: 5px 5px 2px 5px;
}

#search input{
	padding: 0px 5px 0px 5px; 
	margin-top: 2px;
}

#search .searchBtn {
	padding-left: 80px;
	vertical-align: middle;
}

#search .searchBtn input{
	margin-top: 0px;
	vertical-align: middle;
}

#search .search_img{
	position: absolute;
	padding: 0px 10px 0px 10px;
	margin-top: -2px;
}

/************* /SEARCH **************/
/************* SHOP LINKS *************/

#shopLinks {
	float: right;
	display: block;
	width: 288px;
	height: 21px;
	background: #f0fee5;
	border: 1px solid #bbc7b1;
	color: #526047;
	margin-right: 14px;
	padding-top: 5px;
}

#shopLinks a{
	color: #526047;
	text-decoration: none;
	padding: 0px 9px 0px 9px;
}

#shopLinks a:hover{
	text-decoration: underline;
}

/************* /SHOP LINKS *************/

/****** EVENTS FRONT *******/
.ZventsQuickSearch {
		background: #e7e7e7 url('http://www.juneauempire.com/dev/images/calendar/eventscalendar_bg.jpg') no-repeat top left;
		margin: 0px 0px 0 0;
		padding: 0px 4px 0 10px;
		height: 88px;
		width: 220px;
		border: 1px solid #d0d0d0;
}
	
.ZventsQuickSearch * {
		font-family: Arial,Helvetica,sans-serif;
		font-size: 12px;
}

.ZventsQuickSearch form {
		margin: 0;
		padding: 0;
}

.ZventsDayButton, .ZventsDayButton * {
		display: block;
		text-align: center;
}

.ZventsDayButton {
		background-color: transparent;	
		background-image: url('http://www.juneauempire.com/dev/images/calendar/bg-events.gif');	
		background-repeat: no-repeat;	
		background-attachment: scroll;	
		background-position: 0pt 0pt;	
		color: #334b7d;	
		cursor: pointer;	
		float: left;	
		font-size: 8px;	
		font-weight: 800;	
		height: 26px;	
		line-height: 1;	
		text-align: center;	
		width: 26px;
		padding-top:1px;
}

.ZventsDayButton:hover {
		background-color: transparent;		
		background-image: url('http://www.juneauempire.com/dev/images/calendar/bg-events-medblue.gif');		
		background-repeat: no-repeat;		
		background-attachment: scroll;		
		background-position: 0pt 0pt;		
		text-decoration: none;
}

.ZventsDayButtonDate {
		font-size: 14px;
} 

.ZventsDayButtonDay {
		font-size: 10px; 
}

.ZventsDayButtonAll {
		margin-right: 0;
		font-size: 8px; 
		padding-top:1px;
}

.ZventsDayButtonToday {
		background-color: transparent;	
		background-image: url('http://www.juneauempire.com/dev/images/calendar/bg-events-lightblue.gif');		
		background-repeat: no-repeat;		
		background-attachment: scroll;		
		background-position: 0pt 0pt;		
		text-decoration: none;
}

.ZventsDayButtonWeekend {
}


/****** /EVENTS FRONT *******/


/****** RIGHT RAIL STYLES *******/
#right_rail {
	width: 235px;
	float: right;
	text-align: center;
	margin: 5px 0px 0px 3px;
} 

#right_rail .oas_maxad{
	border: 1px solid #b5c0d4;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 5px 0px;
}

#right_rail .newsletter {
	color:#344B7D;
	background: #F3F8FE;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	border: 1px solid #b5c0d4;
	padding: 10px 0px 10px 10px;
	margin: 0px 0px 5px 0px;
}

#right_rail .newsletter input {
color:#344B7D;
background: white;
border: 1px solid #b5c0d4;
margin-top: 4px;
}

#right_rail .newsletter .submit {
color: white;
background: #344B7D; 
border: 1px solid #b5c0d4;
}
 
#right_rail .travidia{
	background: #fff url('http://www.juneauempire.com/dev/images/travidia/travidiaRRfooter.jpg') no-repeat bottom center;
	width: 235px;
	border: 1px solid #9cce53;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

#right_rail .travidia #searchbox{
	margin-top: 7px;
	padding: 0px 0px 0px 0px;
}

/* Poll and Frontpage Module */
#right_rail .module {
	background: #f3f8fe;
	color: #344b7d;
	width: 225px;
	border: 1px solid #75a4ce;
	padding: 0px 4px 5px 4px;
	margin: 0px 0px 5px 0px;
}

#right_rail  .module h4{
	background: #344b7d;
	width: 229px;
	font-size: 12px;
	color: #FFF;
	padding: 2px 0px 2px 4px;
	margin: 0px -4px 5px -4px;
	text-transform: uppercase;
}

#right_rail  .module a{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #344b7d;
}

#right_rail  .module a:hover{
	text-decoration: underline;
}

/* Top Ads */
.topads {																		
/* top ads container */
	float: left;
	background: #f3f8fe;
	border: 1px solid #75a4ce;
	text-align: left;
	margin: 0px 0px 5px 0px;
	padding: 0;
	width: 233px
}

.topads h2{
	text-transform: uppercase; 
	color: #fff;
	background: #344b7d;
	padding: 5px 0px 5px 5px;
	border-bottom: 1px solid #526a9d;
}

.topads a {																		
/* top ads link */
	color: #344b7d;
	font-weight: bold;
	text-decoration: none;
}
.topads a:hover {
	color: #344b7d;;
	text-decoration: underline;
}
.topads p {																		
/* top ads padding */
	color: #000;
	font: normal 11px arial,helvetica,sans-serif;
	line-height: 12px;
	margin: 12px 0;
}

.topads .stories h3 {																	
/* top ads header */
	background: #344b7d;
	height: 17px;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0;
	padding: 4px 0 0 10px;
	border-bottom: 1px solid #526a9d;
	border-top: 1px solid #526a9d;
}
.topads h3 a {																	
/* top ads header link */
	color: #fff;
}
.topads h3 a:hover {
	color: #ccc;
	text-decoration: none;
}
.topads .view-all, .topads #mdw_viewall a {															/* top ads view all */
	color: #fff;
	margin: 0px;
	padding: 0px;
	font: bold 11px arial,helvetica,sans-serif;
}

.topads .stories #topads_border {
	border-right: 1px solid #3b4560;
	border-left: 1px solid #3b4560;
}

#mdw_topJobs {
	display: block;
}

.mdw_rail {
	height: auto;
	display: none;
	margin: 0;
	padding: 10px 4px 4px 10px;
}

.mdw_rail b, .mdw_rail a {
	font-size: 11px;
	text-transform: capitalize;
}

.mdw_highlight {
	text-transform: capitalize;
	font-weight: bold;
}

.mdw_rail p {
	font-size: 11px;	
	margin: 0 0 0px 0;
	padding: 0 0 8px 0;
}

.mdw_rail div {
	text-align: right;
	font-size: 11px;
	margin: 0 8px 0 0;
}

#mdw_viewall {
background: #7b88ac;
clear: both;
font-weight: bold;
margin: 0;
padding: 0px 5px 0px 0px;
text-align: right;
}

/* Yellow Advantage */
#right_rail .yellowhd {
	background: url('http://www.juneauempire.com/dev/images/yellowAdvantagehd_rr.jpg') no-repeat top left;
	width: 235px;
	height: 25px;
}

#right_rail .yellow {
	background: #f4f4f4 url('http://www.juneauempire.com/dev/images/yellowAdvantagebg.jpg') no-repeat bottom right;
	width: 223px;
	min-height: 41px;
	padding: 15px 5px 10px 5px;
	text-align: left;
	border-left: 1px solid #818181;
	border-right: 1px solid #818181;
	border-bottom: 1px solid #818181;
}

#right_rail .yellow a{
	color: #000;
	text-decoration: none;
}

#right_rail .yellow a:hover{
	text-decoration: underline;
}


/****** /RIGHT RAIL STYLES *******/

/****** FOOTER STYLES *******/
#footer {
	background: #eaf4ff;
	width: 983px;
	border-top: 1px solid #accae6;
	margin: 10px 0 0 -6px;
	padding: 0px 0px 20px 0px;
	text-align: center;
	color: #344b7d;
}

#footer a{
	text-decoration: none;
	color: #344b7d;
}

#footer a:hover{
	text-decoration: underline;
}

#footerLinks {
	border-bottom: 1px solid #344b7d;
	width: 831px;
	margin: 15px 0px 15px 68px;
	padding: 0px 0px 15px 0px;
}

#footerLinks .links{
	float: left;
	display: block;
	width: 122px;
	height: 85px;
	padding: 0px 10px 0px 10px;
	border-right: 1px solid #344b7d;
	text-align: left;
	
}

#footerLinks .lastlink .links{
	border-right: 0px;
	padding: 0px 0px 0px 10px;
	width: 128px;
}

#footerLinks .twocol .links{
	width: 180px;
}

#footerLinks .links li{
	list-style: none;
}

#footerLinks .links h5{
	font-size: 12px;
	text-transform: uppercase;
}
/****** /FOOTER STYLES *******/

/****** TEXT DIVS AND STYLING *******/
.top_stories {
	text-align: left;
	margin: 5px 0px;
	clear: both;
}
.top_stories .headline a:link, .top_stories .headline a:visited, .top_stories .headline a:active, #news_updates .headline a {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #344b7d;
	margin: 0px 0px 0px 0px;
}
.top_stories .headline a:hover, #news_updates .headline a:hover {
 	text-decoration: underline;
 }
.top_stories img {
	border: 0px;
	float: left;
	margin: 5px 5px 2px 0px;
}
.top_stories .digest, #news_updates .digest {
	font-size: .9em;
  	line-height: 1.3em;
  	margin-top: 5px;
}

.headlines {
	text-align: left;
	clear: both;
	padding: 0px 0px 0px 8px;
	margin: 0px;
	line-height: 16px;
} 
.headlines .headline a:link, .headlines .headline a:visited, .headlines .headline a:active {
	color: #344b7d;
	text-decoration: none;
	display: block;
	margin: 0px 0px 0px 16px;
	
}
.headlines .headline a:hover {
	text-decoration: underline;
}

.headlines .bullet, #news_updates .headline .bullet {
	background: url('http://www.juneauempire.com/images/misc/bullet1.gif') no-repeat top left;
	float: left;
	height: 16px;
	width: 16px;
	position: relative;
}

.byline {
	text-align: left;
	color: #848383;
	font-size: 11px;
	font-weight: normal;
	padding: 0px 0px 0px 8px;
	margin: 0px 0px -3px -8px;
} 

.section_title {
	color: #a11b00;
	font-size: 16px;
	padding: 0px 0px 0px 8px;
	margin: 5px 0px 3px 0px;
	text-align: left;
	font-weight: bold;
}

/****** /TEXT DIVS AND STYLING *******/

/****** TRAVIDIA *******/
.travidia {    
	font-family: verdana;
}
.travidia td {
	width: 108px;
	padding: 0px 5px;
}
.travidia h2 {
	text-transform: uppercase;
	font-size: 12px;
}
.travidia p {
	font-size: 9px;
	margin: 0px -6px 10px -6px;
}
.travidia td img {
	border: 1px solid #fff;
}
.travidia img:hover {

}
/****** TRAVIDIA *******/

/***** ARCHIVES *********/
#archives {
	text-align: left;
	margin: 0px 0px 0px 0px;
	color: #344b7d;
}

#archives h2{
	color: #344b7d;
	font-size: 14px;
	margin-bottom: 3px;
}

#archives li{
	margin-bottom: 3px;
}

#archives a{
	color: #344b7d;
	text-decoration: none;
}

#archives a:hover{
	text-decoration: underline;
}

#archives .breadcrumbs{
	font: bold 11px arial,helvetica,sans-serif;
	color: #344b7d;
	margin: 5px 0px 10px 0px;
}
#archives .breadcrumbs a:link, #archives .breadcrumbs a:visited, #archives .breadcrumbs a:active {
	font-size: 11px;
	color: #344b7d;
	text-decoration: none;
}
#archives .breadcrumbs a:hover {
	text-decoration: underline;
	color: #344b7d;
}

#archives input{
	border: 1px solid #bbb;
}

/***** /ARCHIVES *********/

/***** MISCELLANEOUS ******/
.clear {
	clear: both;
}

.removeh2 h2 {
	font-size: 0px;
	padding: 0px;
	display: none;
}
/***** /MISCELLANEOUS ******/
