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

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Verdana, Arial,sans-serif;
	color: #000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color:#333333;
	text-align: center;
	border: 0px;
}

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

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

a:hover{
	text-decoration: underline;
}

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

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

h2{
 font: bold 114% Arial,sans-serif;
 color: #003399;
 padding: 5px;
}

h3{
 font: bold 120% Arial,sans-serif;
 color: #990033;
 margin: 15px 0px 15px 0px;
 padding: 0px;
}

h4{
 font: bold 130% Arial,sans-serif;
 color: #003399;
 margin: 0px;
 padding: 10px 0px 0px 0px;
}

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

h6{
 font: 100% Verdana,Arial,sans-serif;
 color: #003399;
 margin: 10px 0px 10px 15px;
 padding: 0px;
}


/********* 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: 10px;
	left: 0px;
	right: 0px;
	width: 900px;
	margin: 0px auto;
	background-color: #ffffff;
	text-align: left;
	padding: 0px;
}

#centerblockabsolute {
  position: absolute;
  width: 900px;
  left: 50%;
  margin-left: -450px;
}

#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: 900px;
	margin: 0px auto;
	text-align: left;
}

#pageNav{
	float: right;
	width: 200px;
	padding: 0px;
	border-bottom: 1px dashed #cccccc;
}

#pageNav p{
	padding: 5px;
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}




#content{
	padding: 0px 10px 0px 0px;
	margin: 0px 201px 0px 0px;
	border-right: 1px solid #333333;
}


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

#siteName img{
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

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

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 161px;
	right: 10px;
	height: 20px;
}

#utility a{
	color: #ffffff;
}

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

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

#pageName{
	padding: 0px;
	margin: 0px auto;
	border-bottom:1px solid #333333;
}

#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;
}

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

#globalNav{
position: relative;
width: 100%;
min-width: 640px;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image:  url("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: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}


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

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

.skipLinks {display: none;}

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

.subglobalNav{
	position: absolute;
	top: 110px;
	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: 80%;
	color: #ffffff;
}

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

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

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

#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:0px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
	background-color: #333333;
}

#breadCrumb a{
	color: #AAAAAA;
}

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

#breadCrumb img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}


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

.feature{
	padding: 5px 0px 10px 10px;
	font-size: 80%;
	line-height: 1.6;
}

.feature li{
	padding: 3px;
	list-style-image: url(ContentImages/download-icons/arrow.gif);
	line-height: 1.6em;
}	

.feature h2{
 font: bold 105% Verdana,Arial,sans-serif;
 color: #000000;
 margin: 15px 5px 10px 5px;
 padding: 0px;
}

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

.feature h4{
 font: bold 130% Arial,sans-serif;
 color: #003399;
 margin: 0px;
 padding: 10px 0px 0px 0px;
}

.feature h5{
	font-family: Verdana, Arial,sans-serif;
	color: #000000;
	margin-top: 10px;
	line-height: 2;	
}

.feature h6{
 font: 100% Verdana,Arial,sans-serif;
 color: #003399;
 margin: 10px 0px 10px 15px;
 padding: 0px;
}

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


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

.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

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

.story p {
	padding: 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

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

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


/*************** download box styles ******************/

.download {
	margin: 15px;
	padding: 5px 5px 10px 5px;
	border: #990000 1px dotted;
}

.download h1{
	font: bold 110% Verdana,Arial,sans-serif;
	color: #000000;
}

.download p {
	font: 100% Verdana,Arial,sans-serif;
	color: #000000;
	line-height: 2.5;
	border-bottom: 1px #CCCCCC dotted;
}


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

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

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


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

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

#sectionLinks p{
	padding: 0px 0px 0px 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

#sectionLinks img{
	padding: 2px;
	float: left;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	line-height: 4.2;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-weight: bold;
	padding: 2px 0px 3px 0px;
	color: #000000;
}

