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

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Optima, "Zapf Humanist 601", Verdana, "Trebuchet MS", Sans-serif;
	color: #333333;
	line-height: 1.;
	padding: 0px;
	font-size: 100%;
	background-image: url(../nav/bg_grad.jpg);
	width: 900px;
	background-repeat: repeat-x;
	background-color: #C9CFD2;
	margin-top: - 5%;
	margin-right: auto;
	margin-left: auto;

}

/******* 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 150%;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}

h2{
	color: #000000;
	font-size: 125%;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0px;
}

h3{
	color: #334d55;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: -.02em;
}

h4{
	font: 100%;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

h5{
	font: 100%;
	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;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#masthead {
	width:800px;
	height: 35px;
	margin-top: 6px;
	float: left;
	color: #FFFFFF;
	font-weight: lighter;
	letter-spacing: -0.04em;
	filter: DropShadow(Color="", OffX=2, OffY=2, Positive=2);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	font-size: 250%;
}

#Div_MooseTop {
}


#pagecell1 {
	background-color: #FFFFFF;
	margin-top: 10px;
}

#tl {
	z-index: 100;
	visibility: visible;
}

#tr {
	z-index: 100;
	visibility: visible;
	float: right;
}

#pageNav{
	float: left;
	width:18%;
	background-color: #FFFFFF;
	border-right: 0 px solid #cccccc;
	border-bottom: 0 px solid #cccccc;
	margin-right: 0px;
	font-size: 85%;
}

#content{
	border-left: 1px solid #ccd2d2;
	margin-left: 19%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 0px;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/


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

#pageName{
	border-bottom:1px solid #ccd2d2;
	padding-left: 20%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.sideBarPhotoTopClass {
	margin-left: 20%;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
}

#pageName h2{
	color: #000000;
	padding: 0px;
	font-style: normal;
	font-size: 150%;
	margin-top: .5em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#pageName img{
	position: absolute;
	top: -151px;
	right: 61px;
	padding: 0px;
	margin: 0px;
	visibility: visible;
}

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

#globalNav{
position: relative;
width: 100%;
min-width: 640px;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image: url(glbnav_background.gif);
}

#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;
	min-width: 640px;
	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{
  	background-image: url(glblnav_selected.gif);
	text-decoration: none;
}

.skipLinks {display: none;}
*/
/************ subglobalNav styles *************

.subglobalNav{
	position: absolute;
	top: 84px;
	left: 0px;
	min-width: 640px;
	height: 1px;
	padding: 0px 0px 0px 10px;
	visibility: visible;
	color: #ffffff;
}

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

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

*/

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

.feature{
	padding: 0px 0px 0px 0px;
	font-size: 100%;
	min-height: 150px;
}

.feature h3{
	color: #000000;
	padding: 0px;
	line-height: 85%;
	font-size: 110%;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: .5em;
}




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

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	text-align: right;
}

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


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

#sectionLinks{
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;	
	color: white;
	background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
	background: -moz-linear-gradient(top, #3e779d, #65a9d7);
}

 #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);
	color: #21536A;*/
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #FFFFFF;
	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; 
}


.featureIMG_Right {
	float: right;
	margin-top: 5%;
	margin-right: 0%;
	margin-bottom: 5%;
	margin-left: 5%;
}
.featureP2 {
	margin-top: 0px;
	text-indent: 2em;
	margin-bottom: 0px;
}
.featureP1 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.featureLinks {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 0.9em;
	line-height: 1.1em;
}
.featureH2_1 {
	margin-top: 0px;
	margin-bottom: .5em;
}
.pageNav_Contact {
	font-size: 75%;
}
.pageNavContactDIV {
	vertical-align: bottom;
}
.featureIMG_Left {
	float: right;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 12px;
}
.featureIMG_Left_1 {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 12px;
}

.featureH3_1 {
	margin-top: 0px;
}
.featureLinksBox {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	float: none;
	background-color: #E6E6E6;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 1%;
}
.featureHR {
	margin: 0px;
}

table
{
border-collapse: collapse;
empty-cells: show
}

initcap
{
float:left;
width:0.7em;
font-size:4em;
font-family:algerian,courier;
line-height:80%;
}


.sidebarPhotoTop {
	margin-left: 20%;
}

.button { 
	border-top: 1px solid #96d1f8; 
	background: #65a9d7; 
	background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7)); 
	background: -moz-linear-gradient(top, #3e779d, #65a9d7); 
	padding: 5.5px 11px; 
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
	border-radius: 8px; 
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0; 
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0; 
	box-shadow: rgba(0,0,0,1) 0 1px 0; 
	text-shadow: rgba(0,0,0,.4) 0 1px 0; 
	color: white; 
	font-size: 11px; 
 	text-decoration: none; 
	vertical-align: middle; 
	} 
.button:hover { border-top-color: #28597a; background: #28597a; color: #ccc; } 
.button:active { border-top-color: #1b435e; background: #1b435e; }