/*-----------------------------------------------------------------------------
Master Style Sheet

version:   2.1
author:    Jamie Stanton
email:     jamie.stanton@gmail.com
website:   http://www.evolution-e.com, http://www.jamiestanton.com
-------------------------------------------------------------------------------

~~~~~~~~~~~~~~~~~~~~~
Table of Contents:
~~~~~~~~~~~~~~~~~~~~~
	General Settings
	Common Classes
	Link Icons
	Typography
	Header
	Column One
	Column Two
	blockLinks
	Content
	Footer
	Forms
	sIFR
	Job Engine
	
~~~~~~~~~~~~~~~~~~~~~
Main Colours
~~~~~~~~~~~~~~~~~~~~~
	Internet Blue 	#90B8D2
*/

/* =General Settings
-----------------------------------------------------------------------------*/
@charset "utf-8";
h1, h2, h3, h4, h5, h6, a, 
table, caption, tbody, tfoot, thead, tr, th, td, 
div, span, object, iframe, 
blockquote, pre, abbr, acronym, 
address, code, del, dfn, em, img, 
q, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, button, 
html, body					{ margin: 0; padding: 0; border: 0;} /* Removes padding and margin from all items*/
ul, li 						{ list-style:none; }
:focus 						{ outline: 0; } /* remember to define focus styles! */
table 						{ border-spacing:0; border-collapse:collapse; }
caption, th, td 			{ text-align:left; font-weight:normal; }
img							{ border: 0px; }
 
