/*  This file is part of Mura CMS (www.getmura.com).

    Mura CMS is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, Version 2 of the License.

    Mura CMS is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with Mura CMS.  If not, see <http://www.gnu.org/licenses/>.

*/

/*
	typography.css
	These styles control type styles on the front-end of a site as well as in the editor on the back-end,
	allowing consistent typographic display in both places and elimintaing the need to edit 2 stylesheets.

	If you prefer to have a single .css file (and not use this file),
	just comment out or remove the '@import url(typography.css);' line in style.css
	and add your type styles into your preferred stylesheet (usually 'site.css').
*/

/*	Some styles, ideas, and concepts derived from:

	Eric Meyer Reset - http://meyerweb.com/eric/tools/css/reset/index.html
	BlueprintCSS - http://code.google.com/p/blueprintcss/
	YUI - http://developer.yahoo.com/yui/
*/



/* @group General Text Elements
===================================== */

body {
	font-family: verdana, sans-serif;
	color: #222;
	background: #fff;
	font-size: 12px;
	line-height: 1.2;
	}

p, li, table, blockquote {
	margin-bottom: 1em;
	line-height: 1.25;
	}

p, li, dt, dd, table { font-size: 1em; }

p.intro { font-size: 1.3em; color:#8c8685; line-height:1.3; }

p {color:#333; margin-top:0;font-size:1em}
li *, dt *, dd *, td *, th * { font-size: 1em; }

blockquote, q { padding: 0 4em; quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
blockquote p {} /* Reminder to always include blockquote content in a <p> */
blockquote div cite { font-style: italic; }

strong, b { font-weight: bold; }
em, i { font-style: italic; }

ins { text-decoration: none; }
del { text-decoration: line-through; }

abbr, acronym { border-bottom: 1px dotted; cursor: help; }

pre, code { margin: 1.5em 0; white-space: pre; }
pre, code, tt { font-size: 1em; font-family: 'andale mono', 'lucida console', monospace; line-height: 1.5; }

hr{
	color: #D6D6D6;
	background-color: #D6D6D6;
	height: 1px;
	width:98%;
	border:none;
	margin:10px 0;
}

/* @end General Text Elements
-------------------------------- */


/* @group Headings (H1-H6)
===================================== */

h1 {
	font-size: 3.6em;
	}
h1 a {
	display: block;
	}

h2, h3, h4, h5, h6 {
	margin: 0 0 .5em;
	line-height: 1.2;
	font-weight: bold;
	}
h2 {
	margin: 0 0 .3em 0;
	font-size: 1.6em;
	font-weight:normal;
	color:#234998;
	text-shadow:1px 1px 1px #e5edfd;
	}
h2.pageTitle{
	margin: 0 0 .5em;
	font-size: 1.9em;
	text-transform:uppercase;
	color:#8c8685;
	letter-spacing:-1px;
	text-shadow:1px 1px 1px #f1f1f1;
}
h2.pageTitle em{
	color:#333;
	display:block;
	font-size:.6em;
	font-style:normal;
	text-transform:none;
}
h3 {
	margin: 1em 0 .3em 0;
	font-size: 1.6em;
	font-weight:normal;
	color:#234998;
	text-shadow:1px 1px 1px #e5edfd;
	}
h4 {
	margin: 1em 0 .5em 0;
	font-size: 1.3em;
	font-weight:normal;
	color:#234998;
	text-shadow:1px 1px 1px #e5edfd;
	}
h5 {
	margin: 1em 0 0 0;
	font-size: 1em;
	font-weight:bold;
	color:#363739;
	}
h6 {
	font-size: 1.4em;
	}

/* @end Headings (H1-H6)
-------------------------------- */

a.whiteArrowLink{
	display:inline-block;
	padding-left:10px;
	background: transparent url('../images/footer/navIcon.gif') no-repeat 0px 3px;
	color:#fff;
	text-decoration:none;
	margin:2px 0;	
}
a.whiteArrowLink:hover{
	text-decoration:underline;
}
a.blueArrowLink{
	display:inline-block;
	padding-left:10px;
	background: transparent url('../images/header/navIcon.gif') no-repeat 0px 3px;
	color: #0281CA;
	text-decoration:none;
	margin:2px 0;	
}
a.blueArrowLink:hover{
	text-decoration:underline;
}
a.moreLink{
	color: #1E8ECF;
	text-decoration:none;
	display:inline-block;
	padding-left:15px;
	background: url('../images/maincontent/moreInfo.gif') no-repeat left center;
	margin-bottom: 5px;
}
a.moreLink.open{
	background: url('../images/maincontent/moreInfoOpen.gif') no-repeat left center;
}
p a {
	color: #1E8ECF;
	text-decoration:none;
}
p a:hover {
	text-decoration:underline;	
}
p.tableLegend {
	font-family: Verdana; 
	color: #333;
	font-size: 0.8em;
	line-height: 1.1em;
	font-style: italic;
	margin: 5px 0 15px 0;
}
p.quote {
	margin-bottom: 3px;
	margin-top: 15px;
	color: #999;
	font-size: 1.1em;
	line-height: 1.3em;
	font-style: italic;		
}
p.quoter {
	font-size: 0.9em;
	color: #666;
	font-weight: bold;
	margin-bottom: 15px;
}
table{
	border-spacing:0;
	border:none;
	margin:.5em 0 .1em 0;
	color: #333333;
}
table caption{
	margin-bottom: 5px;
	color: #234998;
	font-weight: bold;
}
p.chartTitle {
	margin-bottom: 2px;
	color: #234998;
	font-weight: bold;
}
p.chartInfo {
	margin-bottom: 5px;
	color:#333333;
	font-size:0.9em;
}
h5.mainBoldBlue {
	margin: 1em 0 0.2em 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #234998;
}
table tr.odd{
	background:#ecf5fb;
}
table td,
table th{
	padding:4px;
	margin:0;
	border:none;
}

ul.arrowedList{
	list-style:none;
	margin:0;
	padding:0;
}
ul.arrowedList li{
	display:block;
	font-size:1em;
	color:#222;
	margin:0;
	padding:0 0 0 10px;
}
ul.arrowedList li a {
	display:block;
	line-height:1em;
	padding:2px 0;
	color:#0281ca;
	display:block;
	padding-left:10px;
	background: url('../images/header/navIcon.gif') no-repeat left 4px;
	font-weight:normal;
	text-decoration:none;
	position:relative;
	left:-10px;
}
ul.arrowedList li a:hover{
	text-decoration:underline;
}

/* EOF */

/* @group Lists */

ul {
	margin: 5px 0 8px 25px;
	color: #333;
}
ul li {
	margin-bottom: 5px;
}
ol {
	margin: 5px 0 10px 25px;
	color: #333;
}
ol li {
	margin-bottom: 5px;
}
ul li ul {
	margin: 10px 0 6px 25px;
	color: #333;
}
ul li ul li {
	margin-bottom: 10px;
	list-style-type: none;
	padding-left: 10px;
	background: url('../images/header/navIcon.gif') no-repeat left 4px;
	zoom:1;
}
.subhead2blue {
	color:#234998;
	font-size:1.2em;
	font-weight:bold;
	margin:1em 0 0;
}


/* @end */ /*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/


/* Containers
----------------------------------------------------------------------------------------------------*/
.container_16 {
	margin-left: auto;
	margin-right: auto;
	width: 992px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .grid_1 {
	width:42px;
}

.container_16 .grid_2 {
	width:104px;
}

.container_16 .grid_3 {
	width:166px;
}

.container_16 .grid_4 {
	width:228px;
}

.container_16 .grid_5 {
	width:290px;
}

.container_16 .grid_6 {
	width:352px;
}

.container_16 .grid_7 {
	width:414px;
}

.container_16 .grid_8 {
	width:476px;
}

.container_16 .grid_9 {
	width:538px;
}

.container_16 .grid_10 {
	width:600px;
}

.container_16 .grid_11 {
	width:662px;
}

.container_16 .grid_12 {
	width:724px;
}

.container_16 .grid_13 {
	width:786px;
}

.container_16 .grid_14 {
	width:848px;
}

.container_16 .grid_15 {
	width:910px;
}

.container_16 .grid_16 {
	width:972px;
}



/* Prefix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .prefix_1 {
	padding-left:62px;
}

.container_16 .prefix_2 {
	padding-left:124px;
}

.container_16 .prefix_3 {
	padding-left:186px;
}

.container_16 .prefix_4 {
	padding-left:248px;
}

.container_16 .prefix_5 {
	padding-left:310px;
}

.container_16 .prefix_6 {
	padding-left:372px;
}

.container_16 .prefix_7 {
	padding-left:434px;
}

.container_16 .prefix_8 {
	padding-left:496px;
}

.container_16 .prefix_9 {
	padding-left:558px;
}

.container_16 .prefix_10 {
	padding-left:620px;
}

.container_16 .prefix_11 {
	padding-left:682px;
}

.container_16 .prefix_12 {
	padding-left:744px;
}

.container_16 .prefix_13 {
	padding-left:806px;
}

.container_16 .prefix_14 {
	padding-left:868px;
}

.container_16 .prefix_15 {
	padding-left:930px;
}



/* Suffix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .suffix_1 {
	padding-right:62px;
}

.container_16 .suffix_2 {
	padding-right:124px;
}

.container_16 .suffix_3 {
	padding-right:186px;
}

.container_16 .suffix_4 {
	padding-right:248px;
}

.container_16 .suffix_5 {
	padding-right:310px;
}

.container_16 .suffix_6 {
	padding-right:372px;
}

.container_16 .suffix_7 {
	padding-right:434px;
}

.container_16 .suffix_8 {
	padding-right:496px;
}

.container_16 .suffix_9 {
	padding-right:558px;
}

.container_16 .suffix_10 {
	padding-right:620px;
}

.container_16 .suffix_11 {
	padding-right:682px;
}

.container_16 .suffix_12 {
	padding-right:744px;
}

.container_16 .suffix_13 {
	padding-right:806px;
}

.container_16 .suffix_14 {
	padding-right:868px;
}

.container_16 .suffix_15 {
	padding-right:930px;
}



/* Push Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .push_1 {
	left:62px;
}

.container_16 .push_2 {
	left:124px;
}

.container_16 .push_3 {
	left:186px;
}

.container_16 .push_4 {
	left:248px;
}

.container_16 .push_5 {
	left:310px;
}

.container_16 .push_6 {
	left:372px;
}

.container_16 .push_7 {
	left:434px;
}

.container_16 .push_8 {
	left:496px;
}

.container_16 .push_9 {
	left:558px;
}

.container_16 .push_10 {
	left:620px;
}

.container_16 .push_11 {
	left:682px;
}

.container_16 .push_12 {
	left:744px;
}

.container_16 .push_13 {
	left:806px;
}

.container_16 .push_14 {
	left:868px;
}

.container_16 .push_15 {
	left:930px;
}



/* Pull Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .pull_1 {
	left:-62px;
}

.container_16 .pull_2 {
	left:-124px;
}

.container_16 .pull_3 {
	left:-186px;
}

.container_16 .pull_4 {
	left:-248px;
}

.container_16 .pull_5 {
	left:-310px;
}

.container_16 .pull_6 {
	left:-372px;
}

.container_16 .pull_7 {
	left:-434px;
}

.container_16 .pull_8 {
	left:-496px;
}

.container_16 .pull_9 {
	left:-558px;
}

.container_16 .pull_10 {
	left:-620px;
}

.container_16 .pull_11 {
	left:-682px;
}

.container_16 .pull_12 {
	left:-744px;
}

.container_16 .pull_13 {
	left:-806px;
}

.container_16 .pull_14 {
	left:-868px;
}

.container_16 .pull_15 {
	left:-930px;
}




/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
} senbody{
}

#header{
	position:relative;
}
#header .topBar{
	background: #32438d url('../images/header/topBar.gif') repeat-x;
	height:31px;
	font-size:.9em;
	z-index:100;
	position:relative;
}
#headerPrint {
	display:  none !important;
}
#header .center{
	width:996px;
	margin:0 auto;
	position:relative;
}
/* first level */
#navUtility {
	list-style:none;
	margin:0;
	padding:4px 0;
	text-align:right;
	position:relative;
	height:23px;
	line-height:23px;
}

#navUtility li {
	display:inline;
	position:relative;
	height:23px;
	line-height:23px;
}

#navUtility li a {
	display:inline-block;
	color:#fff;
	height:23px;
	line-height:23px;
	font-size:1em;
	text-decoration:none;
	border-right:1px solid #5c69a5;
	padding:0 5px;
}

#navUtility li a.sub {
	/*padding-right: 15px;
	background: transparent url() no-repeat right -30px;
	*/
}
#navUtility li:hover,
#navUtility li.hover /* protofish */ {

}

