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

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.2;
	padding: 0px;
	width: 980px;
	margin: 0 auto 0 auto;
	background: #ffffff;
	background-image:url(3/backgroundpatternfade.png);
	background-repeat:repeat-y;
	background-position:center;
}

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

a:link, a:visited{
	color: #365f84;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

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

h1{
 font: bold 120% Arial,sans-serif;
 color: #006699;
 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: #000000;
 margin: 0px;
 padding: 0px;
}

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

h5{
 font: 100% Arial,sans-serif;
 color: #006699;
 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;
}

li{
	margin-bottom: 12px;
}	


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 150px;
	width: 980px;
	background:#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;
	width: 980px;
}

#pageNav{
	float: left;
	width: 150px;
	padding: 0px;
	
	font: 14px Arial, Verdana;
}

#pagesubNav{
	float: right;
	width: 120px;
	padding: 0px;
	margin: 0px 0px 0px 5px;
	background-color: #ffffff;
	border-left: 1px solid #000000;
	text-align: right;
	font: 12px Arial, Verdana;
}

#pagesubNav p{
	padding: 0px;
	margin: 5px 5px 0px 0px;
	font: 12px Verdana;
	text-align: right;
}


#content{
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 0px 160px;
	width: 640px;
	text-align: top;
	top: 0px;
}

#headlines{
	position:relative;
    float: right;
	left: 0px;
	width: 160px;
	background-color:#fff;
	padding-right: 5px;
}		

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

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

#utility{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	top: 80px;
	left: 0px;
	font-size: 12px;
	text-align: left;
	padding: 7px 0px 0px 0px;
	width: 980px;
}

#utility a{
	color: #000000;
	margin: 0px 5px 0px 5px;
	font-weight: bold;
}

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

/************** utility2 styles *****************/

#utility2{
	font: 70% Verdana,sans-serif;
	position: absolute;
	top: 105px;
	right: 10px;
	padding: 0px;
	float: right;
	text-align: right;
}

#utility2 a{
	color: #000000;
}

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

/************** utilitytop styles *****************/

#utilitytop{
	font: 70% Verdana,sans-serif;
	position: absolute;
	top: 10px;
	right: 0px;
	padding: 0px 5px 0px 5px;
	float: right;
	text-align: right;
	-moz-border-radius: 5px; 
 	-webkit-border-radius: 5px; 
	border-radius: 5px;
 	-webkit-box-shadow: 0px 1px 5px #333;
	-moz-box-shadow: 0px 1px 5px #333;
 	box-shadow: 0px 1px 5px #333;
	background-color: rgb(177,185,194); /* IE only */
 	background-color: rgba(177,185,194,0.1); 
}

#utilitytop a{
	color: #000000;
}

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


/************** dropdown styles *****************/

#dropdown{
	font: 80% Verdana,sans-serif;
	position: absolute;
	top: 0px;
	right: 10px;
	color: #000000;
}

#dropdown a{
	color: #ffffff;
}

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

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

#pageName{
	padding: 10px 0px 20px 10px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #ccc;	
}

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

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

/************* dropdown style ****************/

#dropdown{
  position: relative;
  float: right;
  text-align: left;
  }

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

#globalNav{
	position: relative;
	width: 100%;
	height: 32px;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
}

#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;
	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{
	text-decoration: none;
}

.skipLinks {display: none;}

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

.subglobalNav{
	position: absolute;
	top: 84px;
	left: 0px;
	/*width: 100%;*/
	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: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
	float: right;
}

#breadCrumb a{
	color: #AAAAAA;
}

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


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

.feature{
	font-size: 80%;
	top: 0px;
	border: 1px solid #ccc; 
 	padding: 10px;	
 	-webkit-box-shadow: 0px 1px 5px #ccc;
 	-moz-box-shadow: 0px 1px 5px #ccc;
 	box-shadow: 0px 1px 5px #ccc;
	-moz-border-radius: 5px; 
 	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #edf1f3;
}
html>body .feature {height: auto;}

