/*
	# Company: ClientName
	# CSS Framework: © 2010 Effectal Media
	# CSS Authors: Nick Maller, (Effectal Media)
	# File: layout.css
*/

/*
	** Components :: Secure Pay Donation Page
*/

#securePayDonation h3 {
	font-size: 18px;
	margin: 4px 0 8px 0;
}

/* 
	** Components :: Core
*/
/* display */
.offleft
{
	position: absolute;
	left: -9999em;
	width: 1000em;
}
.hide
{
	display: none;
}
.invisible
{
	visibility: hidden;
}

/* floats */
.left
{
	float: left;
}
.right
{
	float: right;
}
.clear
{
	clear: both;
}
hr 
{
	clear: both;
	visibility: hidden;
	height: 1px !important;
	height: 1px;
	margin: 0;
	padding: 0;
	border: none;
}

/* boxing */
.group
{
	padding: 15px;
}
.mtop
{
	margin-top: 18px !important;
}
.pright
{
	padding-right: 105px;
}

/* alignment */
.aright
{
	text-align: right;
}
.center
{
	text-align: center;
}


/* 
	** Components :: Main
*/
/* flat lists */
ul.flat
{
	padding: 0;
}
ul.flat li
{
	padding: 0;
	background-image: none;
}

/* inline lists */
ul.inline
{
	padding: 0;
}
ul.inline li
{
	display: inline;
	padding: 0;
	background-image: none;
}

/* definition list */
dl
{
	margin-top: 8px;
}
dl dt
{
	float: left;
	clear: left;
	width: 29%;
	
	font-weight: bold;
}
dl dt span
{
	font-weight: normal;
}
dl dd
{
	margin-bottom: 5px;
	padding: 0 0 5px 30%;
	
	border-bottom: 1px solid #ddd;
}

/* splits */
.split
{
	float: left;
	width: 100%;
	clear: both;
}
.split .panel,
ul.split li
{
	clear: none;
}

ul.split li,
ul.split-by3 li,
ul.split-by4 li,
ul.split-by5 li,
.split .panel
{
	float: left;
	width: 46%;
}

ul.split-by3 li,
.split-by3 .panel
{
	width: 31%;
}

ul.split-by4 li,
.split-by4 .panel
{
	width: 23%;
}

ul.split-by5 li,
.split-by5 .panel
{
	width: 19%;
}



/* 
	** Components :: 3rd Party Plugins
*/
/* Flash Replacement */
.flash-replaced .alt 
{
	display: block;
	height: 0;
	position: absolute;
	overflow: hidden;
	width: 0;
}
.flash-replaced
{
	margin-left: -3px !important;
	margin-left: 0;
	line-height: 1em !important;
	font-size: 30px !important;
}
h1.flash-replaced object,
h1.flash-replaced embed
{
	height: 27px !important;
	width: 400px !important;
	margin-left: -3px !important;
	margin-bottom: -8px;
}