@charset "utf-8";
/* CSS for Index */

/* Container Per Page */

#container {
	clear:both;
	position:relative;
	margin:0 auto;
	text-align:center;
	width:840px;
	height:100%;
	min-height:1270px;
}

/* Content Elements for Questions */
.col_subheader{
	font-weight:bold;
	margin-top:35px;
}
.col_subheader_exc {
	font-weight:bold;

}
#col1 {
	padding-left:23px;
	width:265px;
	float:left;
	text-align:left;
}
#col1_exc {
	padding-left:60px;
	width:265px;
	float:left;
	text-align:left;
}
#col2 {
	width:285px;
	float:right;
	text-align:left;
	padding-left:20px;
	border-left:1px solid #000000;
}
#col2_exc {
	padding:0 40px 0 21px;
	width:265px;
	float:right;
	text-align:left;
	border-left:1px solid #000000;
}
#col1 div {
	padding-top:2px;
}
#col2 div {
	padding:2px 10px 0 0;
}
*+html #col2 div {
	padding:2px 10px 0 0;
}
#line {
	position:absolute;
	width:1px;
	height:104px;
	background:transparent url(../images/line.gif) no-repeat center center;
	top:700px;
	left:513px;
}
.bold {
	text-decoration:underline;
	display:block;
	font-size:14px;
	font-weight:bold;
}
.black {
	padding-top:5px;
	/*list-style-type:square;*/
}
.listimage {
	display:inline;
	text-align:right;
}
#faq li{
	width:250px;
	padding-bottom:18px;
}
.red {
	padding:5px 0 0 50px;
	display:block;
	color:#e10000;
}
.small {
	text-align:left;
	margin-top:12px;
	font-size:10px;
}
.img_stack {
	padding-top:0;
}
.center {
	text-align:center;
	padding-top:15px;
	clear:both;
}
.subcolcontainer {
	clear:both;
}
.subcol1 {
	float:left;
}
.subcol1_exc {
	float:left;
}
.subcol1_exc img{
	float:left;
	padding-top:5px;
}
.subcol1 img{
	padding-top:39px;
}
.subcol2 img{
	padding-top:39px;
}
.subcol2 {
	float:right;
	width:85px;
}
*+html .subcol2 {
	float:right;
	width:85px;
}

.subcol2 ul, .subcol2 ul li{
	display:block;
}
.subcolcombine {
	clear:both;
	text-align:left;
	padding-top:20px;
	width:275px;
}
.colorrow {
	background-color:#CCCCCC;
}

/* Extra Content Extender */

#content_ext {
	width:675px;
	height:460px;
	background:transparent url(../images/ai_body_bg.jpg) repeat-y center center;
	float:right;
}

