/****************************************************************************
'//Module		: IIC PUBLIC/MARKETING SITE
'//PageName		: style.css
'//Description	: This is the stylesheet for the public site.
'//Author		: Debbie Eilers
'//Version		: 1.0
'//Date			: 7/24/03
'****************************************************************************/

/* DEFAULT STYLE */
BODY { background-color: #00829b; color: #000000;
	font-size: 11pt; font-weight: normal; font-family: arial, helvetica, sans-serif;
}
B { color: #347281;
	font-size: 11pt; font-weight: bold; font-family: arial, helvetica, sans-serif;
}

.clear{clear: both;}

/* LINK STYLES */
A:link {
	color: #CC6600; text-decoration: none;
}
A:visited {
	color: #CC6600; text-decoration: none;
}
A:active {
	color: #ff0033; text-decoration: underline;
}
A:hover {
	color: #cc0033; text-decoration: underline;
}

/* LOGOROW STYLE */
.LogoBG { background-color: #4C7183;
}
.TopPhotoBG { background-color: #4C7183;
	background-image : url("/images/TopPhotoBG.jpg");
	background-repeat : no-repeat;
	background-position: top right;
}
.LogoHorzLine { background-color: #BBCDCD;
	font-size: 2px;
}

/* HEADING STYLES */
H1 {color: #CC5B00; 
	font-size: 28px; font-weight: bold; font-family: Garamond, serif;
	letter-spacing: -.007in;
}

/* FORM STYLES */
FORM {
	padding-right: 0px; padding-left: 0px; padding-bottom: 0px; padding-top: 0px; margin: 0px;
}
SELECT { color: #000000; background-color: #ffffff;
	font-size: 10px;
}
.button { background-color: #CC6600; color: #ffffff;
	font-size: 10px; font-family: arial, verdana, helvetica, sans-serif; 
	padding: 0;
}

/* BODY TEXT STYLES */
.BodyText { background-color: #ffffff; color: #000000;
	font-size: 11pt; font-weight: normal; font-family: 'Arial Narrow', sans-serif;
	padding-left: 25px;
	padding-right: 10px;
	padding-top: 75px;
}
.HomePageText {color: #000000;
	font-size: 11pt; font-weight: normal; font-family: 'Arial Narrow', sans-serif;
	padding-left: 5px;
	line-height: 24px;
}
TD { color: #000000;
	font-size: 11px; font-weight: normal; font-family: arial, sans-serif;
}
.data { color: #000000;
	font-size: 11pt; font-weight: normal; font-family: 'Arial Narrow', sans-serif;
}
.smalldata { color: #000000;
	font-size: 11px; font-weight: normal; font-family: arial, sans-serif;
}
.smalldatastate { background-color: #F9DEB0; color: #000000;
	font-size: 13px; font-weight: normal; font-family: arial, sans-serif;
}
.smalldatastateselect { background-color: #F9DEB0; color: #000000;
	font-size: 11px; font-weight: normal; font-family: arial, sans-serif;
}
.errordata {color: #cc0033;
	font-size: 10pt; font-weight: normal; font-family: 'Arial Narrow', sans-serif;
}
.disclaimer {color: #347281;
	font-size: 9px; font-weight: normal; font-family: verdana, sans-serif;
}

/* REGISTRATION MARK, SERVICE MARK STYLE */
.sm {font-size: 90%; font-variant: small-caps; font-family: arial, sans-serif;
	padding: 0; 
}
H1 .sm {font-size: 70%; font-variant: small-caps; font-family: arial, sans-serif;
	padding: 0; 
}

/* LIST STYLES */
UL { color: #000000;
	font-size: 11px; font-family: arial, verdana, tahoma, helvetica, sans-serif;
	text-align: left;
}
.bullets { color: #347281;
	font-size: 11px; font-family: arial, verdana, tahoma, helvetica, sans-serif;
	text-align: left;
}
.numbers { color: #347281;
	font-size: 13px; font-weight: bold; font-family: arial, verdana, tahoma, helvetica, sans-serif;
	text-align: left;
}


/* MISCELLANEOUS STYLES */
.SideHands {
	position: relative; top: -32px; 
}
.Footer { color: #F2E3D4;
	font-weight: normal; font-size: 10px; font-family: verdana, sans-serif;
}
.Footer A:link { color: #F2E3D4; text-decoration: underline;}
.Footer A:visited { color: #F2E3D4; text-decoration: underline;}
.Footer A:hover { color: #F2E3D4; text-decoration: underline;}
.RightSidePhoto { background-color: #ffffff; color: #000000;
	font-size: 12pt; font-weight: normal; font-family: 'Arial Narrow', sans-serif;
	padding-left: 25px;
	padding-top: 31px;
}
HR { color: #DCAE82;}
.WhiteBG { background-color: #ffffff;}

/* STYLES FOR FANCY SLOGAN ON HOME PAGE */
.fancyhead01 {color: #456171;
	position: absolute;
	top: 160px; left: 530px; 
		z-index: 1;
	font-size: 24px; font-weight: bold; font-family: garamond, serif;
}
.fancyhead02 {color: #6C94AA;
	position: absolute;
	top: 194px; left: 355px; 
		z-index: 2;
	font-size: 25px; font-weight: bold; font-family: georgia, serif;
}
.fancyhead03 {color: #BD936D;
	z-index: 0;
	position: absolute;
	top: 180px; left: 375px; 
	font-size: 18px; font-weight: bold; font-family: garamond, serif;
}
.fancyhead04 {color: #CC6600;
	position: absolute;
	top: 225px; left: 387px; 
	z-index: 3;
	font-size: 18.5px; font-weight: bold; font-family: 'Arial Narrow', sans-serif;
	letter-spacing: -.007in;
}
