@charset "utf-8";
/* Common CSS - Contains Base CSS Information*/
html, body, td, input, select, textarea{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: 12px;
}

a{
color: #333333;
text-decoration: none;
}
a:hover{
color: #00ABEB;
}

h1,h2,h3,h4,h5,h6{
padding: 0px;
margin: 0.5em 0 0.5em 0;
}
h1{font-size: 1.7em;}
h2{font-size: 1.5em; font-weight: normal;}
h3{font-size: 15px;  color:#536b83;}
h4{font-size: 1.2em;}
h5{font-size: 1.2em; font-weight: normal; text-decoration: underline;}
h6{font-size: 1.2em; font-style: italic;}

p{
padding: 0px;
margin: 0.5em 0 1em 0;
line-height: 18px;
}
dt{
font-weight: bold;
margin: 1.5em 0 0.5em 0;
padding: 0px;
}
dd{
font-weight: normal;
margin: 0.5em 0 0.5em 0;
padding: 0px;
}

ul, ol{
padding: 0px;
margin: 0.5em 0 1.2em 3em;
}
li{
padding: 0px;
margin: 0.5em 0 0.5em 0em;
}

img{
border: 0px;
}

html, body {
	height: 100%;
}

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url(../img/fancy_progress.png) no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url(../img/fancy_loading.gif) no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url(../img/fancy_closebox.png) top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url(../img/fancy_left.png) no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url(../img/fancy_right.png) no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(../img/fancy_shadow_n.png) repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../img/fancy_shadow_ne.png) no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(../img/fancy_shadow_e.png) repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../img/fancy_shadow_se.png) no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(../img/fancy_shadow_s.png) repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../img/fancy_shadow_sw.png) no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(../img/fancy_shadow_w.png) repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../img/fancy_shadow_nw.png) no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(fancy_title_right.png) repeat-x;
}/*
Uploadify v2.1.0
Release Date: August 24, 2009

Copyright (c) 2009 Ronnie Garcia, Travis Nickels

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/
.uploadifyQueueItem {
	font: 11px Verdana, Geneva, sans-serif;
	border: 2px solid #E5E5E5;
	background-color: #F5F5F5;
	margin-top: 5px;
	padding: 10px;
	width: 350px;
}
.uploadifyError {
	border: 2px solid #FBCBBC !important;
	background-color: #FDE5DD !important;
}
.uploadifyQueueItem .cancel {
	float: right;
}
.uploadifyProgress {
	background-color: #FFFFFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin-top: 10px;
	width: 100%;
}
.uploadifyProgressBar {
	background-color: #0099FF;
	width: 1px;
	height: 3px;
}html, body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background:#D1DAE1 url(../img/pagebg.jpg) top center no-repeat;
	color: #333333;
}
#noscript {
	width: 100%;
	position: fixed;
	line-height: 30px;
	color: #333333;
	background: #f9f76f;
	height: 30px;
	padding: 0px 0px 0px 20px;
	z-index: 100;
	border-bottom: 1px solid #bbb934;
}
#outer {
	position:relative;
	width: 984px;
	margin-left: auto;
	margin-right: auto;
	overflow:visible;
	top:9px;
}
#container {
	position:relative;
	width: 964px;
	text-align: left;
	padding: 8px 10px 8px 10px!important;
	background:#FFF;
	border:none!important;
	border:1px solid #CCC;
	top:10px;
	height:auto;
	float:left;
	clear:both}
#details{
	clear:both;
	position:relative;
	width: 974px;
	margin:0px auto 0px auto;
	padding-top:7px;
	padding-left:10px;}
#homesplash {
	position:relative;
	float:left;
	width:722px;
	height:245px;
	z-index:100;

}

#headersplash{
	position:relative;
	float:left;
	width:722px;
	height:134px;
	z-index:100;
}
#header {
	position:relative;
	width:100%;
	height:115px;
	background:#536b83;
	margin-bottom:8px;
}
#header #logo {
	position:absolute;
	bottom:25px;
	left:5px;
}
#header #strap {
	position:absolute;
	bottom:33px;
	right:5px;
}
#footer {
	position:relative;
	clear:both;
	width:100%;
	float:left;
	background:#536b83;
	margin:5px 0px 2px 0px;
	color:#FFF;
	font-size:12px;
}
#footer span {
	float:left;
	padding:5px 3px 5px 12px;
}
#footer a{
	color:#FFF;}
#footer ul {
	list-style:none;
	float:right;
	padding:5px 3px 5px 0px;
	margin:0;
	z-index:150;
	margin-right:10px;
}
#footer ul li {
	float:left;
	padding:0 0 0 7px;
	margin:0 0 0 7px;
	background:url(../img/footerDivider.gif) no-repeat 0px 2px;
	z-index:170;
}

#columns {
	margin:0px;
	padding:0px;
	float:left;
	width:100%;
	background:url(../img/colbg.jpg) repeat-y left;
}
#columns #leftCol {
	float:left;
	width:240px;
	position:relative;
	padding: 0px;
	z-index:200;
	
}
#columns #pageImg {
		float:left;
	width:700px;
	position:relative;
	left:12px;
	margin:0px 0px 7px 0px;
	z-index:10;}
	
#columns #pageImg p{
	margin:0px;
	padding:0px;}
#home #columns #mainCol{
	position:relative;
	width:325px;
	padding:0px 0px 0px 365px;
	float:left;
	background:url(../img/officeShot.jpg) no-repeat top left;
	min-height:488px;
	height:auto;
	height:488px!important;
	margin:0px 0px 0px 0px;
	}
	
#columns #mainCol {
	float:left;
	width:687px;
	position:relative;
	margin:4px 1px 0px 25px;
}

#mainCol p{
	color:#606060;
	font-size:14px;
}

#mainCol h1{color: #536b83; font-size: 18px;}
#home #mainCol h1{
	margin-top:20px;}
	
#mainCol hr {
	height: 6px;
	background:url(../img/divider.gif) no-repeat;
	margin-bottom:2px;
	margin-top:10px;
	clear:both;
	width:100%;
	border:0px;
}


#mainCol ul{
	list-style:none;
	padding:0px;
	margin:0px;
		color:#606060;
	font-size:14px;}
#mainCol ul li{
	padding:0px 0px 0px 20px;
	margin:0px;
	background:url(../img/blueBullet.jpg) no-repeat 0px 3px;
	}

/* contact form */

