/* CSS Document */

* {
	font-family:Arial, Helvetica, sans-serif;
}

/* ELEMENTS */
html, body, form {
	margin:0;
	padding:0;
}
html {
	overflow-y:scroll; /* always show scroll so pages dont jump in FF */
}

html, textarea {
	scrollbar-face-color: #eee;
	scrollbar-highlight-color: #fff;
	scrollbar-shadow-color: #999;
	scrollbar-3dlight-color: #ddd;
	scrollbar-arrow-color: black;
	scrollbar-track-color: #f7f7f7;
	scrollbar-darkshadow-color: #666;
}

body {
	font-size:0.75em;
	background:#fff url(/img/topgradient.jpg) left top repeat-x fixed;
	color:#000;
	padding:20px 0px;
}

h1, h2, h3 {
	margin:0;
	padding:0;
	margin-bottom:0.7em;
	color:#333;
}

h1 {
	font-size:1.7em;
}
h1, h1 * {
	font-weight:bold;
	color:#092D8D;
	font-family:"Times New Roman", Times, serif;
}

h2 {
	font-size:1.2em;
	font-weight:bold;
	color:#092D8D;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

p {
	margin:0;
	padding:0;
	margin-bottom:1em;
}

img {
	border:none;
	vertical-align:middle;
}

hr {
	border:0;
	border-bottom:1px dotted #d6d6d6;
	height:1px;
	margin:0.7em 0;
	clear:both;
}

input, textarea, select {
	font-size:1em;
}

input.textbox, textarea.textbox {
	border:1px solid #555;
	color:#000;
}

input.button {
	border:1px solid #0D0F61;
	color:#0D0F61;
	background-color:#f4f4f4;
	font-size:1em;
	margin:0px;
	padding:0px 10px;
	height:24px;
	white-space:nowrap;
}

input.button[disabled] {		
	color:#eee;
}

ul {
	list-style:none;
	padding:10px 0 10px 20px;
	margin:0;
}

li {
	padding:0 0 0 15px;
	margin:0 0 15px 0;
	background:transparent url(/img/bullet.gif) left 5px no-repeat;
}

li a {
	
}

li a:hover {
	
}

small {
	font-size:0.8em;
}

big {
	font-size:1.5em;
}

a {
	text-decoration:none;
	color:#06C;
	outline-color:invert;
	outline-style:none;
	outline-width:medium;
}
a:hover {
	text-decoration:none;
	color:#666;
}
fieldset {
	border:1px solid #ccc;
	padding:15px 15px 20px 15px;
	padding:0 15px 20px 15px !justIE;
}
legend {
	color:#333;
	padding:0 3px;
	font-weight:bold;
	margin:0 -10px 0 -10px;
	margin:0 -15px 15px -15px !justIE;
}

/* CONTENT */

#container {
	width:780px;
	margin:0 auto;
	overflow:hidden;
	border:1px solid #b3b3b3;
	background:#fff url(/img/mastheadWorld.gif) right top no-repeat;
	padding:0;
}
#ddCredit {
	padding-top:10px;
	width:770px;
	margin:0 auto;
	text-align:right;
	font-size:0.9em;
}

#masthead {
	overflow:hidden;
	height:113px;
}
#masthead h1 {
	float:left;
	margin:19px 0 0 23px;
}
#masthead h1 a {
	text-decoration:none;
	display:block;
	width:109px;
	height:92px;
	background:transparent url(/img/mastheadLogo.gif) left top no-repeat;
	text-indent:-2000em;
}
#masthead #languageSelect {
	border-left:1px solid #999;
	float:right;
	width:190px;	
	padding:15px 0px 5px 0px;
	text-transform:lowercase;
}
#masthead #languageSelect div {
	float:left;
	margin:5px 0 0 15px;
}
#masthead #languageSelect a {
	font-size:0.85em;
	line-height:1.3em;
	text-decoration:none;
	color:#666;
	padding:0 0 0 12px;
	background:transparent url(/img/languageSelectBullets.gif) 0px 5px no-repeat;
	display:block;
}
#masthead #languageSelect a.selected, #masthead #languageSelect a:hover {
	text-decoration:none;
	color:#006;
	background-position:0px -37px;
}
#masthead #languageSelect strong {
	color:#0D0F61;
	margin:0 0 0 15px;
	display:block;
}

#primaryNav {
	clear:both;
	text-transform:capitalize;
	margin:0px 6px 0px 185px;
	background:transparent url(/img/primaryNavBg.gif) left top repeat-x;
	height:23px;
	height:1% !justIE;
	line-height:23px;	
	padding:0px 12px;
}
#primaryNav ul {
	list-style:none;
	padding:0;
	margin:0;
}
#primaryNav li {
	padding:0;
	margin:0 10px;
	float:left;
	background:none;
}
#primaryNav li a {
	text-transform:capitalize;
	text-decoration:none;
	color:#000;
	white-space:nowrap;
}
#primaryNav li a:hover {
	color:#666;
}
#pageWrap {
	background:transparent url(/img/leftStrip.gif) left top repeat-y;
	margin:0px 6px 6px 6px;
	border:none;
	border-top:5px solid #0C0D60;
	overflow:hidden;
	height:1%;
	clear:both;
}
#secondaryNav {
	float:left;
	width:179px;
	overflow:hidden;
	padding:0px 0px 50px 0px;
} * html #secondaryNav {
	margin:0 -3px 0 0; /* IE6 3px Bug fix.  See #pageContent also */
}

