
/*
 ************************************************
 * CSS reset
 ************************************************
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
/* remember to define focus styles! */
:focus { outline: 0; }
body { line-height: 1; color: black; background: white; text-align: left; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
/*
 *	/CSS reset
 */
 
/*
 ************************************************
 * html tags
 ************************************************
 */
body 
{
	font-family: arial, Helvetica, sans-serif;
	font-size: 71%;
	color: #000;
}

hr 
{ 
	height: 1px;
	border-bottom: 1px solid #ccc;
	padding: 0;
	margin-bottom: 12px;
}
h1,
h2,
h3,
h4,
h5,
h6 
{ 
	margin: 0 0 0.5em 0;
	font-weight: bold;
	color: #000;
}
h1 
{ 
	font-size: 1.5em;
}
h2
{
	font-size: 1.4em;
}
h3
{
	font-size: 1.3em;
}
h4
{
	font-size: 1.1em;
}
h5
{
	font-size: 1em;
}
h6
{
	font-size: 1em;
}
p,
pre
{
	margin: 0 0 1em 0;
	color: #000;
	line-height: 1.4em;
}
pre
{
	font-family: "Courier New", Courier, monospace;
}
blockquote
{
	margin: 1em;
	padding: 1em;
	background: #f6f6f6;
}
a:link
{
	color: #000;
	text-decoration: none;
	font-weight: normal;
}
a:visited
{
	color: #000;
	text-decoration: none;
	font-weight: normal;
}
a:hover
{ 
	color: #ccc;
	text-decoration: none;
	font-weight: normal;
}
a:active
{
	color: #000;
	text-decoration: none;
	font-weight: normal;
}
ul,
ol
{
	margin: 0 0 0 25px;
	padding: 0;
}
li
{
	margin: 0;
	padding: 0 0 0 0;
	color: #000;
}
ul li ul,
ul li ol, 
ol li ul, 
ol li ol
{
	margin-top: 0.5em;
}
dl
{
	margin: 0;
	padding: 0;
}
dt
{
	font-weight: bold;
	padding: 0 0 0.5em 0;
}
dd
{
	padding: 0 0 0.5em 0;
}
form
{
	margin: 0;
	padding: 0;
}
strong
{
	font-weight: bold;
}
img,
a img
{
	border: none;
}
table,
tr,
th,
td
{
	margin: 0;
	padding: 0;
	border: none;
	font-size: 1em;
}
table
{
	border: none;
}
th
{
	font-size: 1em;
}
th,
td
{
	text-align: center;
}
acronym,
abbr
{
	border-bottom: 1px dotted #333;
}
		
/*
 *	/html tags
 */

/*
 ************************************************
 * basic classes
 ************************************************
 */
.clear
{
	clear: both;
}
.clearleft
{
	clear: left;
}
.clearright
{
	clear: right;
}
.left
{
	float: left;
}
.right
{
	float: right;
}
.imgleft
{
	float: left;
	padding: 0 15px 15px 0;
}
.imgright
{
	float: right;
	padding: 0 0 15px 15px;
}
.push0,
#maincontent .push0
{
	margin-bottom: 0;
}
.push1,
#maincontent .push1
{
	margin-bottom: 1em;
}
.push2,
#maincontent .push2
{
	margin-bottom: 2em;
}
.skip
{
	position: absolute;
	left: -1000px;
	width: 990px;
	height: 20px;
	margin-bottom: -20px;
}
/*
 *	/basic classes
 */

/*
 ************************************************
 * layout
 ************************************************
 */
 
#background {
	background-image: url(/new/images/erevena-page_02.jpg);
	background-repeat:repeat-x;
	} 
	
#homepage #background {
	background-image: url(/new/images/erevena-default_02.jpg);
	background-repeat:repeat-x;
	} 
 
#container
{
	width: 918px;
}

#header {
	height: 150px;
	position: relative;
	background-image: url(/new/images/erevena-page_01.jpg);
}
#webaccess #header {
	height: 150px;
	position: relative;
	background-image: url(/new/images/erevena-page_01.jpg);
	background-repeat:no-repeat;
}

