/************************
 SAS BeLux Landing Pages
 based on US stylesheet
 /lib/landingpage.css
 modified by: sbxfrc
*************************/
body {
	background: #e5e9f0; 
}
/*classes for the body tag to offer different color background opotions */
body.yellow { background: #f9f3dd url(/images/landingpage/bg_yellowtile.gif);}
body.blue {	background: #e3edf5 url(/images/landingpage/bg_bluetile.gif);}
body.green {	background: #eaf2e3 url(/images/landingpage/bg_greentile.gif);}
body.gray {	background: #ebebeb url(/images/landingpage/bg_graytile2.gif);}
body.peri {	background:  #e7ebf7 url(/images/landingpage/bg_peritile.gif);}
body.tan {	background: #f4efdd url(/images/landingpage/bg_tantile.gif);}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #444;
	line-height: 1.3em;
}
p.indent {
  margin-left: 20px;
}
a {
	color: #055890;
}
h1  {
	text-transform: uppercase;
	color: #3D4B66;
	margin: 0;
	font-size: 1em;
}
h2 {
	color:#343434;
	text-transform:uppercase;
	margin-bottom: 4px;
	padding: 2px 4px 1px 4px; 
	border-bottom: 1px solid #9BBCD3;
	font-size: 1em;
}
h3 {
	color:#000;
	margin-bottom: 1em;
	padding: 2px 4px 1px 4px; 
	border-bottom: 1px solid #eee;
	font-size: 1em;
}

h2.orange {
	color: #E57221;
	border-bottom: 1px solid #E57221;
}
h2.green {
	color: #663;
	border-bottom: 1px solid #663;
}
h2.red {
	color: #930;
	border-bottom: 1px solid #930;
}
h2.blue {
	color: #06c;
	border-bottom: 1px solid #eee;
}
ul li {
	list-style:  url(../../gfx/glyph/bullet_off.gif);
}
.clearfix {
	clear: both;
}
.small {
	font-size: .85em;
}
img.feature {
	margin-bottom: 20px;
}

/***********
  Container
************/
#container {
	background: url("/images/landingpage/bg_tptk.gif") no-repeat right top;	
	margin: 12px auto;
	width: 602px;
}

/********
  Header
*********/
#header {
	background: url("/images/landingpage/saslogo.gif") no-repeat left top;
	width: 602px;
	height: 62px;
}
/* use <ul> to include subnavigation */
#header ul {
	margin: 62px 0 0 0;
	padding:0;
	list-style: none;
	float: left;
}
#header li {
	list-style-image: none;	
	float: left;
	background: url("/images/landingpage/norm_left.gif") no-repeat left top;
	margin: 4px 0 0 0;
	padding:0 0 0 6px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .85em;
}
#header ul li a {
	float: left;
	display: block;
	background: url("/images/landingpage/norm_right.gif") no-repeat right top;
	padding:4px 8px 2px 2px;
	color: #055890;
	text-decoration: none;
	margin-right: 2px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a, #subnav a {
	 float: none;
}
/* End IE5-Mac hack */
#header a:hover {
	text-decoration: underline;
}
#header #current {
    background-image: url("/images/landingpage/norm_left_on.gif");
}
#header #current a {
    background-image: url("/images/landingpage/norm_right_on.gif");
	color: #FFFFFF;
}

