@charset "utf-8";

@font-face { font-family: Alegreya Sans; src: url(/Fonts/AlegreyaSans-Light.ttf); }


h1 {
font-size: 20px;
font-weight:lighter;
font-family:Alegreya Sans;
color: #000;
margin-top: 8px;
margin-bottom: 8px;
} 

h2 {
font-size: 18px;
font-weight:lighter;
font-family:Alegreya Sans;
color: #000;
margin-top: 8px;
margin-bottom: 8px;
} 

h2.white {
font-size: 14px;
font-family:Alegreya Sans;
color: #FFF;
margin-top: 3px; /*Change this to add padding to Heading*/
margin-bottom: 8px;
} 


h3 {
	font-family:Alegreya Sans;
	font-size: 18px;
	font-weight:lighter;
	color: #666;
	margin-top: 8px;
	margin-bottom: 8px;
}

.inlineBolder {
	font-family:Alegreya Sans;
	font-size:13px;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.aequalis {
	list-style-image: url(../images/Aequalis-Bullet.png);
}

a:link { 
text-decoration: none;
color:#ed1c24;
}

a:visited { 
text-decoration: none;
color:#ed1c24;
}

a:hover {
	text-decoration:underline;
	color:#7a7a7a;
}

a.white:link { 
text-decoration: none;
color:#FFFFFF;
}

a.white:visited { 
text-decoration: none;
color:#FFFFFF;
}

a.white:hover { 
text-decoration: none;
color:#ddd;
}
a.white:active { 
text-decoration: none;
color:#ddd;
}
a.connected{
	font-family:Alegreya Sans;
	font-size: 18px;
	font-weight:lighter;
	color: #666;
	margin-top: 8px;
	margin-bottom: 8px;
}

a.connected:visited { 
text-decoration: none;
color:#666;
}

a.connected:hover { 
text-decoration: none;
color:#ddd;
}

a.connected:active { 
text-decoration: none;
color:#ddd;
}

a.black:link { 
text-decoration: none;
color:#333;
}

p {
font-family:Alegreya Sans;
	font-size:14px;
	color:#444;
	margin:0 0 1em 0;
	padding:0;
	margin-top: 0px;
	margin-bottom: 3px;
}

p.white {
font-family:Alegreya Sans;
	font-size:12px;
	color:#FFF;
	margin:0 0 1em 0;
	padding:0;
	margin-top: 0px;
	margin-bottom: 8px;
}

	
li {
	font-family:Alegreya Sans;
	font-size:13px;
	color:#333;
	margin:0 0 0 0;
	padding:0px 0 5px 0px;
}

ul {
	font-family:Alegreya Sans;
	font-size:13px;
	color:#333;
	margin:5px 0 0 0;
	padding:0px 0px 0px 30px;
}

.arrow {
	list-style-image: url(../images/arrow.png);
}
.nobullet {list-style-type: none;}

.table1
{
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  border: 1px solid #333;
  font-family:Alegreya Sans;
  font-size: 12px;
  color: #000;
  background: #d2d2d2 url("../images/HiLght-Box.png") top left repeat-x;
}

a.Toggle {
  	font-family:Alegreya Sans;
	font-size:12px;
	color:#ed1c24;
	margin-top: 0px;
	margin-bottom: 0px;
}

.numbers {
	list-style-type: decimal;
}
.alpha {
	list-style-type: lower-alpha;
}
.AequalisConsulting #hr_white {
	overflow: hidden;
	width:100%;
  	height: 0px;
  	margin: 0px;
  	border-bottom: 1px solid #FFF;
  	font-size: 1px;
}

.AequalisConsulting #hr_black {
	overflow: hidden;
	width:100%;
  	height: 0px;
  	margin: 0px;
  	border-bottom: 1px solid #666;
  	font-size: 1px;
}

body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFF;
	background-color: #FFF;
	width: 100%;
	z-index: 1;
	font-family:Alegreya Sans;
	font-size: 100%;
}
.AequalisConsulting #container {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 100%;
	background: #FFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0;
	z-index: 1;
} 

.AequalisConsulting #mainContent {
	position:relative;
  	left: 50%;
  	width: 940px;
  	margin-left: -470px;
	}

.AequalisConsulting #mainContent_wider {
	position:relative;
  	left: 50%;
  	width: 1000px;
  	margin-left: -500px;
	}
	
.AequalisConsulting #header {
	height: 85px;
	width: 100%;
	background-color: #FFF;
	z-index: 1;
} 
.AequalisConsulting #logo {
	height: 85px;
	width: 220px;
	background-image: url(../Images/Aequalis-Consulting-Logo.png);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
	z-index: 1;
} 

