/* -----------------------
COMMON
-------------------------*/

body {
	font-family: verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #fff url('../images/global/body_bg.gif') repeat;
	color: #000;
}

body, #MetaNav p, ul, li, .HorizontalNav, .HorizontalNav ul, .HorizontalNav ul
li,
.VerticalNav ul, .VerticalNav li, .CenteredNav ul, .CenteredNav li, .SideBarBox
p, .IndexItem .DropDownText p,
.IndexItem h3, .csc-frame-frame1 .csc-header h2 {
	margin:0;
	padding:0;
}

.BodyFade {
	position:absolute;
	height: 248px;
	background: url('../images/global/body_fade.png') repeat-x top;
	width: 100%;
}

img {
	border: 0;
}

h1 {
	margin: 19px 0 20px 0;
}

h2 {
	font-size: 1.1em;
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #004990;
	font-weight: normal;
	padding-top: 10px;
	background: url('../images/global/dot.gif') repeat-x top;
}

h2, h3 {
	clear: both;
}

p, li, td, th, h3, Label, Legend, input {
	font-size: 0.7em;
	line-height: 1.3em;
}

#LeftSideBar h3, #RightSideBar h3 {
	margin: 17px 0 0 0;
	border-bottom: 3px #b5c4e2 solid;
	padding-bottom: 7px;
}

p {
	margin: 10px 0;
}

.SmallFixed, #MetaNav select, #MetaNav p, #LocalNav li, #LocalNav h3 {
	font-size: 11px;
}

select, input {
	font-family: verdana, Arial, Helvetica, sans-serif;
}

li li, td p, td td {
	font-size: 100%;
}

td, th{
	text-align: left;
	vertical-align: top;
}

a {
	color: #06c;
}

a:visited {
	color: #4d7ba3;
}

a:hover {
	color: #5a93ff;
}

	
.Clear {
	clear: both;
	font-size: 1px;
	height: 1px;
}

.Hidden {
	 position:absolute;
	 left:-5000px;
}

.DoNotPrint {
	/*defined in print sheet - only here for IDE intellisense*/
}

.Top {
	margin-top: 0 !important;
}

.Left {
	float: left;
}

.Right {
	float: right;
}

.Centered {
	text-align: center;
}

.RightAligned {
	text-align: right;
}

.NoWrap {
	white-space: nowrap;
}

.opacity {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.error {
	color: #c00;
}

.Zoom {
	background-color:#E3E8F7;
	margin:0 0 8px 0;
	padding:4px 0 2px 4px;
	line-height: 24px;
}

.Zoom img {
	float:left;
	margin-right:10px;
}

body .ZoomLink img {
	border:1px solid #999999;
}

div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
	margin-left: 13px;
}

.csc-frame-rulerAfter {
	height: 1px;
	font-size:1px;
	background-color: #999;
	margin: 12px 0;
}


DIV.csc-textpic-intext-left
DIV.csc-textpic-imagewrap,DIV.csc-textpic-intext-left-nowrap
DIV.csc-textpic-imagewrap {
	margin-right: 15px !important;
	margin-top: 3px !important;
}

DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
	margin-left: 15px !important;
	margin-top: 3px !important;
}

body div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
	border: 1px #999 solid;
}

/* Lists
-------------------------*/
ul, ul li {
	list-style: none;
}

ul {
	margin: 10px 0 10px 0;
}

ul li {
	background: url("../images/global/bullet.png") no-repeat 9px 7px;
	padding-left: 20px;
	margin-bottom: 10px;
}

ol {
	margin: 10px 0 10px 10px;
	padding: 0;
}

ol li {
	margin: 0 0 10px 15px;
}

.InlineList li {
	background-image: none;
	padding: 0;
	display: inline;
}

.ListWithArrow li {
	background: url('../images/global/arrow.gif') no-repeat 0px 5px;
	padding-left: 17px;
}

.Link-with-Arrow {
	display: block;
	background:url('../images/global/box_arrow.gif') no-repeat 0px 2px;
	padding: 0 0 2px 20px;
	font-weight: bold;
}
/* Centered (horizontal) Nav -------------------------*/

.CenteredNav {
	position: relative;
	overflow: hidden;
	text-align:center;
}

.CenteredNav ul, .CenteredNav li {
	position: relative;
	float: left;
	background-image: none;
}

.CenteredNav ul {
	left: 50%;
}

.CenteredNav li {
	right: 50%;
	line-height: normal;
}

.CenteredNav a, .CenteredNav span {
	display: block;
}

/* Vertical Nav
-------------------------*/

.VerticalNav {
	float: left;
}

.VerticalNav li {
	background: none;
}

.VerticalNav li a, .VerticalNav li span {
	display: block;
	text-decoration: none;
	padding: 5px;
	color: #000;
}

/* Forms
-------------------------*/