/********
  Content
*********/
#content_top {
	background: #055890 url("/images/landingpage/bg_toprtcorner.gif") no-repeat right top;
	height: 5px;
	width: 602px;
	clear: both;
}
#content_bottom {
	background: url("/images/landingpage/bg_content.gif") no-repeat;
	height: 5px;
	width: 602px;
	clear: both;
}
#content_mid {
	background: #fff;
	border-right: 1px solid #055890;
	border-left: 1px solid #055890;
	width: 600px;
	clear: none;
}
/*#content_mid p {
	margin: 0.2em 1em;
}*/
#onecol {
	padding: 12px;
	width: 575px;
	float: center;
	padding: 4px 8px 0 14px;
}
#left {
	width: 355px;
	padding: 12px 8px 12px 14px;
	float: left;
	border-right: 1px dashed #b2b2b2;
}
#left.noborder {
	border-right: none;
}
#equalleft {
	width: 280px;
	padding: 12px 8px 12px 14px;
	float: left;
	border-right: 1px dashed #b2b2b2;
}
#right {
	width: 205px;
	padding: 12px 6px 12px 8px;
	float: right;
	font-size: .85em;
}
#equalright {
	width: 280px;
	padding: 12px 6px 12px 8px;
	float: right;
}
#right h1 {
	color: #055890;
}
#right hr {
	height: 1px;
	color: #ccc;
	width: 170px;
}
#date {
	background: url("/images/landingpage/bg_date_rt.gif") no-repeat right top;
	width: 260px;
	height: 24px;
	padding: 0 0 0 9px;
	vertical-align: middle;
	margin: 0 4px 8px -8px;
	font-weight: bold;
	font-size: .9em;
}
#left #date {
	width: 352px;
}
#onecol #date {
	width: 560px;
}
#date .date_right {
	background: url("/images/landingpage/bg_date_rt.gif") no-repeat right;
	padding: 2px 10% 2px 0;
	height: 20px;
	margin: 0;
	vertical-align: middle;
}
.date_right p, #twoline_date p {
	margin: 0;
}

#onecol #twoline_date {
	background-image: url("/images/landingpage/bg_date_bott.gif") no-repeat bottom;
	width: 560px;
	padding: 0 0 2px 0;
	font-weight: bold;
	font-size: .9em;
	vertical-align: middle;
	margin-bottom: 8px;
}
#left #twoline_date {
	width: 352px;
}
#twoline_date .top {
	background-image: url("/images/landingpage/bg_date_top.gif") no-repeat top;
	padding: 10px 8px 0 8px;
	width: 544px;
	margin-top: 8px;
}
#left #twoline_date .top {
	width: 336px;
}
.quote {
	font-size: 13px;
	font-style: italic;
	color: #777;
	line-height: 18px;
}
.quoteauthor {
	text-align: right;
	font-size: 10px;
	color: #666;
	margin-top: -10px;
}


/********
  Footer
*********/
#footer {
	width: 602px;
	color: #5d5e5f;
	font-size: .7em;
	margin: 0 auto;
	text-align: center;
}
#footer a {
	color: #335980;
}

/************
 REGISTRATION
*************/
form#registration {
	padding: 0;
	margin: 0;
/*	background: #eee;
	border: 1px solid #999;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}
#registration fieldset {
	border: 1px solid #ccc;
	background: #eee;
	margin: 1.5em 0;
	padding: 1.5em 1em;
	color: #333;
	position: relative; /* fix background problem in IE */
}
#registration fieldset#adminset {
	background: #ddd;
}
fieldset#adminset input {
	background: #eee;
}
#registration legend {
	color: #666;
	background: #fff;
	font-size: .95em;
	border: 1px solid #06c;
	padding: 0.2em 1em; 
	position: absolute; /* fix background problem in IE */
	top: -1.05em; /* fix background problem in IE */
	left: .5em; /* fix background problem in IE */
}
#registration label {
	display: block;
	font-size: 1em;
	color: #333;
	width: 70px;
	text-align: right;
	padding: 5px 8px 0 0;
	margin: 0 5px;
	float: left;
	background: url(/offices/europe/belux/gfx/glyph/mandatory.gif) no-repeat top right;
}
#registration label.no {
	background: none;
}
#registration input {
	margin: 3px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 1em;
	border: 1px solid #999;
	padding: 2px;
}
#registration textarea {
	margin: 3px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 1em;
	border: 1px solid #999;
	padding: 2px;
}
#registration select {
	margin: 3px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 1em;
	border: 1px solid #999;
	padding: 2px;
}
#registration input.noborder {
	border: none;
	margin: 3px 2px;
	vertical-align: middle;
}
input#submit {
	font-size: 1em;
	font-weight: bold;
	color: #000;
	background: #ccc;
	padding: 2px 8px;
	border: 2px solid #06c;
	display: block;
	margin: 10px auto;
}
#summerofsas label {
	display: block;
	font-size: 1em;
	font-weight: bold;
	color: #000;
	width: 400px;
	text-align: left;
	padding: 5px 8px 0 10px;
	margin: 0 5px;
	float: none;
	background: url(/offices/europe/belux/gfx/glyph/mandatory.gif) no-repeat top left;
}

