/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

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

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

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	text-align: right;
}

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

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

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

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 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: 210px;
	left: 10%;
	right: 10%;
	width: 80%;
	visibility: visible;
	background-color: #e1e1e1;
}
#pagecell2 {
	position: relative;
	width: 100%;
	visibility: visible;
	background-color: #e1e1e1;
	top: 215px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}


#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;
	align: center;
	top: 0px;
	left: 10%;
	right: 10%;
	width: 80%;
	height: 150px;
	visibility: visible;
	
}

#masthead2{
	position: absolute;
	align: center;
	top: 0px;
	width: 100%;
	height: 200px;
	visibility: visible;
	background: #fff url(/xero/images/skins/shiny/front_repeated_bg.png) repeat-x center -15px;
	
}

/********************* end **********************/
.pagewidth {
	width: 1140px;
	margin-left: auto;
	margin-right: auto;
	top: 15px;
	background: #F5f7f7;
}


#cedialogo{
	position: left;
	visibility: hidden;
	align: left;
	top: 0px;
	width: 200px;
	height: 150px;
	visibility: visible;
	
}

#pageNav{
	float: left;
	width:200px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 200px;
	border-left: 1px solid #ccd2d2;
}


#contenthome{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-color: e1e1e1;
}

#contenthome img{
	border-color: e1e1e1;
	position: relative;
	border-collapse: collapse;
}

/***********************************************/
/* 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: 20px;
	right: 5%;
	color: #919999;
	width: 200px;
}

#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;
	background-color: #F5f7f7;
}
#AnthempageName {
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
	background-color: #F5f7f7;
}
#pageName2 {
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
	background-color: #F5f7f7;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}
#AnthempageName h2 {
	font: bold 175% Arial,sans-serif;
	color: #06F;
	padding: 0px;
	margin-left: 220px;
}
#pageName2 h2 {
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 5px;
	right: 2%;
	padding: 0px;
	margin: 0px;
	width: 107;
	height: 80;
}
#AnthempageName img {
	position: absolute;
	top: 5px;
	right: 2%;
	padding: 0px;
	margin: 0px;
	width: 107;
	height: 80;
}
#pageName2 img {
	position: absolute;
	top: 20px;
	padding: 0px;
	margin: 0px;
	width: auto;
	height: auto;
	float: right;
}
#pageName1{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

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

#pageName1 img{
	position: absolute;
	top: -20px;
	right: 2%;
	padding: 0px;
	margin: 0px;
	width: auto;
	height: auto;
}

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

#globalNav{
position: relative;
width: 100%;
min-width: 640px;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
top: -15px;
background-image:  url("glbnav_background.gif");
}
#globalNavnew {
	position: relative;
	width: 100%;
	height: 45px;
	padding: 0px;
	top: -15px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #006F9A;
}




#globalNav img{
	margin-bottom: -4px;
}
#globalNavnew 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: 5px;
	right: 5px;
	z-index: 100;
	width: 99%;
}
#globalLinknew {
	top: 6px;
	padding: 0 0 0 5px;
	z-index: 100;
	width: 1000px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}



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("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;
}

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

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

/*************** 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: 10px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
	background-color: #F5f7f7;
}


#breadCrumb a{
	color: #AAAAAA;
}

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


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

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
	text-align: justify;
}

.featuremm {
	padding: 0px 0px 0px 0px;
	font-size: 80%;
	min-height: 200px;
}

.featuremm a{
	color: #000;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}
.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}
.anthemfeature {
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	min-height: 400px;
	text-align: justify;
	width: 740px;
	margin-left: 90px;
}
.anthemfeature h3 {
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 10px 0px 5px 0px;
}
.anthemfeature img {
	float: left;
	padding-bottom: 20px;
}
.anthemleftfeature {
	padding: 2px 2px 2px 2px;
	font-size: 80%;
	min-height: 400px;
	text-align: justify;
	width: 250px;
	float: right;
	margin-right: 20px;
}
.anthemleftfeature h2 {
	margin-top: 15px;
	font-size: large;
	color: #06F;
}
.anthempagefeature {
	padding: 5px 10px 10px 10px;
	font-size: 80%;
	min-height: 1000px;
	text-align: justify;
	width: 600px;
	margin-left: 23px;
	list-style-type: circle;
}
.anthempagefeature h3 {
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 10px 0px 5px 0px;
}
.anthempagefeature h6 {
	font: 120% Arial,sans-serif;
	color: #333;
	padding: 0px 0px 0px 0px;
}
.anthempagefeature h6 strong {
	font: bold 120% Arial,sans-serif;
	color: #F00;
	padding: 0px 0px 0px 0px;
}
.anthempagefeature img {
	float: left;
	padding-bottom: 20px;
}


/*************** 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: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}
.anthemstory {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}
.anthemstory h3 {
	font: bold 125% Arial,sans-serif;
	color: #000000;
	padding-top: 20px;
}
.anthemstory p {
	padding: 0px 0px 10px 0px;
}
.anthemstory a.capsule {
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}
.anthemstory a.capsule:hover {
	text-decoration: underline;
}

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

td.imgRight{
	align: center;
	width: 300px;
}

td.imgRight1{
	align: center;
	width: 300px;
	background-color: #CCCCCC;
}
td.imgRight2 {
	align: center;
	width: 400px;
}
td.imgRight3 {
	align: center;
	width: 400px;
	background-color: #CCCCCC;
}

td.storyLeft1{
	padding-right: 10px;
	background-color: #CCCCCC;
}
td.storyLeft1 ul {
	padding-right: 10px;
	background-color: #CCCCCC;
	list-style-type: circle;
	min-width: 200px;
	float: left;
	margin-top: -10px;
}
.anthemhome {
	background-color: #EEEEEE;
	width: 450px;
	float: left;
	border: outset #000000 1px;
	height: 145px;
}
#anthemleft {
	min-height: 175px;
}
#anthemright {
	min-height: 175px;
}
#anthemleft img {
	float: left;
	padding-right: 5px;
}
#anthemright img {
	float: right;
	padding-left: 5px;
}
.anthemhome img {
	padding-bottom: 10px;
	margin-top: -1px;
}
.anthemhome ul {
	padding-right: 10px;
	list-style-type: none;
	float: left;
	width: 100px;
	font-size: 12px;
	line-height: 2;
	font-weight: bold;
	margin-bottom: -20px;
}
.anthemhomeright {
	background-color: #EEEEEE;
	width: 450px;
	float: left;
	border: outset #000000 1px;
	margin-left: 10px;
	height: 145px;
	background-image: url(Images/statementbg.jpg);
}
.anthemhomeright img {
	padding-bottom: 10px;
	margin-top: -1px;
}
.anthemhomeright ul {
	padding-right: 10px;
	list-style-type: none;
	float: left;
	width: 100px;
	font-size: 12px;
	line-height: 2;
	font-weight: bold;
}

td.imgHome{
	align: center;
	width: 50%;
}
/************** siteInfo styles ****************/

#siteInfo{
	clear: left;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
	background-color: #F5f7f7;
}

#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("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 h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}


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

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}
.nobullets   ul li{
	list-style-image: none;
	list-style-type: none;
}
.nobullets h2 {
	color: #F00;
	margin: 10px 0px -15px 0px;
}
.nobullets p {
	margin: 15px 0px 0px 0px;
}
.nobullets table {
	margin: 20px 0px 5px 0px;
	border: solid black 1px;
}

