/***********************************************/
/* 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;	
	background: #cccccc url("Graphics/bg_grad.jpg") fixed;
	background-size: cover;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	width:  auto;
	margin-left: -8px;
	margin-top: -10px;
	overflow: auto; /******Makes height expand to fit********/
	background-color: #f5f7f7;
	background-image:url(Graphics/backgroundlogo.gif);
	background-position: 130px 300px;
	background-repeat: no-repeat;
	position: absolute; /* Makes fit full screen                                */
	min-height: 100%;
	min-width: 100%;
}

.fixedElement{
	background-color: rgba(255,255,255,0.7);
	top:0;
    width: 100%;
    z-index:100;
	overflow:visible
}

.content{
	position:relative;
	float: left;
	padding: 5px 5px 5px 5px; /* Bottom padding is cheat so site info not overwritten - need FIX */
	margin-bottom: 5px;
	width: 100%;
	z-index: 90;
	font-size: 110%;
}


.f{
	background-color: rgba(255,255,255,0.7);
	position: fixed;
	height: 100px;
	top:0;
    width: 100%;
    z-index:100;
	overflow:visible
}

.c{
	position:relative;
	float: left;
	padding: 5px 5px 5px 5px; /* Bottom padding is cheat so site info not overwritten - need FIX */
	margin-bottom: 5px;
	margin-top: 10px;
	width: 100%;
	z-index: 90;
	font-size: 110%;
}




.pageName{
	padding: 0px 0px 5px 0px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
	overflow: hidden;
	height: 100px;
}


.logo{
	float: left;
	top: 0px;
	padding: 3px 0px 0px 2px;
	margin: 3px;
}

#siteName{
	float:left;
	margin: 0px;
	padding: 8px 0px 8px 10px;
	color: #ffffff;
	font-weight: bold;
	}

