.hp_bottom {

	background-color: #4c4c4c;
	padding-bottom: 15px;
}


ul.tabNavigation {
	list-style: none;
	width: 960px;
	height: 60px;
	margin: 0;
	padding-bottom: 15px;
}

ul.tabNavigation li {
	display: block;
	float: left;
	width: 320px;
}

ul.tabNavigation li a{
	padding-top: 22px;
	padding-left: 50px;
	padding-bottom: 12px;
	background: url(/images/tab-shadow.jpg) top left no-repeat;
	font-size: 22px;
	font-weight: bold;
	color: #cacaca;
	display: block;
	text-decoration: none;
}

ul.tabNavigation li a.selected,
ul.tabNavigation li a:hover {
	color: #fff;
	background: url(/images/tab-selected.jpg) top left no-repeat;
	display: block;
}
                
ul.tabNavigation li a:focus {
	outline: 0;
}

div.hp_tabs > div {
	padding: 5px;
	margin-top: 3px;
}

div.hp_tabs > div h2 {
	margin-top: 0;
}



/* Style for the issues tab */

.hp_tabs #issues  .article .title{
	padding-left: 25px;
	margin-left: 10px;
	padding-bottom: 7px;
	background: url(/images/red-dot.jpg) top left no-repeat;
}

.hp_tabs #issues  .article .title a:link, .hp_tabs #issues .article .title a:active, .hp_tabs #issues .article .title a:visited, .hp_tabs #issues .article .title a:hover {
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}

.hp_tabs #issues .article {
	float: left; 
	width: 306px; 
	color: #ffffff;
	padding-top: 10px;
}

.hp_tabs #issues .article .teaser {
	padding-left: 35px;
	padding-right: 30px;
}

.hp_tabs #issues .article .more {
	padding: 15px 35px 15px 35px;
	text-align: right;
}

.hp_tabs #issues .article .more a:link, .hp_tabs #issues .article .more a:active, .hp_tabs #issues .article .more a:visited {
	font-size: 14px;
	color: #ffe22d;
}

.hp_tabs #issues .article .more a:hover {
	color: #d6a404;
}


#issues {
	margin: auto;
	width: 918px;
	background: url(/images/gray-line.gif) top center no-repeat #616161;
}

/* END: Style for the issues tab */








/* Style for the blog tab */

.hp_tabs #blog  .article .date {
	padding-left: 35px;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 10px;
	color: #ffe22d;
}

.hp_tabs #blog  .article .title{
	padding-left: 35px;
	padding-bottom: 7px;
}

.hp_tabs #blog  .article .title a:link, .hp_tabs #blog .article .title a:active, .hp_tabs #blog .article .title a:visited, .hp_tabs #blog .article .title a:hover {
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}

.hp_tabs #blog .article {
	float: left; 
	width: 306px; 
	color: #ffffff;
	padding-top: 10px;
}

.hp_tabs #blog .article .teaser {
	padding-left: 35px;
	padding-right: 30px;
}

.hp_tabs #blog .article .more {
	padding: 15px 35px 15px 35px;
	text-align: right;
}

.hp_tabs #blog .article .more a:link, .hp_tabs #blog .article .more a:active, .hp_tabs #blog .article .more a:visited {
	font-size: 14px;
	color: #ffe22d;
}

.hp_tabs #blog .article .more a:hover {
	color: #d6a404;
}


#blog {
	margin: auto;
	width: 918px;
	background: url(/images/gray-line.gif) top center no-repeat #616161;
}

/* END: Style for the blog tab */








/* Style for the blog tab */

.hp_tabs #video .vid_embed {
	float: left; 
	width: 270px; 
	color: #ffffff;
	padding-top: 10px;
	padding-right: 20px;
}

.hp_tabs #video  .vid_embed .title{
	padding-left: 35px;
	padding-bottom: 7px;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}

.hp_tabs #video  .vid_embed .video_window{
	padding-left: 35px;
	padding-bottom: 20px;
}

#video {
	background-color: #616161;
	margin: auto;
	width: 918px;
}