#navUtility li:hover a,
#navUtility li.hover /* protofish */ a {
	background-position:center -45px;
}

#navUtility li.active a {
	background-position:center -90px;
}
#navUtility li a:focus,
#navUtility li a:hover{
	text-decoration:underline;
}

/* second level */
#navUtility ul {
	padding: 3px 0;
	margin: 0;
	list-style: none;
	top: 21px;
	width: 140px;
	background:#fff;
	border:1px solid #2a3a83;
	box-shadow: 3px 5px 5px #aaa;
	-moz-box-shadow: 3px 5px 5px #aaa;
	-webkit-box-shadow: 3px 5px 5px #aaa;
	text-align:left;
}
/* resetting first level */
#navUtility ul ul {
	
}
#navUtility li:hover li,
#navUtility li:hover li a,
#navUtility li.hover /* protofish */ li,
#navUtility li.hover /* protofish */ li a {
	/*background: #fff;*/
	color: #0281CA;
}
/* submenu markup */
#navUtility li li {
	float:none;
	margin:0;
	background:none;
	padding:0;
	display:inline;
}
* html #navUtility li li {
	display:inline;
}
#navUtility li li a {
	padding:3px 10px;
	text-align:left;
	font-size:11px;
	font-weight:normal;
	border:none;
	line-height:110%;
	height:auto;
	background-color:#fff;
	background-image:none;	
	display:block;
}
#navUtility li:hover li:hover a,
#navUtility li.hover li.hover /* protofish */ a {
	color:#333;
	background:#DFE8F3;
}
#navUtility li:hover li.active a,
#navUtility li.hover /* protofish */ li.active a {
	color: #f15c30;
}
/* third level */
/* resetting second level */
#navUtility ul ul{
	top: -1px;
	margin-left: 169px;
	background: #fff;
}
#navUtility li:hover li:hover li,
#navUtility li:hover li:hover li a, 
#navUtility li.hover li.hover /* protofish */ li,
#navUtility li.hover li.hover /* protofish */ li a{
	color: #7c7c7c;
}
/* subsubmenu markup */
#navUtility li:hover li:hover li:hover a,
#navUtility li.hover li.hover li.hover /* protofish */ a {
	background: #e6e6e6;
	color: #000;
}
#navUtility li:hover li:hover li.active a,
#navUtility li.hover li.hover /* protofish */ li.active a {
	color: #f15c30;
}
#navUtility li:hover li:hover li:hover a.sub,
#navUtility li.hover li.hover li.hover /* protofish */ a.sub {
	background: #e6e6e6 url() no-repeat 95% 50%;
}
/* fourth level */
/* resetting second level */
#navUtility li:hover li:hover li:hover li,
#navUtility li:hover li:hover li:hover li a,
#navUtility li.hover li.hover li.hover /* protofish */ li,
#navUtility li.hover li.hover li.hover /* protofish */ li a {
	color: #7c7c7c;
}
/* subsubmenu markup */
#navUtility li:hover li:hover li:hover li:hover a,
#navUtility li.hover li.hover li.hover li.hover /* protofish */ a {
	background: #ccc;
	color: #000;
}
#navUtility li:hover li:hover li:hover li.active a,
#navUtility li.hover li.hover li.hover /* protofish */ li.active a {
	color: #f15c30;
}
#navUtility li:hover li:hover li:hover li a.sub,
#navUtility li.hover li.hover li.hover /* protofish */ li a.sub {
	background: #e6e6e6;
}
#navUtility li:hover li:hover li:hover li:hover a.sub,
#navUtility li.hover li.hover li.hover li.hover /* protofish */ a.sub {
	background: #ccc;
}

