@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:2185px;
}

/* Content Elements for Questions */
.col_subheader{
	text-align:center;
}
#col1 {
	padding-left:23px;
	width:247px;
	float:left;
	text-align:left;
}
#col2 {
	width:330px;
	float:right;
	text-align:left;
}
#col1 div {
	padding-top:2px;
}
#col2 {
	border-left:1px solid #000000;
}
#col2 div {
	padding:2px 10px 0 10px;
}
.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:center;
	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 ul li{
	list-style-type:square;
}
.subcol2 {
	float:right;
}
.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:1375px;
	background:transparent url(../images/ai_body_bg.jpg) repeat-y center center;
	float:right;
}
*+html #content_ext {
	width:675px;
	height:1575px;
	background:transparent url(../images/ai_body_bg.jpg) repeat-y center center;
	float:right;
}
*+html #ftr_links {
	position:absolute;
	right:170px;
	bottom:-188px;
	color:#ffffff;
}
*+html .faq_answers {
	text-align:left;
	padding-top:20px;
	margin-left:-55px;
	width:600px;
}
.faq_answers {
	text-align:left;
	padding:20px 0 0 20px;
	width:600px;
}
.faq_answers ul{
	padding-left:15px;
}
.faq_answers ul li{
	padding-top:10px;
}
.markers {
	float:right;
}