/* Tables
-------------------------*/

.TermsTable td {
	padding-bottom: 10px;
}

.TermsTable .td-0 {
	font-weight: bold;
	padding-right: 3px;
}

/* Boxes
-------------------------*/

.TopShadow {
	height: 15px;
	background: url("../images/global/boxes/maincontent_box_top.png")
	no-repeat bottom left;
	font-size: 1px;
}

.MiddleShadow {
	background: url("../images/global/boxes/maincontent_box_middle.png")
	repeat-y;
	padding: 0 34px;
	overflow: hidden; /* removes gap at top and bottom caused by margins */
}

.BottomShadow {
	height: 25px;
	background: url("../images/global/boxes/maincontent_box_bottom.png")
	no-repeat top left;
	font-size: 1px;
}

.SideBarBox {
	background-color: #e3e8f7;
	margin-bottom: 3px;
	padding: 8px 7px;
}

.SideBarBox img {
	border: 1px #ccc solid;
	margin-bottom: 10px;
}

.SideBarBox a {
	text-decoration: none;
}

.SideBarBox a:hover {
	text-decoration: underline;
}

/* -----------------------
LAYOUT
-------------------------*/

#PageContainer {
	width: 1008px;
	margin: 0px auto;
	text-align: left;
	position: relative;
}

/* Top -------------------------*/

#Top {
	height: 101px;
	position:relative;
	background: url('../images/global/top_bg.png') no-repeat top left;

}

#Logo, #Tagline, #MetaNav, #LangFlags {
	position:absolute;
}

#Logo {
	top: 21px;
	left: 28px;
}

#Tagline {
	top: 57px;
	right: 25px;
}

#LangFlags {
	top: 15px;
	right: 30px;
}

#LangFlags img {
	margin-left: 5px;
}


/* Meta nav
------------------------------*/
#MetaNav {
	top: 8px;
	right: 22px;
	background-color: #e1e3ed;
	padding-top: 3px;
	height: 23px;
}

#MetaNav .RightEdge, #MetaNav .LeftEdge {
	height: 26px;
	position: absolute;
	top: 0;
	background: url('../images/global/metanav_right.png') no-repeat top
	left;
	right: -12px;
	width: 12px;
}

#MetaNav .LeftEdge {
	background-image: url('../images/global/metanav_left.png');
	left: -16px;
	width: 16px;
}

#MetaNav p, #MetaNav select {
	float: left;
}

#MetaNav p {
	padding: 0 8px;
	color: #666;
}

/* SiteNav
implements: .CenteredNav
-------------------------*/

#SiteNav {
	position: relative;
	top: 85px;
}

#SiteNav li a, #SiteNav li span {
	border-right: 1px #b2b2b2 solid;
	padding: 0 13px;
}

#SiteNav li.last a, #SiteNav li.last span {
	border-right: 0;
}

/* Left side bar
implements: .VerticalNav
-------------------------*/
#LeftSideBar {
	width: 224px;
	float: left;
	position:relative;
	z-index: 99;
	padding-bottom: 11px;
}

#LeftSideBar .TopShadow {
	height: 15px;
	background-image: url("../images/global/boxes/leftnav_box_top.png");
}

#LeftSideBar .MiddleShadow {
	background-image: url("../images/global/boxes/leftnav_box_middle.png");
	padding: 0 11px 0 21px;
}

#LeftSideBar .BottomShadow {
	height: 24px;
	background-image: url("../images/global/boxes/leftnav_box_bottom.png");
	margin-bottom: -11px;
}


/* Left Nav
implements: .VerticalNav
-------------------------*/

#LocalNav {
	width: 100%;
	float: none;
}

#LocalNav li {
	background-color: #e3e8f7;
	border-bottom: 3px #fff solid;
}

#LocalNav li a, #LocalNav li span {
	background: url('../images/global/arrow.gif') no-repeat 6px 10px;
	color: #000;
}

#LocalNav li a:hover, #LocalNav li:hover span {
	background-color: #d1d9f1;
}

#LocalNav li a, #LocalNav li span {
	padding: 4px 9px 4px 18px;
	line-height: 17px;
}

#LocalNav li.act, #LocalNav li.act li.act {
	font-weight: bold;
}

#LocalNav li a:hover {
	text-decoration: none;
}


/* Main area -------------------------*/

#MainContent {
	width: 575px;
	float: left;
	margin: 0 -8px 0 -8px;
}

#MainContent .MiddleShadow {
	min-height: 660px;
}

/* Sidebar -------------------------*/

#RightSideBar {
	width: 225px;
	float: left;
}

#RightSideBar .TopShadow {
	height:15px;
	background-image: url("../images/global/boxes/sidebar_box_top.png");
}

#RightSideBar .MiddleShadow {
	background-image: url("../images/global/boxes/sidebar_box_middle.png");
	padding: 0 20px 0 12px ;
}