/* hiding fifth level */
div#nav ul ul ul ul ul {
	display: none;
}

/* show hide behaviour */
#navUtility ul,
#navUtility li:hover ul ul,
#navUtility ul ul,
#navUtility li:hover ul ul ul,
#navUtility ul ul ul,
#navUtility li:hover ul ul ul ul {
	position: absolute;
	left: -999em;
}

#navUtility li:hover ul,
#navUtility li li:hover ul,
#navUtility li li li:hover ul,
#navUtility li li li li:hover ul {
	left: -1px;
	z-index: 999;
}

/* show hide behaviour with protofish */
#navUtility li.hover ul ul,
#navUtility li.hover ul ul ul,
#navUtility li.hover ul ul ul ul {
	position: absolute;
	left: -999em;
}

#navUtility li.hover ul,
#navUtility li li.hover ul,
#navUtility li li li.hover ul,
#navUtility li li li li.hover ul {
	left: -1px;
	z-index: 999;
}

#navUtility li#languageSelector{
	float:left;
}
#navUtility li#languageSelector a{
	border:none;
} 
#header .topBar small{
	font-size:.9em;
}
#header .topNav{
	height:145px;
	background: #d4dfee url('../images/header/topNav.gif') repeat-x;
	padding:20px 0 50px 0;
	position:relative;
	z-index:50;
}
#header h1{
	margin:0;
	padding:0;
}
#header h1 a {
	background: url('../images/header/logo_iib.gif') no-repeat scroll top left;
	width: 206px;
	height: 180px;
	overflow:hidden;
	text-indent:-1000px;
}
#navPrimary{
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	top:20px;
	left:235px;
}
#navPrimary li{
	width:175px;
	height:145px;
	display:inline;
	float:left;
	border-left:1px solid #f2f5fa;
	padding:0 10px 0 15px;
	background:none;
}
#navPrimary li a{
	color:#0d2b48;
	font-size:1.2em;
	text-decoration:none;
	padding-bottom:10px;	
	display:block;
	font-weight:normal;
	width:160px;
}

#navPrimary li .main{
	color:#0d2b48;
	font-size:1.2em;
	text-decoration:none;
	padding-bottom:5px;	
	display:block;
	font-weight:normal;
}

#navPrimary li a:hover{
	text-decoration:underline;
}
#navPrimary li ul {
	margin:0;
	padding:0;
	
	list-style:none;
}
#navPrimary li li{
	float:none;
	height:auto;
	width:auto;
	display:inline;
	border:none;
	margin:0;
	padding:0;
}
#navPrimary li li a {
	font-size:.9em;
	line-height:1.2em;
	padding:2px 0;
	color:#0281ca;
	display:block;
	padding-left:10px;
	background: url('../images/header/navIcon.gif') no-repeat left 4px;
	font-weight:normal;
}
#header .navSearch{
	height:140px;
	width:140px;
	position:absolute;
	left:830px;
	top:20px;
	border-left:1px solid #f2f5fa;
	padding-left:16px;
	overflow:hidden;
}
#header .navSearch form{
	margin:0 0 10px 0;
	padding:0;
}
#header .navSearch form fieldset{
	padding:0;
	margin:0;
	background: url('../images/header/search.gif') no-repeat scroll top left;
	width: 140px;
	height: 27px;
	display:block;
	position:relative;
}
#header .navSearch form input.submit{
	display:block;
	border:0;
	margin:0;
	padding:0;
	height:25px;
	width:25px;
	overflow:hidden;
	text-indent:-1000px;
	position:absolute;
	left:0px;
	top:2px;
	background:transparent;
}
#header .navSearch form input.text{
	width:130px;
	background:transparent;
	border:none;
	width: 115px;
	height: 25px;
	line-height:25px;
	margin:0;
	position:absolute;
	right:0;
	top:0;
}
#header .navSearch ul{
	list-style:none;
	margin:0;
	padding:0;
}
#header .navSearch ul li {
	float:none;
	height:auto;
	width:auto;
	display:inline;
	border:none;
	margin:0;
	padding:0;
}
#header .navSearch li a {
	font-size:.9em;
	line-height:1em;
	padding:3px 0;
	color:#0281ca;
	display:block;
	padding-left:10px;
	background: url('../images/header/navIcon.gif') no-repeat left 4px;
	text-decoration:none;
}
#header .navSearch li a:hover{
	text-decoration:underline;
}
#content{
	padding-bottom:50px;
	position:relative;
	z-index:100;
}
#content .crumbs{
	color:#777;
	padding:12px 0 32px 0;
}
#content .crumbs #crumbList{
	display:inline;
	padding-left:5px;
}
#content .crumbs #crumbList a {
	color:#1e8ecf;
}
#content .crumbs #crumbList .last a {
	color:#333;
}
#content .crumbs #crumbList a:hover{
	text-decoration:underline;
}

ul.navLeft{
	list-style:none;
	margin:0;
	padding:0;
	zoom:1;
}
ul.navLeft li{
	
	margin:0;
	display:inline;
	zoom:1;
}
ul.navLeft li a{
	color:#0281ca;
	text-decoration:none;
	display:block;
	padding:5px 0;
	border-top:1px solid #e5e5e5;
	background:none;
	zoom:1;
}
ul.navLeft li a:hover{
	background-color:#f0f4f9;
}
ul.navLeft li.current{
	/*padding-top:16px;*/
}
ul.navLeft li.current a {
	color:#000;
}
ul.navLeft li.first a{
	border:none;
}
ul.navLeft ul {
	list-style:none;
	padding:3px 0 2px 5px;
	margin:0;
}
ul.navLeft li ul li,
ul.navLeft li.current ul li {
	
	padding: 0;
}
ul.navLeft li ul li a,
ul.navLeft li.current ul li a{
	font-size:.9em;
	line-height:1.1em;
	padding:3px 0;
	color:#0281ca;
	display:block;
	padding-left:10px;
	background: url('../images/header/navIcon.gif') no-repeat left 4px;
	text-decoration:none;
	border:none;
}
ul.navLeft li ul li.current a{
	color:#000;
}
ul.navLeft li.current ul li a:hover{
	background-color:#f0f4f9;
}
h2.navSecondaryHead{
	font-size:1.2em;
	text-transform:uppercase;
	color:#8c8685;
	text-shadow:1px 1px 1px #f1f1f1;
	margin: 0 0 .5em;
}