.feature h1{
	font: bold 130% Verdana;
	color: #fff;
	background: #000;
	padding: 10px;
	-moz-border-radius: 5px; 
 	-webkit-border-radius: 5px;
	border-radius: 5px;
    text-shadow: 1px 1px 1px #999;
    font-weight: bold;
	-webkit-box-shadow: 0px 4px 4px #999;
	-moz-box-shadow: 0px 4px 4px #999;
 	box-shadow: 0px 4px 4px #999;
}

.feature h2{
	font: bold 105% Verdana;
	color: #006699;
	padding: 10px 0px 5px 0px;
}

.feature h3{
	font: bold 140% Arial,sans-serif;
	color: #000000;
	padding: 10px 0px 10px 5px;
	border-bottom: 1px dashed;
}

.feature h4{
	font: bold 110% Verdana;
	color: #000;
	border-bottom: 1px dotted #000;
	padding: 25px 0px 10px 1px;
	margin-bottom: 5px;
}

.feature h5{
	font: bold 102% Verdana;
	color: #336699;
	padding: 0px;
	margin: 20px 0px 5px 10px;
}

.feature h6{
	font: bold 102% Arial;
	color: #000000;
	padding: 0px 0px 0px 8px;
}

.feature img{
	padding: 0px 0px 0px 0px;
}


/*************** 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;
}

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


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

#siteInfo{
	clear: both;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #075698;
	padding: 10px;
	margin-top: 30px;
	border-top: 1px dotted #cccccc; 
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ sectionLinks styles **************/

#sectionLinks{
	padding: 0px;
	font: bold 90% Verdana, Arial, Helvetica, sans-serif;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	color: #000000;
}

#sectionLinks a:link, #sectionLinks a:visited{
	display: block;
	border-bottom: 1px #cccccc dotted;
	padding: 3px 0px 3px 10px;
	text-decoration: none;
	color: #000000;
}

#sectionLinks a:hover{
	
	background-color: #ccc;
	text-decoration: none;
	color: #000;
}

#sectionLinks #currentpage a{
	
	background-color : #ffffff;
	padding : 3px 0 3px 10px;
	text-decoration : none;
	color : #000000;
}


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

.relatedLinks{
	margin-top: 10px;
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #ffffff;
	background-color: #fff;
	font-size: 90%;
}

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

.relatedLinks a{
	display: block; 
}


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

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}

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

/************** #headlines styles **************/

#headlines{
	margin-left: 5px;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}

#headlines p{
	padding: 0px;
}

#headlines img{
	float: left;
	padding: 0px 5px 5px 0px;
}

#headlines h1{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0px 5px 5px;
	background-color: #000;
 	-moz-border-radius: 5px; 
 	-webkit-border-radius: 5px;
	border-radius: 5px; 
	-webkit-box-shadow: 0px 2px 2px #999;
	-moz-box-shadow: 0px 2px 2px #999;
 	box-shadow: 0px 2px 2px #999;
}

#headlines a{
	color: #075698;
}


/**********************************************/

#feature h2{
	font: bold 100% Verdana;
	color: #006699;
	padding: 10px 0px 5px 0px;
	border: 1px;
}

/* object stuff here */

/* hides the second object from all versions of IE */
* html object.mov {
	display: none;
}

/* displays the second object in all versions of IE apart from 5 on PC */
* html object.mov/**/ {
	display: inline;
}

/* hides the second object from all versions of IE >= 5.5 */
* html object.mov {
	display/**/: none;
}


/*********** boxed style for quotes ***********/

