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

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #ccc;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	
}

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

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

a:hover{
	color: #ccc889;
	text-decoration: none;
}
a:visited:hover{
	color: #FFFFFF;
	text-decoration: none;
}



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

h1{
	font: Arial,sans-serif;
	color: #FFFFFF;
	margin: 0px;
	padding: 3px;
	font-size: 20px;
	text-align: center;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #ccc;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

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

h5{
 font: 100% Arial,sans-serif;
 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                                 */
/***********************************************/


#pagecell1{
	margin-left:5px;
	background: url(images/background.jpg);
	width: 640px;
	height: 370px;
	background-color: #ab2f1f;
	border-bottom:solid 1px #ccc;
	border-top:solid 1px #CCC;
	}
#masthead{
margin-left:5px;
text-decoration: none;
border-bottom: 1px solid #CCC;	
}
.contents { 
		position: relative; 
		width: 650px; 
		margin: auto; 
		padding: 20px 0px 20px 0px; 
		 
	}


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


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

#globalNav{

padding: 0px;
margin: 0px;
background-color:#ab2f1f;
}

.globalLink {

	height: 19px;

}

/************** feature styles *****************/
#menu{
font-size:80%;
}
#menu ul{
	list-style:  inside;
	font: 12px;
	color: #000000;
	margin-left: 5px;
	padding: 0px 5px 0px 5px;
	text-align: left;
	}
#menu h2{
font-size: 18px;
color:#ccc889;
}	
.menu1{
text-align: center;
float: left;
width: 300px;
height: 300px;
margin: 5px 5px 5px 10px;
border-right: 1px solid #000;

}
.menu2{
text-align: center;
Float: left;
width:300px;
height: 300px;
margin: 5px 5px 5px 5px;
border-left: 1px solid #000;
}
.form{
text-align: left;
Float: left;
width:300px;
height: 300px;
margin: 5px 5px 5px 5px;

}
.feature{
	
	font-size: 80%;
}

.feature h5{
	width: 200px;
    float: left;
	clear: left;
	font-size: 12px;
	color: #CCC;
	margin: 0px 0px 0px 10px;
	Padding: 3px;
	text-align: center;
 	
}
.feature h4{
	width: 220px;
    float: left;
	font-size: 12px;
	color: #CCC;
	padding: 0px 0px 0px 10px;
	text-align: center;
	
}
.feature h1{
	width: 220px;
    float: left;
	font-size: 24px;
	color: #CCC;
	padding: 10px 0px 0px 10px;
	text-align: left;
	
}

.feature h3{
	width: 210px;
    float: left;
	clear: left;
	font: bold 120% Arial,sans-serif;
	color: #CCC;
	padding: 10px 0px 10px 10px;
	text-align: center;
	
}

.feature ul{
	width: 220px;
	list-style: none;
    float: left;
	clear: left;
	font: 12px;
	color: #CCC;
	margin-left: 5px;
	padding: 3px;
	text-align: center;
	border: 1px solid #ccc;
	background-color:#000000;
	}


.feature img{
	border: 0px solid #ccc;
	float: right;
	padding: 3px 3px 3px 3px;
	border: 0px solid #ccc
}
.feature p{
float: left;
clear: left;
font-size: 12px;
padding: 0px 0px 0px 5px;
width: 220px;
text-align: left;
border: 0px solid #000000;
}
.feature table{
	width: 220px;
	list-style: none;
    float: left;
	clear: left;
	font: 12px;
	color: #CCC;
	margin-left: 5px;

	}

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

#siteInfo{
	width: 640px;
	margin-left: 5px;
	padding-top: 5px;
	position: relative;
	clear: both;
	font-size: 70%;
	color: #000000;
	text-align: center;
	
}
#siteInfo a:link, a:visited{
	color: #ab4142;
	text-decoration: none;
}

#siteInfo a:hover{
	color: #ccc889;
	text-decoration: none;
}

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