#footer{
	
	position:relative;
	clear:both;
	zoom:1;
}

#footer .footerNav{
	background: #989291 url('../images/footer/footerBg.gif') repeat-x;
	padding:24px 0 20px 0;
	overflow:hidden;
	position:relative;
}
#footer .footerBar{
	background:#847e7d url('../images/footer/footerBar.gif') repeat-x;
	height:38px;
	position:relative;
}
#footer .center{
	width:996px;
	margin:0 auto;
	position:relative;
}
#navUtilityFooter{
	list-style:none;
	margin:0;
	padding:0;
}
#navUtilityFooter li{
	width:160px;
	height:150px;
	display:inline;
	float:left;
	border-right:1px solid #a5a09f;
	padding:0 10px 0 15px;
	background:none;
}
#navUtilityFooter li.last{
	width:100px;
}
#navUtilityFooter li a{
	color:#fff;
	font-size:1em;
	text-decoration:none;
	padding-bottom:10px;	
	display:block;
	font-weight:bold;
	letter-spacing:-1px;
}
#navUtilityFooter li a:hover{
	text-decoration:underline;
}
#navUtilityFooter li ul {
	margin:0;
	padding:0;
	list-style:none;
}
#navUtilityFooter li li{
	float:none;
	height:auto;
	width:auto;
	display:inline;
	border:none;
	padding:0;
	zoom:1;
	margin:0;
	_width:100%;
}
#navUtilityFooter li li a {
	font-size:.9em;
	line-height:1em;
	padding:2px 0;
	color:#fff;
	display:block;
	padding-left:10px;
	background: url('../images/footer/navIcon.gif') no-repeat left 4px;
	font-weight:normal;	
	letter-spacing:auto;
	margin:0 0 5px 0;
	zoom:1;
}
#newsletterForm{
	width:290px;
	position:absolute;
	right:0;
	top:0;
	color:#fff;
}
#newsletterForm fieldset{
	margin:0;
	padding:1px;
	font-size:1em;
	
}
#newsletterForm fieldset legend{
	color:#fff;
	font-size:1em;
	font-weight:bold;
	letter-spacing:-1px;
	display:block;
	position:static;
	margin:0;
	padding:0;
}
#newsletterForm p {
	color:#fff;
	font-size:.9em;
	margin-top:1em;
}
#newsletterForm input.text{
	border:1px solid #878280;
	padding:3px;
	height:14px;
	color:#333;
	width:60%;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
#newsletterForm input.submit{
	background:#7c7775 url('../images/footer/navIcon.gif') no-repeat 82px center;
	padding:2px 5px 3px 5px;
	margin:0;
	font-weight:bold;
	display:inline-block;
	text-align:left;
	border:none;
	color:#fff;
	height:22px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	width:33%;
}
#footer .copyright {
	color:#dfdedd;
	font-size:.8em;
	padding-top:4px;
	line-height:16px;
}
#footer .copyright img{
	vertical-align:middle;
}
#footer #navUtilityFooterBar{
	list-style:none;
	display:block;
	margin:0;
	padding:0;
	position:absolute;
	top:8px;
	right:0;
	text-align:right;
}
#footer #navUtilityFooterBar li{
	display:inline;
}

#footer #navUtilityFooterBar li a{
	display:inline-block;
	border-right:1px solid #a2a0a0;
	height:12px;
	font-size:.8em;
	color:#dfdedd;
	padding: 0 5px;
	text-decoration:none;
}
#footer #navUtilityFooterBar li.last a{
	border:none;
}
#footer #navUtilityFooterBar li a:hover{
	text-decoration:underline;
}

/* @group BENCHMARKS */

.benchmarks .top {
	height: 33px;
	width: 445px;
	background: url(../images/benchmarks/benchmark_top.gif);
	color: #999;
	font-size: 1.1em;
	font-weight: bold;
	padding: 12px 0 0 15px;
}

.benchmarks .top .title {
	color: #434445;
	margin-right: 5px;
}
.benchmarks .top a.moreLink {
	background: url(../images/benchmarks/arrow_down.gif) no-repeat;
	display: block;
	width: 19px;
	height: 19px;
	position: relative;
	float: right;
	overflow: hidden;
	text-indent: -1000px;
}
.benchmarks .top a.moreLinkOpen {
	background: url(../images/benchmarks/arrow_up.gif) no-repeat;
}
.benchmarks .bodyBench {
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	width: 433px;
	margin: 0;
	padding: 10px 10px 0 15px;
}
.benchmarks .content .body p {
	color: #999;
}

/* @end */

/* @group SITEMAP */

#sitemapContent {
	margin-top: 20px;
}

#sitemapContent ul {
	margin: 0;	
}
#sitemapContent ul li ul {
	margin: 0 0 0 40px;	
}
#sitemapContent ul li ul li ul {
	margin: 0 0 0 40px;
}
#sitemapContent ul li {
	list-style-type: none;	
	border-bottom: 1px solid #d6d6d6;
	font-size: 16px;
	font-weight: normal;
	padding: 5px 0 5px 0;
	background:none;
}
#sitemapContent ul li ul li  {
	border: none;
	font-size: 14px;
	margin-top: 10px;	
	font-weight: normal;
	padding: 0;
}
#sitemapContent ul li ul li ul li  {
	border: none;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 0 5px 0;
	padding: 0;	
}
#sitemapContent ul li a {
	color: #666;
	text-decoration: none;
	background:none;
}
#sitemapContent ul li ul li a {
	color: #1E8ECF;
}
#sitemapContent ul li ul li ul li a {
	color: #1E8ECF;
}
#sitemapContent ul li a:hover {
	text-decoration: underline;
}

/* @end */

/* @group NEWS & EVENTS */

#newsevents .date {
	font-size: 0.9em;
}
#newsevents h3 {
	margin: 5px 0;
}
#newsevents .intro {
	margin: 0;
	padding: 0;
}
#newsevents .intro p {
	color: #8d8685 !important;
	margin: 0 0 5px 0;
	padding: 0;	
}
#newsevents a.moreLink {
	background:url("../images/header/navIcon.gif") no-repeat scroll left 4px transparent;
	color:#1E8ECF;
	display:inline-block;
	margin-bottom:5px;
	padding-left:10px;
	text-decoration:none;
}
#newsevents a.moreLink:hover {
	text-decoration: underline;
}
#newsevents a.linkRight {
	color: #0281CA;
	text-align: right;
	text-decoration: none;
	float: right;
}
a.backBtn {
	background:url("../images/header/navIcon2.gif") no-repeat scroll left 4px transparent;
	color:#0281CA;
	display:block;
	font-weight:normal;
	line-height:1em;
	padding:2px 0 2px 10px;
	position:relative;
	text-decoration:none;
	position: relative;
	float: left;
	margin: 15px 0 0 0;
}
a.backBtn:hover {
	text-decoration: underline;
}
#newsevents a.moreEventInfo {
	background:url("../images/sidebar/btn_moreInfo.gif") no-repeat scroll left top transparent;
	color:#FFFFFF;
	display:inline-block;
	font-size:1em;	
	font-weight:bold;
	height:27px;
	line-height:25px;
	padding:0 5px;
	text-align:left;
	text-decoration:none;
	width:180px;
	position: relative;
	float: right;
	margin: 10px 0 0 0;
}
#newsevents a.moreEventInfo:hover {
	text-decoration: underline;
}
p.introNews {
	color: #8c8685;
	font-size: 14px;
}
h5.subhead2blue {
	margin: 1em 0 0.5em 0;
	font-size: 1.2em;
	font-weight:normal;
	color:#234998;
}


