/* CSS Document - landing pages */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #444444;
}
p {
	margin: 0 0 .8em 0;
}
body {
	margin: 6px auto 12px auto;
	/*background-image:url("../images/lp/bg_main.jpg"); 
	background-attachment: fixed;
	background-repeat: repeat-x;
    background-color: #BCCCE5; */
	background-color: #E5E9F0; 
	background-position: top;
	text-align: center;
}
/*classes for the body tag to offer different color background opotions; specify with 
<body class="color class from below"... JPJ 22MAR06*/
/*gray, tan and peri classes added 22SEP06*/
body.yellow {
	background-image: url(../images/lp/bg_yellowtile.gif);
	background-color:#F9F3DD;
}
body.green {
	background-image: url(../images/lp/bg_greentile.gif);
	background-color: #0066FF;
}
body.gray {
	background-image: url(../images/lp/bg_graytile2.gif);
	background-color: #EBEBEB;
}
a {
	color: #055890;
}
h2 {
	/*default H2 with gray text and blue underline;
	specify different H2 color classes from below for other text and underline color options*/
	color:#343434;
	text-transform:uppercase;
	margin-bottom: 4px;
	padding: 2px 4px 1px 4px; 
	margin-left: -8px;
	border-bottom: 1px solid #9BBCD3;
	font-size: 1.1em;
}
h2.green {
	color: #666633;
	border-bottom: 1px solid #666633;
}
ul {
	margin: 0 0 0 1em;
	padding: .2em .5em .6em .5em;
}
ul li {
	list-style-image: url(../images/lp/bullet.gif);
	margin: 0 0 .3em 0;
}
#container {
	text-align: center;
	margin: 6px auto 12px auto;
	width: 602px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
#header {
	background: url(../images/lp/bg_tptk.gif) no-repeat right top;
	/*background-repeat: ;
	background-position: right;*/
	width: 602px;
	vertical-align: top;
	text-align: left;
}
#header.notab {
	vertical-align: middle;
	height: 62px;
}
#header.notab img.saslogo {
	margin-top: 11px;
	margin-bottom: 0;
}
#header img.saslogo {
	margin-bottom: 24px;
	left: 20%;


}
#header ul {
    margin: 0px;
    padding:0;
    list-style:none;
	float: left;
}
#header li {
    float:left;
	background: url(../images/lp/norm_left.gif) no-repeat left top;
    margin:0;
    padding:0;
	text-transform: uppercase;
    list-style-image:none;		
	font-weight: bold;
	padding:0 0 0 6px;
	font-size: .85em;
	margin-top: 4px;

}
#header ul li a {
	float: left;
    display:block;
	background: url(../images/lp/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/lp/norm_left_on.gif);
}
#header #current a {
    background-image: url(../images/lp/norm_right_on.gif);
	color: #FFFFFF;
}
#content_top {
	background-image: url(../images/lp/bg_toprtcorner.gif);
	background-position: right top;
	background-repeat: no-repeat;
	height: 5px;
	background-color: #055890;
	width: 602px;
	clear: both;
}
.content_mid {
	background-color: #FFFFFF;
	border-right: 1px solid #055890;
	border-left: 1px solid #055890;
	padding: 0 0 12px 0;
	text-align: left;
	width: 600px;
	clear: none;
}

.content_mid #left {
	padding-top: 12px;
	width: 355px;
	padding: 0px 8px 0px 14px;
	float:left;
	border-right: 1px dashed #B2B2B2;

}
.content_mid #left.noborder {
	border-right: none;
}
.content_mid #left H1, .content_mid #onecol H1  {
	text-transform: uppercase;
	color: #3D4B66;
	margin: 0;
	font-size: 1em;
}

.content_mid #left H2, .content_mid #onecol H2  {
	font-size: 1em;
}
.content_mid #right {
	padding-top: 10px;
	float: right;
	width: 205px;
	padding: 0px 6px 0px 8px;
	font-size: .85em;
}
.content_mid #right p.indent {
    margin-left: 20px;
}

.content_mid #right H1 {
	text-transform: uppercase;
	color: #055890;
	font-size: 1em;
}
.content_mid #right hr {
	height: 1px;
	color: #CCCCCC;
	width: 170px;
}
.content_mid #onecol {
	padding-top: 12px;
	width: 575px;
	padding: 4px 8px 0px 14px;
	float:left;
}
.content_bottom {
	background-image: url(../images/lp/bg_content.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 602px;
}
#footer {
	width: 602px;
	color: #5D5E5F;
	font-size: .7em;
	margin-left: auto;
	margin-right: auto;
}
#footer a {
	color: #335980;
}
.content_mid #left .date {
	width: 300px;

}
.content_mid #onecol .date {
	width: 560px;
}
#twoline_date p {
	margin: 0;
}
/*subnav tags*/
#subnav {
	background-color: #055890;
	width: 598px;
	padding: 1px 2px;
	font-size: .8em;
	text-align: left;
	
}
#subnav ul {
    margin: 0px;
    padding:0;
    list-style:none;
	float: left;
	
}
#subnav li {
    float:left;
    margin:0;
    padding:0;
	/*text-transform: uppercase;*/
	font-weight: bold;
    list-style-image:none;		
	padding:0;
}
#subnav a {
	text-decoration:none;
	display: block;
	float: left;
	padding: 1px 8px;
	color: #FFFFFF;
	border-right: 1px solid #E6EEF4;
}
#subnav a:hover, #subnav li#current a {
	background-color: #E6EEF4;
	color: #055890;
}
.small {
	font-size: 11px;
}
.titolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;

}