#RightSideBar .BottomShadow {
	height: 29px;
	background-image: url("../images/global/boxes/sidebar_box_bottom.png");
}



/* Footer -------------------------*/

#Footer {
	background: url('../images/global/dot.gif') repeat-x top;
	padding-top: 10px;
	text-align: center;
}

#Footer , #Footer a {
	color: #666;
	text-decoration: none;
}

/* -----------------------
PAGE SPECIFIC
-------------------------*/

/* Home -------------------------*/
.csc-frame-frame1 {
	background: #f1eee5 url('../images/home/values_bg.gif') repeat-x top;
	border: 1px #e6e3db solid;
	margin-top: 50px;
	position: relative;
}

.csc-frame-frame1 .csc-header h2 {
	background: none;
	position:absolute;
	top: -30px;
	left: 0;
}

.csc-frame-frame1 ul {
	width: 234px;
	float: left;
	margin: 10px 10px 0 0 ;
}

/* Index -------------------------*/

#ProductIndex {
	margin-right: -6px;
	overflow: hidden;
	margin-bottom: 10px;
}

.IndexItem {
	width: 163px;
	float: left;
	margin: 0 4px 4px 0;
	border: 1px #e6e3dc solid;
	position: relative;
	
}

.WholeItemLinks {
	cursor: pointer;
}

.IndexItem h3, .IndexItem .DropDownText, .IndexItem .DropDownTextBg {
	position: absolute;
}

.IndexItem .DropDownText, .IndexItem h3 {
	overflow: hidden;
	left: 1px;
}

.IndexItem h3 {
	width: 146px;
	padding: 3px 6px 3px 9px;
	margin: 0;
	bottom: 1px;
	background-color: #d6d0c4;
	height: 16px;
}

.IndexItem h3 a, .IndexItem h3 a:hover {
	color: #000;
	text-decoration: none;
}

.IndexItem .DropDownText {
	bottom: 23px;
	width: 161px;
}


.IndexItem .DropDownTextBg {
	background-color: #eae5dd;
	width: 100%;
	height: 500px;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	top: 0;
}


.IndexItem .DropDownText .Inner {
	position: relative;
	overflow: hidden;
	display: none;
}

.IndexItem .DropDownText p {
	padding: 8px 3px 8px 9px;
	position: relative;
	line-height: 13px;
}

/* News -------------------------*/
.NewsDate {
	color: #999;
	margin-bottom: -5px;
}

.NewsArchive .NewsDate {
	margin: -5px 0 0 0;
}

body .news-single-img, .NewsArchive img {
	float: left;
	margin: 0 10px 10px 0;
	border: 1px #ccc solid;
}

/* Login -------------------------*/

label {
	font-weight: bold;
	margin: 5px 0 3px 0;
 }
 
input {
	margin-bottom: 5px;
 }
 
legend {
	font-weight: bold;
}

.csc-textpic-intext-left-nowrap .csc-textpic-text {
	overflow: hidden;
}

.csc-textpic-intext-left-nowrap .csc-textpic-text p {
	margin-top: 0;
}

/* Partnership homepage -------------------------*/

.PartnershipHome  #Logo {
	top: 27px;
	left: 292px;
}

.PartnershipHome  #MainContent {
	width: 1008px;
	float: none;
	margin: 0;
}

.PartnershipHome .TopShadow {
	background-image: url("../images/global/boxes/partnership_box_top.png");
}

.PartnershipHome .MiddleShadow {
	background-image: url("../images/global/boxes/partnership_box_middle.png");
	padding-left: 64px;
	padding-right: 64px;
}

.PartnershipHome #MainContent .MiddleShadow {
	min-height: 0;
}

.PartnershipHome .BottomShadow {
	background-image: url("../images/global/boxes/partnership_box_bottom.png");
}

.PartnershipHome .IndexItem {
	width: 165px;
	height: 307px;
	margin: 0 9px 4px 0;
	border: 1px #e6e3dc solid;
}

.PartnershipHome .IndexItem .DropDownText {
	top: 35px;
	width: 165px;
	left: 0;
}

.PartnershipHome .IndexItem h3 {
	width: 165px;
	padding: 6px 0 3px 0;
	margin: 0;
	top: 0;
	left: 0;
	height: 25px;
	background: none;
}

.PartnershipHome .IndexItem h3 img {
	position: relative;
	left: 9px;
}

.PartnershipHome .IndexItem h3 a, .PartnershipHome .IndexItem h3 a:hover {
	color: #000;
	text-decoration: none;
}

.PartnershipHome div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
	margin: 0;
}

.PartnershipHome .IndexItem .Logo {
	position: absolute;
	top: 235px;
	left: 9px;
}

.PartnershipHome .WholeItemLinks a {
	display: none;
}