.boxed{
	font: 98% verdana,arial;
	color: #000000;
	width: 560px;
	margin: 25px 50px 25px 20px;
	padding: 5px;
	background-color:#dfe3e9; /* default background for browsers without gradient support */
	border: 1px dotted;
	
	/* css3 */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	/* NOTE: webkit gradient implementation is not as per spec */
	background:-webkit-gradient(linear, left top, left bottom, from(#dfe3e9), to(#dedbdb));
	background:-moz-linear-gradient(top, #dfe3e9, #dedbdb);
	background:-o-linear-gradient(top, #dfe3e9, #dedbdb);
	background:linear-gradient(top, #dfe3e9, #dedbdb);
	-webkit-box-shadow: 0px 1px 1px #999;
	-moz-box-shadow: 0px 1px 1px #999;
	box-shadow: 0px 1px 1px #999;
	
	
}

.boxed h1{
	font: bold 105% verdana;
	color: #000000;
	padding: 2px 0px 0px 2px;
}


	
/********* form css styles *************/

.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
top: 0px;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

/******** css script from http://www.dynamicdrive.com/style/csslibrary/item/css-tableless-form/ ********/



.roundcont {
	width: 980px;
	background-color: #ffffff;
	color: #000000;
}

.roundcont p {
	margin: 5px 5px 5px 5px;
}

.roundtop { 
	background: url(images/tr_curve_white.gif) no-repeat top right; 
}

.roundbottom {
	background: url(images/br_curve_white.gif) no-repeat top right; 
}

img.corner {
   width: 6px;
   height: 6px;
   border: none;
   display: block !important;
}


/***** CSS to make a row of floating elements *****/

div.floatrow {
  float: left;
  width: 250px;
  padding-left: 10px;
}
  
div.floatrow p {
   width: 250px;
   text-align: left;
   pading-right: 10px;
}

div.container {
  width: 780px;
  background-color: #fff;
}

div.spacer {
  clear: both;
}
  
  
.textmiddle {
	vertical-align:middle;
}

.date {
	font:Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-align: right;  
}	
  
/***** Shark float top menu, not used in v3 *****/

#shark{
	position: absolute;
	top: 10px;
	left: 400px;
	float: left;
}
 
 
/***** floats *****/

.floatleft {
	float: left;
	padding: 5px;
	margin-right: 5px;
}	

.floatright {
	float: right;
	padding: 5px;
	margin-left: 5px;
}	



/***** adobe pdf float *****/

.adobefloat {
	position: absolute;
	float: right;
	top: 70px;
	right: 200px;
}	
	
.adobefloat p {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	vertical-align:middle;
} 
  

/***** CSS3 styles *****/

.rounded {
 background-color: #b5bdc6;
 -moz-border-radius: 5px; 
 -webkit-border-radius: 5px; 
 border: 1px solid #000; 
 padding: 10px;	
 -webkit-box-shadow: 0px 1px 5px #ccc;
 -moz-box-shadow: 0px 1px 5px #ccc;
 box-shadow: 0px 1px 5px #ccc;
 display: block;
 border-radius: 5px;
 -webkit-box-shadow: 0px 4px 4px #999;
 -moz-box-shadow: 0px 4px 4px #999;
 box-shadow: 0px 4px 4px #999;
}	

.input {
 background-color: #fff; 
 -moz-border-radius: 3px; 
 -webkit-border-radius: 3px;
 border-radius: 3px;
 padding: 3px;
 border: 1px solid #000; 
}

.links {
 background-color:#ccc;
 -moz-border-radius: 5px; 
 -webkit-border-radius: 5px; 
 border: 1px solid #000; 
 padding: 10px;	
 -webkit-box-shadow: 0px 1px 5px #ccc;
 -moz-box-shadow: 0px 1px 5px #ccc;
 box-shadow: 0px 1px 5px #ccc;
 display: block;
}	

.rounded header {
 background-color: #ccc; 
 -moz-border-radius: 5px; 
 -webkit-border-radius: 5px; 
 border: 1px solid #000; 
 padding: 10px;	
 -webkit-box-shadow: 0px 1px 5px #ccc;
 -moz-box-shadow: 0px 1px 5px #ccc;
 box-shadow: 0px 1px 5px #ccc;
 display: block;
 width: 700px;
}	


.biblequote {
	position:relative;
	padding:15px;
	margin:1em 0 1.5em;
	color:#000;
	background:#cce0e9; /* default background for browsers without gradient support */
	
	/* css3 */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	/* NOTE: webkit gradient implementation is not as per spec */
	background:-webkit-gradient(linear, left top, left bottom, from(#edf1f3), to(#b1b9c2));
	background:-moz-linear-gradient(top, #edf1f3, #b1b9c2);
	background:-o-linear-gradient(top, #edf1f3, #b1b9c2);
	background:linear-gradient(top, #edf1f3, #b1b9c2);
	-webkit-box-shadow: 0px 1px 5px #ccc;
	-moz-box-shadow: 0px 1px 5px #ccc;
	box-shadow: 0px 1px 5px #ccc;
}	

.icon {
	position:relative;
	padding:15px;
	margin:1em 0 1.5em;
	color:#000;
	background:#edf1f3; /* default background for browsers without gradient support */
	
	/* css3 */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	/* NOTE: webkit gradient implementation is not as per spec */
	background:-webkit-gradient(linear, left top, left bottom, from(#edf1f3), to(#afb8c2));
	background:-moz-linear-gradient(top, #edf1f3, #afb8c2);
	background:-o-linear-gradient(top, #edf1f3, #afb8c2);
	background:linear-gradient(top, #edf1f3, #afb8c2);
	-webkit-box-shadow: 0px 1px 5px #ccc;
	-moz-box-shadow: 0px 1px 5px #ccc;
	box-shadow: 0px 1px 5px #ccc;
}	


/* Blue myfishbites color quotes
------------------------------------------ */

.triangle-myfish {
	position:relative;
	padding:15px;
	margin:1em 0 3em;
	color:#000;
	background:#afb9c2; /* default background for browsers without gradient support */
	
	/* css3 */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	/* NOTE: webkit gradient implementation is not as per spec */
	background:-webkit-gradient(linear, left top, left bottom, from(#edf1f3), to(#afb9c2));
	background:-moz-linear-gradient(top, #edf1f3, #afb9c2);
	background:-o-linear-gradient(top, #edf1f3, #afb9c2);
	background:linear-gradient(top, #edf1f3, #afb9c2);
}

/* creates triangle */
.triangle-myfish:after {
	content:"\00a0";
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	bottom:-40px; /* value = - border-top-width - border-bottom-width */
	right:70px; /* controls horizontal position */
	width:0;
	height:0;
	border-width:20px 0 20px 40px; /* vary these values to change the angle of the vertex */
	border-style:solid;
	border-color:#afb9c2 transparent transparent; 
}


/* Blue quote, CSS3
------------------------------------------ */

.triangle-right {
	position:relative;
	padding:15px;
	margin:1em 0 3em;
	color:#fff;
	background:#075698; /* default background for browsers without gradient support */
	
	/* css3 */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	/* NOTE: webkit gradient implementation is not as per spec */
	background:-webkit-gradient(linear, left top, left bottom, from(#2e88c4), to(#075698));
	background:-moz-linear-gradient(top, #2e88c4, #075698);
	background:-o-linear-gradient(top, #2e88c4, #075698);
	background:linear-gradient(top, #2e88c4, #075698);
}

/* creates triangle */
.triangle-right:after {
	content:"\00a0";
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	bottom:-40px; /* value = - border-top-width - border-bottom-width */
	left:50px; /* controls horizontal position */
	width:0;
	height:0;
	border-width:20px 0 20px 20px; /* vary these values to change the angle of the vertex */
	border-style:solid;
	border-color:#075698 transparent transparent; 
}


/* Bubble with an isoceles triangle
------------------------------------------ */

.triangle-isosceles {
	position:relative;
	padding:15px;
	margin:1em 0 3em;
	color:#000;
	background:#f3961c; /* default background for browsers without gradient support */
	
	/* css3 */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	/* NOTE: webkit gradient implementation is not as per spec */
	background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#000));
	background:-moz-linear-gradient(top, #fff, #000);
	background:-o-linear-gradient(top, #fff, #000);
	background:linear-gradient(top, #fff, #000);
}

/* creates triangle */
.triangle-isosceles:after {
	content:"\00a0";
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	bottom:-40px; /* value = - border-top-width - border-bottom-width */
	left:50px; /* controls horizontal position */
	width:0;
	height:0;
	border-width:20px 0 20px 20px; /* vary these values to change the angle of the vertex */
	border-style:solid;
	border-color:#f3961c transparent transparent; 
}