/* @end */

/* @group SEARCH RESULTS */

#searchList a {
	color:#0281ca;
	text-decoration: none;
}
#searchList a:hover {
	text-decoration: underline;
}
#searchList .searchInfo {
	border-bottom: 1px solid #d6d6d6;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#searchList h5 {
	margin: 0 10px 0 0;
	display: inline;
}
#searchList .searchPage {
	display: inline;
}
#searchList ol {
	margin: 15px 0 15px 0;
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 10px;
}
#searchList ol li {
	margin: 0 0 15px 30px;
}
#searchList h4 {
	margin-top: 10px;
}
#searchList input {
	background: url(../images/bg_searchResults.jpg) no-repeat;
	border: none;
	width: 170px;
	height: 27px;
	line-height: 27px;
	padding: 0 0 0 10px;
	margin: 0 5px 0 0;
}
#searchList button {
	background: url(../images/btn_searchResults.jpg) no-repeat;
	width: 82px;
	height: 27px;
	border: none;
	text-indent: -1000px;
}
#searchList div.pagePaging {
	width: 660px;
}
#searchList div.prev {
	position: relative;
	float: left;
}
#searchList div.next {
	position: relative;
	float: right;
}
#searchList div.paging {
	position: relative;
	float: left;
	width: 550px;
	text-align: center;
}
/* @end */

/* @group WELCOME PACK FORM */

#settingupforbusiness input {
	width: 400px;
	height: 27px;
	border: none;
	background: url(../images/bg_input_400.jpg) no-repeat;
	margin-top: 3px;
}

#settingupforbusiness input.smallInput {
	width: 230px;
	height: 27px;
	border: none;
	background: url(../images/bg_input_230.jpg) no-repeat;
	margin-top: 10px;
}
#settingupforbusiness input.radio {
	width: 15px;
	vertical-align: middle;
	margin-bottom: 4px
}
#settingupforbusiness textarea {
	border: 1px solid #d0daeb;
	margin-top: 3px;
	font-family:verdana,sans-serif;
	color:#222222;
	font-size: 12px;
}
#settingupforbusiness .sendBtn {
	background: url(../images/btn_form_ask.jpg) no-repeat;
	width: 82px;
	height: 27px;
	border: none;
	text-indent: -1000px;
	@font-size:.1em;
	@color:#017bc8;
	
}
#settingupforbusiness .success,
#newslettersubscriptionthankyou .success,
#newsletteremailvalidation .success {
	color: #234998;
	background: none;
	border: none;
	padding: 10px 0 0 0;
	font-size: 1.1em;	
}

/* @end */

/* @group ATTACHES */

#svPortal dl {
	margin: 0 0 10px 0;
}

#svPortal dl dt a {
	color: #0281ca;
	font-weight: normal;
}
#svPortal dl dt a:hover {
	text-decoration: underline;
}

/* @end */


.sideBox h3,
.sideBoxGrey h3{
	color:#434445;
	margin:0;
	text-shadow:none;
	font-weight:bold;
	font-size:1.2em;
}

.sideBox{
	padding:0 10px;
}
.sideBoxGrey{
	width:290px;
	margin:20px 0;	
}
.sideBoxGrey h3.top{
	background: #fff url('../images/sidebar/greyBox.png') top left;
	padding:16px 10px;
	border-bottom:1px solid #d6d5d6;
	margin:0 !important;
}
.sideBoxGrey .bottom{
	background: #e8e7e7 url('../images/sidebar/greyBox.png') bottom right;
	padding:10px 10px 16px 10px;
}



.sideBoxBlue{
	width:290px;
}
.sideBoxBlue .top h3{
	text-shadow:none;
	margin:0 !important;
	font-weight:bold;
	font-size:1.2em;
	color:#fff;
	min-height:19px;
	padding:16px 10px;
	background:  url('../images/sidebar/contactsClosed.gif') no-repeat 95% 16px;
	border-bottom:none;
	padding-bottom:16px;
	cursor:pointer;
	margin-bottom: 0;
}
.sideBoxBlue .top h3 em{
	font-weight:normal;
	font-style:normal;
	font-size:.9em;
}

.sideBoxBlue .top h3.open{
	text-shadow:none;
	font-weight:bold;
	font-size:1.2em;
	color:#fff;
	padding:16px 10px;
	background:  url('../images/sidebar/contactsOpen.gif') no-repeat 95% 16px;
	border-bottom:1px solid #1371b8;
	padding-bottom:16px;
	margin-bottom: 0;
}
.sideBoxBlue .top{
	background: url('../images/sidebar/blueBox.png') top left;
	line-height:1.2;
}
.sideBoxBlue .bottom{
	background: url('../images/sidebar/blueBox.png') bottom right;
	padding:1px 0px 6px 0px;
}



.contacts h4{
	color:#fff;
	margin:0;
	font-size:1.1em;
}
.contacts  p{
	margin:0;
	color:#8ec6e6;
}
.contacts  p strong,
.contacts  p b{
	color:#fff;
	font-weight:normal;
}
.contacts table{
	width:100%;
	margin:10px 0 10px 0;
}
.contacts table th{
	width:64px;
	border:none;
	padding:5px;
	padding-left:15px;
}
.contacts table td{
	vertical-align:top;
	padding-right:15px;
}
.contacts tr,
.contacts tr.even,
.contacts tr.odd{
	border-bottom:1px solid #1371b8;
	background:none;
}
.contacts tr.last{
	border-bottom:none;
}


.buttonNav{
	margin: 0 0 39px 0;
	padding:0;
	list-style:none;
	position:absolute;
	top:-19px;
}
* html .buttonNav{
	height:39px;
	margin:0 0 -19px 0;
}
.buttonNav li{
	display:inline;
	float:left;
}
.buttonNav li a{
	display:block;
	background: url('../images/sidebar/buttonBar.gif') no-repeat scroll top left;
	width: 74px;
	height: 19px;
	margin-right:4px;
	padding:10px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-size:1.1em;
	line-height:19px;
}
.buttonNav li.last a{
	margin-right:0px;
}
.buttonNav li a.addthis_button_compact{
	padding:10px;
}
.buttonNav li a.addthis_button_compact span{
	height:1px;
	width:1px;
	overflow:hidden;
}
.buttonNav li a:hover{
	background-position:bottom left;
}
.buttonNavSpacer {
	display:block;
	height:32px;
}