/* =Common Classes
-----------------------------------------------------------------------------*/
.help 						{ cursor:help; }
.left 						{ float:left; }
.right 						{ float:right; }
.clear 						{ clear:both; }
.img-left 					{ float:left; margin:4px 10px 4px 0; }
.img-right 					{ float:right; margin:4px 0 4px 10px; }
.align-left					{ text-align:left; }
.align-right				{ text-align:right; }
.align-center				{ text-align:center; }
.align-justify				{ text-align:justify; }
.nopadding      			{ padding:0; }
.noindent       			{ margin-left:0;padding-left:0; }
.nobullet       			{ list-style:none;list-style-image:none; }
.invisible					{ position:absolute; left:-9000px; }
.spoiler					{ color:#000; background-color:#000; }
.content .vertical-nav 		{ margin:0px; text-align: center; width:100%;}
.content .vertical-nav li	{ display: inline; padding-right: 5px; padding-left: 5px; margin:0px; background-image:none;}
.content .sitemap li 		{ background-image: url(../images/icons/page.png);background-repeat: no-repeat;background-position: left 4px;padding-left: 20px;}

/* =Link Icons
-------------------------------------------------------------------------------
Syntax: class="icon-right email" --- Many of these icons were created by Mark James of http://www.famfamfam.com/
-----------------------------------------------------------------------------*/
.icon-right 				{ background-repeat: no-repeat;background-position: right;padding-right: 20px; margin-right: 5px; } 
.icon-left 					{ background-repeat: no-repeat;background-position: left;padding-left: 20px; margin-left: 5px; } 
.email 						{ background-image: url(../images/icons/email.png); background-repeat:no-repeat; background-position: right; }
.external 					{ background-image:url(../images/icons/world_link.png); }
.calendar 					{ background-image:url(../images/icons/calendar.png); }
.date 						{ background-image:url(../images/icons/date.png); }
.time 						{ background-image:url(../images/icons/time.png); }
.rss 						{ background-image:url(../images/icons/rss.png); }
.search 					{ background-image:url(../images/icons/magnifier.png); }
.map 						{ background-image:url(../images/icons/map.png); }
.photo 						{ background-image:url(../images/icons/picture.png); }
.phone 						{ background-image:url(../images/icons/telephone.png); }
.mobile 					{ background-image:url(../images/icons/phone.png); }
.next 						{ background-image:url(../images/icons/resultset_next.png); }
.prev, .back				{ background-image:url(../images/icons/resultset_previous.png); }
.star 						{ background-image:url(../images/icons/star.png); }
.printer 					{ background-image:url(../images/icons/printer.png); }
.vcard 						{ background-image:url(../images/icons/vcard.png); }
.tag 						{ background-image:url(../images/icons/tag.png); }
.add 						{ background-image:url(../images/icons/add.png); }
.info 						{ background-image:url(../images/icons/info.png); }
.secure 					{ background-image:url(../images/icons/lock.png); }
.text	 					{ background-image:url(../images/icons/page_white_text.png); }
.skype 						{ background-image:url(../images/icons/skype.gif); }
.paypal 					{ background-image:url(../images/icons/paypal.gif); } 
.gearth 					{ background-image:url(../images/icons/gearth.gif); } /* Google Earth */
.outlook 					{ background-image:url(../images/icons/outlook.gif); } /* Microsoft Outlook - Alternative to vcard icon, depending on audience of site */
.login, .key				{ background-image:url(../images/icons/key.png); }
.ie							{ background-image:url(../images/flags/ie.png); }  /* Change country code to get relevant flag */
.new-window					{ background-image:url(../images/icons/newwindow.gif) }

/* =Typography (Global)
-----------------------------------------------------------------------------*/
a 							{ color:#004080; font-weight: normal; }
a:link 						{ color:#004080; text-decoration: underline; }
a:visited 					{ color:#004080; text-decoration: underline; }
a:hover 					{ color:#004080; text-decoration: none; }
a:active 					{ color:#004080; text-decoration: none; }
h1, h2, h3, h4, h5, h6  	{font-weight:normal;color:#30404C;}
p, ul, ol 					{ margin:0; padding:0 0 10px 0; }
sup 						{ position:relative; bottom:0.3em; vertical-align:baseline; }
sub 						{ position:relative; bottom:-0.2em; vertical-align:baseline; }
acronym, abbr 				{ cursor:help; letter-spacing:1px; border-bottom: 1px dashed; }

body {
	font-family: "Calibi", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	min-width:960px;
	text-align:center; /* remove if using fluid layout*/
	line-height: 25px;
}

.wrapper					{ width: 960px; margin-right: auto; margin-left: auto;text-align: left; position: relative; }
.content-wrapper			{ float:left;width:100%; margin-top: 10px; }

::selection         { background:#c3effd; color:#000; /* Safari and Opera */ }
::-moz-selection  { background:#c3effd; color:#000; /* Firefox */ }


/* =Header
-----------------------------------------------------------------------------*/
.header {
	voice-family: "\"}\"";
	voice-family: inherit;
	position:relative;
	height:150px; 
	}
	
.header li {
	padding: 0px; 
	margin:0px; 
	background-image:none;
}	

.header .navOne {
	position:absolute;
	left:0px;
	text-align:left;
	width: 100%;
	bottom: 0px;
	background-color:#D4DAF0; border-bottom: solid 3px #769BB7; 
}

.header .navTwo {
	position:absolute;
	text-align:right;
	width: 200x;
	top: 30px;
	right: 0px;
	font-size:24px; 
	text-decoration:none; 
	color:#333; 
}

.header .navTwo .topPhone a {
	text-decoration:none; 
	pointer:none; color:#333; 
}


.header .navTwo .topPhone a strong {
	text-decoration:none; 
	pointer:none; color:#900; 
}

.header .navTwo li {
	margin-bottom: 5px; 
}


.header .navTwo ul {
	float: right;
	width:auto;
	margin:0px; 
	text-align: right;
	clear:both;
}

/* =Column One
-----------------------------------------------------------------------------*/
.colOne{
float:left;
margin-left:-960px;
padding:10px 10px 10px 0;
width:270px;	
}


.colOne .freeTrial {
	background-image: url(../images/phone.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	border: solid 1px #8B8C91;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background-color:#F2F2FA;
	padding: 10px;
	height: 450px;
}

.colOne .freeTrial ul li  {
	background-image:url(../images/bullet.png);
	background-position:left 8px;
	background-repeat:no-repeat;
	margin:3px;
	padding:3px 3px 3px 25px;
}

.colOne .freeTrial ul  {
	margin-bottom:0px; 
}
.colOne .freeTrial h2  {
font-size:25px;
line-height:31px;
margin-bottom:10px;
}

body .colOne .freeTrial h2 strong {
	color:#990000; 
	font-size: 25px; 
	font-weight: normal; 
}

.colOne .freeTrial a {
	display: block;  
	font-size: 23px; 
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border: solid 2px #5E7B41; 
	color:#FFF; 
	background: #70A43F; 
	margin-left: 18%; 
	margin-right: 18%; 
	margin-bottom: 20px; 
	padding: 8px; 
	text-align:center; 
	text-decoration: none; 
	font-weight: normal; margin-top:50px;
	background-image:url(../images/gradiant-green.jpg); 
	background-repeat:repeat-x; 
}

.colOne .freeTrial a:hover {
	border:#fff solid 2px; 
 
}

.imageBG {
background-position:right top;
background-repeat:no-repeat;
height:400px;
padding-left:10px;
padding-right:260px;
}


.colOne .freeTrial p {
	text-align:center; 
	font-size: 18px; 	
}

body .colOne .freeTrial strong {
	text-align:center; 
	font-size: 18px; 	
	color: #990000; 
}


.colOne #vnav, .colOne #vnav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 184px;
	z-index:5;
}

.colOne #vnav li {
	position : relative;
	float : left;
	line-height : 1.5em;
	margin-bottom : -1px;
	width : 184px;
}

.colOne #vnav li ul {
	position : absolute;
	left: -999em;	
	margin-left : 300px; 
	margin-top : -24px;	
}

.colOne #vnav li ul ul {
	left: -999em;
}

.colOne #vnav li a {
	width : 184px;
	display:block;
	text-decoration:none;
	background-color:white;
	padding: 3px;
}

.colOne #vnav li a:hover {
	color:white; 
	background-color:#003399;
}

.colOne #vnav li:hover ul ul, .colOne #vnav li:hover ul ul ul, .colOne #vnav li.sfhover ul ul, .colOne #vnav li.sfhover ul ul ul {
	left: -999em;
}

.colOne #vnav li:hover ul, .colOne #vnav li li:hover ul, .colOne #vnav li li li:hover ul, .colOne #vnav li.sfhover ul, .colOne #vnav li li.sfhover ul, .colOne #vnav li li li.sfhover ul {
	left: auto;
}


	
/* =Column Two
-----------------------------------------------------------------------------*/
.colTwo{
	float:left;
	width:200px;
	margin-left:-300px;
	font-size: 16px;
	text-decoration: none;
	color: #333;
}

.colTwo h2 {
	padding: 3px;
}

.colTwo .right {
text-align: right; 
text-decoration:none; 
font-weight:bold; 
width: 100%; float:left;
}

/* =Content
-----------------------------------------------------------------------------*/
.content {
margin:0 0 0 280px;
width:680px;
}

.content h1 {	
	line-height:35px;
	margin-bottom:20px;
	margin-top:0;
}

.content h2 {	
	line-height:35px;
	margin-bottom:0px;
	margin-top:0;
	color:#769BB7; 
font-size:26px;
}

.content h3 {	
	line-height:35px;
	margin-bottom:0px;
	margin-top:0;
	color:#769BB7; 
font-size:23px;
}

/* Content Modules - Change percentages to alter layouts */
.content01 {
	width: 33%;
	float: left;
}

.content02 {
	width: 33%;
	float: left;
}
.content03 {
	width: 33%;
	float: right;
}

#enquiryFormContainer h2 {display: none; }

/* =blockLinks
-------------------------------------------------------------------------------
Quick way to add uniform look and functionality to links
-----------------------------------------------------------------------------*/
.blockLinks a {
	display: block;
	padding: 2px;
}

.blockLinks a:link {
	text-decoration: none;
}

.blockLinks a:visited {
	text-decoration: none;
}

.blockLinks a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #003399;
}

.blockLinks a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.blockLinks ul {
	list-style-type: none;
}
	
/* =Content
-----------------------------------------------------------------------------*/
.content {}

.content caption {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
	padding: 3px;
}
.content table {
	margin: 0px;
	width: 100%;
}

.content table th {
	text-align: left;
	margin: 0px;
	padding: 5px;
	vertical-align: top;
	font-weight: bold;
}

.content table td {
	color: #333333;
	font-size: 1.1em;
	text-align: left;
	margin: 0px;
	padding: 5px;
}

.content tr:hover {
	background-color: #EFEFEF;
} 

.content .odd {
} 

.content .even {
} 

.content address {
	background-color: #FEFAA5;
	display: block;
	margin: 30px;
	padding: 10px;
	border: 1px solid #F48221;
	font-size: 1.2em;
	font-style: normal;
	color: #333333;
} 

.content ul {
	padding: 0px;
	margin-top: 5px;
	margin-right: 10%;
	margin-bottom: 5px;
	margin-left: 10%;
	display: block;
}

.content ul li {
	background-image:url(../images/bullet.png);
	background-position:left 8px;
	background-repeat:no-repeat;
	margin:3px;
	padding:3px 3px 3px 25px;
}
blockquote {
	background-image:url(../images/blockquote.png);
	background-position:left top;
	background-repeat:no-repeat;
	color:#999999;
	font-style:italic;
	padding:3px 0 3px 25px;
	margin-top:10px;
}



.content code, .content pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.2em;
	margin-right: 10%;
	margin-left: 10%;
	color: #009900;
	background-color: #000000;
	padding: 10px;
	display: block;
	border: 8px inset #CCCCCC;
}


