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

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg_boards.jpg);
}
td {vertical-align:top; text-align:left;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0.1;
}
* html .pkg { display: block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }

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

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

a:hover{
	text-decoration: underline;
}

a.orangeLink:link, a.orangeLink:visited{
	color: #F0B513;
	text-decoration: none;
	padding:2px;
}
a.orangeLink:hover{
	color:#ffffff;
	background-color:#F0B513;
}

.menuButton{
	padding:0px;
	margin:0px;
	margin-top:5px;
	margin-bottom:5px;
}
a.menuBtn:hover{
	background-color:#F4F4EA;
	text-decoration:none;
	/*
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	*/
}

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

h1{
 font: bold 160% Arial,sans-serif;
 color: #F0B513;
 margin: 0px;
 padding: 0px;
}

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

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

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 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;
}

/********* 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                                 */
/***********************************************/
#mainBody{
	margin: 0 auto;
	width:970px;
	height:0px;
	z-index:4;
}

#mastfoot{
	/*
	position:static;
	margin-top:10px;
	width:970px;
	height:20px;
	vertical-align:bottom;
	z-index:1;
	*/
}

#mainMenu{
	position:absolute; 
	width:100%; 
	height:0px; 
	top:159px; 
	left:0px;
	z-index:300;
}
#mainMenu-inner{
	position:relative; 
	width:910px; 
	height:0px; 
	margin:0 auto; 
	text-align:left;
	background:none;
}
#mainMenu-inner-main, #mainMenu-inner-quote{
	background-image:url(images/bg_leftnav.png); 
	background-repeat:repeat-y; 
	background-position:left;
}
#mainMenu-inner-bottom, #mainMenu-inner-top, #mainMenu-inner-quote-bottom{
	background:none;
}

#content{
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

#pageName{
	padding: 0px 0px 14px 30px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
	background-image:url(images/body_bg.png);
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

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

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

#breadCrumb{
	/*
	padding: 5px 0px 5px 30px;
	*/
	font: small Verdana,sans-serif;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #AAAAAA;
}

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


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

.feature{
	padding:0px;
	font-size: 90%;
}

html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature p {
	padding: 0px 0px 10px 0px;
}

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

.story{
	padding:0px;
	margin:0px;
	margin-left:30px;
	margin-bottom:20px;
	font-size:90%;
	width: 532px;
	background-color:#ffffff;
	min-height: 512px;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
	line-height:150%;
}

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

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

#siteInfo{
	clear: both;
	font-size: small;
	color: #ffffff;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	text-align:center;
	line-height:120%
}
#siteInfo a:link, #siteInfo a:visited{
	color: #ffffff;
	text-decoration: none;
	line-height:120%
}

#siteInfo a:hover{
	text-decoration: underline;
	color:#ffffff;
	background-color:#013D79;
	line-height:120%
}


.contentImage{
  background-color: #fff;
	border:solid 0.5pt #013D79;
}

.contentImage-shadow{
  float:right;
  background: url(images/photo_shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px;
}
.contentImage-shadow img{
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  margin: -7px 7px 7px -7px;
}
.smallText {
	font-size: 10px;
}
.smallText-bold {
	font-size: 11px;
	font-weight: bold;
}

#quote p{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	

	margin:0px;
	margin-top:5px;
	padding:0px;
}

/****************************************/
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 5px;
padding-bottom: 0px;
/*background: #BAB0A6;*/
background: #000000;
visibility: hidden;
z-index: 1;
cursor: hand;
cursor: pointer;
}
#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 12px Arial;
letter-spacing: 1px;
line-height: 1.1em;
color: white;
padding: 3px 0px;
text-align: right;
}
#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}
#thumbBox img{
	border-style: none;
	float:none;
	margin:0px;
}
#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 2;
}

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