.AequalisConsulting #header_Area_Rt {
	height: 85px;
	width: 720px;
	float: right;
	z-index: 1;
}

.AequalisConsulting #heroArea {
	float:left;
	width: 940px;
	height: 351px;
	z-index: 1;
} 

.AequalisConsulting #choices_area {
		padding:0px;
		width:940px;
		z-index: 1;
} 
.AequalisConsulting #choice_1 {
	background-color:#d8d0c2;
	margin-top: 1px;
	height: 50;
	width:313px;
	float: left;
	z-index: 1;
} 
.AequalisConsulting #choice_1_hilight {
	background-color:#c2bbae;
	margin-top: 1px;
	height: 50;
	width:313px;
	float: left;
	z-index: 1;
} 
.AequalisConsulting #choice_2 {
	background-color:#d8d0c2;
	margin-top: 1px;
	margin-left: 1px;
	width:312px;
	float: left;
	z-index: 1;
} 
.AequalisConsulting #choice_2_hilight {
	background-color:#c2bbae;
	margin-top: 1px;
	margin-left: 1px;
	width:312px;
	float: left;
	z-index: 1;
} 
.AequalisConsulting #choice_3 {
	background-color:#d8d0c2;
	margin-top: 1px;
	margin-left: 1px;
	width:313px;
	float: left;
	z-index: 1;
} 

.AequalisConsulting #choice_3_hilight {
	background-color:#c2bbae;
	margin-top: 1px;
	margin-left: 1px;
	width:312px;
	float: left;
	z-index: 1;
} 
.AequalisConsulting #news_left {
	margin-top: 20px;
	text-align:left;
	width: 180px;
	float: left;
	z-index: 1;
} 

.AequalisConsulting #news_left_top {
	margin-bottom:56px;
	z-index: 1;
} 

.AequalisConsulting #news_left_item1 {
	text-align:left;
	z-index: 1;
} 

.AequalisConsulting #news_left_item2 {
	text-align:left;
	float: left;
	z-index: 1;
} 

.AequalisConsulting #news_right {
	width: 626px;
	margin-left: 133px;
	margin-top: 20px;
	margin-bottom:80px;
	float: left;
	z-index: 1;
} 

.AequalisConsulting #news_right_top {
	margin-bottom:20px;
	float: left;
	z-index: 1;
} 

.AequalisConsulting #news_right_item1 {
	margin-bottom:20px;
	margin-top: 20px;
	width: 303px;
	float: left;
	z-index: 1;
} 
.AequalisConsulting #news_right_item2 {
	margin-bottom:20px;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 20px;
	width: 293px;
	float: left;
	z-index: 1;
} 

.AequalisConsulting #footer {
	float:left;
	clear:both;
	width:100%;
	height:136px;
	background-color:#c2bbae;
	z-index: 1;
} 

.AequalisConsulting #footerContent {
	position:relative;
	text-align:center;
  	left: 50%;
  	width: 940px;
  	margin-left: -470px;
	height:110px;
	background-color:#c2bbae;
	z-index: 1;
} 

.AequalisConsulting #footerContent_about {
	float:left;
  	width: 313px;
	height:100px;
	background-color:#c2bbae;
	z-index: 1;
} 
.AequalisConsulting #footerContent_specialist {
	float:left;
	margin-left:10;
  	width: 313px;
	height:100px;
	background-color:#c2bbae;
	z-index: 1;
} 
.AequalisConsulting #footerContent_contact {
	float:left;
	margin-left:10;
  	width: 313px;
	height:110px;
	background-color:#c2bbae;
	z-index: 1;
} 
 
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.menu {
	margin-top:50px;
	margin-bottom:4px;
	z-index: 1;
	float:right;
	width:470px;
}

.menu ul.top-level {
	margin-left:0;
	z-index: 50;
	}
	
.menu ul {
	margin:0; 
	padding:0; 
	list-style:none; 
	white-space:nowrap; 
	text-align:left;
	z-index: 50;
	}  /*Menu and dropdown formating*/
	
/*.menu li {margin:0; padding:0;}*/

.menu a, .menu a:visited {
	display:block; 
	font-size:14px;
	font-family:Alegreya Sans;
	font-weight:normal;
	font-style:normal;
	color:#939597; 
	height:30px;
	line-height:30px; 
	text-decoration:none; 
	padding:0 10px 0 10px;
	z-index: 5;
	} 
	
* html .menu ul.top-level {
	margin-left:0;
	} /* centers IE5.5 ?? */
	
.menu li:hover > ul {
	visibility:visible;
	z-index: 50;
	} /*drop downs on hover*/
	