/* =Tables
-----------------------------------------------------------------------------*/

.content table {
	margin: 0px;
	width: 100%;
	border: 1px solid #769BB7;
}

.content table th {
	text-align: left;
	margin: 0px;
	padding: 5px;
	vertical-align: top;
	font-weight: bold;
	background-color: #BDD2FF;
}

.content table td {
	font-size: 1.1em;
	text-align: left;
	margin: 0px;
	padding: 5px;
}

.content tr:hover {
	background-color:#E2E2E2;
} 

caption {
	font-size: 22px;
	font-weight: normal;
	font-weight: normal;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #003366; 
}

.content .odd {
background-color:#F0F0F0;
} 

.content .even {
} 

.content .odd th {
	background-color:#CFDEFF; 
} 

.content .even th {
} 


/* =footer
-----------------------------------------------------------------------------*/
.footer {
	min-width: 750px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	text-align: center;
	clear:left;
	width:100%;
	border:1px solid #769BB7; 
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-left-bottom-radius: 6px; 
	border-right-bottom-radius: 6px; 
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-left-top-radius: 6px; 
	border-right-top-radius: 6px;
}
.footer li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}

.footer a {
	display:inline;
}


.content form {
	width: 100%;
	display: block;
	padding: 10px;
	margin-left: -10px;
}

