﻿/* -------------------------- <revisions> ---------------------------
-------------------------- </revisions> --------------------------- */

.body {
	background: #202020 url(images/bg.jpg) top center repeat-y;
	border: none;
	padding: 0;
	margin: 0;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	-webkit-text-size-adjust: none;
	}

p, table, th, tr, td, h1, h2, h3, img, a:link, a:visited, a:hover, a:active {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #b8b5a8;
	border: none;
	
	}
p    {
	font-size: 13px;
}
td    {
	font-size: 13px;
}
h1 {
	font-weight: normal;
	font-size: 14px;
	color: #000;
	padding: 0;
	margin: 0;
	text-transform: uppercase; /* Optional */
	}
h2 {
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	padding: 0 0 4px 0;
	margin: 0 0 15px 0;
	}
h3 {
	font-weight: bold;
	font-size: 12px;
	color: #c0d72f;
	padding: 0 0 4px 0;
	margin: 0 0 10px 0;
	text-decoration:none;
	text-transform:uppercase;
	background:url(images/hdr_break_small.gif) bottom left no-repeat;
	}
h4
{
    text-transform:uppercase;
    background:url(images/hrd_article.jpg) no-repeat;
    color: Black;
    font-size: 12px;
    font-weight: bolder;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    width:100%;
    padding: 3px 3px 3px 17px;
	margin:0 0 15px 0;
    
   
}
.small {
	background:url(images/hdr_break_small.gif) bottom left no-repeat;
	}
.large {
	background:url(images/hdr_break.jpg) bottom left no-repeat;
	}
p {
	margin: 0;
	padding: 0;
	}
img {
	margin: 0;
	padding: 0;
	}	
a:link, a:visited {
	text-decoration: none;
	color:#c0d72f;
	font-size:12px;
	}
	
a:hover, a:active {
	text-decoration: underline;
	color: #fff;
	}
/*----------------------BEGIN NAVIGATION STYLING----------------------------------*/
.menu_home_nav {
	background: url(images/bg_nav.jpg) top left repeat-x;
	width:948px;
	height:30px;
	text-align:left;
	padding: 0;
	margin: 0 1px 0 1px;
	}
.menu_home_nav ul{
	list-style-type : none;
	font-size : 12px; /* Font styling */
	font-weight : none;
	text-decoration : none;
	text-transform : none;
	padding: 0 0 0 0;
	margin: 0 0 0 10px;
}

.menu_home_nav li {
	display : inline;
	padding: 0;
	margin:0;
}

.menu_sub_nav {
	text-align:left;
	padding: 0 0 0 0;
	}
.menu_sub_nav ul{
	list-style-type : none;
	font-size : 12px; /* Font styling */
	text-decoration : none;
	text-transform : none;
	padding: 0 0 0 0;
	margin: 5px 0 0 0;
}

.menu_sub_nav li {
	padding: 0 0 0 0;
	margin: 0 0 5px 0;
}

.menu_sub_nav li a, .menu_sub_nav li a:visited {
	display : block;
	width:145px;
	height:12px;
	color: #999;
	background:url(images/sub_nav_bg_off.jpg) top left no-repeat;
	padding: 6px 0 0 15px;
	font-weight : bold;
}
.menu_sub_nav li a:hover {
	background:url(images/sub_nav_bg_on.jpg) top left no-repeat;
	color: #c0d72f;
	text-decoration : none;
}
/*----------------------END NAVIGATION STYLING----------------------------------*/
/*----------------------BEGIN PRIMARY ELEMENTS----------------------------------*/
.wrap {
	background: #000;
	width: 950px;
	margin: auto;
	padding: 0;
	}
.banner {
	background: url(images/bg_banner.jpg) top right no-repeat;
	width: 950px;
	margin: 0;
	padding: 0;
	}
.content_left {
	width: 180px;
	vertical-align: top;
	padding: 10px 10px 10px 10px;
	}
.content_middle {
	width: 540px;
	vertical-align: top;
	padding: 10px 5px 10px 5px;
	margin: 0;
	}
