/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 1.166em;	
	margin: 0px;
	padding: 0px;
	background: #8BA4E2;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	text-align: left;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #000;
 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%  bold Arial,sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-style: normal;
}

h6{
 font: 100% Arial,sans-serif;
 color: #FFF;
 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                                 */
/***********************************************/
#pagecell1{
	position: absolute;
	top: 180px;
	left: 2%;
	right:2%;
	width: 95.6%;
	background-color: #FFF;
	overflow: hidden;
	
}

#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: 6px;
	left: 2%;
	right: 2%;
	width:95.6%;
	overflow: hidden;
	
}

#pageNav{
	float: left;
	width:185px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}
#secthead{
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 185px;
	border-left: 1px solid #ccd2d2;
	background-color:#DFE9FF;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #FFF;
	font-weight: normal;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 15px;
	right: 22px;
	color: #919999;
}

#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: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}
#pageName h5{ 
	font: bold 120% Arial,sans-serif;
	color:#000000;
	font-style:italic;
	padding-top: 12px;
}
#pageName img{
	position: absolute;
	top: 2px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

/************* globalNav styles ****************/

#globalNav{
	position: relative;
	width: 100%;
	min-width: 640px;
	height: 32px;
	color: #000;
	padding: 0px;
	margin: 0px;
	background-image: url(images/glbnav_background.gif) 
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 740px;
	padding: 0px;
	margin: 0px;
	left: 11px;
}


a.glink, a.glink:visited{
  	font-size: small;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
	background-image: url(images/glblnav_selected.gif);
	text-decoration: none;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 180px;
	left: 58px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #fff;
	font-weight:bold;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 0.6em;
	color: #fff;
}

.subglobalNav a:hover{
	color: #cccccc;
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: -74px;
	right: 63px;
}

#search input{
  font-size: 70%;
  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: #333;
}

.breadCrumb a{
	color: #333;
}

.breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}


/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 0.8em;
	min-height: 200px;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}
.feature div.form {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
}


.feature img{
	float: left;
	padding: 0px 5px 0px 0px;
}

/************** bioContainer styles *****************/

.feature div.bioContainer {
	background: #D2CEC1;
	padding-bottom: 10px;
	padding-top: 0px;
	margin-bottom: 30px;
	width: 90%;
}
.feature div.bioContainer img {
	display: inline;
	float: left;
	margin: 0px 10px 0px 0px;
}
.feature div.bioContainer h1 {
	color: #FFF;
	font-size: 1.4em;
	padding-left: 10px;
	text-align: left;
	background: #999073;
	padding-right: 0px;
	height: 40px;
	margin: 0px 0px 10px;
	padding-top: 10px;
}
.feature div.bioContainer p {
	font-size: 0.9em;
	line-height: 1.4;
}
/************** newsletrContainer styles *****************/

.feature div.newsletrContainer {
	background: #D2CEC1;
	padding-bottom: 10px;
	padding-top: 0px;
	margin-bottom: 2px;
	width: 165px;
	height: 280px;
}
.feature div.newsletrContainer img {
	display: inline;
	float: right;
	padding-right: 6px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.feature div.newsletrContainer h1 {
	color: #FFF;
	font-size: 1.1em;
	padding-left: 10px;
	text-align: left;
	background: #999073;
	padding-right: 0px;
	height: 40px;
	margin: 0px 0px 10px;
	padding-top: 10px;
}
.feature div.newsletrContainer p {
	font-size: 0.9em;
	line-height: 1.4;
}
/************** mp3 styles *****************/
.feature div.newsletterMp3 {
	background: #D2CEC1;
	padding-bottom: 10px;
	padding-top: 0px;
	margin-bottom: 2px;
	width: 165px;
	height: 280px;
}

.feature div.newsletterMp3 img {
	display: inline;
	float: right;
	padding-right: 6px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.feature div.newsletterMp3 h1 {
	color: #FFF;
	font-size: 1.1em;
	padding-left: 10px;
	text-align: left;
	background: #999073;
	padding-right: 0px;
	height: 40px;
	margin: 0px 0px 10px;
	padding-top: 10px;
}
.feature div.newsletterMp3 p {
	font-size: 0.9em;
	line-height: 1.4;
}


/************** spry widget styles *****************/

.feature .TabbedPanels .TabbedPanelsTab h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	background: none;
	padding: 0;
	margin:0;
	line-height: 0.9;
	color: #fff;
}

.feature div.infoContainer {
	background: #D2CEC1;
	padding-bottom: 10px;
	padding-top: 0px;

	margin-right:
	margin-bottom: 30px;
	width: 165px;
	height: 320px;
}
.feature div.infoContainer img {
	display: inline;
	float: right;
	padding-right: 6px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.feature div.infoContainer h1 {
	color: #FFF;
	font-size: 1.1em;
	padding-left: 10px;
	text-align: left;
	background: #999073;
	padding-right: 0px;
	height: 70px;
	margin: 0px 0px 10px;
	padding-top: 10px;
}
.infoContainer {
	background: #D2CEC1;
	width: 170px;
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
	}

/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
}

#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(file:///C|/DOCUME%7E1/Dean/LOCALS%7E1/Temp/bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	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;
}

.relatedLinks a{
	display: block; 
}


/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}

/**************** widget styles *****************/

#widgetSide {
	margin: 0;
	padding: 0;
	height: 250px;
	width: 167px;
	
}
/********************* #browserAccess **********************/

table#browserAccess {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 0px auto 30px;
	width: 85%;
	border-collapse: collapse;
}
table#browserAccess th {
	font-size: 1em;
	line-height: 30px;
	font-weight: normal;
	text-align: left;
	padding-left: 10px;
	background-color: #006699;
	color: #fff;
	border-bottom: 1px solid #fff;
}
table#browserAccess td {
	line-height: 20px;
	padding-left: 10px;
	border: 1px solid #fff;
}
table#browserAccess thead {
	background: url(images/access_banner.jpg)    no-repeat left top;
	height: 30px;
}
table#browserAccess thead th {
	background: transparent;
}

#version {
	background: #C8FF91;
}
#activateAccesskey {
	background: #BDBDDF;
}

table#browserAccess tr:hover {
	color: #fff;
	background: #707e99;
}
table#browserAccess thead tr:hover {
	background: transparent;
}
table#browserAccess caption {
	font-size: 1.2em;
	font-weight: bold;
	color: #069;
	margin: 0px auto;
	padding-bottom: 10px;
}

/********************* #setionhead **********************/

#setionhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-transform: capitalize;
	padding: 3px 0px 3px 10px;
	color: #005FA9;
	font-weight: bold;
}

.fltlft {
	float: left;
	margin-right:5px;
	position: relative;
	overflow: visible;
}
.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlftSlidshow { 
	float: left;
	margin-right: 8px;
	padding-top: 8px;
	position: relative;
	overflow: inherit;
	width: 664px;
	height: 504px;
}
#img {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 816px;
	width: 500px;
}

/**************** end *****************/
#webgallery {
	height: 600px;
	width: 900px;
	margin-left: 0px;
}
.feature div table caption {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-color: #393;
	text-transform: uppercase;
	text-decoration: blink;
	color: #FFF;
}

