html {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
	line-height:1.3em;
}

body {
	background:url("topfade.png") repeat-x #353535;
	margin:0;
	padding:0;
}

img {
	border:0;
}

a,a:link,a:visited {
	text-decoration:none;
	color:#006633;
}

a:hover {
	text-decoration:underline;
}

#container {
	width:850px;
	margin:0 auto;
	background-color:#fff;
}

#success {
	font-size:1.5em;
	font-weight:bold;
	color:green;
}

#header {
}
#header img {
	padding:1em 0 2em 0;
	float:left;
}

#topcontact {
	float:right;
	font-size:.85em;
	padding-top:2.5em;
	text-align:right;
	line-height:1.8em;
}

#topnav {
	clear:both;
	/*background:url("navfade.png") repeat-y;*/ 
}


#topnav a {
	color:#fff;
}
#topnav .active {
	font-style:italic;
}

#feature {
	height:200px;
        clear:both;
}
#feature img {
	float:left;
}
#feature .feature_outer {
	background:url("/images/banner_right1.jpg");
	display: table;
	height: 200px;
	#position: relative;
	overflow: hidden;
}
#feature .feature_middle {
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
}
#feature .feature_inner {
	#position: relative;
	#top: -50%;
}
#feature span {
	display:block;
	padding:1em 2.5em 1em 2.5em;
	color:#fff;
	line-height:1.8em;
}

#titlebar {
	background-color:#e9e9e9;
	margin:0;
	padding:1.2em 0 .8em 0;
	float:left;
	width:100%;
}
#titlebar h1 {
	color:#262424;
	font-weight:normal;
	font-size:1.5em;
	margin:0 0 .4em 0;
}
#titlebar span {
	color:#5e5e5e;
	font-size:1em;
}
#titlebar #lefttitle {
	padding:0 1em;
	margin-left:1.5em;
	float:left;
	width:390px;

}
#titlebar #righttitle {
	text-align:right;
	float:left;
	width:375px;
}

#titlebar #righttitle span {
	padding:0;
	margin:-.2em 0 0 0;
	display:block;
	font-weight:bold;
}

#submit_test {
	display:none;
}
#submit_test fieldset {
	border:0;
}
#submit_test label {
	float:left;
	width:100px;
}

#content {
	margin:0 0 0 2.5em;
	line-height:1.7em;
}

#pagecontent {
	float:left;
	width:575px;
}

#leftcol_intro {
	float:left;
	width:370px;
}

#leftcol_full {
        float:left;
        width:780px;
}

.rightcol_1 {
	margin-left:25px;
	padding:1em 0 2em 0;
}
.rightcol_1 div {
	line-height:1.6em;
	margin-bottom:2em;
}
#rightcol_1_cont {
	float:left;
	width:190px;
}

.rightcol_2 {
	margin-left:25px;
	padding:1em 0 2em 0;
}
.rightcol_2 div {
	line-height:1.6em;
	margin-bottom:2em;
}
#rightcol_2_cont {
	float:left;
	width:190px;
}

#rightcol_home #rightcol_1_cont {
    width:370px;
}

#teamlist_div h2 {
	clear:both;
	border-bottom:1px solid #c9c9c9;
	text-align:center;
	padding:2em 0 .5em 0;
	margin:0 0 1em 0;
}
.teammember {
	margin:1em 0;
	line-height:1.6em;
	float:left;
	width:400px;
}
.teammember img {
	float:left;
	width:100px;
	padding-right:1em;
}
.teammember div {
	float:left;
}
.teammember span {
	font-size:1.1em;
	font-weight:bold;
}


.form-item {
    float:left;
    width:260px;
    margin:0 0 2em 0;
}


.error {
	font-weight:bold;
	color:red;
}



#footer {
	clear:both;
	border-top:4px solid #e9e9e9;
	padding:1.5em 0;
	text-align:center;
}
#footer ul {
	list-style:none;
}
#footer li {
	padding:0 .8em;
	display:inline;
	border-right:1px solid #c9c9c9;
}
#footer a {
	color:#000;
}




/*** 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:10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:200px;
}
.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:10em; /* 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:10em; /* match ul width */
	top:0;
}

/*** SKIN ***/
.sf-menu {
	float:left;
	margin-bottom:0em;
        padding:.4em 0;
        background-color:#000;
        width:100%;
}
.sf-menu a {
	padding: .75em .9em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:#13a;
}
.sf-menu li {
        padding:.4em .2em;
	background:#000;
                z-index:100;

}
.sf-menu li li {
	background:#000;
        border-bottom:1px solid #ababab;
                z-index:100;

}
.sf-menu li li li {
	background:#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	text-decoration:underline;
	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('arrows.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;
}