#homepage #header {
	height: 301px;
	position: relative;
	background-image: url(/new/images/erevena-default_01.jpg);
}

#content
{
	/* easy cleared */	
	/* hacked in ie6 for drop down z-index issues */
	padding: 20px 0 20px 20px;
	margin: 0;
}

#blackbar {
	height: 14px;
	background-color:#000000;
	}
	
#footer
{
	border-top: solid 1px;
	border-top-color: #e0dedf;
	margin-bottom: 40px;
}

 
/*
 ************************************************
 * nav
 ************************************************
 */

 
#nav
{
	/* easy clearing */
	float: right;
	margin: 0 auto;
	padding: 111px 0 0 0;
	
}

#homepage #nav
{
	/* easy clearing */
	float: right;
	margin: 0 auto;
	padding: 262px 0 0 0;
	
}

#nav ul
{
	/* Easy Clearing */
	/* hacked in ie6.css for an odd 1px space at the bottom*/
	list-style: none;
	margin: 0;
	padding: 14px 0 0 0;
	min-height: 26px;	/* hacked in ie6.css for min-height support */


}
#nav ul li
{
	list-style: none;
	margin: 0;
	padding: 0 0 0 0;
	float: left;
	min-height: 26px;	/* hacked in ie6.css for min-height support */
	

}
#nav ul li a
{
	padding: 9px 12px 0 12px;
	color: #000;
	font-size: 0.98em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	min-height: 19px;	/* hacked in ie6.css for min-height support */
}
#nav ul li a:hover
{
	color: #ccc;
}

 
/*
 ************************************************
 * Content
 ************************************************
 */

#leftcol {
	width: 200px;
	float: left;
	
	}
	
#middlecol {
	width: 450px;
	float: left;
	}	
	
#rightcol {
	width: 610px;
	float: right;
	}

#appointments #leftcol {
	width: 873px;
	float: left;
	padding: 12px;
	}
	
#clients #rightcol {
	width: 610px;
	float: right;
	background-color:#FFFFFF;
	padding: 12px;
	}

#homepage #leftcol {
	width: 460px;
	float: left;
	}
	
#homepage #rightcol {
	width: 415px;
	float: right;
	}

#homepage #logocol1 {
	width: 200px;
	float: left;
	text-align:center;
	}
	
#homepage #logocol2 {
	margin-left: 32px;
	width: 200px;
	float: left;
	text-align:center;
	}
	
#homepage #logocol3 {
	margin-left: 32px;
	width: 200px;
	float: left;
	text-align:center;
	}
	
#homepage #logocol4 {
	margin-left: 32px;
	width: 200px;
	float: right;
	text-align:center;
	}

.clientlogo {
	padding-bottom: 25px;
	}

#homepage h2 {
	color: #000;
	font-size: 1.3em;
	line-height: 1.2em;
	padding: 0 0 10px 0;
	
}

#homepage h3 {
	color: #000;
	padding: 0 0 10px 0;
	
}

#meettheteam #leftcol {
	width: 250px;
	float: left;
	text-align:center;
	padding: 12px;
	}
	
#meettheteam #middlecol {
	margin-left: 38px;
	width: 250px;
	float: left;
	text-align:center;
	padding: 12px;
	}	
	
#meettheteam #rightcol {
	width: 250px;
	float: right;
	text-align:center;
	padding: 12px;
	}


	
#appointments h2{
	font-size: 1.5em;
	line-height: 1.1em;
	padding: 0 0 20px 0;
	}

#meettheteam p {
	padding: 20px 0 0 0;
	}


/* Vcard */

#contactus h2 {
	font-size: 1.5em;
	line-height: 1.3em;
	padding: 0 0 25px 0;
	}

#contact #rightcol {
	width: 500px;
	float: right;
	background-color:#FFFFFF;
	padding: 12px;
	}


div.vcard
{
	line-height: 1.6em;

}
div.adr
{
	margin-bottom: 1em;
}


/*
 ************************************************
 * secondary nav
 ************************************************
 */