.content form label {
	width: 120px;
	display: block;
	height: 20px;
	float: left;
}

.content form button { /* Resets button styles */
	background: none;
	background-color:transparent;
	cursor: pointer;
	border: 0px;
	margin: 0px;
}


/* =Superfish Menu 
-----------------------------------------------------------------------------
http://users.tpg.com.au/j_birch/plugins/superfish/
-----------------------------------------------------------------------------*/

/* =Positioning
-----------------*/

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			300px; ; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			300px; ; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			300px; ; /* match ul width */
	top:			0;
}

/* =Styling
-----------------*/
.sf-menu {
	float:			left;
	margin-bottom:	0px;
	background:		#D4DAF0;

}

.sf-menu a {
/*	border-left:1px solid #FFFFFF;
	border-top:1px solid #CFDEFF;*/
	padding:7px 13px;
	text-decoration:none;
	font-size:18px;

}

.sf-menu .current  {
/*	border-left:1px solid #FFFFFF;
	border-top:1px solid #CFDEFF;*/
	background-color: #769BB7; 
	color: #FFF; 
background-image: url(../images/gradient-h3.gif);
}


.sf-menu li {
	background:		#D4DAF0;

}
.sf-menu li li {
	background:		#D4DAF0;

}
.sf-menu li li li {
	background:		#D4DAF0;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
background: #769BB7; 	color: #fff !important; 
	background-repeat: repeat-x; 
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/*** adding the class sf-navbar in addition to sf-menu creates an all-horizontal nav-bar menu ***/
.sf-navbar {
	background:		#BDD2FF;
	height:			2.5em;
	padding-bottom:	2.5em;
	position:		relative;
}
.sf-navbar li {
	background:		#AABDE6;
	position:		static;
}
.sf-navbar a {
	border-top:		none;
}
.sf-navbar li ul {
	width:			44em; /*IE6 soils itself without this*/
}
.sf-navbar li li {
	background:		#BDD2FF;
	position:		relative;
}
.sf-navbar li li ul {
	width:			13em;
}
.sf-navbar li li li {
	width:			100%;
}
.sf-navbar ul li {
	width:			auto;
	float:			left;
}
.sf-navbar a, .sf-navbar a:visited {
	border:			none;
}
.sf-navbar li.current a {
	background:		#769BB7;
}
.sf-navbar li:hover,
.sf-navbar li.sfHover,
.sf-navbar li li.current,
.sf-navbar a:focus, .sf-navbar a:hover, .sf-navbar a:active {
	background:		#BDD2FF;
}
.sf-navbar ul li:hover,
.sf-navbar ul li.sfHover,
ul.sf-navbar ul li:hover li,
ul.sf-navbar ul li.sfHover li,
.sf-navbar ul a:focus, .sf-navbar ul a:hover, .sf-navbar ul a:active {
	background:		#D1DFFF;
}
ul.sf-navbar li li li:hover,
ul.sf-navbar li li li.sfHover,
.sf-navbar li li.current li.current,
.sf-navbar ul li li a:focus, .sf-navbar ul li li a:hover, .sf-navbar ul li li a:active {
	background:		#E6EEFF;
}
ul.sf-navbar .current ul,
ul.sf-navbar ul li:hover ul,
ul.sf-navbar ul li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
}
ul.sf-navbar .current ul ul {
	top: 			-999em;
}

