/***********************************************/
/* emx_nav_right.css                           */
/* Use with template Halo_rightNav.html        */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #696969;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #006633 url("bg3.gif") fixed;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #008000;
	text-decoration: none;
	font-weight: bold;

}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color:#006633;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #663300;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #006633;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 112px;
	left: 2%;
	right: 2%;
	width:95.6%;
	background-color: #ffffff;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	width:95.6%;
	
}

#pageNav{
	float: right;
	width:178px;
	padding: 0px;
	background-color: #d2b48c;
	border-left: 1px solid #B18775;
	border-bottom: 1px solid #A4220E;
	font: bold small Verdana,sans-serif;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 178px 0px 0px;
	border-right: 1px solid #B18775;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
}

#utility a{
	color: #ffffff;
}

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

/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #CEB4A9;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #663300;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

/************* globalNav styles ****************/

#globalNav{
position: relative;
width: 100%;
min-width: 640px;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image:  url("glbnav2_bg.gif");
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}


a.glink, a.glink:visited{
  	font-size: small;
  	color: #ffffff;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #663300;
}

a.glink:hover{
  	background-image:  url("glblnav4_sel.gif");
	text-decoration: none;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 84px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #FF0000;
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}


/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #b18775;
}

#breadCrumb a{
	color: #b18775;
}

#breadCrumb a:hover{
	color: #006600;
	text-decoration: underline;
}


/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #663300;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}

.featureRIGHT img{
	float: right;
	padding: 0px 0px 0px 10px;
}

.featureBLKtext{
	color:#000000;
}


/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #006633;
	display:block;
	padding-bottom: 5px;
	margin: 0.5em 0;
	border-bottom: 3px double #b0d742;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
	
}

.storyLeft img{
	float: left;
	padding: 5px 5px 0px 0px;
}

/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #b18775;
	font-size: small;
	color: #a4220e;
	padding: 0px 10px 10px 10px;
	margin-top: 0px;
	background-color: #ceb4a9;
}

#siteInfo img{
	padding: 0px 10px 0px 0px;
	
}

.creditsMargin{
	margin: 18px 0px 10px 182px;
}
/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #B18775;
	border-bottom: 1px solid #663300;
	background-image:  url("bg_navBrwn.gif");
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #ffffff;
}

#sectionLinks a:hover{
	border-top: 1px solid #B18775;
	background-color: #663300;
	background-image: url("bg_navHover.gif");
	font-weight: bold;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #663300;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}

/**************** homepageLinks styles **********/

.button {
	display: inline-block;
	outline: double;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	padding: .5em 1em;
	margin: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background: #99CC00;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size : 1.5em;
				
}
.button:hover {
	background: #78e100;
	color: #ffffff;
	text-decoration: none; 
}
.button:active {
	background: #78e100;
	color: #1c6900;
	position: relative;
	top: 1px;
}
.button:visited { 
	color : #fff;
}




/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}

/************ NEW IDs **********************/

#highlight1 {
	padding: 10px;
	border: 1px solid #006600;
	background-image: url(bg_hilite1.jpg);
	color: #ffffff;
}

#highlight1 img{
	padding: 10px 10px 2px 0px;
	
}

#highlight2 {
	padding: 10px;
	border: 1px solid #006600;
	background-color: #f0e68c;
}

#highlight3 {
	padding: 10px;
	border: 1px solid #006600;
	background-color: #eee8aa;
}

#highlight4 {
	padding: 10px;
	border: 1px solid #006600;
	background-color: #ceb4a9;
}

#highlight4 img{
	padding: 0px 10px 10px 0px;
}

#highlight5 {
	padding: 0px 0px 0px 10px;
	font-size: 13px;
}

#highlight6 {
	padding: 10px;
	border: 1px solid #006600;
	background-color: #d2b48c;
	color: #FFFFFF;
}

#highlight6 img{
	padding: 0px 10px 10px 0px;
}

#highlight7 {
	padding: 10px;
	border: 1px solid #ffffff;
	background-color: #ffffff;
}


.redwoodCell {
	border-right: #b18775 solid 1px;
}

.highlightHeader {color: #009933}
.h1Green {
	color: #009933;
	font-size: 18px;
}

.h1GreenDrk {
	color: #006400;
	font-size: 18px;
}

.h1BrtGrn {
	color: #00FF00;
	font-size: 18px;
}

.h1White {
	color: #FFFFFF;
	font-size: 18px;
}

.h1BrwnDrk {
	color: #663300;
	font-size: 18px;
}

.h1Gold {
	color: #ffd700;
	font-size: 18px;
}

.footerHead {
	font-size: 18px;
}

.style1 {
	color: #ff0000;
}

.style2 {
	color: #333333;
}

.style3 {
	color: #ff0000;
	font-weight: bold;
}

.leftMargin {
	border-left: #993300 solid thin;	
}

/********************* end **********************/





