@charset "utf-8";
/* CSS Document */


* {margin: 0; padding: 0; border: 0;} /*zero-out margin, padding, and border since browsers may not have the same defaults*/
p, h1, h2, h3, h4, h5, h6 {margin: 1em 0;} /*add margin back to p*/
input, submit, textarea {border:1px; border-style:solid; border-color:#000; padding:2px;} /*add border and padding back to input & submit*/

html {
	scrollbar-face-color: #ff0;
	scrollbar-track-color: #666;
	scrollbar-arrow-color: #039;
	scrollbar-highlight-color: #fff;
	scrollbar-3dlight-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-darkshadow-color: #fff;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	background-image: url(../images/global/layout/background.jpg);
	background-color: #536b85;
	background-repeat: repeat;
	text-align: center; /*force IE 5.x to center the layout-container*/
}
a:active, a:hover, a:link, a:visited {
	color: #fff;
}
a:hover {
	background-color: #009;
}

/*********** HEADING STYLES ***********/
h1 {
	font-size: 24px;
	text-align: center;
}
h1#pageTitle {
	font-size: 24px;
}
h2 {
	font-size: 18px;
	text-align: center;
	color: #ffc;
}
h2#pageDescription {
	font-size: 18px;
	font-weight:normal;
	padding:4px;
}
h3 {
	font-size: 18px;
	text-align: center;
}
h4 {
	font-size: 16px;
	font-weight:bold;
	text-align: center;
}
h5 {
	font-size: 14px;
	font-weight:bold;
	text-align: center;
}
h6 {
	font-size: 12px;
	font-weight:bold;
	text-align: center;
}

/*********** LAYOUT STYLES ***********/
#layout-container {
	width:945px;
	text-align:left; /*realign text to left - after body 'text-align: center' hack for IE 5.x*/
	margin:0 auto; /*center in browser window*/
	padding:0;
}
#layout-columns-123 {}
#layout-columns-12 {
	width:720px;
}
#layout-columns-1 {
	width:225px;
}
#layout-center {
	width:945px;
	margin-top:150px;
	overflow:auto;
	background-image: url(../images/global/layout/layoutcenterbkgrnd.png);
	background-repeat:repeat-y;
}
#layout-content-abovebody {
	padding-top: 10px;
}
#layout-content-body {
	margin-left:10px;
}
#layout-content-body ul {
	margin:20px;
}
#layout-content-container {
	float:left;
	width:575px;
	margin-left:225px;
	background-image: url(../images/global/1x1_003399.gif);
	background-repeat: repeat;
}
#layout-header {
	position:absolute;
	top:0px;
	width:945px;
	height:150px;
}
#layout-footer {
	height:174px;
	width:945px;
	background-image: url(../images/global/layout/footer.png);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
}
#layout-sidebar-1 {
	float:left;
	width:225px;
	margin-left:-800px;
	background-image: url(../images/global/1x1_003399.gif);
}
#layout-sidebar-2 {
	float:left;
	width:145px;
	background-image: url(../images/global/layout/layoutrightbkgrnd.png);
	background-repeat: repeat-y;
}

/*********** IMAGE STYLES ***********/
.img {
	border:1px solid #ffc;
}
.imgLeft {
	float:left; margin:2px 4px 2px 2px; border: 2px solid #ffc;
}
.imgRight {
	float:right; margin:2px 2px 2px 4px; border: 2px solid #ffc;
}

/*********** CONTENT STYLES ***********/

/*********** FORM STYLES ***********/

/*********** OTHER STYLES ***********/
.clear {
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
#pageDescription {
	font-size:12px;
	font-style:italic;
}
th {
	font-size: 14px;
	color: #fff;
	background-color: #009;
	text-align: center;
	font-weight:bold;
}
.textByline {
	font-size: 14px;
	color: #fff;
}
.textiTiSdESignCredit, .textiTiSdESignCredit a {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}
.tableCoupon {
	border: thin dashed #fff;
	padding: 4px;
}
