/***********************************************/
/* emx_nav_right.css                           */
/* Use with template Halo_rightNav.html        */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.3;	
	margin: 0px;
	padding: 0px;
	background: #cccccc url(../images/bg_grad2.jpg) fixed;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #00437F;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a.readMore {
	font-size: 80%;
	border-bottom: 1px dotted #666;
}
/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 140% Arial,sans-serif;
color: #006699;
 margin: 0px 0px 1em 0px;
 padding: 0px;
}

h3{
 font: bold 130% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: bold 110% Arial,sans-serif;
 color: #334d55; 
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
	list-style-image: url("../images/icon-bullet.gif"); 
}
ul li{
	padding: 2px;
}

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                                 */
/***********************************************/
#container {
	width: 800px;
	margin: 0 auto;
}

#pagecell1{
	position:relative;
	top: 35px;
	background-color: #ffffff;
	padding-top:10px;
}

#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;
}


#titleImage {
	position:relative;
}

#masthead{
	position:relative;
	top: 0px;
}

#pageNav{
	float: right;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-left: 1px solid #cccccc;

	font: small Verdana,sans-serif;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 178px 0px 0px;
	border-right: 1px solid #ccd2d2;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: relative;
	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 #ccd2d2;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: relative;
	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(../images/glbnav_background2.gif);
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: relative;
	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: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image: url(../images/glblnav_selected.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;
	/*text-align:center;*/
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}


/*************** 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 10px 0px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
}



/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}
html>body .feature {height: auto;}


.feature img{
	padding: 0px 10px 0px 0px;
}

.feature p img {
	border: 1px solid #CCC;
	padding: 5px;
	margin: 0 10px;
}

.feature p.standout {
	padding: 0px 0px 10px 0px;
	font-size: 130%;
}

.feature p.Welcome {
	padding: 0px 0px 10px 0px;
	font-size: 120%;
}
.feature p.Basic {
	padding: 0px 0px 10px 0px;
	font-size: 120%;
}
.feature p.quote {
	font: 120% Georgia, serif;
	padding: 15px; margin: 2em;
	background: #EFEFEF;
	border: 1px solid #CCC;
}
.feature p.quote em {
	font-size: 80%;
}

.feature p.box {
	margin: 1em; padding: 1em;
	border: 1px solid #97abd0;
	background: #e5e9f4;
	font-size: 110%;
}

/*************** story styles ******************/

.story {
	font-size: 90%;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 10px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #00437F;
	display:block;
	background: #EFEFEF;
	border: 1px solid #CCC;
	padding: 2px 2px 2px 5px;
}

.story a.capsule:hover{
	text-decoration: none;
}

td.storyLeft{
	padding: 5px;
}

.story .callout {
	font: bold 1em Arial,sans-serif;
	color: #666; text-align: left;
	display:block;
	background: #EFEFEF;
	border: 1px solid #CCC;
	padding: 3px 10px;
	margin: 0 1em;
}	


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #999;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ 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 #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(../images/bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks p.quote {
	padding: 10px 8px;
	background: url('../images/leftQuote.gif') no-repeat -5px -10px;
}
.relatedLinks p.quote em{
	height: 30px; display: block;
	background: url('../images/rightQuote.gif') no-repeat bottom right;
}

.relatedLinks ul {
	list-style-type:square;
	padding:0;
	padding-left:20px;
	margin:0;
}

.relatedLinks li{
	padding:0;
	margin:0;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}

/**************** advert styles *****************/



table.bullets {
	border-collapse: collapse;
	border: 1px dotted #CCC;
}
table.bullets th {
	text-align: center;
	background: #EFEFEF;
	padding: 5px;
}
table.bullets td {
	text-align: left;
	vertical-align: top;
	padding: 5px;
	border: 1px dotted #CCC;	
}

/**************** advert styles *****************/



table.KeyFeatures {
	border-collapse: collapse;
	border: 1px dotted #CCC;
}
table.KeyFeatures th {
	text-align: center;
	background: #EFEFEF;
	padding: 5px;
}
table.KeyFeatures td {
	text-align: left;
	vertical-align: top;
	padding: 5px;
	border: 1px dotted #CCC;
	font-size: 80%;	
}

/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}

/********************* end **********************/





