/*
YUI RESET
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.0
*/
html{color:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

html, body {
	margin: 0;	
}

body {
	font-family:Arial;
	font-size: 11px;
	color: #666666;
	background:url(/images/bkg.gif);
}

img.trans { 
   behavior:url(/css/iepngfix.htc);
}

a {
	color: #4B77B6;
}

a img {
	border: 0;
}

#header {
	/*border-bottom: 1px solid #4C77AE;*/
	padding-bottom: 10px;
	background-color: #fff;
}

#container {
	margin: 0 auto;
	width: 800px;
	text-align: center;
	background:url(/images/shadowr.jpg) right repeat-y;
}

#innerContainer {
	padding: 0 10px;
	background:url(/images/shadowr.jpg) left repeat-y;
}

#nav {
	background:url(/images/small/menuBack.png) repeat-x;
	height: 36px;
	background-color: #6F8DB4;
}

.yuimenu {
	background-color: #6F8DB4;
}
	
.yuimenubaritem.tip {
	background:url(/images/small/menuTip) no-repeat #fff;
	width: 5px;
	height: 36px;
}	

.yuimenubaritem {
	height: 36px;
}

.yuimenuitem {
	border-bottom: 1px solid #fff;
}

/*
#nav ul li {
	float: left;
}
*/
#nav ul li a {
	display: block;
	color: #fff;
	padding: 10px;
	border-right: 1px solid #fff;
	text-decoration: none;
	font-weight: bold;
}

#nav ul li a:hover {
	color: #000;
}

#nav ul li.last a {
	border-right: 0;
}

#nav ul li ul li a {
	border-right: 0;
}

#nav ul li ul li.yuimenuitemfoot {
	background-color: transparent;
	
}

#nav ul li.careers {
	float: right;
}

#nav ul li.careers a {	
	border-right: none;
	color: #ccc;
}

#contents {
	background-color: #fff;
	min-height: 450px;
  height:auto !important;
  height:450px;
	text-align: left;
	font-size: 12px;
	line-height: 16px;
}


#contents p {
	margin-bottom: 10px;
}

#contents h2 {
	font-size: 14px;
	color: #2B5DA1;
	font-weight: bold;
	margin-bottom: 10px;
}

#contents ul, #contents ol {
	margin: 5px 15px;
}

#contents li {
	padding-left: 5px;
	margin-bottom: 5px;
}

#contents ul li {
	list-style-type: square;
}

#contents ol li {
	list-style-type: decimal;
}

#contents table {
	width: 85%;
	margin: 0 auto
}

#contents table td {
	width: 33%;
	vertical-align: top;
}

#contents iframe {
	width: 100%;
	height: 300px;
	border: 0;
}

#contentHeader {
	height: 175px;
}

#contentHeaderImg {
	float: left;
	border-right: 1px solid #fff;
}

#globalHeaderImg {
	float: left;
	border-right: 1px solid #fff;
}


#contentHeaderTag {
	float: right;
	width: 250px;
}

#contentTitle {
	font-size: 14px;
	text-transform: uppercase;
	color: #215BA5;
	font-weight: bold;
	width: 225px;
	padding-top: 7px;
	padding-left: 15px;
	background:url(/images/tip.png) right 12px no-repeat;
}

#content {
	padding: 15px;
}

#content.home {
	padding: 0;
	background-color: #fff;
}


fieldset { border: 1px solid #4476b1; }
legend { padding: 0 10px; color: #4476b1;font-size:13px; }

.navtd {padding:15px 0px 15px 0px;}

 .clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('/images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('/images/bg_button_div.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}


a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 

#home {
	background:url(/images/global-home-short.jpg) no-repeat top  left;
	height: 420px;	
}

#homeSlogan {
	float: left;
	font-size: 30px;
	font-family: Arial;
	padding-top: 100px;
	padding-left: 25px;
	line-height: 150%;
	color: #333;
	text-shadow: 2px 2px 2px #fff;
}

#homeItems {
		background-color: #fff;
}

.homeItem {
	background: url(/images/alpha.png);
	float: left;
	border-right: 1px solid #ccc;
	height: 125px;
	text-align: left;
	width: 259px;
	line-height: 14px;
}

.homeItem.last {
	border-right: none;
}

.homeItem p {
	padding: 8px;
}

.homeItem p strong {
	display: block;
	color: #4E84C9;
	text-transform: uppercase;
	font-weight: bold;
}


#footer {
/*	position: fixed;
	bottom: 0;
	left: 0;*/
	width:100%;
	border-top: 1px solid #5278AB;
	padding-top: 20px;
	text-align: center;
	background-color: #fff;
}

#links {
	width: 500px;
	margin: 0 auto;
}

#links ul li {
	float: left;
}

#links ul li.sep {
	padding: 0 5px;
}

#copy {
	clear: both;
	padding-top: 15px;
	padding-bottom: 10px;
	font-size: 10px;
}

address {
	margin: 10px 0;
	padding: 10px 0;
	display: block;
}

fieldset {
	text-align: left;
	padding: 0;
	margin: 0;
	padding-top: 10px;
	margin-bottom: 10px;
}

fieldset table {
	text-align: left;
	margin: 0;
}

#contents fieldset table td {
	padding: 5px;
	width: auto;
}

.errors {
	margin: 10px auto;
	padding: 5px;
	border: 1px solid red;
	color: red;
	font-weight: bold;
	background-color: pink;
}