.menu a:hover ul,
.menu a:hover a:hover ul, 
.menu a:hover a:hover a:hover ul {
	visibility:visible;
	z-index: 50;
	}
	
.menu a:hover ul ul, 
.menu a:hover a:hover ul ul {
	visibility:hidden;
	z-index: 50;
	}
	
.menu ul.top-level {
	display:table; 
	margin:0 auto;
	z-index: 50;
	} 
	
.menu li.top-level-li { /*Menu items*/
	float:left; 
	position:relative; 
	margin-right:1px;
	z-index: 50;
	}
	
.menu a.top-level-a { /*All Menu items*/
	float:left; 
	padding:0 10px 0 10px;
	z-index: 50;
	} 
	
.menu a.top-level-a b {
	float:left; 
	padding:0 10px 0 10px;
	z-index: 50;
} /*Menu item without dropdowns*/

.menu a.down b {
	float:left; 
	padding:0 10px 0 10px
	z-index: 50;
} /*Menu item with dropdowns*/

* html .menu a.down b {
	float:left; 
	padding:0 10px 0 10px
	z-index: 50;
} /*Menu item with dropdowns Hack for IE6*/

.menu a.top-level-a:hover {  /*This is the top menu items Home etc*/
	white-space:nowrap;
	color:#ed1c24;
	text-decoration:underline; 
	z-index: 50;
	}
	
.menu a.top-level-a:hover b, .menu a.top-level-a:focus b, .menu a.top-level-a:active b {
	color:#939597; 
	text-decoration:underline; 
	cursor:hand;
	z-index: 50;
	} /*Menu item without dropdown IE6*/
	
.menu a.down:hover b, .menu a.down:focus b, .menu a.down:active b {
	color:#939597; 
	z-index: 50;
	} /*Menu item with dropdown IE6*/

.menu li.top-level-li:hover > a {
	white-space:nowrap;
	z-index: 50;
	background-color: #F0F0F0;
	background-image: url(../Images/nav-bar-grad.png);
	background-repeat: repeat-x;
	}/*Top item hover*/
.menu li.top-level-li:hover > a b {
	color:#939597; 
	z-index: 50;
	} /*Menu item without dropdown*/
	
.menu li.top-level-li:hover > a.down b {
	color:#939597;
	z-index: 50;
	} /*Menu item with dropdown*/

.menu li ul { /*Background of dropdown hides dropdown*/
	display:block;
	position:absolute;
	visibility:hidden;
	background:#F0F0F0;
	background-image: url(../Images/nav-bar-grad.png);
	left:0;
	z-index: 50;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #F0F0F0;
	}
.menu ul ul :hover > a {  /*Hover colour on drop down*/
	color:#ed1c24;
	text-decoration: underline;
	z-index: 50;
}

.menu a:hover,{
	color:#939597; 
	text-decoration: none;
	z-index: 50;
} /*Hover colour on top bar only picking up in IE6*/

.menu li li {
	border-bottom: 0px solid #F0F0F0;
	z-index: 50;
} /*List item borders prevent IE6 adding extra space below each list item*/

.menu li li a {
	z-index: 50;
	} /*Dropdown menu*/
/*.menu ul ul a, .menu ul ul a:visited {background:#666666; color:#ffffff;  height:auto; line-height:1em; padding:5px 10px; width:auto;border-right: 0px solid #666666;} Padding here control space between list items*/

.menu ul ul a, .menu ul ul a:visited {
	color:#939597;  
	height:15px; 
	line-height:15px;
	padding:2px 10px; 
	width:auto;border-right: 0px solid #F0F0F0;
	z-index: 50;
} /*Padding here controls space between list items*/

.menu ul ul a:hover{
	color:#ed1c24;
	text-decoration: underline;
	z-index: 50;
} /*Hover colour dropdown only picking up in IE6*/

.menu li li a:hover {
	z-index: 50;
} /*List item without flyout IE6*/

.menu li li:hover > a {
	z-index: 50;
} /*List item without flyout */

.menu li li a.fly {
	background:#F0F0F0 url(../images/nav-bar-arrow.png) no-repeat right top;
	z-index: 50;
} /*List item with flyout */

.menu li li a.fly:hover {
	background:#F0F0F0 url(../images/nav-bar-arrow.png) no-repeat right top;
	z-index: 50;
} /*List item with flyout on hover IE6*/

.menu li li:hover > a.fly {
	background:#F0F0F0 url(../images/nav-bar-arrow.png) no-repeat right top;
	z-index: 50;
} /*List item with flyout on hover*/

.menu ul.drop-down {
	background:#F0F0F0;
	z-index: 50;
	top:30px;
	border-left-style: none;
}
.menu li li ul { /*Position flyouts*/
	left:100%; 
	margin-top:-19px; 
	margin-left:0px;
	z-index: 50;
}

