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

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	font-family: "Times New Roman", Times, serif; */
/*	font-family: ; */
	color: #FFCC66;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #cccccc url(../images/bg_grad.jpg) fixed;
	background-color: #000000;
}
#wrapper {
	width: 900px;
	margin:0 auto;
	height: 100%;
	padding:0px;
	top:0px;
	min-height:100% ;
	height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
}
/* div#wrapperOuter {
 background:#000;
border: solid 2px #f9d24a;
margin:  1% auto;  
padding:0 auto;
text-align: center;
width: 95%;
}
div#wrapperInner {
 background:#000;
 border: solid 3px #fc6;
margin: 0 auto;
padding: 0;
text-align:center;
 width: 99.5%;
*/
/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #FFCC66;
}

a:hover{
	text-decoration: underline;
}

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

p{
	color: #FFCC66;
}
h1{

 font-size: 130%;
 color: #FFCC66;
 margin: 0px;
 padding: 0px;
 font-weight: bold;
}

h2{
	color: #FFCC66;
	margin: 0px;
	padding: 0px;
	font-size: 125%;
}

h3{
 font-size: 110%;
 color: #FFCC66;
 margin: 0px;
 padding: 0px;
 font-weight: bold;

}

h4{
	font-size: 100%;
	color: #FFCC66;
	padding-top: .5em;
	padding-right: 0px;
	padding-left: 0.5em;
	padding-bottom: .5em;
	line-height: 1.2em;
}

h5{
 font-size: 100%;
 color: #FFCC66;
 margin: 0px;
 padding: 0px;
}


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

ul{
	list-style-type: disc;
	color: #FFCC66;
	line-height: 1.3em;
	letter-spacing: .1em;
	padding-bottom: 1em;
}
ol{
	color: #FFCC66;
	line-height: 1.3em;
	letter-spacing: .1em;
	padding-bottom: 1em;
}
ul ul{
 list-style-type: disc;
}

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

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

form {
	padding: 0;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

label{	
 font-size: 1em;
 color: #FFCC66;
}
				
input{
font-family: "Times New Roman",Times,serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	/* position:absolute; */
	float: left;
	margin: 0 auto;
	/*	top: 112px;
	left: 2%;
	right: 2%; 
	width:95.6%;*/
	background-color: #000000;
	border: thick solid #FFCC66;
	width: 100%;
}

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

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

#masthead{
	/* position: absolute;
	top: 0px;
	left: 2%;
	right: 2%; 
	width:95.6%;*/
	clear: both;
	width: 100%;
	
}

#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	background-color: #000000;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
/*	font: small Verdana,sans-serif; */
	font: 90% "Times New Roman", Times, serif;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px;
	/*border-left: 1px solid #ccd2d2;*/
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: auto 0;
	color: #FFCC66;
	font-weight: normal;
	text-align: center;
	width: 100%;
	background: #000000;
	border: thick solid #FFCC66;
}

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

#utility{
	font: 90% Verdana,sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
	display:none;
}

#utility a{
	color: #ffffff;
}

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

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

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

#pageName h2{
	font-size: 150%;
	color: #FFCC66;
	margin:0px;
	padding-top: .3em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

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

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

#globalNav{
	width: 100%;
	min-width: 640px;
	height: 32px;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/glbnav_background.gif);
	position: relative;
	border-right: thick solid #FFCC66;
	border-left: thick solid #FFCC66;
	border-top-color: #FFCC66;
	border-bottom-color: #FFCC66;
}

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

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	height: 16px;
	min-width: 640px;
	margin: 0px;
	z-index: 100;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}


a.glink, a.glink:visited{
  	font-size: small;
  	color: #FFCC66;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #666666;
}

a.glink:hover{
  	/*background-image: url(../images/glblnav_selected.gif); 
	text-decoration: none;*/
}

.skipLinks {display: none;}

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

.subglobalNav{
	position: absolute;
	top: 84px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
}

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

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