.sf-navbar li li.current > a {
	font-weight:	normal;
}

/*** point all arrows down ***/
/* point right for anchors in subs */
.sf-navbar ul .sf-sub-indicator { background-position: -10px -100px; }
.sf-navbar ul a > .sf-sub-indicator { background-position: 0 -100px; }
/* apply hovers to modern browsers */
.sf-navbar ul a:focus > .sf-sub-indicator,
.sf-navbar ul a:hover > .sf-sub-indicator,
.sf-navbar ul a:active > .sf-sub-indicator,
.sf-navbar ul li:hover > a > .sf-sub-indicator,
.sf-navbar ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/*** remove shadow on first submenu ***/
.sf-navbar > li > ul {
	background: transparent;
	padding: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
}

/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical, .sf-vertical li {
width:300px;  /* same as colOne */
}

/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
	left:	300px;  /* same as colOne */ /* match ul width */
	top:	0;
}

/*** alter arrow directions ***/
.sf-vertical .sf-sub-indicator { background-position: -10px 0; } /* IE6 gets solid image only */
.sf-vertical a > .sf-sub-indicator { background-position: 0 0; } /* use translucent arrow for modern browsers*/

/* hover arrow direction for modern browsers*/
.sf-vertical a:focus > .sf-sub-indicator,
.sf-vertical a:hover > .sf-sub-indicator,
.sf-vertical a:active > .sf-sub-indicator,
.sf-vertical li:hover > a > .sf-sub-indicator,
.sf-vertical li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/* =ie6 Upgrade
-------------------------------------------------------------------------------
http://www.silvesterwebdesigns.com/index.php?module=freescripts&action=view&do=1
-----------------------------------------------------------------------------*/

