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

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial, sans-serif;
	color: #333333;
	line-height: 1.75;
	margin: 0px;
	background-attachment: scroll;
	background-image: url(NewImages/SA_image_060203_6m.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #8C91BB;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

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

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

a:hover{
	text-decoration: underline;
	clip: rect(auto,auto,auto,auto);
}

/************** 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;
 padding: 0px;
}

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

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


h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


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

ul{
	list-style-type: square;
	color: #000000;
}
li {
	color: #000000;
}


ul ul{
	list-style-type: disc;
	color: #000000;
}

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

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

form {
	margin: 0;
	padding: 0;
	position: relative;
	visibility: visible;
	margin-top: 0px;
}
#masthead #globalNav #search .style7 {
	color: #FFFFFF;
	clip: rect(auto,auto,5px,auto);
}


label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:static;
	right: 2%;
	width:98%;
	background-color: #ffffff;
	height: auto;
	float: none;
	overflow: visible;
	visibility: visible;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	visibility: visible;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	visibility: visible;
}

#masthead{
	position: relative;
	top: 0px;
	right: 1px;
	width:98%;
	height: auto;
	visibility: visible;
	float: right;
	overflow: visible;
	
}
#story {
	font-family: "Times New Roman", Times, serif;
	margin-left: 180px;
	margin-right: 2%;
	font-size: 16px;
	font-weight: normal;
	padding-right: 10px;
	padding-left: 25px;
	line-height: normal;
}
td.storyLeft{
	padding-right: 12px;
	line-height: normal;
}


#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;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #000000;
	font-weight: bold;
	font-size: 24px;
	font-style: italic;
	font: "Times New Roman", Times, serif;
}

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

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

#globalNav{
	position: relative;
	width: 755px;
	height: 30px;
	color: #6666FF;
	padding: 0px;
	margin: 0px;
	background-color: #330099;
	overflow: visible;
	visibility: visible;
	left: 7%;
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: -1px;
	left:-6px;
	visibility: visible;
}

#gnr {
	position: absolute;
	top: -1px;
	right:-6px;
	visibility: visible;
}

#globalLink{
	position: relative;
	height: 30px;

	padding: 0px;
	margin: 0px;
	z-index: 100;
	width: 750px;
	left: 2px;
	right: auto;
	top: 2px;
	visibility: visible;
}


a.glink, a.glink:visited{
	font-size: small;
	color: #CCFFFF;
	font-weight: bold;
	margin: 0px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	height: auto;
	width: auto;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #8FB8BC;
}

a.glink:hover{
	background-image: url(NewImages/glblnav_selected.gif);
	text-decoration: none;
	color: #000000;
}

.skipLinks {display: none;}

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

.subglobalNav{
	position: absolute;
	top: 160px;
	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: -1px;
	right: 9px;
	z-index: 100;
	height: 26px;
	visibility: visible;
}

#search input{
	font-size: 70%;
	margin: 0px  0px 0px 10px;
	clip: rect(auto,auto,auto,auto);
	top: 0px;
 }
 
#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: #3300CC;
}

#breadCrumb a{
	color: #3300CC;
	text-decoration: underline;
}
#SpacerBar {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #C4C4C8;
	visibility: visible;
	position: relative;
	height: 4px;
	width: auto;
	background-color: #C4C4C8;
	z-index: 102;
}
#footerlinks {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #0000FF;
	text-decoration: none;
}
#footerlinks a {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #0000FF;
	text-decoration: underline;
}




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


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

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;

	height: 200px;
}
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;
}
#siteName .style1 img {
	background-color: #FFFFFF;
	left: 10px;
	top: 10px;
	z-index: 90;
	clear: both;
	float: left;
	height: 100px;
	width: 54px;
	position: static;
	visibility: visible;
	padding: 5px;
}


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

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #000000;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
#siteInfo a {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
}


#siteInfo img{
	padding: 4px 4px 4px 0px;
}


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

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: none;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #211452;
	background-color: #C4C4C8;
}

#sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: none;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #666666;
	background-color: #C4C4C8;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}
#subsectionLinks a:link {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: none;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #211452;
	background-color: #E7E7E7;
}

#subsectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: none;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #666666;
	background-color: #E7E7E7;
}

#subsectionLinks a:hover {

	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}
font {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}