#sectionLinks a:hover{
	border-top: 1px solid #000000;
	background-color: #cccccc;
	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{
	margin: 10px 0px 10px 5px;
	padding-left: 5px;
	border: 1px dotted #000000;
}

#advert img{
	display: block;
}

/********************* div container for images **********************/

div.container {
  padding: 3px;
  margin: 1px;
  background: #ffffff;
  }
  
div.spacer {
  clear: both;
  }  

div.float {
  float: left;
  margin: 1px;
  }
  
div.float p {
   text-align: center;
   margin: 10px 0px 5px 0px;
   font: Verdana, Arial, Helvetica, sans-serif;
   font-weight: bold;
   color: #000000;
   }

/********************* rounded tabbed navigation **********************/

 #navigation a
 {
 color: #000;
 background: #CCCCCC url(left-tab.gif) left top no-repeat;
 text-decoration: none;
 padding-left: 10px
 }

 #navigation a span
 {
 background: url(right-tab.gif) right top no-repeat;
 padding-right: 10px
 }

 #navigation a, #navigation a span
 {
 display: block;
 float: left
 }

 /* Hide from IE5-Mac \*/
 #navigation a, #navigation a span
 {
 float: none
 }
 /* End hide */

 #navigation a:hover
 {
 color: #fff;
 background: #990033 url(left-tab-hover.gif) left top no-repeat;
 padding-left: 10px
 }

 #navigation a:hover span
 {
 background: url(right-tab-hover.gif) right top no-repeat;
 padding-right: 10px
 }

 #navigation ul
 {
 list-style: none;
 padding: 0;
 margin: 0
 }

 #navigation li
 {
 float: left;
 margin: 0;
 list-style: none;
 }
 
 
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
 

img.left {
float:left;
}
img.right {
float:right;
}
img.centre {
display:block;
margin-left:auto;
margin-right:auto;
}
	


/* CSS for the tabs starts here */
	#header {
		height:166px;
		background:url(header3.gif) 0 0 no-repeat;
	}
	#nav {
		float:left;
		width:900px;
		margin-top:-19px;
		font-size:0.94em;
		line-height:1em;
	}
	#nav ul {
		margin:0;
		padding:0 0 0 28px;
		list-style:none;
	}
	#nav li {
		float:left;
		margin:0 0 0 -1px;
		padding:0 0 0 6px;
		background:url(nav1.gif) 0 100% no-repeat;
	}
	#nav li:hover {
		background-position:-6px 100%;
	}
	#nav a {
		float:left;
		display:block;
		color:#473215;
		font-weight:bold;
		font-family:Georgia,Times,"Times New Roman",serif;
		background:url(nav2.gif) 100% 100% no-repeat;
		padding:5px 14px 12px 8px;
		text-decoration:none;
	}
	#nav li:hover a {
		background-image:url(nav1.gif);
	}
	/* Hide from IE5-Mac \*/
	#nav a {float:none;}
	/* End IE5-Mac hack */
	#nav a:hover {
		color:#000;
		text-decoration:underline;
	}
	#home #nav #t1,
	#services #nav #t2,
	#projects #nav #t3,
	#about #nav #t4,
	#contact #nav #t5 {
		background-position:-12px 100%;
		padding-left:26px;
		margin:0 2px 0 1px;
	}
	#home #nav #t1 a,
	#services #nav #t2 a,
	#projects #nav #t3 a,
	#about #nav #t4 a,
	#contact #nav #t5 a {
		background-image:url(nav2s.gif);
		padding-left:0;
		padding-right:19px;
	}
	#nav #t1,
	#home #nav #t1 {
		margin-left:0;
	}
	#nav #t5,
	#contact #nav #t5 {
		margin-right:0;
	}


/* simple css */ 

#container
	{
		width: 900px;
		padding: 0px;
		background: #fff;
	}

#tabnav
	{
		height: 20px;
		margin: 0;
		padding-left: 10px;
		background: url(../images/tab_bottom.gif) repeat-x bottom;
	}

