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

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: tahoma,sans-serif;
	margin: 0px;
	padding: 20px;
	background: #fffffa;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	vertical-align: text-top;
}


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

a:link, a:visited{
	color: #8c5e1c;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	text-decoration: underline;
	font-weight: bold;
}

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

h1{
	letter-spacing:2px;
	color: #ffffff;
	margin: 0px 0px -5px 0px;
	padding: 0px;
	text-align: left;
	vertical-align: sub;
	line-height: 35px;
	font-family: tahoma, sans-serif;
	font-size: 36px;
	font-weight: bold;
}

h2{
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: super;
	line-height: 24px;
	height: auto;
	font-family: tahoma, sans-serif;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 5px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #858c8c;
}


/*************** 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 Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	margin-top: 10px;
	margin-bottom: 10px;
}

#tl {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	width: 5px;
	height: 20px;
}

#tr {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	width: 5px;
	height: 20px;
}

.masthead{
	background-color: #f2d230;
	height: 80px;
	width: 80%;
	margin: 0px;
	padding: 0px;
}
.sitename {
	padding: 0px;
	margin: 0;
}
.sitename img {
	padding: 0px 5px 0px 0px;
}

#pageNav{
	float: left;
	padding: 20px 0px 0px 0px;
	width: 120px;
	vertical-align: top;
	font-family: tahoma;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	}

#content{
	padding: 20px 0px 0px 0px;
	margin:0px;
	vertical-align: top;
}
/**************** advert styles *****************/

#advert{
	padding: 20px 0px 0px 0px;
	right: 0px;
	height: 100%;
	font-size: 12px;
	width: 125px;
	vertical-align: top;
}
#advert img {
	position: relative;
	margin: 0px;
}
#advert p {
	margin: 5px;
}


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

.feature{
	padding: 0px 10px 5px 10px;
	height: auto;
	float: left;
	width: auto;
	font-family: arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}

.feature h3{
	color: #09a4b3;
	padding: 0px 0px 0px 0px;
	font-family: arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}

.address {
	font-family: arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding: 0px;
	float: none;
	line-height: 12px;
	width: auto;
	height: auto;
	border-bottom: dotted #09a4b3 1px;
}	
.address h3{
	color: #09a4b3;
	padding: 0px 0px 0px 0px;
	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.address h3 a:link, h3 a:visited{
	color: #09a4b3;
	text-decoration: none;
	font-weight: bold;
}

.address h3 a:hover{
	color: #09a4b3;
	text-decoration: underline;
	font-weight: bold;
}

.address img{
	margin: 0px;
	padding: 0px;
}

/************** utility styles *****************/

#utility{
	clear: both;
	font-size: 10px;
	color: #858c8c;
	position: relative;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	text-align: center;
	vertical-align: middle;
	line-height: 15px;
	visibility: hidden;
	font-family: tahoma;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

#utility a:link, #utility a:visited {
	font-size: 10px;
	font-weight: normal;
	color: #858c8c;
}

#utility a:hover{
	text-decoration: underline;
}

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

#siteInfo{
	clear: both;
	font-size: 10px;
	color: #cccccc;
	position: relative;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	text-align: center;
	line-height: 15px;
	font-family: tahoma;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

#siteInfo a:link, #siteInfo a:visited {
	font-size: 10px;
	font-weight: bold;
	color: #09a4b3;
}

#siteInfo a:hover{
	margin: 0px;
	text-decoration: underline;
}


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

/************** 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 ****************/
.globalLink {
padding : 0px;
margin : 0px;
width : 100%;
font-weight : bold;
text-align : center;
background: #000000;
}
.globalNav{
	height: 20px;
	padding: 0px;
	background: #000000;
}
.globalNav img{
	margin-bottom: -2px; 
}


.gnl {
	margin: 0px;
	padding: 0px;
}

.gnr {
	margin: 0px;
	padding: 0px;
}

a.glink, a.glink:visited{
	margin: 0px;
	padding: 1px 5px 1px 5px;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	font-weight: normal;
	font-variant: small-caps;
	font-family: tahoma;
	font-style: normal;
	line-height: normal;
	text-transform: none;
}

a.glink:hover{
	color: #d9912b;	
}


/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 0px 0px 10px 10px;
	line-height: 20px;
	font-size: 10px;
	color: #858c8c;
	width: 100%;
	font-family: Tahoma;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

#breadCrumb a{
	color: #858c8c;
}

#breadCrumb a:hover{
	color: #8c5e1c;
	text-decoration: underline;
}
.couponTable {
	border: 2px dashed #858c8c;
	padding: 10px;
	margin: 10px 0px 20px 0px;
	color: #000000;
	width: 125px;
	text-align: center;
	vertical-align: middle;
}
.couponTable img{
	margin: 0px;
	padding: 0px;
}
