@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:1210px;
}


/* Content Elements for index */

#col1 {
	width:275px;
	float:left;
	text-align:left;
}
#col2 {
	width:330px;
	float:right;
	text-align:left;
}
#col1 div {
	padding-top:10px;
}
#col2 {
	border-left:1px solid #000000;
}
#col2 div {
	padding:10px 10px 0 10px;
}
.bold {
	font-size:14px;
	font-weight:bold;
}
.small {
	margin-top:10px;
	font-size:10px;
}
#cta {
	text-align:right;
}
#cta div {
	padding-top:20px;
}
.img_stack {
	padding-top:0;
}
.center {
	text-align:center;
	padding-top:15px;
	clear:both;
}
.subcolcontainer {
	clear:both;
}
.subcol1 {
	padding:0;
	float:left;
}
.subcol2 {
	padding:0 0 0 5px;
	float:right;
}
/* Extra Content Extender */

#content_ext {
	width:675px;
	height:400px;
	background:transparent url(../images/ai_body_bg.jpg) repeat-y center center;
	float:right;
}

/* JS Containers */
#jsheader {
	height:57px;
	width:324px;
	position:absolute;
	bottom:403px;
	right:230px;
	margin:0 auto;
	background:transparent url(../images/js_header.jpg) no-repeat center bottom;
}
#jswrapper {
	clear:both;
}
#leftcol {
	width:150px;
	margin-left:15px;
	float:left;
}
#ctrcol {
	position:absolute;
	background:transparent url(../images/js_img_bg.gif) no-repeat center bottom;
	width:324px;
	height:266px;
	bottom:133px;
	right:230px;
	float:left;
}
#placeholder {
	border:1px solid black;
}
#title {
	font-family:arial;
	color:#fff;
	font-size:14px;
}
#rightcol {
	padding-right:35px;
	width:150px
	float:left;
}
#leftcol ul li{
	display:block;
}
#rightcol ul li{
	display:block;
}
#leftnav {
	position:absolute;
	right:117px;
	bottom:75px;
}
#rightnav {
	position:absolute;
	right:40px;
	bottom:75px;
}
#leftnav img{
	border:1px solid black;
	height:49px;
	width:75px;
	margin:0;
	padding:0;
}
#rightnav img{
	border:1px solid black;
	height:49px;
	width:75px;
	display:block;
}