.menu table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
	text-align:left;
	z-index: 50;
}
.menu table ul li a {
	padding-left:0; 
	padd\ing-left:20px;
	z-index: 50;
}

.menu table table {
	top:auto; 
	left:100%; 
	margin-left:-1px; 
	padding:0; margin:0;
	z-index: 50;
}
.menu table table ul {
	margin-top:-4px; 
	marg\in-top:-7px;
	z-index: 50;
}

@-webkit-keyframes cf4FadeInOut {
 0% {
   opacity:1;
 }
 17% {
   opacity:1;
 }
 25% {
   opacity:0;
 }
 92% {
   opacity:0;
 }
 100% {
   opacity:1;
 }
}

@-moz-keyframes cf4FadeInOut {
 0% {
   opacity:1;
 }
 17% {
   opacity:1;
 }
 25% {
   opacity:0;
 }
 92% {
   opacity:0;
 }
 100% {
   opacity:1;
 }
}

@-o-keyframes cf4FadeInOut {
 0% {
   opacity:1;
 }
 17% {
   opacity:1;
 }
 25% {
   opacity:0;
 }
 92% {
   opacity:0;
 }
 100% {
   opacity:1;
 }
}

@keyframes cf4FadeInOut {
 0% {
   opacity:1;
 }
 17% {
   opacity:1;
 }
 25% {
   opacity:0;
 }
 92% {
   opacity:0;
 }
 100% {
   opacity:1;
 }
}

#cf4a {
  position:relative;
  height:300px;
  width:940px;
  margin:0 auto;
}
#cf4a img {
  position:absolute;
  left:0;
}

#cf4a img {
  -webkit-animation-name: cf4FadeInOut;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 16s;

  -moz-animation-name: cf4FadeInOut;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -moz-animation-duration: 16s;

  -o-animation-name: cf4FadeInOut;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: infinite;
  -o-animation-duration: 16s;

  animation-name: cf4FadeInOut;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 16s;
}
#cf4a img:nth-of-type(1) {
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -o-animation-delay: 12s;
  animation-delay: 12s;
}
#cf4a img:nth-of-type(2) {
  -webkit-animation-delay: 8s;
  -moz-animation-delay: 8s;
  -o-animation-delay: 8s;
  animation-delay: 8s;
}
#cf4a img:nth-of-type(3) {
  -webkit-animation-delay: 4s;
  -moz-animation-delay: 4s;
  -o-animation-delay: 4s;
  animation-delay: 4s;
}
#cf4a img:nth-of-type(4) {
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  animation-delay: 0;
}


@-webkit-keyframes cf2FadeInOut {
 0% {
   opacity:1;
 }
 8% {
   opacity:1;
 }
 33.3% {
   opacity:0;
 }
 66.6% {
   opacity:0;
 }
 100% {
   opacity:1;
 }
}

@-moz-keyframes cf2FadeInOut {
 0% {
   opacity:1;
 }
 8% {
   opacity:1;
 }
 33.3% {
   opacity:0;
 }
 66.6% {
   opacity:0;
 }
 100% {
   opacity:1;
 }
}

@-o-keyframes cf2FadeInOut {
 0% {
   opacity:1;
 }
 8% {
   opacity:1;
 }
 33.3% {
   opacity:0;
 }
 66.6% {
   opacity:0;
 }
 100% {
   opacity:1;
 }
}

@keyframes cf2FadeInOut {
 0% {
   opacity:1;
 }
 8% {
   opacity:1;
 }
 33.3% {
   opacity:0;
 }
 66.6% {
   opacity:0;
 }
 100% {
   opacity:1;
 }
}

#cf2a {
  position:relative;
  height:300px;
  width:940px;
  margin:0 auto;
}
#cf2a img {
  position:absolute;
  left:0;
}

#cf2a img {
  -webkit-animation-name: cf2FadeInOut;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 12s;

  -moz-animation-name: cf2FadeInOut;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -moz-animation-duration: 12s;

  -o-animation-name: cf2FadeInOut;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: infinite;
  -o-animation-duration: 12s;

  animation-name: cf2FadeInOut;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 12s;
}


#cf2a img:nth-of-type(1) {
  -webkit-animation-delay: 8s;
  -moz-animation-delay: 8s;
  -o-animation-delay: 8s;
  animation-delay: 8s;
}
#cf2a img:nth-of-type(2) {
  -webkit-animation-delay: 4s;
  -moz-animation-delay: 4s;
  -o-animation-delay: 4s;
  animation-delay: 4s;
}
#cf2a img:nth-of-type(3) {
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  animation-delay: 0;
}

