/*** Base Styles ***/

body {
	background: #fff url("../../_img/capital/bg_header.gif") repeat-x top left;
	margin: 0;
	padding: 0;
	font: 62.5%/1.4 "Verdana", "Arial", sans-serif;
	}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: "Arial" sans-serif;
	}

acronym {
	border: 0;
	}	
	
div.clear {
	clear: both;
	}

/*** End Base Styles ***/

	
/*** Wrappers ***/
	
div#content_wrapper {
	width: 920px;
	margin: 0 auto;
	}	

div#page_container {
	background: url("../../_img/capital/bg_footer.gif") repeat-x bottom left;
	}

/*** End Wrappers ***/


/*** Header ***/
	
div#header {
	height: 74px;
	}
	div#header h3.logo{
		background: url("../../_img/capital/h2_logo.gif") no-repeat;
		width: 292px;
		height: 74px;
		float: left;
		}	
		div#header h3.logo span{
			position: absolute;
			left: -50001px;
			}	
	div#header h1{
		background: url("../../_img/capital/h1_capital_campaign.gif") no-repeat bottom left;
		width: 484px;
		height: 74px;
		float: left;
		margin-left: 30px;
		display: inline;
		}	
		div#header h1 span{
			position: absolute;
			left: -50001px;
			}

/*** End Header ***/


/*** Content Area ***/

div#body {
	padding: 46px 0;
	color: #666;
	font-size: 1.1em;
	line-height: 1.6;	
	}
	
/* feature column */
div#body div.feature_column {
	width: 250px;
	float: left;
	}
	div#body div.feature_column img{
		margin-bottom: 5px;
		}
	div#body div.callout {
		background: #57cced url("../../_img/capital/bg_callout_bottom.gif") no-repeat bottom left;
		margin-bottom: 5px;
		padding: 15px;
		color: #fff;
		width: 220px;
		}						
		div#body div.callout h3{
			background: url("../../_img/capital/bg_callout_logotop.gif") no-repeat top left;
			margin: -15px -15px 0 -15px;
			padding: 0 0 0 15px;
			height:75px;
			}
			div#body div.callout h3 span{
				position: absolute;
				left: -50001px;
				/*
				text-transform: lowercase;
				font-size: 3.6em;
				letter-spacing: -1px;
				*/
			}
		div#body div.callout p{
			font-style: italic;
			font-size: 1.1em;
			width: 218px;
			}
		div#body div.callout span.tel{
			font: bold 2.45em "Arial", sans-serif;
			letter-spacing: -1px;
			text-align: right;
			display: block;
			margin-bottom: 60px;
			}	

/* content column */
div#body div.content_column {
	width: 640px;
	float: left;
	padding: 0 0 58px 30px;
	}
	div#body div.content_column h2{		
		font-size: 3.6em;
		letter-spacing: -1px;
		color: #57cced;
		margin-top: -17px;
		}
	div#body div.content_column .intro{
		color: #999;
		text-transform: uppercase;
		font-size: 1.2em;
		line-height: 1.8;
		margin-top: 0;
		}						
	div#body div.content_column p{
		margin-bottom: 2em;			
		}	
	div#body div.content_column a.btn_flythrough{
		display: block;
		width: 196px;
		height: 22px;
		background: url("../../_img/capital/btn_watch_flythrough.gif") no-repeat;
		float: right;
		margin-bottom: 2px;
		clear: both;
		text-indent: -1000em;
		position: relative;
		}	
	div#body div.content_column img{
		margin-bottom: 2em;
		}				
	div#body div.content_column ul{
		margin: 0;
		padding: 0;
		list-style-position: inside;
		}
		div#body div.content_column ul li{
			margin: 0 0 0.5em 0;
			}

/*** End Content Area ***/				