#siteInfo{
	position: fixed; 
	bottom: 0;
	border-top: 1px solid #cccccc;
	font-size: small;
	margin-top: 20px;
	padding: 0px 0px 5px 0px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	color: #003399;
	background-color: rgba(255,255,255,0.8);
	z-index:100;
}
.toprightlinks {
	min-width: 65%;
	height: 50px;
	float: right;
	padding:  30px 30px 25px 30px;
	background-image: url(Graphics/gradientrectangle.gif);
	background-position: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	font: 90%;
	font-family: "Segoe UI";
	color:#FFFFFF; 
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.tl {
	float:left;
	top: -1px;
	left: -1px;
	margin: 0px ;
	padding: 0px;
	position: relative;
}


.tr {
	float: right;
	top: -1px;
	right: -2px;
	margin: 0px;
	padding: 0px;
}

.boxedtext{		
	font-family: "Segoe UI";
	font: bold 120%;
	color:#FFFFFF; 	
	font-size: 120%;
	padding:  5px 0px 5px 0px;
	background-image: url(Graphics/gradientrectangle.gif);
	background-position: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.feature{
	padding: 0px 0px 10px 10px;
	width: 95%;
	overflow: auto;
}
.sfeature4{
	float: left;
	padding: 10px 10px 0px 10px;
}

.featurew{
	float:  left;
	padding: 0px 30px 0px 30px;
	background-color: #f4f4f7; 
	width: 250px;
}

.featureimga{
	float: left;
	padding: 3px 10px 10px 10px;
	height: auto;
}

.featureimgb{
	float:  right;
	padding:  10px 0px 10px 20px;
}

.feature2{
	float: left;
	width: 30%;
}

.feature2W35{
	float: left;
	width: 35%;
}

.feature2W25{
	float: left;
	width: 25%;
}

.feature2a{
	background: transparent;
	margin: 10px 10px 10px 10px;
	padding: 5px 5px 10px 10px;
	overflow: auto;	
	background-attachment: fixed;	
	border:  4px solid #1BABE3;
	border-style:dashed;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.feature2b{
	background: transparent;
	margin: 10px 10px 10px 10px;
	padding: 5px 5px 10px 10px;
	overflow: auto;
	background-attachment: fixed;
}


.feature2new a:link{
	color: #FF0000;
}
	

.multiboxcontainer {
	/*********Needed to see position absolute circles below*********/
	float: left;
	position: relative;
	height: 1150px;
}


/******* hyperlink and anchor tag styles *******/

a:link{
	color: #003399;
	text-decoration: none;
}

a:visited{
	color: #d38500;
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}

a.circlelink{
	background-image:  url(Graphics/gradientbutton.gif);
	background_size: 100% 100%;
	font-family: "Segoe UI";
	color: #d38500;
	font-weight: 500;
	margin-right: 3px;
	padding: 3px 5px 5px 5px;
	border-right: 1px solid #8FB8BC;
	border-radius: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	float: left;
}


a.circlelink:hover{
	background-image:  url(Graphics/gradientbutton.gif);
	padding: 2px 9px 6px 9px;
}

.Separator{
 	float: left;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-left: 1px solid #8FB8BC;
}

.Separator:hover{
	padding: 0px 5px 4px 5px;
}
/************** header tag styles **************/

h1{		
	text-align:center;
	font-family: "Segoe UI";
	color:#FFFFFF; 	
	font-size: 150%;
	padding:  5px 0px 5px 0px;
	margin-left: auto; /************** centres ****************/
    margin-right: auto;
	width: 99%;
	background-image: url(Graphics/gradientrectangle.gif);
	background-position: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

h2{	 font: bold 120% Arial,sans-serif;
	 color: #334d55;
	 margin: 0px;
	 padding: 0px;
}
	
h3{
	font:  bold 100% Arial,sans-serif;
	color: #003399;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

h4{	 font: bold 120% Arial,sans-serif;
	 color: #003399;
	 margin: 0px;
	 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h6{
	font: bold 150% Arial,sans-serif;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}

/***   ***/
/**ADJUST DIVS ***/
/***   ***/


.Margin_Left20 {
	margin-left: 20px;
}

.TopMinus15 {
	top: -15px;
	position: relative;
}


/***   ***/
/**COLORS ***/
/***   ***/

.itablue{
	color: #003399;
}

.itaorange{
	color: #d38500;
}
	

.NewBlue{
	color: #1BABE3;
}

.WhiteBackground{
	background-color: #FFFFFF;
}
/***   ***/
/**TEXT ADJUST DIVS ***/
/***   ***/



.NewBlue a:link{ 
	color: #1BABE3;
}

.itasmalltext {
	font-size: small;
}



/*************** list tag styles ***************/

ul{
 list-style-image:url(Graphics/logo-website-bullet.gif);
}

ul ul{
 list-style-image:url(Graphics/logo-website-bullet.gif); /*************** indent ***************/
}

ul ul ul{
 list-style-type: none;  /*************** indent x2 ***************/
}

/*************** Drop down menus ***************/

/****CLICK DROP MENU  BUTTON ****/

.MenuButton ul {
	list-style:none;
	font-size: 90%;
	background-image:  url(Graphics/gradientbutton.gif);
	background_size: 100% 100%;
	font-family: "Segoe UI";
	color: #d38500;
	font-weight: 500;
	margin: 0px 3px 0px 0px; /** Must specify all the margins here even if zero otherwise  jumps dopwn - inherits? **/
	padding: 3px 5px 5px 5px;
	border-right: 1px solid #8FB8BC;
	border-radius: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	float:left;
 }

.MenuButton ul li ul{
	display: none;
}

.MenuButton ul ul{
	margin-left: -5px;
	color: #d38500;
	position:absolute;
	top: 58px; /* the correct position means the links a more reliable - don't dispear! */
	display: block; /* display the dropdown */
	width: 100px;
}

.MenuButton  ul li a{
	color: #d38500;
	width: auto;
}

/****CLICK DROP MENU NO BUTTON ****/

.DropMenuClick ul {
	list-style:none;
	z-index: 10;
}
 
.DropMenuClick ul li ul{
	display: none;
}

.DropMenuClick li{
	margin: 5px 0px 5px 0px;
}

.DropMenuClick ul ul{
	color: #d38500;
	font-size: 100%;
	background-image:  url(Graphics/gradientbutton.gif);
	background_size: 100% 100%;
	font-family: "Segoe UI";
	font-weight: 500;
	margin: 0px 3px 0px 0px; /** Must specify all the margins here even if zero otherwise  jumps dopwn - inherits? **/
	padding: 5px 5px 10px 5px;
	border-right: 1px solid #8FB8BC;
	border-radius: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-left: -5px;
	color: #d38500;
	position:absolute;
	top: 6px; /* the correct position means the links a more reliable - don't dispear! */
	left: 100px;
	display: block; /* display the dropdown */
	width: 600px;
	z-index:100;
}


/****Hover Drop Menu****/

.DropMenu {
	position: absolute; /**Need to stop the div pushing the whole page down **/
	top: -15px;
	left: -40px;
}

.DropMenu ul {
	list-style:none;
 }

.DropMenu ul li ul{
	display: none;
}

.DropMenu ul li a{
	color: #d38500;
	width: auto;
}

.DropMenu ul li:hover ul {
	font-size: 90%;
	background-image:  url(Graphics/gradientbutton.gif);
	background_size: 100% 100%;
	font-family: "Segoe UI";
	color: #d38500;
	font-weight: 500;
	margin: 0px 3px 0px 0px; /** Must specify all the margins here even if zero otherwise  jumps dopwn - inherits? **/
	padding: 5px 5px 10px 5px;
	border-right: 1px solid #8FB8BC;
	border-radius: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-left: -5px;
	color: #d38500;
	position:absolute;
	top: 40px; /* the correct position means the links a more reliable - don't dispear! */
	left:130px;
	display: block; /* display the dropdown */
	width: 220px;
}




/***********************************************/
/* Circle Divs                                 */
/***********************************************/

.circle {
	width: 160px;
	height: 160px;
	margin: 0px 0px 0px 5px;
	background-size: cover;
	background-color: #1BABE3;
	display: block;
	border-radius: 100px;
	 -webkit-border-radius: 100px;
	 -moz-border-radius: 100px;
	font-family: "Segoe UI";
	text-align: center;
}

.circle p {
	padding: 1.7em 0.5em 0 0.5em;
	font-size: 140%;
	color: #FFFFFF;
	text-align: center;
}


.circlesmall {
	width: 84px;
	height: 84px;
	margin: -5px 0px 0px 6px;
	background-size: cover;
	background-color: #1BABE3;
	display: block;
	border-radius: 100px;
	 -webkit-border-radius: 100px;
	 -moz-border-radius: 100px;
	font-family: "Segoe UI";
	text-align: center;
}

.circlesmall p {
	margin-left: auto;
    margin-right: auto 
	padding: .8em 0.6em 0 0.3em;
	font-size: 80%;
	color: #FFFFFF;
}

.circlewrap {  /*-- This is the one that shows around all the photos */
	/*background-image:url(Graphics/backgroundlogo.gif);
	background-repeat: no-repeat;
	background-size: contain; */
	background: #FFFFFF;
	margin: 10px 10px 0px 10px;
	padding: 5px 5px 0px 10px;
	overflow: hidden;	
	border:  4px solid #1BABE3;
	border-style:dashed;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	width: 480px;
	height: 480px; 
}

.circleinner{
	margin: 50px 20px 20px 20px;
	padding: 5px 5px 0px 10px;
	overflow: auto;
}

.circlewrapsmall {  /*-- This is the one that shows around all the photos */
	/*background-image:url(Graphics/backgroundlogo.gif);
	background-repeat: no-repeat;
	background-size: contain; */
	background-color: #FFFFFF;
	margin: 5px 10px 10px 10px;
	padding: 5px 5px 0px 10px;
	overflow: hidden;	
	border:  4px solid #1BABE3;
	border-style:dashed;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	width: 270px;
	height: 270px; 
}

.circlemargincenter{
	width: 300px;
	margin: 0 auto;
}		


.firstcircle {
	left: 40px;
	position: absolute;
	z-index: 5;	
}

.secondcircle{
	left: 420px;
	top: 125px;
	position: absolute;
	z-index: 10;	
}

.thirdcircle {
	left: 90px;
	top: 450px;
	position: absolute;
	z-index: 15;
	}

.fourthcircle {
	left: 540px;
	top: 600px;
	position: absolute;
	z-index: 20;
	}

.fifthcircle {
	left: 465px;
	top: 800px;
	position: absolute;
	z-index: -5;
}

.topcircles {
	top: 100px;
	position: absolute;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/

.WhiteQBackgroundBlue{
	background-image: url(Graphics/QuestionMarkWhiteOnBlueLarger.gif);
	background-position: center;
	background-size: cover;
	background-repeat:no-repeat;
}

.WhiteQBackgroundOrange{
	background-image: url(Graphics/QuestionMarkWhiteOnOrangeLarger.gif);
	background-position: center;
	background-size: cover;
	background-repeat:no-repeat;
}

.HandWhiteOnBlue{
	background-image: url(Graphics/HandWhiteOnBlue.gif);
	background-position: center;
	background-size: cover;
	background-repeat:no-repeat;
}

.HandWhiteOnOrange{
	background-image: url(Graphics/HandWhiteOnOrange.gif);
	background-position: center;
	background-size: cover;
	background-repeat:no-repeat;
}

.MouthWhiteOnBlue{
	background-image: url(Graphics/MouthWhiteOnBlue.gif);
	background-position: center;
	background-size: cover;
	background-repeat:no-repeat;
}

.MouthWhiteOnOrange{
	background-image: url(Graphics/MouthWhiteOnOrange.gif);
	background-position: center;
	background-size: cover;
	background-repeat:no-repeat;
}
	
.NewsOnOrange{
	background-image: url(Graphics/NewsIcon-1.gif);
	background-position: center;
	background-size: cover;
	background-repeat:no-repeat;
}
		
.NewsOnBlue{
	background-image: url(Graphics/NewsIcon-Blue.gif);
	background-position: center;
	background-size: cover;
	background-repeat:no-repeat;
}	


/************** styles for fixing float problems*****************/
/*<style type="text/css">

  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

/*.clearfix {display: inline-block;}  /* for IE/Mac */
/* use overflow:auto; in outer div instead of this fix see http://www.sitepoint.com/examples/clearing_floats/example2.php */

/*</style> /*main stylesheet ends, CC with new stylesheet below...*/
/*
[if IE]>
<style type="text/css">
  .clearfix {
    zoom: 1;     /* triggers hasLayout */
    /*display: block;     /* resets display for IE/Win */
    /*} /*
	 /* Only IE can see inside the conditional comment
    and read this CSS rule. Don't ever use a normal HTML
    comment inside the CC or it will close prematurely. */
/*</style>
<![endif] /*




/*<!--SLIDESHOW -->/
/*<!-- Read more: http://mrbool.com/how-to-create-slideshow-with-html5-and-css/27166#ixzz356riHHyr-->*/

#slideShowImages {  /*-- This is the one that shows around all the photos */
	margin: 0px 0px 0px 0px;
	width: 800px;
	height: 800px;
	border: 4px dashed #1BABE3;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	 }
	 
#slideshow{ 
	border: 4px dashed #1BABE3;
	height:340px; 
	margin:150px 100px 0;
	position:relative; 
	width:640px;
 } 
 
	 
#slideShowImages img {   /*-- This is the one that shows around each photo */
	 padding: 3px;
	 -moz-border-radius: 100%;
	 -webkit-border-radius: 100%;
	 -o-border-radius: 100%;
 } 

#gallery img { 
	width: 400px;
	height: 400px;
	overflow: hidden; 
	float: left; 
} 
	
img { 
	-webkit-transition: all 2s linear;
	transition: all 2s linear;
	
} 

#gallery img:hover, div#gallery img:hover + img { 
transform: translate(0, -400px);
 }
 

#slideshow ul{
	height:320px;
	left:10px;
	list-style:none outside none; 
	overflow:hidden;
	position:absolute;
	top:10px; width:620px;
 } 
 
#slideshow li{ 
	position:absolute;
	display:none;
	z-index:10;
}
#slideshow li:first-child{ 
	display:block; z-index:1000;
 }
 
 #slideshow .slideActive{
 	 z-index:1000; 
}
  
 #slideshow canvas{
  	display:none; position:absolute; z-index:100;
 }
  
 #slideshow .arrow{ 
 	height:86px; 
	width:60px; 
	position:absolute;
	background:url('img/arrows.png') no-repeat;
	top:50%; margin-top:-43px; cursor:pointer; z-index:5000;
 }
	
 #slideshow .previous{ 
 	background-position:left top;
	left:0;
}
	
 #slideshow .previous:hover{
 	 background-position:left bottom;
 } 