/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 75%;
  margin: 0px  0px 0px 10px;
 }
 
#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: #AAAAAA;
	display: none;
}

#breadCrumb a{
	color: #AAAAAA;
}

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


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

.feature{
	padding: 0px 0px 10px 5px;
	font-size: 95%;
	line-height: 1.3px;
}
.feature p {
	color: #FFCC66;
	line-height: 1.3em;
	letter-spacing: .1em;
	padding-left: .5em;
}

html>body .feature {
	/*height: auto; */
	color: #FFCC66;
}

.feature h3{
	font-size: 1.3em;
	font-weight: normal;
	color: #FFCC66;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: .5em;
}

.feature img{
	float: right;
	text-align: center;
}


/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 1em;
	line-height: 1.3em;
	letter-spacing: 1.6px;
}

.story h3{
	font-size: 135%;
	font-weight: normal;
	color: #FFCC66;
}

.story p {
	color: #FFCC66;
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font-size: 1em;
	font-weight: bold;
	color: #FFCC66;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}


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

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

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


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

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

}

#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(../images/bg_nav.jpg); */
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #FFCC66;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #FFCC66;
	color: #000000;
	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;
	font-size: 95%;
}

.relatedLinks a{
	display: block; 
}


/**************** advert styles *****************/

#advert{
	padding: 10px;
	color: #FFCC66;
}

#advert img{
	display: block;
}

/********************* end **********************/
.featureLeft {
	float: left;
	width: 35%;
	padding-right: 0.5em;
}
.featureRight {
	float: left;
	width: 565px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.sitemap {
	font-size: 1.2em;
	list-style: circle;
}
#map {
	float: right;
	width: 438px;
}
#maptext {
	float: left;
	width: 435px;
	margin-left: 3px;
}
.mainfeature {
	width: 100%;
	padding-right: 1em;
	padding-left: 1em;
}
/* Image DIVs */
.photoleft, .photoLeft {
	float: left;
	margin-right: 1em;
	width: 400px;
}
.photoright, .photoRight {
	float: right;
	width: 400px;
	margin-left: 7px;
	margin-right: 10px;
}
.photoleft250 {
	float: left;
	margin-right: 1em;
	margin-bottom: .5em;
	width: 250px;
	border-bottom: #666666 thin;
	border-right: #666666 thin;
}
.photoright250 {
	float: right;
	width: 250px;
	margin-left: 5px;
}
.photocaption250, .caption250 {
	float: left;
	font-weight: bold;
	font-size: 9px;
	width: 250px;
	margin-right: 4px;
	margin-bottom: 4px;
	clear: both;
	line-height: 1em;
}
.photocaption, .caption {
	float: left;
	font-weight: bold;
	font-size: 9px;
	width: 400px;
	margin-right: 4px;
	clear: both;
	padding-top: 1em;
	padding-bottom: 1em;
	line-height: 1.5em;
}
.photocaption250, .caption250 {
	float: left;
	font-weight: bold;
	font-size: 9px;
	width: 250px;
	clear: both;
	padding-top: 1em;
	padding-bottom: 1em;
	line-height: 1.4em;
}
.imgleft{
	padding-right: 8px;
}

.imgright{
	padding-left: 8px;
	}
.gallery {
	height: 450px;
	width: 850px;
	margin-left: 20px;
}
#form1 table {
	width: 400px;
}
#form1 table td {
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 3px;
	font-weight: normal;
}
#form1 legend {
}
.clr{
	clear: both;
	}
dt {
	padding-left: .5em;
	padding-bottom: 1em;
	font-weight: bold;
}
dd {
	padding-bottom: 1em;
	padding-top: 1px;
}
ol {
	padding-top: 1em;
	padding-bottom: 1em;
}
ol li {
	padding-top: .5em;
	padding-bottom: .5em;
}
.map-caption {
	width: 438px;
	margin-top: 1em;
	float: right;
}