.newsEventsList{
	font-size:1em;
	position:relative;
}
.newsEventsList dl{
	display:block;
	margin:3px 0;
	padding:0;
	clear:both;
	width:100%;
}
.newsEventsList dt.releaseDate{
	color:#363739;
	display:block;
	background: transparent  url('../images/sidebar/separator.gif') no-repeat right center;
	margin-right:8px;
	padding-right:10px;
	float:left;
	width:60px;
}
.newsEventsList dt{
	display:inline;
	font-weight:normal;
	float:left;
}
.newsEventsList dt a{
	color:#1E8ECF;
	text-decoration:none;
	display:block;
	width:190px;
	line-height:1.1em;
}
.newsEventsList dt a:hover{
	text-decoration:underline;
}

.testimonials dl{
	width:135px;
	float:left;
	display:block;
	clear:none;
	margin:0 0 10px 0;
}
.testimonials dl dt.image{
	display:block;
	background: url('../images/sidebar/testimonials.gif') no-repeat scroll top left;
	width: 116px;
	height: 77px;
	padding:6px 12px 11px 7px;
}
.testimonials dl dt.image img{
	width: 116px;
	height: 77px;
	display:block;
}
.testimonials dl dt{
	font-weight:bold;
	margin:0;
	padding:0 8px;
	color:#1E8ECF;
}
.testimonials dl dd{
	font-weight:normal;
	margin:0;
	padding:0 8px;
	color:#666;
}
a.btnTestimonials {
	background: url('../images/sidebar/btn_testimonials.gif') no-repeat scroll top left;
	width: 152px;
	height: 27px;
	color:#fff;
	font-size:1em;
	font-weight:bold;
	text-align:left;
	line-height:25px;
	text-decoration:none;
	padding:0 5px;
	display:inline-block;
}
a.btnTestimonials:hover{
	background-position:bottom left;
}




div.downloadBox{
	border:1px solid #e5e5e5;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	padding-bottom:10px;
	position:relative;
}
div.downloadBox .top{
	color:#727374;
	font-weight:bold;
	padding:16px 10px;
	border-bottom:1px solid #e5e5e5;
	margin:0;
	font-size:1.1em;
}
div.downloadBox ul{
	list-style:none;
	margin:10px 0;
	padding:0 10px;
	display:block;
	overflow:hidden;
}
div.downloadBox ul li{
	display:inline;
	float:left;
	width:50%;
	margin:0;
}
div.downloadBox ul li a {
	display:block;
	padding:1px 10px;
	background: url('../images/header/navIcon.gif') no-repeat 0px 3px;
	color:#1E8ECF;
	text-decoration:none;
}
div.downloadBox ul li a:hover{
	text-decoration:underline;
}
#content table.noStyle_table {
	margin: 10px 0 10px 0;
}

#content table.noStyle_table tr,
#content table.noStyle_table tr.odd {
	background: none;
}
#content table.noStyle_table tr td {
	padding: 0;
	vertical-align: middle !important;
}
#content table.noStyle_table input.search_190 {
	width: 175px;
	height: 27px;
	border: none;
	background: url(../images/bg_input_190.jpg) no-repeat;
	margin-top: 0;
	padding: 0 5px 0 10px;
}
#content table.noStyle_table input.search_230 {
	width: 215px;
	height: 27px;
	border: none;
	background: url(../images/bg_input_230.jpg) no-repeat;
	margin-top: 0;
	padding: 0 5px 0 10px;
}
#content table.noStyle_table input.search_270 {
	width: 255px;
	height: 27px;
	border: none;
	background: url(../images/bg_input_270.jpg) no-repeat;
	margin-top: 0;
	padding: 0 5px 0 10px;
}
#content table.noStyle_table input.search_380 {
	width: 365px;
	height: 27px;
	border: none;
	background: url(../images/bg_input_380.jpg) no-repeat;
	margin-top: 0;
	padding: 0 5px 0 10px;
}
#content table.noStyle_table textarea {
	padding: 5px 10px;
}
#content table.noStyle_table button {
    background: url("../images/btn_searchResults.jpg") no-repeat scroll 0 0 transparent;
    border: medium none;
    height: 27px;
    text-indent: -1000px;
    width: 82px;
}
p.legend {
	color: #8C8685;
	font-size: 11px;
	margin-top: 20px;
}
div.detail_box {
	background-color: #edecec;
	border-radius: 5px;
	_moz-border-radius: 5px;
	_webkit-border-radius: 5px;
	padding: 10px;
	margin-top: 15px;
}
div.detail_box h2 {
	color: #234998;
	font-size: 15px;
	float: left;
	display: block;
	padding-top: 10px;
}
div.detail_box .advisors_logo {
	float: left;
	margin: 0 10px 0 0;
}
div.detail_box .detail_box_left {
	width: 210px;
	float: left;
}
div.detail_box .detail_box_right {
	width: 210px;
	float: left;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #D6D6D6;
}
.file-wrapper {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.file-wrapper .button {
  background: #d2e0ee url(../images/upload_bg.gif) no-repeat right;
  cursor: pointer;
  color: #484B4B;
  display: inline-block;
  font-size: 12px;
  padding: 7px 10px;
  width: 180px;
  height: 16px;
}
.file-wrapper input {
  cursor: pointer;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  filter: alpha(opacity=1);
  -moz-opacity: 0.01;
  opacity: 0.01;
  font-size: 100px;
}
.file-wrapper .file-holder {
	color: #999;
	display: inline-block;
	margin: 5px 0 0 5px;
	font-size: 11px;
}
span.mandatory_fields {
	color: #ff0000;
	font-size: 11px;
}
a.infoBox, a.infoBox:link, a.infoBox:visited {
	position:relative;
}
a.infoBox {
	color: #0281CA;
	font-size: 11px;
	text-decoration: none;
}
a.infoBox:hover {
	text-decoration: underline;
}
a.infoBox span.tooltip {
	display:none;
	width: 150px;
	position:absolute;
	bottom:-20px;
	left: 60px;
	font-size:11px;
	line-height: 120%;
	color:#333;
}
a.infoBox:hover span.tooltip {
	display: block;
	
}
a.infoBox span.tooltip .contentBox {
	width: 200px;
	border: 1px solid #E8E7E7;
	background-color: #fafafa;
	padding: 15px;
	display:block;
}
.homepage{
	background: url('../images/homepage/contentBg.gif') repeat-x;
}
.homepage h2.pageTitle {
	margin:0em 0 1em 0;
}
.homepage h4{
	color:#363739;
	margin-bottom:.4em;
}
.homepage p {
	color:#363739;
}
#homepageSlideshow{
	display:block;
	height:320px;
	padding:5px;
	position:relative;
	background: url('../images/homepage/teaserBg.gif');
	margin-bottom:20px;
}