#contactDetails{	
width: 320px;
	float:left;
	position:relative;
	margin-left:40px;
	}
#contactDetails a, #contactDetails strong{
	color:#536B83;}
#contactForm {
	width: 310px;
	float:left;
	position:relative;
}
#contactForm form {
	position:relative;
	width:250px;
}
#contactForm label {
	display:block;
	color:#575757;
	font-size:13px;
	margin-bottom:6px;
}
#contactForm label.error {
	display: block;
	color: #536B83;
	font-size:9px;
	float:left;
	clear:both;
	margin-top:2px;
}
#contactForm input {
	border:1px solid #536B83;
	height:16px;
	width: 225px;
	margin-top:3px;
	padding:2px;
}
#contactForm textarea {
	border:1px solid #536B83;
	height:180px;
	width: 225px;
	margin-top:3px;
	padding:2px;
}
#contactForm input.checkbox {
	float:left;
	width:20px;
	height:20px;
	font-size:11px;
}
#contactForm label span {
	font-size:11px;
}
#contactForm #submitbtn, #contact #cleartbtn {
	width:65px;
	border:none;
	height:24px;
}

/*

#mainCol h1 em{font-style: normal; color: #3c2c8e; }
#mainCol h3{
	color:#00abeb;
	font-size:13px;
	font-weight:normal;}

#mainCol table{
	text-align:left;
	margin:8px 0px;}
	
#mainCol table th{
	text-align:left;}

#mainCol table td{
	text-align:left;}




#mainCol div.hr {
	height: 6px;
	background:url(../img/divider.gif) no-repeat;
	margin-bottom:2px;
	margin-top:10px;
	clear:both;
	width:100%;
}
#mainCol div.hr hr {
	display: none;
}
#testimonialBox {
	margin:0px 10px 10px 15px;
}
#testimonialBox img {
	margin-bottom:10px;
}
#testimonialBox p {
	color:#333333;
	font-size:13px;
	padding:0px;
	margin:0px;
	line-height:16px;
}
#testimonialBox a {
	color:#00ABEB;
}*/

.testimonial{
	float:left;
	margin:0px 20px 15px 0px}

#contactBox {
	float:left;
	width:233px;
	background:#ebeff2 url(../img/contactbg.gif) top repeat-x;
	font-size:14px;
	color:#606060;
	padding-bottom:9px;
	}

#contactBox h1{
	background:#9daebe;
	margin:0 0 7px 0;
	padding:0px;
	line-height:33px;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	border-bottom:7px solid #FFF;
	padding-left:16px;
	}
	
#contactBox p{
	padding:4px 0px 4px 16px;
	margin:0px;
	font-size:14px;
	line-height:16px;}	

#contactBox p strong{
	color:#536b83;}
#contactBox a{
	color:#536b83;}
#list {
	margin:5px 10px 0px 15px;
}

#register input.regbtn {
	border:0px;
	margin:0px;
	width:90px;
	height:20px;
}


.error{
	float:left;
	color:#F00;}
	
	#twitter{
		position:absolute;
		top:4px;
		right:145px;}
#mainnav {
float:left;
margin:0;
padding:0;
position:relative;
z-index:200;
width:235px;
border:none;
padding-bottom:5px;
background:#FFF url(../img/menuGrad.gif) repeat-x bottom ;
}


/*** ESSENTIAL STYLES ***/
.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:			15em; /* 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:			15em; /* 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:			15em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
}
.sf-menu a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;

	background: url(../img/menuBg.gif) no-repeat 0px -33px;
	padding:10px 0 10px 35px;
	text-decoration:none;
	font-weight:bold;
	color:#536b83;
}


.sf-menu .last{
	margin:0px;
	padding:0px; }

.sf-menu ul a{
	background:none;
	font-weight:normal;}


.sf-menu li {
	background: url(../img/menuDivider.gif) no-repeat scroll center bottom;
	width:235px;

}

.sf-menu li ul{
}
.sf-menu li li {
	position:relative;
	background:url(../img/submenuBg.png) no-repeat transparent  ;
}
.sf-menu li li li {
	position:relative;
	background:url(../img/submenuBg.png) no-repeat transparent  ;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active, .sf-menu a.current{
	background: url(../img/menuBg.gif) no-repeat 0px 0px;
	color:#FFF;}
	

/*** 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('../img/blueBullet.png') no-repeat 0px 0px!important;
	background:		url('../img/blueBullet.gif') no-repeat 0px 0px;/* 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*/
}

 /** #####################################   **/



/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical, .sf-vertical li {
	width:	233px;
}
/* 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:	233px; /* match ul width */
	top:	0;
}

/*** alter arrow directions ***/
.sf-vertical .sf-sub-indicator { background-position: 0 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: 0px 0; /* arrow hovers for modern browsers*/
}

