/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #135697 url("../images/bg_blue_100x1.gif");
	background-repeat:repeat-x;
	height:100%;
	width:100%;
}
td.pad10right {
	padding-right:20px;
}
td.pad10 {
	padding-left:15px;
	padding-right:10px;
}
td.pad20 {
	padding-left:30px;
	padding-right:10px;
}
th {
	padding:2px 10px 2px 4px;
	text-align:left;
	border-top:1px solid #02089A;
	border-bottom:3px double #02089A;
}
input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;	
	padding:1px 5px 1px 5px;
	border:1px solid #02089A;
	background-color:#ffffff;		
}
select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border:1px solid #02089A;
	width:220px;	
	padding:2px;
}
option {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
p { margin-top:15px;padding-top:0; }

div.main {
	position:absolute;
	margin:0;
	top:0;
	bottom:0px;
	left:0;
}
/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
/************** header tag styles **************/

h1{
 font: bold 120% 'Trebuchet MS';
 color: #334d55;
 margin: 0px;
 padding: 0px;
}
h2{
 font: bold 120% Verdana;
 color: #006699;
 margin: 0px;
 padding: 0px;
}
h3{
 font: bold 120% 'Trebuchet MS';
 color: #334d55;
 margin: 0px;
 padding: 0px;
}
h4{
 font: 100% 'Trebuchet MS';
 color: #333333;
 margin: 0px;
 padding: 0px;
}
h5{
 font: 100% 'Trebuchet MS';
 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 Verdana,sans-serif;
 color: #334d55;
}			

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
p.start:first-letter { font-size:200%;float:left;vertical-align:text-top;margin-right:1px;font-family:Times; }

sub {font-size:11px;} 
sup {font-size:11px;} 

#pagecell1{
	position:relative;
	top: 110px;
	left: 1%;
	right: 1%;
	width:97.6%;
	height:80%;
	background-color: #ffffff;
	background-image: url("../images/curve_r.gif");
	background-position: top right;
	background-repeat:no-repeat;
}
#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}
#tr {
	position:absolute;
	top: -1px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}
#content{
	padding:10px 20px 20px 15px;
	margin:0px;
	border: 0px solid #000000;
	background-color:#ffffff;
}

/***********************************************/
/* Component Divs                              */
/***********************************************/

/************** utility styles *****************/

#utility{
	font: 10px Verdana,sans-serif;
	position: absolute;
	top: 10px;
	right: 15px;
	color: #eeeeee;
	font-weight:bold;
}

#utility a{
	color: #eeeeee;
}

#utility a:hover{
	text-decoration: underline;
}

/************* globalNav styles ****************/

#globalNav{
	position: absolute;
	top:60px;
	left:0;
	width: 100%;
	min-width: 640px;
	height: 24px;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
	background-image:  url("../images/bg_1x24.gif");
	background-position: 0px 0px;
	background-repeat:repeat-x;
	border-bottom:1px solid #6368C9;
	border-top: 1px solid #BEBEE8;
}

#globalNav img{
	margin-bottom: -4px;
}

#globalLink{
	position: absolute;
	top: 0px;
	height: 24px;
	min-width: 640px;
	width:650px;
	padding: 4px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}

a.glink, a.glink:visited{
	font-family:Arial, Helvetica, sans-serif;
  	font-size: 12px;
	font-weight:bold;
	font-stretch:extra-condensed;
	
  	color: #ffffff;
	margin: 0px;
	padding: 4px 10px 5px 10px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
	text-decoration: none;
	color:#FFFF00;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 90px;
	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: 90%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #ffffff;
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 2px;
	right: 5px;
	z-index: 101;
}

#search input{
  	font-size: 9px;
  	margin: 0px;
	margin-left:400px;
  	padding:0px;
}
#search2{
	position: relative;
}

#search input2{
  	font-size: 11px;
  	margin: 0px;
  	padding:0px;
}
/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 25px;
	font: 90% Verdana,sans-serif;
	color: #333333;
}

#breadCrumb a{
	color: #333333;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}
/************** feature styles *****************/

.feature{
	padding: 0px 10px 10px 10px;
	font-size: 90%;
	min-height: 200px;
	height: 200px;
}
html>body .feature {height: auto;}

.feature h3{
 font: bold Arial,sans-serif;
 font-size:24px;
 font-stretch:expanded;
 text-shadow:#999999;
 font-variant:small-caps;
 color: #334d55;
 margin: 0px;
	color: #000000;
	padding: 0px 0px 5px 0px;
}

.feature img{
	float: left;
	margin: 0px 15px 0px 0px;
	border:1px solid #333333;
	filter: progid:DXImageTransform.Microsoft.Shadow(direction=225,color=#666666,strength=4);
}


/*************** story styles ******************/

.story {
	padding: 0px 10px 10px 10px;
	font-size: 90%;
	border-bottom:0px solid #135697;
}

.story h3{
	padding:0px 10px 3px 20px;
	margin-left:2px;
	font: bold 13px Verdana,sans-serif;
	color: #005FA9;
	border-bottom:2px dotted #005FA9;
	background-image:url("../images/story_arrow.gif");
	background-repeat:no-repeat;
	background-position:2px 2px;
}
.story p {
	padding: 0px 0px 5px 0px;
	margin:5px 0 5px 0;
}
a.capsule {
	padding:1px 10px 1px 12px;
	margin:0px;
	font: bold 11px Verdana,sans-serif;
	color: #ffffff;
	display:block;
	background-color:#005FA9;
	background-image:url("../images/cap_arrow.gif");
	background-position:top left;
	background-repeat:no-repeat;
	border-bottom:3px double #ffffff;
}
a.capsule:hover {
	color: #ffffff;
}
a.capsule:visited {
	color: #ffffff;
}

td.storyLeft{
	padding-right: 12px;
	border-right:2px dotted #135697;
}
td.storyRight{
	padding-left: 12px;
}


/************** siteInfo styles ****************/

.siteInfo{
	font-size: 10px;
	color: #eeeeee;
	padding: 5px 10px 5px 10px;
	margin-top: 0px;
	background-color:#135697;
	border-top:3px double #ffffff;
}

/********************* end **********************/