div.updateie6 h3{font-size:14px;margin:0px;}
div.updateie6{font-family:Arial, Helvetica, sans-serif;font-size:12px;background-color:#FAE99A;border-color:#BF6506;color:#000;padding:6px;border:1px solid;}
div.updateie6 a{color:#000;font-size:12px;text-decoration:underline;}
div.updateie6 a:hover{color:#333;font-size:12px;}
div.updateie6 li{color:#000;}
div.updateie6 ul{margin-top:2px;}
div.updateie6 span#hideme{position:absolute;top:14px;right:10px;}
div.updateie6 div#whyupcontent{padding-top:10px;}

/* =Tabbed Box 
-------------------------------------------------------------------------------
http://www.sunsean.com/idTabs/
-----------------------------------------------------------------------------*/


/* Style for Usual tabs */
body .usual {
/*background:#181818 none repeat scroll 0 0;
border:1px solid #222222;
*/
background:#D4DAF0 none repeat scroll 0 0;
color:#111111;
padding:7px;
border:1px solid #8B8C91;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

body .usual ul {
display:inline;
margin:0px;
padding:0;
}

body .usual ul li { 
list-style:none;
float:left; 
list-style-image:none;
list-style-position:outside;
list-style-type:none;
background-image:none;
background-position:left 8px;
background-repeat:no-repeat;
margin:0px;
padding:0px;
font-size:18px; 
}

body .usual ul a {
  display:block;
  padding:6px 10px;
  text-decoration:none!important;
  margin:0px;
  margin-left:0;
  color:#004080;
  background:#D4DAF0;
}
body .usual ul a:hover {
  color:#004080;
  background:#B9C6E2;
  }
body .usual ul a.selected {
  margin-bottom:0;
  background-color:#769BB7;
  cursor:default;
  color:#FFF; 
  }
body .usual div {
  padding:10px 10px 8px 10px;
  *padding-top:3px;
  *margin-top:-16px;
  clear:left;
  background:#fff;
  background-image:url(../images/gradient.jpg); 
  background-repeat: repeat-x; 
  
  border-top: solid 3px #769BB7; 
}
body .usual div a { color:#000; font-weight:bold; }

#usual2 { background:#0A0A0A; border:1px solid #1A1A1A; }
#usual2 a { background:#222; }
#usual2 a:hover { background:#000; }
#usual2 a.selected { background:snow; }
#tabs3 { background:#FF9; }


/* =sIFR
-------------------------------------------------------------------------------
Scalable Inman Flash Replacement (SiFR) by Mike Davidson - http://www.mikeindustries.com/blog/sifr/
-----------------------------------------------------------------------------*/

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */
.sIFR-hasFlash h1 {
	visibility: hidden;
}

/*.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}
*/


/* Styles for the sign up form and contact form */
#signupForm p
{
	clear: both;
}

#signupForm label, #signupForm input[type='text']
{
	float: left;
	margin-top: 10px;
}

#signupForm label.error
{
	width: 300px;
	color: #CC3300;
	margin-top: 10px;
}

#signupForm input[type='text']
{
	background-image: none;
}

#signupForm input[type='submit']
{
	margin-left: 236px;
	margin-top: 5px;
}