@charset "utf-8";
/* defines global styles, plus the fixed width container */

body {
	margin:0;
	padding:0;
	width:100%;
	text-align:center;
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#333;
}

a {
	color:#106daf;
	text-decoration:underline;
}

img {
	border:none;
}

h1,
h2,
h3,
h4,
h5,
p {
	margin:0;
	padding:0;
}

#container {  /* the fixed width container */
	width:955px;
	margin:auto;
	border-left:1px solid #efefef; /* style added by KCI */
	border-right:1px solid #efefef; /* style added by KCI */
}

.auralOnly {
	visibility:hidden;
	position:absolute;
	width:1px;
	height:1px;
}

.displayNone {
	display:none;
}

.clear {
	clear:both;
}

/* ---------- button styles ---------- */

#emailPageContainer button,
#mainContent button,
#changeCountryConfirm button {
	border:0;
	cursor:pointer;
	font-weight:bold;
	padding:0 10px 0 0;
	text-align:center;
	*width:auto;
	*overflow:visible; 
}

#emailPageContainer button span,
#mainContent button span,
#changeCountryConfirm button span {
	position:relative;
	display:block;
	white-space:nowrap;
	padding:0 0 0 10px;
	*margin-top:1px;
}

/* primary buttons */
button.primaryButton {
	background:url(../images/forms/button_sprite.gif) right no-repeat;
}

button.primaryButton span {
	height:34px;
	line-height:34px;
	background:url(../images/forms/button_sprite.gif) left no-repeat;
	color:#fff;
}

/* small buttons */
button.primaryButtonSmall {
	background:url(../images/forms/small_button_primary.png) no-repeat left top;
	width:91px;
	height:30px;
}

button.primaryButtonSmall span {
	height:30px;
	line-height:30px;
	/*background:url(../images/forms/button_primary.png) left no-repeat;*/
	color:#fff;
}

button.secondaryButtonSmall {
	background:url(../images/forms/small_button_secondary.png) no-repeat left top;
	width:91px;
	height:30px;
}

button.secondaryButtonSmall span {
	height:30px;
	line-height:30px;
	/*background:url(../images/forms/button_secondary.png) left no-repeat;*/
	color:#000;
}

/* ---------- styles applied to editorial images ---------- */

.rightAlignImg {  /* style for right aligned images */
	width:196px;
	float:right;
	margin:3px 0 10px 20px;
	font-size:88%;
	line-height:125%;
}

.leftAlignImg {  /* style for left aligned images */
	width:196px;
	float:left;
	margin:3px 20px 10px 0;
	font-size:88%;
	line-height:125%;
}

img.rightAlignImg,
img.leftAlignImg {
	width:auto;
}

.centerAlignImg {
	width:560px;
	float:left;
	margin:3px 0 10px 0;
	font-size:88%;
	line-height:125%;
}
#mainContent ul {
	margin:0 0 20px 0;
	padding:0;
}

#mainContent ol {
	margin:0 0 20px 0;
	padding:0;
}

#mainContent li {
	margin:0 0 0 15px;
	padding:3px 0 3px 0;
	line-height:150%;
}

/* ----------- no-style styles ----------- */
#mainContent ul.no-style {
    list-style:none;
    margin-left:0;
    margin-right:0;
}
#mainContent ul.no-style li {
    list-style:none;
    margin:0.5em 0 1em;
}
#mainContent ul.no-style li p {
    margin-bottom:0.5em;
    line-height:0.5em;
}
#mainContent ul.no-style li ul {
    margin:0.5em 2em;
}
#mainContent ul.no-style li ul li{
    margin-top:0.25em;
    margin-bottom:0.25em;
    border-bottom:0;
}
#mainContent ul.no-style li ul,
#mainContent ul.no-style li ul li{
	list-style:square;
}
#mainContent ul.no-style li ul ul {
    margin-top:0;
    margin-bottom:0;
}
#mainContent ul.no-style li ul ul,
#mainContent ul.no-style li ul ul li {
    list-style:circle;
}

#mainContent ul.no-style li img.leftAlignImg {  /* style for left aligned images */
	width:144px;
	margin:3px 20px 10px 0;
}