.content_right {
	width: 180px;
	vertical-align: top;
	padding: 10px 10px 10px 10px;
	}
.sub_content_left {
	width: 180px;
	vertical-align: top;
	padding: 10px 10px 10px 10px;
	}
.sub_content_middle {
	width: 730px;
	vertical-align: top;
	padding: 10px 15px 10px 5px;
	margin: 0;
	min-height: 400px;
	}
/*----------------------END PRIMARY ELEMENTS----------------------------------*/
/*----------------------BEGIN SECONDARY ELEMENTS----------------------------------*/
.content_sidebox {
	width:160px;
	border:#333 1px solid;
	padding: 10px 9px 10px 9px;
	margin:0 0 10px 0;
	}
.featured_articles {
	width:540px;
	/*background:url(images/hrd_featured_articles.jpg) top left no-repeat;*/
	padding:0 0 0 0;
	vertical-align:top;
	}
.article_homepage {
	border-bottom:1px solid #c0d72f;
	margin: 10px 0 10px 0;
	padding: 0 0 5px 0;
	}
/*----------------------END SECONDARY ELEMENTS----------------------------------*/
/*----------------------BEGIN ARTICLE STYLING----------------------------------*/
.article_title {
	margin:0 0 0 10px;
	}
.article_title h2 {
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	margin:0;
	}
.article_date {
	font-size:10px;
	font-weight:normal;
	color:#c0d72f;
	margin:0 0 10px 10px;
	}
.article_text {
	font-size:11px;
	font-weight:normal;
	color:#fff;
	margin:0 0 10px 10px;
	}
.article_link {
	text-align:right;
	font-size:11px;
	font-weight:normal;
	color:#c0d72f;
	margin:0 0 10px 10px;
	text-transform:uppercase;
	}
.article_subpage {
	/*background:url(images/hrd_article.jpg) top left no-repeat;*/
	padding: 0 0 0 0;

	}	
.article_subpage img {
	
	padding: 0 0 15px 15px;

	}

.common_subpage
{
	padding: 30px 0 0 0;
}
.common_subpage img {
	float:right;
	padding: 0 0 15px 15px;

	}


/*----------------------END ARTICLE STYLING----------------------------------*/
/*---------------------BEGIN FORMS STYLING------------------------------*/
input.text {
	font-size: 10px;
	padding: 2px;
	width: 180px;
	letter-spacing: 1px;
	}
input.go_button {
	font-size: 10px;
	padding: 1px;
	width: 50px;
	letter-spacing: 1px;
	margin-left: 2px;
	}
input,textarea, select, option { 
	font-family:Helvetica, Verdana, Arial, sans-serif; 
	font-size:11px; 
	font-weight:bold;
	border:thin;	
	border-color:#000000; 
	padding:1px;
	}
input,textarea,select  aria{
	margin-bottom:5px;	
	}
/*---------------------END FORMS STYLING------------------------------*/
/*---------------------BEGIN FOOTER STYLING------------------------------*/
.footer {
	background:  url(images/break.jpg) top center no-repeat;
	padding: 0 10px 10px 10px;
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}
.footer td {
	font-size:10px;
	color: #999;
	}
.footer_content {
	margin: 0;
	padding: 0;
	}
.footer_content_left {
	width: 300px;
	float: left;
	}
.footer_content_left p {
	font-size: 10px;
	padding-top: 4px;
	}
.footer_content_right {
	float: right;
	vertical-align: top;
	}
.footer a {
	font-size:11px;
	}
.footer_logos {
	padding: 15px 15px 15px 15px;
	border-top:1px solid white;
	border-bottom:1px solid white;
	margin-bottom:10px;
	}
/*---------------------END FOOTER STYLING------------------------------*/
/*---------------------END STYLE SHEET------------------------------*/
/*New Styles*/
.160x400BannerSpot
{
    width:160px;
    height:400px;
    background-color:#C0C0C0;
}
/*End New Styles*/
