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

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial, sans-serif;
	color: #333333;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF fixed;
	font-size: 12px;
}
a:link, a:visited{
	color: #091C5A;
	text-decoration: none;
}

h2{
	font: bold 12pt/normal Arial, Helvetica, sans-serif;
	color: #091C5A;
	margin: 0px;
	top: 5px;
	padding-top: 5px;
	}

h3{
	font: bold 12pt Arial, sans-serif;
	color: #091C5A;
	margin: 0px;
	padding: 0px;
	top: 5px;
	bottom: 5px;
}

h4{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}

h5{
 font: 8pt Arial, sans-serif;
 color: #333333;
}

h6{
 font: 100% Arial,sans-serif;
 color: #334d55;
}


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

ul{
	list-style-type: disc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #666666;
	font-style: normal;
	list-style-position: outside;
}

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

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

form {
	background-color: #FFFFFF;
	border: #666666;
	}

label{
	font: bold 1em Arial, sans-serif;
	color: #333333;
	border: #FF0000;
}
				
input{
	font-family: Arial,sans-serif;
	border: 1px ridge #FFE812;
	background-color: #FFFFFF;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#PageLayout{
	position:absolute;
	top: 234px;
	left: 10%;
	right: 2%;
	width:80%;
	background-color: #FFFFFF;
	visibility: visible;
	height: 537px;
}

#TouchLeft {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	background-image: url(../Images/tl_curve_white.gif);
}

#TouchRight {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	background-image: url(Images/tr_curve_white.gif);
}

#BorderLayout{
	position: absolute;
	top: 192px;
	left: 10%;
	right: 2%;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: ridge;
	border-bottom-color: #FFE812;
	background-image: url(Images/glbnav_background.gif);
	visibility: visible;
	overflow: visible;
	width: 80%;
	
}

#MenuLayout{
	float: left;
	width:225px;
	padding: 2px;
	background-color: #D1D7D7;
	border-right: 1px solid #FFE812;
	border-bottom: 1px solid #FFE812;
}

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


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

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

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

/************* BorderNavigation styles ****************/

#BorderNav{
	position: relative;
	width: 100%;
	height: 35px;
	color: #cccccc;
	background-image:  url(Images/glbnav_background.gif);
	border-bottom-color: #FFE812;
	visibility: hidden;
}
#gnl {
	position: absolute;
	}
#gnr {
	position: absolute;
	top: 0px;
	right:0px;
	visibility: visible;
}

#BorderLink{
	position: absolute;
	top: 6px;
	height: 22px;
	width: 640px;
	padding: 0px;
	margin: 0px;
	left: 8px;
	z-index: 100;
	text-decoration: none;
	visibility: visible;
}
a.BLink, a.BLink:visited{
	font-size: small;
	color: #091C5A;
	font-weight: bold;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #999999;
}

a.BLink:hover{
	background-image:  url(Images/glblnav_selected.gif);
	color: #333333;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFE812;
}
/************* Main Services Styles ****************/
a.Services.visited {
border-bottom width: 1px; 
border-bottom-color:#FFE812; 
border-bottom-style:solid
}

a.Services.hover {
color:#CCCCCC
}

a.Services.link {
color:#091C5A
}

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

.MainHeading{
	font: bold normal 18px/normal Arial, Helvetica, sans-serif;
	color: #091C5A;
	border-bottom-style: solid;
	width: auto;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-color: #FFFF00;
	border-bottom-width: thin;
}

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 12px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
}
html>body.feature {
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}
/*************** story styles ******************/

.story {
	padding: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	border: none;
	list-style-type: circle;
	margin: 0px;
}
.story p {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: outside;
	list-style-type: circle;
}

.story a.capsule{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #091C5A;
	display:block;
	padding-bottom: 5px;
}


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

#siteInfo{
	clear: both;
	border-top: 1px none #FFE812;
	font-size: small;
	color: #cccccc;
	padding: 2px;
	margin-top: 0px;
	background-color: #FFFFFF;
}


/************ MenuLinks styles **************/

#MenuLinks{
	margin: 0px;
	padding: 0px;
	border: none;
	right: 10px;
}

#MenuLinks a:link, #MenuLinks a:visited {
	display: block;
	background-image:  url(Images/glbnav_menubackground.gif);
	font-weight: bold;
	padding: 5px;
	color: #091C5A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 0px none;
	text-decoration: none;
	margin: 2px;
}

#MenuLinks a:hover{
	background-image: url(Images/PI_Menu_Back.gif);
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border: 0px none #cccccc;
}
/***************Top Border****************/
.PI_Sections {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	top: 0px;
	border: thin none;
	padding: 7px 0px;
}
/********************* end **********************/
.Footer {
	color: #091C5A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	top: 0px;
	padding: 7px 0px 0px;
}
.story h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: normal;
	background-color: #E8E8E8;
	border-top: 1px double #666666;
	border-bottom: 1px groove #FFE812;
	top: 30px;
	bottom: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	text-indent: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
}
.Bullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFE812;
	list-style-position: inside;
	list-style-type: disc;
	list-style-image: none;
	right: 0px;
	top: 0px;
	padding-bottom: 15px;
}
a:hover {

	color: #FFE812;
	text-decoration: none;
}
.tableBullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