#secondarynav h2
{
	margin: 0 0 1.6em 0;
	color: #000;
	font-size: 1.33em;
	font-weight: normal;
	display: inline-block;
	width: 6.8em;
}
#secondarynav h2 span
{
	display: block; /* hacked in ie6.css for block support */
	padding: 0;
}
#secondarynav ul
{
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	text-align: left;
	
}
#secondarynav ul li
{
	margin: 0;
	padding: 0;	
}
#secondarynav ul li.selected
{
	background: #fff url(../images/snav_selected_bg.gif) repeat-x top left scroll;
}
#secondarynav ul li a
{
	padding: 0 0 0 0;
	color: #000;
	text-decoration: none;
	font-weight:bold;
	display: block;	/* hacked in ie6.css for block support */

}
/* sub nav */
#secondarynav ul li ul
{
	padding: 0 0 0 0;
	list-style: none;
	border: none;
}
#secondarynav ul li ul li
{
	display: block;	/* hacked in ie6.css for block support */
	line-height:1.6em;
	padding: 0 0 1px 0;
	margin: 0 0 0 0;
	border-bottom:1px solid #CCC;
	width: 225px;
}
#secondarynav ul li ul li.first
{
	margin: 0 0 0 0;
}
#secondarynav ul li ul li.selected
{
	background: #fff;
	
}
#secondarynav ul li ul li a
{
	color: #000;
	font-weight: normal;
	padding: 3px 0 3px 10px;
}
#secondarynav ul li ul li.selected a
{
	color: #203271;
}
/* sub sub nav */
#secondarynav ul li ul li.selected ul
{

	list-style: none;
	border: none;
	display: block;	/* hacked in ie6.css for block support */
}
#secondarynav ul li ul li.selected ul li
{
	display: block;	/* hacked in ie6.css for block support */
	background: #fff;
}
#secondarynav ul li ul li.selected ul li a
{
	color: #727A94;
}
#secondarynav ul li ul li.selected ul li.selected a
{
	color: #203271;
}
/* sub nav selected */
.apertio #ssnapertio a, 
.amdocs #ssnamdocs a, 
.atg #ssnatg a, 
.bigfix #ssnbigfix a, 
.blinkbox #ssnblinkbox a, 
.breathnetworks #ssnbreathnetworks a, 
.celona #ssncelona a, 
.cloudmark #ssncloudmark a, 
.cramer #ssncramer a, 
.followap #ssnfollowap a, 
.huddle #ssnhuddle a, 
.jacobsrimell #ssnjacobsrimell a, 
.pixsta #ssnpixsta a, 
.reevoo #ssnreevoo a, 
.rgbnetworks #ssnrgbnetworks a, 
.secerno #ssnsecerno a, 
.smithbayes #ssnsmithbayes a, 
.streamserve #ssnstreamserve a, 
.symantec #ssnsymantec a, 
.truphone #ssntruphone a, 
.verint #ssnverint a, 
.wilytechology #ssnwilytechology a, 

 

{
	/* temporary styling */
	background: #F3F3F3;
	color: #999;
	font-weight: normal;
}
/*
 * /secondary nav
 */

/*
 ************************************************
 * Clients
 ************************************************
 */
 
#clients #clientinto {
	padding: 0 0 20px 0;
	}
	
#clients #clientinto p {
	padding: 10px 0 0 0;
	}

	
#clients #clienturl {
	float: right;
	padding: 5px 10px 0 0;
	}
	
#clients #clienturl a {
	font-size: 1.1em;
	}
	
#clients #clientlogo {
	padding: 0 0 16px 0;
	}

#clients #clientabout {
	padding: 0 0 12px 0;
	}
	
#clients #clientabout p {
	font-weight: normal;
	}	

#clients #clientappointments {
	padding: 0 0 20px 0;
	border-bottom:1px dotted #CCC;
	}

#clients #clientappointments h3 {
	font-size: 1.2em; 
	padding: 0 0 8px 0;
	}	

#clients #clientappointments li {
	padding: 0 0 8px 0;
	}	

#clients #clienttestimonial {
	padding: 20px 0 0 0;
	}
	
#clients #clienttestimonial p {
	font-size: 1.2em;
	}
	
