/*Used for Forms*/
span.requiredred {
	color: red;
}

.OFF {
	display:none;
}

input.error {
	border: 1px solid red;
	background: #F5F5DC;
	margin-top: 5px;
	padding: 3px;
}
select.error {
	border: 1px solid red;
	background: #F5F5DC;
	margin-top: 5px;
	padding: 3px;
}

/* Column Control Styles from Geometrixx */

div.parsys_column {
    height: 100%;
    width: 100%;
    float: left;
    border: 0;
    vertical-align:top;
    padding: 0;
    margin: 5px 0 5px 0;
}

div.parsys_column .section {
    overflow:hidden;
    width: 100%;
}


/* column control layouts */
div.cq-colctrl-cols {width: 100%; float: left; }

div.cq-colctrl-default { width: 100%;}

/*div.cq-colctrl-lt0 { background:url(images/cq-colctrl-lt0.gif) repeat-y scroll 0 0;}*/
div.cq-colctrl-lt0-c0 { width: 48%; padding-right: 14px;}
div.cq-colctrl-lt0-c1 { width: 49% }

/*div.cq-colctrl-lt1 { background:url(images/cq-colctrl-lt1.gif) repeat-y scroll 0 0;}*/
div.cq-colctrl-lt1-c0 { width: 34%; padding-right: 14px;}
div.cq-colctrl-lt1-c1 { width: 63%;}

/*div.cq-colctrl-lt2 { background:url(images/cq-colctrl-lt2.gif) repeat-y scroll 0 0;}*/
div.cq-colctrl-lt2-c0 { width: 31%; padding-right: 14px;}
div.cq-colctrl-lt2-c1 { width: 31%; padding-right: 14px;}
div.cq-colctrl-lt2-c2 { width: 32%; }

/*div.cq-colctrl-lt3 { background:url(images/cq-colctrl-lt3.gif) repeat-y scroll 0 0; }*/
div.cq-colctrl-lt3-c0 { width: 46%; padding-right: 14px;}
div.cq-colctrl-lt3-c1 { width: 24%; padding-right: 14px;}
div.cq-colctrl-lt3-c2 { width: 24%; }

div.cq-colctrl-lt4 { margin:-18px 0pt;}
div.cq-colctrl-lt4-c0 { width: 38%; padding-right: 4px;}
div.cq-colctrl-lt4-c1 { width: 58% }

/*div.cq-colctrl-lt5 { background:url(images/cq-colctrl-lt0.gif) repeat-y scroll 0 0;}*/
div.cq-colctrl-lt5-c0 { width: 49%; padding-right: 14px; }/*padding-right: 14px;}*/
div.cq-colctrl-lt5-c1 { width: 48% }


/* TEXT COMPONENT STYLES */
	.text ul {
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		margin:10px;
		padding:0;
	}
	.text ul li {
		background:transparent url(../img/red_more_arrow.png) no-repeat scroll 0 0;/* left 6px;*/
		font-size:75%;
		margin:0 0 5px;
		padding:0 10px;
	}
	
/* EMBARGO LIST STYLES */
	.embargo_list ul {
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		margin:10px;
		padding:0;
	}
	.embargo_list li {
		background:transparent url(../img/red_more_arrow.png) no-repeat scroll left 6px;
		font-size:75%;
		list-style-type: none;
		margin:0 0 5px;
		padding:0 10px;
	}
	
		
#col_2 .contacts .contact_social_badges img { border: 0; margin: 0; }