#homepageSlideshow .tabsNav{
	list-style:none;
	margin:0;
	padding:0;
	width:180px;
	height:320px;
	position:absolute;
	top:5px;
	left:-8px;
	z-index:100;
}
#homepageSlideshow .tabsNav li{
	display:inline;
}
#homepageSlideshow .tabsNav li a{
	width: 123px;
	height: 41px;
	display:block;
	line-height:33px;
	font-size:1.1em;
	font-weight:bold;
	color:#ffa600;
	padding:0 25px;
	text-decoration:none;
}
#homepageSlideshow .tabsNav li.current a{
	background: url('../images/homepage/tabsNav_arrow.gif') no-repeat scroll top left;
	color:#fff;
}
#homepageSlideshow .tabsContent{
	position:absolute;
	top:5px;
	left:145px;
	width:510px;
	height:316px;
	list-style:none;
	margin:0;
	padding:0;
	display:block;
	z-index:50;
	overflow:hidden;
}
#homepageSlideshow .tabsContent li{
	background-color:#DFE8F3;
}
#homepageSlideshow .tabsContent li .teaserOverlay{
	position:absolute;	
	width:100%;
	bottom:0;
	left:0;
}
#homepageSlideshow .tabsContent li .teaserOverlayWrapIE6{
	background: transparent url('../images/homepage/teaserOverlay.png') no-repeat top left;
	min-height:22px;
	padding:10px 15px;
}
#homepageSlideshow .tabsContent li .teaserOverlayContent,
#homepageSlideshow .tabsContent li .teaserOverlayContent *{
	color:#fff;
	font-size:1.2em;
	margin:0;
	padding:0;
}
#homepageSlideshow .tabsContent li .teaserOverlayContent p {
	margin-left: 10px;
}
#homepageSlideshow .tabsContent li .teaserOverlayContent p.description {
	color:#fff;
	font-size:0.8em;
	margin:0 0 0 10px;
	padding:0;
	width: 350px;
}
#homepageSlideshow .tabsContent li .teaserOverlay a.moreInfoBtn {
	position:absolute;
	bottom:8px;
	right:10px;
	background: url('../images/homepage/teaser_moreinfo.gif') no-repeat scroll top left;
	width: 82px;
	height: 27px;
	color:#0281CA;
	font-size:1em;
	font-weight:bold;
	text-align:left;
	line-height:25px;
	text-decoration:none;
	padding:0 5px;
}
#homepageSlideshow .tabsContent li .teaserOverlay a.moreInfoBtn:hover{
	background-position:bottom left;
}
/* Moved to conditional includes
* html #homepageSlideshow .tabsContent li .teaserOverlayWrapIE6{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/homepage/teaserOverlay.png', sizingMethod='crop');
	height:42px;
}
*/
#hpTeaser01{
	position:relative;
	top:-13px;
}


.hpButtonNav{
	margin: 0 0 39px 0;
	padding:0;
	list-style:none;
}
* html .hpButtonNav{
	height:39px;
	margin:0 0 -19px 0;
}
.hpButtonNav li{
	display:inline;
	float:left;
	position:relative;
	top:-3px;
}
.hpButtonNav li a{
	display:block;
	background: url('../images/homepage/hp_button.gif') no-repeat scroll top left;
	width: 118px;
	height: 54px;
	margin-right:12px;
	padding:10px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	font-size:.9em;
	line-height:1.1;
}
.hpButtonNav li a strong{
	font-size:1.2em;
	display:block;
}
.hpButtonNav li.last a{
	margin-right:0px;
}
.hpButtonNav li a:hover{
	background-position:bottom left;
}
.sideBoxGrey{
	width:290px;
	margin:20px 0;	
}
.sideBoxGrey h3.top{
	background: #fff url('../images/sidebar/greyBox.png') top left;
	padding:16px 10px;
	border-bottom:1px solid #d6d5d6;
	margin:0 !important;
}
.sideBoxGrey .bottom{
	background: #e8e7e7 url('../images/sidebar/greyBox.png') bottom right;
	padding:10px 10px 16px 10px;
}
.sideBoxGrey a.linkRight {
	color: #0281CA;
	text-align: right;
	text-decoration: none;
	float: right;
}
.sideBoxGrey ul.arrowedList li {
	padding-bottom: 15px;
} .documentsList{
	background: url('../images/maincontent/fullBox.png') no-repeat scroll bottom left;
	padding-bottom:10px;
}
.documentsList2 {
	background: url('../images/maincontent/fullBox2.png') no-repeat scroll bottom left;
	padding-bottom:10px;
}
.documentsHeader tr.even,
.documentsHeader tr.odd{
	background:none;
}
.documentsHeader a{
	color:#333;
	text-decoration:none;
}
.documentsContainer{
	width:955px;
	margin-left:5px;
	position:relative;
	height:500px;
	background:#f7f7f7;
}

.documentsNav{
	list-style:none;
	margin:0;
	padding:0;
	width:260px;
	height:320px;
	position:absolute;
	top:5px;
	left:-8px;
	z-index:100;
}
.documentsNav li{
	display:inline;
}
.documentsNav li a{
	width: 210px;
	height: 41px;
	display:block;
	line-height:33px;
	font-size:1em;
	font-weight:bold;
	color:#0281ca;
	padding:0 25px;
	text-decoration:none;
}
.documentsNav li.current a{
	background: url('../images/homepage/tabsNav_arrow_bigBlue.gif') no-repeat scroll top left;
	color:#fff;
}
.documentsContent{
	position:absolute;
	top:0px;
	left:230px;
	height:500px;
	width:725px;
	list-style:none;
	margin:0;
	padding:0;
	display:block;
	z-index:50;
	overflow:auto;
}
.documentsContent table{
	margin:0;
}
.documentsContent table td {
	padding:10px 0;
	vertical-align:middle;
	font-size:1.1em;
}
.documentsContent table th {
	padding:5px 0;
	height:40px;
	border:none;
	padding-left:30px;
}
.documentsContent table td.oneColumn {
	padding:5px 0;
	height:40px;
	border:none;
	padding-left:30px;
}
.documentsContent table tr.even{
	background:#ecebeb;
}
.documentsContent table tr.odd{
	background:#f4f3f3;
}
.documentsContent a {
	color:#000;
	text-decoration:none;
}
.documentsContent a:hover{
	text-decoration:underline;
}
/* @group USEFUL LINKS */

.documentsContent table th.oneLine {
	padding-top: 12px;
}
.documentsContent a.linkTitle {
	color: #8C8685;
	margin-right: 10px;	
}
.documentsContent a.theLink {
	color: #0281CA;
	font-weight: normal;
}
/* @end */
	.contactsList{
	background: url('../images/maincontent/fullBox.png') no-repeat scroll bottom right;
	padding-bottom:10px;
}
.contactsHeader tr.even,
.contactsHeader tr.odd{
	background:none;
}
.contactsHeader a{
	color:#333;
	text-decoration:none;
}
.contactsContainer{
	width:709px;
	margin-left:5px;
	position:relative;
	height:380px;
	background:#f7f7f7;
}

.contactsNav{
	list-style:none;
	margin:0;
	padding:0;
	width:180px;
	height:320px;
	position:absolute;
	top:5px;
	left:-8px;
	z-index:100;
}
.contactsNav li{
	display:inline;
}
.contactsNav li a{
	width: 123px;
	height: 41px;
	display:block;
	line-height:1.2em;
	font-size:1em;
	font-weight:bold;
	color:#0281ca;
	padding:0 25px;
	padding-top: 2px;
	text-decoration:none;
}
.contactsNav li.current a{
	background: url('../images/homepage/tabsNav_arrow_small.gif') no-repeat scroll top left;
	color:#fff;
}
.contactsContent{
	position:absolute;
	top:0px;
	left:145px;
	height:340px;
	width:559px;
	list-style:none;
	margin:0;
	padding:0;
	display:block;
	z-index:50;
	overflow:auto;
}
.contactsContent table{
	margin:0;
	color: #797472;
}
.contactsContent table td {
	padding:10px 0;
	vertical-align:top;
	font-size:0.9em;
	padding: 15px 5px 0 10px;
	border-bottom: 1px solid #c9c6c6;
}
.contactsContent table th {
	padding:10px 0;
	min-height: 40px;
	border:none;
	padding-left:30px;
	border-bottom: 1px solid #c9c6c6;
}
.contactsContent table tr.even{
	background: #eae9e9 url(../images/contact_tr_background.gif) repeat-x 0 bottom;
}
.contactsContent table tr.odd{
	background: #eae9e9 url(../images/contact_tr_background.gif) repeat-x 0 bottom;
}
.contactsContent a {
	color:#000;
	text-decoration:none;
}
.contactsContent a:hover{
	text-decoration:underline;
}
.contactsContent .contactName {
	color: #000;
	font-weight: bold;
}

