/***********************************************/
/* ia_style.css                                */
/*                                             */
/***********************************************/

/*--- Layout divs ---*/

html {
margin: 0;
padding: 0;
height: 100%; /* Required */
}

body{
	background-color: #FFCC67;
	margin: 0;
	padding: 0;
	height: 100%; /* Required */
}

#big {
	width: 100%;
	}
	
#container-page {
	width: 600px;
	background: #DDD;
	position: relative;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
}

.error {
	color: #FF0000;
}
	
#top{
	position:absolute;
	width:100%;
	z-index:1;
	left: 0;
	top: 9px;
	border: 1px none #000000;
	background-image: url("/ia_images/bg_top.gif");
}

#globalLink{
	position:relative;
	height:26px;
	z-index:1;
	top: 2px;
	left: 11px;
}

#left{
	position:absolute;
	z-index:2;
	left: 0px;
	top: 123px;
	height: 100%;
	background-color: #FFCC67;
	width: 120px;
	color: #FFFFFF;
}

#pullQuote1{

	position: relative;
	background-color:#8977BA;

}

#pullQuote2{

	position: relative;
	background-color:#8C914F;

}

#pullQuote3{

	position: relative;
	background-color:#CC2D30;

}

#pullQuote4{

	position: relative;
	background-color:#2B1166;

}

#nav {
	position:absolute;
	height:26px;
	z-index:4;
	left: 79px;
	top: 123px;
	background-image: url("/ia_images/nav_01.gif");
	border: 0px none #000000;
	width: 669px;
	background-color: #FFCC67;
	padding-top: 0px;
}
#nvl {
	position:absolute;
	top:0px;
	left:-1px;
}

#nvr {
	position:absolute;
	top:0px;
	right:0px;
}

#rightBar{
	position:absolute;
	width:110px;
	z-index:5;
	left: 605px;
	top: 148px;
	background-color: #C9ADD8;
	border: 1px;
	border-color: #993300;
	border-style: solid;
}

#mainBox{
	position: absolute;
	top: 148px;
	left: 120px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	background-image: url("/ia_images/main_bg.gif");
	width: 450px;
	height: 100%;
	background-repeat: repeat-y;
	padding-bottom: 50px;
	margin-right: 5px;
}

#sframe {
	position:relative;
	width: 98%;
	margin:5px 5px 5px 5px;
	padding: 2px 2px 2px 8px;
	border-color: #ECAF53;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
}

#column1{
	position:relative;
	width: 98%;
	margin:5px 5px 5px 5px;
	padding: 2px 2px 2px 8px;
	border-color: #ECAF53;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
}

#column2{
	position:relative;
	width: 45%;
	margin:5px 5px 5px 5px;
	float: left;
	border-color: #ECAF53;
	border-width: 2px;
	border-style: solid;
	padding: 2px 2px 2px 8px;
}

#column3{
	position:relative;
	width: 45%;
	margin:5px 2px 5px 0px;
	float:left;
	border-color: #ECAF53;
	border-width: 2px;
	border-style: solid;
	padding: 2px 2px 2px 2px;
	left: 0px;
}

#left_column{
	position:relative;
	width: 47%;
	margin:0px 1px 0px 5px;
	border-color: #ECAF53;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	float: left;
	padding: 2px 2px 2px 2px;
}

#right_column{
	position:relative;
	width: 47%;
	margin:0px 0px 0px 5px;
	float: right;
	padding: 2px 2px 2px 2px;
	right:0px;
}

#footer {
	position: relative;
	width: 450px;
	left: 0px;
	bottom: 0px;
	z-index: auto;
}
#footer_try {
	width: 100%;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px; /* For Certain IE widths */
	height: 40px;
}
#footer2 {
	position: relative;
	width: 450px;
	left: 0px;
	bottom: 0px;
	z-index: 1;
}
#time {
	position:relative;
	width:144px;
	height:17px;
	left: 532px;
	top: -14px;
}

/*--- hyperlink and anchor tag styles ---*/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a.glink, a.glink:visited {
	font-size: small;
	color: #9A3400;
	font-weight: bold;
	margin: 0px;
	padding: 0px 5px 5px 5px;
	border-right: 1px solid #9A3400;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

a.glink:hover{
  	background-image:  url("/ia_images/nav_01_select.gif");
	text-decoration: none;
}

/*--- Text Styles ---*/


.mainBox {
	padding: 10px 20px 0px 10px;
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.mainBox h3 {
	font: bold 150% Arial,sans-serif;
	color: #BF1108;
}

.mainBox h4 {
	font: bold 125% Arial,sans-serif;
	color: #2B1166;
	}
	
.pullQuote {
	padding: 5px 0px 5px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color:#FFFFFF;
	width: 90%;
}

.glink_active, a.glink_active:hover {
	font-size: small;
	background-image:url("/ia_images/nav_01_active.gif");
	color: #9A3400;
	font-weight: bold;
	margin: 0px;
	padding: 0px 5px 5px 5px;
	border-right: 1px solid #9A3400;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	}

.filled {
	text-decoration:line-through;
	}
	
.redText{
	color:#BF1108;
	text-decoration:none;
	}
	
.greenText{
	color:#336600;
	text-decoration:none;
	}

.rightBar {
	padding: 10px 20px 0px 10px;
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.rightBar h3 {
	font: bold 125% Arial,sans-serif;
	color: #BF1108;
}

.rightBar a:link {
	color: #BF1108;
}

.rightBar a:visited {
	color: #BF1108;
}

.left a:link {
	color:#FFFFFF;
}

.left a:visited {
	color:#FFFFFF;
}

.footer {
	text-align: right;
	padding: 10px 20px 0px 10px;
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.time{
	font: bold 75% Arial,sans-serif;
}

.dropCap {
	font-size: 125%;
}

/*--- img tag styles ---*/

.mainBox img {
	padding: 2px 5px 2px 2px;
}


/*--- list tag styles ---*/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

.rightBar ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 1em;
	padding-left: 1px;
}

/*--- form styles ---*/

form, label, input { font-size : 1em; }
fieldset { width : 33em; padding : 0.5em 1em; }
label { text-align:right;position : relative; width : 15em; display : block; margin : .5em 0em; border-bottom:dotted 1px black; padding:2px;}
label input { position : absolute; left : 110%; top : 2px; width : 15em; border:1px solid black;border-top-width:0;padding:2px;}
label input:focus{background-color:#dedede;}
label textarea { position : absolute; left : 110%; top : 2px; width : 15em; border:1px solid black;border-top-width:0;padding:2px;}
label textarea:focus{background-color:#dedede;}
label select { position : absolute; left : 110%; top : 2px; width : 15em; border:1px solid black;border-top-width:0;padding:2px;}
label radio { position : absolute; top : 2px; width : 0em; border:1px solid black;border-top-width:0;padding:2px;}
input.submit { margin-left : 10em; }