.slideshowLeft{
	float: left;
	margin: 0px 100px 10px 0px;
}

/****/
/**** SPECIAL EFFECTS -  !!!!!! ******/
/****/


.rotate{
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
	overflow:hidden;
}   

.rotate:hover { 
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg); 
    -o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
} 


.rockleft:hover { 
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration:0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg); 
    -o-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
} 

.rockright:hover {
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration:0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transform: rotate(-80deg);
    -moz-transform: rotate(-80deg); 
    -o-transform: rotate(-80deg);
	-ms-transform: rotate(-80deg);
}
.zoom{
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
	overflow:hidden;	
 }
   
.zoom:hover {
	-webkit-transform: scale(1.7);
    -moz-transform: scale(1.7);
    -o-transform: scale(1.7);
	-ms-transform: scale(1.7);
    transform: translate(scale(1.7); 
}

.Move200R0D:hover {
     -ms-transform: translate(200px,0px); /* IE 9 */
	 -webkit-transform: translate(200px,0px); /* Chrome, Safari, Opera */
     transform: translate(200px,0px);
 }
 
  /* DURATIONS */
.duration10sec {
    -webkit-transition-duration: 10s;
    -moz-transition-duration: 10s;
    -o-transition-duration: 10s;
    transition-duration: 10s;
}

.ease {
	-webkit-transition-timing-function: ease;
	o-transition-timing-function: ease;
	moz-transition-timing-function: ease;
	transition-timing-function: ease;
}








/********************* end **********************/


