@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: 16px;  color:#b5d12f;}
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:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background:#FFF url(../img/bg.gif) top repeat-x;
	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: 996px;
	margin-left: auto;
	margin-right: auto;
	overflow:visible;
}
#container {
	position:relative;
	width: 976px;
	text-align: left;
	padding: 0px 10px 10px 10px!important;
	background:url(../img/contbg.png) no-repeat bottom left!important;
	background:#FFF;
	border:none!important;
	border:1px solid #CCC;
	top:10px;
	height:auto;
	float:left;
}
#homesplash {
	position:absolute;
	top:90px;
	right:-67px;
	width:806px;
	height:351px;
	z-index:100;

}

#headersplash{
	position:absolute;
	top:115px;
	right:-67px;
	width:807px;
	height:183px;
	z-index:15;
		display:block!important;
		display:none;
}
#header {
	position:relative;
	width:100%;
	height:115px;
}
#header #logo {
	position:absolute;
	bottom:25px;
	left:5px;
}
#header #strap {
	position:absolute;
	bottom:33px;
	right:5px;
}
#footer {
	position:relative;
	clear:both;
	width:973px;
	margin:9px 0 7px 0;
	float:left;
}
#footer span {
	float:left;
	padding:3px 3px 3px 12px;
}
#footer ul {
	list-style:none;
	float:left;
	padding:3px 3px 3px 0px;
	margin:0;
	z-index:150;
}
#footer ul li {
	float:left;
	padding:0 0 0 7px;
	margin:0 0 0 7px;
	background:url(../img/footerDivider.gif) no-repeat 0px 3px;
	z-index:170;
}

#footerEmail{
	float:right;
	padding:3px 12px 3px 3px;
	color:#3c2c8e;
	font-size:11px;}
#footerEmail a{
	color:#00abeb;}
#columns {
	margin:0px;
	padding:0px;
	float:left;
	width:100%;
}
#columns #leftCol {
	float:left;
	width:235px;
	position:relative;
	padding: 0px;
	z-index:200;
}
#columns #pageImg {
		float:left;
	width:726px;
	position:relative;
	left:12px;
	margin:0px 0px 7px 0px;
	z-index:10;}
	
#columns #pageImg p{
	margin:0px;
	padding:0px;}
#home #columns #mainCol{
	width:726px;
	padding:0px;}
#columns #mainCol {
	float:left;
	width:686px;
	position:relative;
	left:12px;
	margin:0px;
	padding:10px 20px 10px 20px;
}

#mainCol p{
	color:#333333;
	font-size:13px;
}

#mainCol h1{color: #00abeb; font-size: 22px;}
#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;}
#home #columns #mainCol {
}


.curveSmall {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius:3px;
	border: 1px solid #dedede;
}
content/links/.contax {
	margin:0px;
	padding:0px;
	color: #00abeb;
	font-size: 16px;
}
content/links/.contax em {
	font-style: normal;
	color: #3c2c8e;
}
#searchbox {
	background:#f3f3f3;
	height: 43px;
	clear: both;
	margin:0;
	width:233px;
}
#searchbox form {
	margin: 0px;
	padding: 11px 0px 0px 11px;
}
#searchbox input {
	background: url(../img/searchbg.gif) no-repeat top left;
	border: 0px;
	color: #8388b1;
	font-size: 10px;
	width: 195px;
	height: 16px;
	padding: 3px 0px 0px 5px;
	margin: 0px;
}
#searchbox input:active, #searchbox input:hover {
	color: #333333;
}
#searchbox .button {
	background: url(../img/searchBtn.gif) no-repeat bottom left;
	width: 14px;
	height: 19px;
	cursor: pointer;
	padding: 0px;
}
#boxes {
	float:left;
	position:relative;
	clear:both;
	width:100%;
	height:auto;
}

#boxes h1{

	padding:0px;
	margin: 5px 5px 7px 12px;
		line-height:20px;}
		
#boxes h1 ,#boxes h1 a {color: #00abeb; font-size: 17px;}
#boxes h1 em{font-style: normal; color: #3c2c8e;}
#boxes .box {
	float:left;
	position:relative;
	height:155px;
	width:235px;
	background:url(../img/boxFullBg.gif) no-repeat 0px 0px;
	margin:8px 0px 0px 11px;
	overflow:hidden;
}
#boxes .box.first {
	margin:8px 2px 0px 0px;
}
#boxes content/links/ {
	margin-left:13px;
	margin-top:4px;
	margin-bottom:5px;
}
#boxes div.hr {
	height: 6px;
	background:url(../img/divider_small.gif) no-repeat;
	margin-bottom:7px;
	clear:both;
	width:100%;
}
#boxes div.hr hr {
	display: none;
}


#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}
#boxes #list ul, #mainCol ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#boxes #list ul li, #mainCol ul li{
	margin:0px 0px 4px 0px;
	padding:0px 0px 0px 15px;
	color:#333333;
	font-size:13px;
	background:url(../img/bullet.gif) no-repeat 0px 4px;
	line-height:17px;
}
#list {
	margin:5px 10px 0px 15px;
}

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



.input{
background:transparent url(../img/searchbg.gif) no-repeat scroll left top;
border:0 none;
color:#8388B1;
font-size:10px;
height:16px;
margin:2px 0 9px 0;
padding:3px 0 0 5px;
width:195px;
}

.textarea{
background:transparent url(../img/textareabg.gif) no-repeat scroll left top;
border:0 none;
color:#8388B1;
font-size:10px;
height:120px;
margin:2px 0 9px 0;
padding:3px 0 0 5px;
width:195px;
	}
.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:233px;
margin-bottom:8px;
}

.curveSmall, .sf-menu li ul, .sf-menu li li ul { 
-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
border:1px solid #DEDEDE;
}



/*** 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:"Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-size:13px;
	color:#333333;

	background: url(../img/blueBullet.png) no-repeat 214px 10px!important;
	background: url(../img/blueBullet.gif) no-repeat 214px 10px;
	padding:7px 0 7px 15px;
	text-decoration:none;
	font-weight:bold;
}


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

.sf-menu ul a{
	background:none;
	font-weight:normal;
	border-bottom:1px solid #DEDEDE;}


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

}

.sf-menu li ul{
	border:1px solid #CCC;
}
.sf-menu li li {
	position:relative;
	background:url(../img/submenuBg.png) no-repeat transparent  ;
	border-bottom:1px solid DEDEDE;
}
.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 {
	background:#EEE;
	color:#00ABEB;
	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('../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*/
}
