@charset "utf-8";

body {
	background-color:#ffffff;
	margin:0 auto;
	padding:0;
	text-align:center;
	background-image:url(/images/bodyBackgroundGradient.png);
	background-repeat:repeat-x;
}

#layout, #page, #header, #logo, #pageImage, #content, #ISI, #footer {
	text-align:left;
}

#layout, #page, #header, #footer {
	width:960px;
}

#layout {
	margin:0px auto 10px auto;
	position:relative;
	padding:0;
}

#page {
	margin:0;
	padding:0;
	position:relative;
	float:left;
	background-color:#fff;
	border:1px solid #FD9A25;
	text-align:center;
}

#header {
	position:relative;
	float:left;
	margin:0 0 0 0;
	padding:0;
	height:168px;
	background-image:url(/images/header_graphic_gradient.jpg);
	background-repeat:no-repeat;
}

#logo {
	position:relative;
	margin:20px 0 15px 0px;
	padding-left:20px;
	width:243px;
	height:105px;
	float:left;
}

#flashAnimation {
	position:absolute;
	left:263px;
	top:0px;
	width:680px;
	height:140px;
	margin:0 0 0 17px;
}

#rowTwo {
	/*border-bottom: 6px solid #FD9A25;*/
	padding:0px;
	margin:0px;
	width:100%;
	float:left;
}

#pageImage {
	position:relative;
	width:400px;
	height:350px;
	float:left;
	/*margin-left:1px;*/
}

#content {
	position:relative;
	width:520px;
	height:auto; /*247px; /*277-10-20=247*/
	float:left;
	padding:10px 20px 20px 20px;
	color:#6D6E70;
}

#ISI {
	/*float:left;*/
	text-align:left;
	position:relative;
	width:870px;
	margin:20px auto 20px auto;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	color:#6D6E70;
	border:10px solid;
	border-color:#CCC;
}

#ISI ul, #ISI li {
	background-color:#FFF;
	margin:10px;
}
#ISI h2 {
	color:#F00;
	padding:10px;
	margin-top:-10px;
	margin-left:-10px;
	background-image:url(/images/graySlantedbox_ISI.gif);
	background-repeat:no-repeat;

}

#footer {
	position:relative;
	width:580px;
	margin:0 0 0 0;
	padding:0px 0 10px 380px;
	/*height:85px;*/
	height:auto;
	float:left;
	background-color:#FFF;
}

#LegalLinks {
	position:relative;
	float:left;
	width:937px;
	height:30px;
	padding: 0 0 0 25px;

	background-image:url(/images/OrangeBottomTab.gif);
	background-repeat:no-repeat;
	border-top:6px solid #FD9A25;
}
img {
	border:none;
}

