/***** Call to Action Modules ****
*********************************/
DIV.cta-choose-wrap DIV.cta-box
{
	margin-right: 25px;
}
DIV.cta-choose-wrap DIV.cta-box
{
	text-align: center;
}
DIV.cta-choose-wrap DIV.cta-box *
{
	text-align: left;
}
FORM#add-cta-form, FORM#edit-cta-form
{
	float: left;
	width: 655px;
	clear: none;
}
DIV#cta-sample
{
	float: left;
	width: 290px;
}
DIV.cta-box
{
	float: left;
	width: 290px;
}
#cta-box-1, #cta-box-2
{
	margin-right: 35px;
}
H3.cta-title
{
	padding: 6px 10px;
	margin: 0;
	overflow: hidden;
}
#cta-box-1 H3.cta-title, #cta-sample H3.cta-title
{
	background: #B82212;
}
#cta-box-2 H3.cta-title
{
	background: #008185;
}
#cta-box-3 H3.cta-title
{
	background: #B84703;
}
H3.cta-title, H3.cta-title A
{
	color: #FFFFFF;
	text-decoration: none;
}
H3.cta-title A:hover
{
	text-decoration: none;
}
DIV.cta-text
{
	background: #FFFFFF;
	padding: 0;
	overflow: hidden;
}
DIV.cta-text DIV.cta-image
{
	text-align: center;
}
DIV.cta-text A.cta-button
{
	display: block;
	background: url(../images/button_sm_b82212.gif) no-repeat 0px 0px;
	width: 150px;
	height: 35px;
	padding-top: 10px;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	margin: 0 auto;
	text-align: center;
}
#cta-box-2 DIV.cta-text A.cta-button
{
	background: url(../images/button_sm_008185.gif) no-repeat 0px 0px !important;
}
#cta-box-3 DIV.cta-text A.cta-button
{
	background: url(../images/button_sm_b84703.gif) no-repeat 0px 0px !important;
}
DIV.cta-text P
{
	padding: 20px 0px;
	text-align: justify;
	font: 12px/24px Arial;
}
HR.cta-bottom
{
	border: none;
	padding: 0;
	margin: 0;
}
.form.file
{
	border: none;
}
/*jqModal*/
.jqmWindow
{
	display: none;
	position: fixed;
	top: 25%;
	left: 25%;
	width: 400px;
	background: #E4F2FD;
	color: #333;
	border: 1px solid #C6D9E9;
	padding: 10px;
}
.jqmOverlay
{
	background: #FFF;
}
* IFRAME.jqm
{
	top: 0;
	left: 0;
	z-index: -1;
	position: absolute;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}
* HTML .jqmWindow
{
	position: absolute;
	top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(20 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
.dropme
{
	background: url(../images/action_delete.gif) no-repeat;
}
.dragme, .editme, .dropme, .addnew
{
	float: left;
	width: 16px;
	height: 16px;
	margin-right: 8px;
}
/*File progress bar*/
.pods-progress
{
	width: 200px;
	border: 1px solid #E3E3E3;
}
.pods-bar
{
	width: 1%;
	height: 12px;
	background: #4F5C71;
}
/*CLEARFIX
------------------------------------------------------------------*/
HTML .clearfix
{
	display: block;
}
* HTML .clearfix
{
	height: 1%;
}
.clearfix:after
{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix
{
	display: inline-block;
}