.quote {
	font-style:italic;
	}
	
.quoteby {
	font-weight: bold;
	}

/*
 ************************************************
 * footer
 ************************************************
 */
#footer p
{
	font-size: 0.85em;
	color: #999999;
	float:left;
	padding: 0 0 0 20px;
	margin: 15px 0 25px 0;
}
#footer a
{
	color: #999999;
	text-decoration: none;
}
#footer a:hover
{
	color: #cccccc;
	text-decoration: none;
}
/*
 * footer
 */

/*
 ************************************************
 * Form Containers Start
 *
 * Wrapping appropriate form elements such as labels, inputs
 * buttons etc in the following classes will ensure that 
 * floats and padding can be applied as required.
 ************************************************
 */
.formWrapper
{
	border: 1px solid #e3ebf6;
	padding: 10px;
	margin-bottom: 10px;
}
fieldset
{
	border: none;
	margin: 0 0 0 0;
	padding: 8px 8px 0 8px;
}
fieldset.legend
{
	border: 1px solid #ccc;
	margin: 0 0 10px 0;
}
fieldset.legend
{
	font-weight: bold;
}
.formField
{
    /* wraps every form field 'set' of label, field & errors */
    /* Added to easy clearing */
    clear: both;
    padding: 0;
}
.formLabel,
.formInputText,
.formInputSelect,
.formInputRadio,
.formInputCheckbox,
.formInputButton
{
    padding: 0 5px 10px 0;
}
.formLabel
{
	width: 150px;
	float: left;
	text-align: right;
}
.formField.radio .formLabel,
.formField.checkbox .formLabel
{
	width: auto;
	float: none;
	text-align: left;
}
.formInputText input
{
	width: 200px;
}
textarea
{
	width: 200px;
	height: 100px;
}
.formInputRadio,
.formInputCheckbox
{
	float: left;
	width: 15px;
	padding-top: 2px;
}
.formInputCheckbox
{
	padding-top: 0;
}
.formErrorMsg
{
	clear: both;
	padding-left: 155px;
	color: #CC0000;
	font-size: 0.9ems;
}
.formErrorMsg p
{
	font-weight: bold;
	margin-bottom: 10px;
	color: #CC0000;

}
span.error
{
    color: #CC0000;
}
.radio .formErrorMsg,
.checkbox .formErrorMsg 
{
	padding-left: 20px;
	color: #CC0000;
}
span.required
{
	color: #c00;
	font-weight: bold;
	font-size: 1.2em;
	padding-left: 5px;
}
fieldset.submit .formInputButton
{
	float: right;
}
.formInputButton.submit
{
	padding-right: 51px;
}
.formInputButton.submit input
{
	background-color: #b1bfdb;
	border: 1px solid #677aa0;
	color: #677aa0;
}
.formInputButton.submit input.disabled
{
	background-color: #b1bfdb;
	border: 1px solid #677aa0;
	color: #677aa0;
}
.formInputButton.reset input
{
	background-color: #b1bfdb;
	border: 1px solid #677aa0;
	color: #677aa0;
}
.formInputButton.reset
{
	padding-right: 10px;
}
/*
 * /Form Containers
 */

 /*
 ************************************************
 *Slider options
 ************************************************
 */
 
.slider {position:relative; overflow:hidden; height:390px;}
.slidercontent {position:absolute}

/*
 ************************************************
 * easy clearing
 ************************************************
 */
/* float clearing for IE6 */
* html #content, 
* html .cert, 
* html .clearfix,
* html .screen,
* html #nav,
* html #nav ul
{
 height: 1%;
 overflow: visible;
}
/* float clearing for IE7 */
*+html #content, 
*+html .cert, 
*+html .clearfix,
*+html .screen,
*+html #nav,
*+html #nav ul
{
 min-height: 1%;
}
/* float clearing for everyone else */
#content:after, 
.cert:after, 
.clearfix:after,
.screen:after,
#nav:after,
#nav ul:after
{
 clear: both;
 content: ".";
 display: block;
 height: 0;
 visibility: hidden;
}
/*
 * easy clearing
 */