#secondaryNav h2 {
	background:#0D0E61 url(/img/secondaryNavTopGradient.gif) left bottom repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	display:block;
	padding:8px 18px 15px 18px;
	margin:0;
}
#secondaryNav ul {
	list-style:none;
	padding:0;
	margin:0;
	border-bottom:1px solid #f9f9f9;
}
#secondaryNav ul li {
	padding:6px 0px 6px 20px;
	margin:0;
	background:transparent url(/img/secondaryNavBullet.gif) 8px 11px no-repeat;
	border-bottom:1px solid #ccc;
	border-top:1px solid #f9f9f9;
}
#secondaryNav ul li a {
	text-decoration:none;
	color:#000;
}
#secondaryNav ul li a:hover {
	text-decoration:none;
	color:#666;
}
#pageContent {
	background:none;
	padding:18px 12px 0px 18px;
	margin:0 0 0 179px;
	height:1%;
} * html #pageContent {
	margin:0; /* IE6 3px Bug fix.  See #secondaryNav also */
}
#pageContent.withBanner {
	padding:86px 12px 0px 18px;
	background-position:right top;
	background-repeat:no-repeat;
}
#footer {
	clear:both;
	text-align:left;
	padding:10px;
	border-top:1px solid #ccc;
	color:#666;
	font-size:0.9em;
}
#footer .logos {
	float:right;
	text-align:right;
}
#footer p {
	padding:0;
	margin:0;
}


#sideBar {
	float:right;
	margin:0 0 0 15px;
	background-color:f7f7f7;
	padding:13px;
}

/* ELEMENT STYLES */

.error {
	color:#C00;
	font-weight:bold;
}

.note {
	color:#0C0;
}

.panel {
	margin:20px 0 0 0;
	float:left;
	width:100%;
}
.panel h1 {
	height:23px;
	line-height:23px;
	overflow:hidden;
	background:#262878 url(/img/panelHeadingBg.gif) right top no-repeat;
	border-bottom:3px solid #79B5F3;
	text-transform:uppercase;
	color:#fff;
	padding:0 8px;
	margin:0 0 13px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}
.panel h1 span {
	color:#fff;
}
.panel .content {
	padding:0 0 0 8px;
}


.teaser {
	clear:both;
	background:transparent url(/img/teaserGradient.gif) right top repeat-y;
	padding:6px 6px 0 0;
	margin:0 0 5px 0;
	overflow:hidden;
	height:1%;
}
.teaser img {
	float:left;
	margin:0 14px 0 0;
}
.teaser a {
	display:block;
	font-size:0.9em;
}


.tablelessForm {
	overflow:hidden;
	width:100%;
	float:left;
}
.tablelessForm label, .tablelessForm .field {
	float:left;
	margin-bottom:5px;
	display:block;
}
.tablelessForm label {
	width:150px;
	padding:2px 15px 0px 0px;
}
.tablelessForm br {
	clear:left;
}
.tablelessForm .normalLabel label {
	float:none;
	margin:0;
	padding:0;
	display:inline;
}
.tablelessForm .textbox {
	width:170px;
}
.tablelessForm .buttons {
	float:right;
	padding:0 15px 0 0;
}

.riskManagementServiceArticle {
	margin:0 200px 0 0;
}
.caseStudyPanel {
	float:right;
	background-color:#f7f7f7;
	width:185px;
}

/* ADMIN EDIT SYLES */

/* RTE-Toolbar */

.toolbarDisplayButtons {
	position:absolute;
	z-index:1000;
	top:1px;
	right:20px;
	background-color:#eee;
	opacity: .40;
	filter: alpha(opacity=40);
}
.toolbarDisplayButtons:hover {
	opacity: .99;
	filter: alpha(opacity=99);
}
.toolbarDisplayButtons a, .toolbarDisplayButtons a:hover {
	color:#55f;
}

.toolbar {
	background-color:#eee;
	padding:1px;
	border:1px solid #666;
	bottom:2px;
	left:0px;
	position:absolute;
	/*width:98%;*/
}

/* Dynamic Text Editing */

.editable {
	width:90%;
	font-family:Arial, Helvetica, sans-serif;
	border:none;
	border-left:2px solid #0e0;
	border-right:2px solid #0e0;
	background-color:#eef;
	padding:0 4px;
	margin:0;
	position:absolute;
	/*margin-top:-2px;*/
}

.editPlaceHolder_text, .editPlaceHolder_button {
	background:transparent url(/js/DynamicTextEditBraces.gif) left top no-repeat;
	cursor:pointer;
	cursor:crosshair;
	cursor: url(/js/DynamicTextEditCursor.cur), move;
	display:inline-block;
}
.editPlaceHolder_button{
	background-position:1px 1px;
	border:1px solid #0D0F61;
	color:#0D0F61;
	white-space:nowrap;
}
.editPlaceHolder_text span, .editPlaceHolder_button span {
	background:transparent url(/js/DynamicTextEditBraces.gif) right bottom no-repeat;
	padding:0px 3px;
	display:inline-block;
}
.editPlaceHolder_button span {
	padding:2px 10px;
	margin:1px;
}
.editPlaceHolder_text:hover, .editPlaceHolder_button:hover, .editPlaceHolder_text:hover span {
	color:#666;
}