#tabnav li
	{
		margin: 0; 
		padding: 0;
  		display: inline;
  		list-style-type: none;
  	}
	
#tabnav a:link, #tabnav a:visited
	{
		float: left;
		background:#E6E6E6;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 15px;
		line-height: 15px;
		font-weight: bold;
		padding: 2px 10px 2px 10px;
		margin-right: 5px;
		text-decoration: none;
		color: #333333;
	}

#tabnav a:link.active, #tabnav a:visited.active
	{
		border-bottom: 1px solid #fff;
		background: #fff;
		color: #000;
	}

#tabnav a:hover
	{
		background: #fff;
	}


/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
}

/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative;
	border-right:1px dotted #000000;
	padding-top: 10px;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
}

/* 2 Column (double page) settings */
.doublepage {
	background:#ffffff;		/* right column background colour */
	padding: 10px 0px 5px 0px;
}
.doublepage .colleft {
	right:50%;			/* right column width */
	background:#ffffff;		/* left column background colour */
}
.doublepage .col1 {
	width:46%;			/* left column content width (column width minus left and right padding) */
	left:52%;			/* right column width plus left column left padding */
}
.doublepage .col2 {
	width:46%;			/* right column content width (column width minus left and right padding) */
	left:56%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
}
.doublepage .img {
	float: left;
}

/* Footer styles */
#2colfooter {
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #000000;
}
#2colfooter p {
		padding:10px;
		margin:0;
	}
 



/********************* div container for images **********************/

div.container {
  padding: 5px;
  margin: 1px;
  background: #ffffff;
  }
  
div.spacer {
  clear: both;
  }  

div.float {
  float: left;
  margin-right: 10px;
  }
  
div.float p {
   text-align: center;
   margin: 10px 0px 5px 0px;
   font: bold 100% Verdana, Arial, Helvetica, sans-serif;
   color: #000000;
   }

/********************* rounded tabbed navigation **********************/

 #navigation a
 {
 color: #000;
 background: #CCCCCC url(left-tab.gif) left top no-repeat;
 text-decoration: none;
 padding-left: 10px
 }

 #navigation a span
 {
 background: url(right-tab.gif) right top no-repeat;
 padding-right: 10px
 }

 #navigation a, #navigation a span
 {
 display: block;
 float: left
 }

 /* Hide from IE5-Mac \*/
 #navigation a, #navigation a span
 {
 float: none
 }
 /* End hide */

 #navigation a:hover
 {
 color: #fff;
 background: #990033 url(left-tab-hover.gif) left top no-repeat;
 padding-left: 10px
 }

 #navigation a:hover span
 {
 background: url(right-tab-hover.gif) right top no-repeat;
 padding-right: 10px
 }

 #navigation ul
 {
 list-style: none;
 padding: 0;
 margin: 0
 }

 #navigation li
 {
 float: left;
 margin: 0;
 list-style: none;
 }



/* set millions of background images */
.rbroundbox { background: url(roundbox/nt.gif) repeat; }
.rbtop div { background: url(roundbox/tl.gif) no-repeat top left; }
.rbtop { background: url(roundbox/tr.gif) no-repeat top right; }
.rbbot div { background: url(roundbox/bl.gif) no-repeat bottom left; }
.rbbot { background: url(roundbox/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really necessary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}

.rbcontent { 
	margin: 0 7px;
 	font-family: Verdana, Arial,sans-serif;
	font-size: 12px;
	color: #000000;
}

.rbroundbox { width: 96%; margin: 1em auto; }

.rbroundbox p{
	line-height: 1.4;	
	margin: 0px;
	padding: 4px 0px 10px 4px;
}


.textmiddle {
	vertical-align:middle;
}

.textmiddlefloat {
	vertical-align:middle;
	float: left;
	padding-bottom: 20px;
	padding-right: 5px;
}

.floatstop {
clear:left;
}

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