﻿#content
{
	background: #ffffff;
	position: relative;
}

#content div.leftcolumn
{
	padding: 0 0 0 15px;
	background: url(Images/border_left.jpg) repeat-y top left;
}

#content div.leftcolumn_content
{
	left: 15px;
	position: absolute;
	width: 214px;
}

#content div.rightcolumn
{
	margin-left: 214px;
	padding: 0 15px 0 0;
	background: #4370B1 url(Images/border_right.jpg) repeat-y top right;
}

#content div.rightcolumn_content
{
	position: absolute;
	width: 214px;
	right: 15px;
}

#content div.centercolumn
{
	margin-top: 0;
	padding: 0px 10px 10px 10px;
	margin-right: 214px;
	background: #ffffff;

}

#content img.cornerleft
{
	float: left;
}

#content img.cornerright
{
	float: right;
}

#content div.hide
{
	display: none;
}

#content div.nomargin
{
	margin-left: 0;
	margin-right: 0;
}

/* Quick FAQ */

#quick_faq
{
	width: 340px;
	background: #ffffff url(Images/qfaq_bg.jpg) repeat-x left bottom;
	font-size: 11px;
	color: #575757;
	position:absolute;
	right:240px;
	z-index: 100;
	border: solid 1px #e5e5e5;
	top: 35px;
}

#quick_faq a
{
	color:#1099D4;
}

div#qf_mask
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	z-index: 99;
	opacity: 0.3;
	filter: alpha(opacity = 30);
}

#quick_faq div.quick_faq_inner
{
	padding: 15px;
	z-index: 1000;
}

#quick_faq h2
{
	color: #2487c5;
	font-size: 11px;
	padding: 0 0 0 10px;
	margin: 5px 0 5px 0;
	cursor: pointer;
	background: url(Images/qfaq_bullet.gif) no-repeat 0px 4px;
}

img.quick_faq
{
	cursor: pointer;
}

#quick_faq div.close
{
	cursor: pointer;
	position: absolute;
	top: 5px;
	right: 5px;
}

#quick_faq div.close2
{
	cursor: pointer;
	position: absolute;
	bottom: 5px;
	right: 5px;
}

#quick_faq p
{
	margin: 0;
	padding: 5px 0;
}
