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

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

* { margin: 0px; padding: 0px; }
body{
	font-family: Arial, sans-serif;
	color: #333333;
	line-height: 1.50;	
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 150px;
	background: #c4cbd1
}

#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding: 0px;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	left: 0px;
	top: 0px;
	overflow: hidden;
}

/******* 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 120% Arial,sans-serif;
 color: #334d55;
 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-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #535353;
	font-size: 100%;
}

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                                 */
/***********************************************/
#middlecontent{
	position:relative;
	top: 0px;
	left: 0px;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}

#leftNav{
	float: left;
	width:180px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
}

#content{
	border-left: 1px solid #ccd2d2;
	clear: right;
	float: left;
	margin: 0px;
	height: auto;
	width: 718px;
	padding: 0px;
}




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

#pageName{
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
	padding: 0px;
	text-align: left;
	clear: none;
	float: none;
}

#pageName h2{
	font: bold 135% Arial,sans-serif;
	color: #8E5F1B;
	margin:0px;
	padding: 0px;
	padding-left: 5px;
	text-align: left;
	padding-right: 20px;
	padding-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
}



/*************** maincontent styles ******************/
#maincontent {
	font-size: 80%;
	text-align: left;
	min-height: 500px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	margin-right: 30px;
}

#maincontent h3{
	color: #8F5600;
	padding-bottom: 10px;
	font-family: Arial, sans-serif;
	font-size: 125%;
	font-weight: bold;
}

#maincontent p {
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 165%;
	text-align: justify;
}

#leftcontent, #rightcontent{
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 320px;
	clear: none;
	float: left;
	background-color: #F5F5F5;
}

#rightcontent{
margin-left:40px;
width: 250px;
}
#leftcontent p, #rightcontent p{
padding-right: 10px;
}


/************** footer style ****************/

#footer{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: x-small;
	color: #AEAEAE;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	line-height: 100%;
}



/************ 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: normal;
	font-size: 75%;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: normal;
	text-decoration: none;
	font-size: 75%;
}


/* the second horizontal menu styles end here */
div#MainNavBar {
	width:100%; 	/* makes the container div stretch to the width of the browser window */
	font-size:80%;	/* sets the font size of the list (which become links) */
	font-weight: bold; /* sets the font weight of the list (which become links) */
	min-width: 500px; /* sets a minimum width for the div */
	}
	
div#MainNavBar ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	list-style: none;
	text-transform: uppercase;
	font-size: 80%;
	background-image: url(images/mainNavBg.gif);
	background-repeat: repeat-x;
}

div#MainNavBar ul li {
  float: left;
}

div#MainNavBar ul a {
  padding: 0 2em;
  line-height: 2.1em;
  background: url(images/mainNavBorder.gif) repeat-y left top;
  text-decoration: none;
  color: #fff;
  float: left;
  display: block;
}

div#MainNavBar ul a:hover {
  color: #333;
}

div#MainNavBar ul .first a {
  background: none;
}

/* the second horizontal menu styles end here */



/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 80%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	font-weight: bold;
		font-size: 120%;
}

.relatedLinks a{
	display: block; 
}




/********************* end **********************/
.TagLine {
	font-size: x-small;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #CCCCCC;
	line-height: normal;
	direction: ltr;
	text-align: right;
	white-space: normal;
}
contactTitle {
	font-weight: bold;
}
.contactTitle {
	font-size: None;
	font-weight: bold;
}
.footer {
	font-size: 75%;
	font-style: normal;
	color: #717171;
}



/* =================================== */
#headerbox {
	text-align: left;
	margin: 0px;
	padding: 0px;
	height: 115px;
	width: 100%;
	overflow: hidden;
	position:relative;
	left: 0px;
	top: 0px;
	background-image: url(images/banner_r1_c1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #19417E;
	z-index: 1000;
}
#headerbox #logo {
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	height: 115px;
	width: 86px;
}

#bannerbox2 {
	background-image: url(images/banner2_02.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 115px;
	width: 566px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 86px;
}
#bannerbox3 {
	background-image: url(images/banner2_03.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 115px;
	width: 248px;
	overflow: hidden;
	position: absolute;
	left: 652px;
	top: 0px;
}
#masthead {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	z-index:1;
}
#listmenu2 {
	position:absolute;
	left:0px;
	top:82px;
	height:33px;
	z-index:2;
}

.currentpagelink1 {
	color: white;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 80%;
}