#contact input {
	width: 400px;
	height: 27px;
	border: none;
	background: url(../images/bg_input_400.jpg) no-repeat;
	margin-top: 3px;
}

#contact input.smallInput {
	width: 230px;
	height: 27px;
	border: none;
	background: url(../images/bg_input_230.jpg) no-repeat;
	margin-top: 10px;
}
#contact input.radio {
	width: 15px;
	vertical-align: middle;
	margin-bottom: 4px
}
#contact textarea {
	border: 1px solid #d0daeb;
	margin-top: 3px;
	font-family:verdana,sans-serif;
	color:#222222;
	font-size: 12px;
}
#contact .sendBtn {
	background: url(../images/btn_form_ask.jpg) no-repeat;
	width: 82px;
	height: 27px;
	border: none;
	text-indent: -2000px;
	overflow: hidden;	
	@font-size:.1em;
	@color:#017bc8;
}
#contact .success{
	color: #234998;
	background: none;
	border: none;
	padding: 10px 0 0 0;
	font-size: 1.1em;	
}

	.welcomePack{
	background:#D4DFEE;
}
.welcomePack #mainBox {
	width: 662px;
	background: #fff;
	border-top: 1px solid #fff;	
}
.welcomePack #mainBox .boxTop {
	width: 648px;
	border-right: 1px solid #8aa6c8;
	border-left: 1px solid #8aa6c8;
	padding: 6px 6px 0 6px;
	background: #fff;
}
.welcomePack #mainBox .boxTop .content {
	background: #f6f6f6 url(../images/welcome_pack/main_box_content.jpg) no-repeat bottom;
	display: block;
	padding-bottom: 10px;
}
.welcomePack #mainBox .boxBottom {
	width: 662px;
	height: 11px;
	background: #D4DFEE url(../images/welcome_pack/main_box_bottom.gif) no-repeat;
}
.welcomePack #mainBox .boxTop h1 {
	font-size: 2.4em;
	color: #ffbc00;
	text-transform: uppercase;
	font-weight: bold;
	padding: 20px 20px 0 10px;
	font-family: Arial;
	margin: 0;
}
.welcomePack #mainBox .boxTop h2 {
	font-size: 1.2em;
	color: #4e4e4e;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Arial;	
	padding: 0 40px 5px 10px;
}
.welcomePack #mainBox .boxTop p.intro {
	color: #838b97;
	padding: 0 40px 5px 10px;
	font-size: 1.2em;
}
.welcomePack #mainBox .boxTop .intro p {
	color: #838b97;
	padding: 0 40px 5px 10px;
	font-size: 1.2em;
}
.welcomePack #mainBox .boxTop .subContent {
	background-color: #f3f3f3;
	padding: 20px 20px 0 10px;
	margin-bottom: 10px;
	height: 224px;
}
.welcomePack #mainBox .boxTop .subContent .col1 {
	position: relative;
	float: left;
	width: 290px;
	margin-right: 25px;
}
.welcomePack #mainBox .boxTop .subContent .col2 {
	position: relative;
	float: left;
	width: 290px;
}
.welcomePack #mainBox .boxTop .subContent .col1 p, .welcomePack #mainBox .boxTop .subContent .col2 p {
	font-size: 0.9em;
	color: #242426;
}
.welcomePack #mainBox .boxTop ul {
	margin: 0 0 0 25px;
	padding-bottom: 10px;
	font-size: 0.9em;
	color: #242426;
}
.welcomePack #mainBox .boxTop ul li {
	margin-bottom: 5px;
}
a.btnYellow {
	background: url('../images/btn_yellow.gif') no-repeat scroll top left;
	width: 102px;
	height: 27px;
	color:#fff;
	font-size:1em;
	font-weight:bold;
	text-align:left;
	line-height:25px;
	text-decoration:none;
	padding:0 10px;
	display:inline-block;
	position: relative;
	float: right;
}
a.btnYellow:hover{
	background-position:bottom left;
}
.forFree {
	width: 83px;
	height: 84px;
	background: url(../images/welcome_pack/for_free.gif) no-repeat;
	position: absolute;
	top: -10px;
	right: -10px;
}
.welcomePack #leftBox {
	width: 290px;
	background: #fff;
	border-top: 1px solid #fff;	
	margin-bottom: 5px;
}
.welcomePack #leftBox .boxTop {
	width: 276px;
	border-right: 1px solid #8aa6c8;
	border-left: 1px solid #8aa6c8;
	padding: 6px 6px 0 6px;
	background: #fff;
}
.welcomePack #leftBox .boxTop .content {
	background: #e0e0e0 url(../images/welcome_pack/left_box_content.jpg) no-repeat bottom;
	display: block;
	padding-bottom: 10px;
}
.welcomePack #leftBox .boxTop .contentNoPadding {
	display: block;
}
.welcomePack #leftBox .boxBottom {
	width: 290px;
	height: 11px;
	background: #D4DFEE url(../images/welcome_pack/left_box_bottom.gif) no-repeat;
	margin: 0;
	padding: 0;
}
.welcomePack #leftBox .boxTop h2 {
	font-size: 1.2em;
	color: #4e4e4e;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Arial;	
	padding: 30px 0px 0px 10px;
	margin: 0;
}
.welcomePack #leftBox .boxTop .testimonialBox {
	padding: 20px 20px 0px 10px;
}
.welcomePack #leftBox .boxTop .testimonialBox p {
	font-size: 1.1em;
	line-height: 140%;
	color: #777777;
}
.welcomePack #leftBox .boxTop .testimonialBox p.testimonialName {
	font-size: 0.9em;
	line-height: 120%;
	color: #777777;
	text-align: right;
}
.welcomePack #leftBox .boxTop .testimonialBox a {
	color: #777777;
	text-decoration: underline;
}
.welcomePack #leftBox .boxTop .imageVisit {
	width: 276px;
	height: 198px;
}
.welcomePack #leftBox .boxTop p.imgTitle {
	position: absolute;
	top: 180px;
	left: 17px;
	font-size: 1.2em;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Arial;	
	z-index:50;
}
.welcomePack #leftBox .boxTop a.whiteLink, .welcomePack #leftBox .boxTop a.whiteLink:link, .welcomePack #leftBox .boxTop a.whiteLink:visited  {
	color: #fff;
}

#welcomePackSlideNav{
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	top:10px;
	right:14px;
	text-align:right;
	z-index:10;
}
#welcomePackSlideNav li{
	display:inline;
	margin:0;
	padding:0 0px;
	cursor:pointer;
	color:#FFBC00;
}
#welcomePackSlideNav li.active{
	color:#ffffff;
}
#welcomePackSlide{
	list-style:none;
	margin:0;
	padding:0;
	text-align:right;
	position:relative;
	z-index:5;
}
#welcomePackSlide li{
	display:block;
	width: 276px;
	height: 198px;
	position:absolute;
	top:0;
	left:0;
}

