BODY {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif; 
	background:#fff url('../images/bg_logo.png') top left repeat-x;
	color: #000;
	text-align: left;
	margin:0;
	padding:0;
}

A{ color:#000;}

.clear 	{ clear:both; }

.logo_container{
	height:52px;
	width:900px;
	margin:0px auto;
	text-align:left;
}

	.logo_container A{
		display:block;
		padding-top:15px;		
 	}

.header_container {
	border-top:3px solid #fff;
	width:100%;
	background:transparent url('../images/bg_headercontainer.png') top left repeat-x;
	height:30px;
}

	.header {
		width:900px;
		height:20px;
		background:transparent url('../images/bg_header.png') top left no-repeat;	
		margin:0px auto;
		color:#ffffff;
		position:relative;
	}
		.header_left{
			width:380px;
			height:100%;
			overflow:hidden;
			float:left;	
			text-align:left;
			font-size:12px;
			font-family:Arial, Helvetica, sans-serif;
		}
		
			A.educate{
				margin:32px 0;	
				display:block;
			}
			.header_left H3{
				font-weight:normal;	
				font-size:18px;
			}
		
		.header_right{
			width:255px;
			height:100%;
			float:right;
			overflow:hidden;
			text-align:left;
		}

			.header_right H2{
				font-size:20px;	
				line-height:26px;
				margin:50px 0 40px;
			}
			.header_right A{
				margin:10px 0;	
				_margin:0px;
				display:block;
			}
			
		.iphone{
			position:absolute;
			top:400px;
			left:800px;
			width:244px;
			height:468px;
			background:transparent url('../images/iphone.png') top left no-repeat;	
			_background:none;
			_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/iphone.png",sizingMethod="crop");
			z-index:10;
			padding-top:69px;
		}
		
	.menu{
		height:57px;
		width:900px;
		margin:0px auto;
		text-align:left;
	}	
		 
		.menu A{
			font-size:14px;
			font-weight:bold;
			color:#666666;	
			text-decoration:none;
			margin:15px 0px;
			padding:8px 12px;
			display:block;
			float:left;
			border-right:1px solid #ccc;
		}
		.menu A:hover, .menu A.active{
			color:#000000;	
		}
		.menu A.first{
			padding-left:0px;
		}
		
		.menu A.last{
			border:0px;
		}
		
	.content_container{
		border-top:1px solid #ccc;	
		background:#f8f7f4 url('../images/bg_content_left.png') top left repeat-x;	
		
	}
	
		.content{
			width:900px;
			height:auto;
			margin:0px auto;
			text-align:left;
		}	
		
			.content H1{
				color:#333;	
				padding:25px 0 20px;
				margin:0px;
				text-align:left;
				width:auto;
				font-size:18px;
			}
			
			.content H5{
				color:#333;
				font-family:Arial; 	
				padding:0;
				margin:2px;
				text-align:left;
				width:auto;
				font-size:14px;
				
			}
			.content_summary{
				width:550px; /* allows double or single columns of icons.  default was 405 */
				float:left; 	
				margin:15px 30px 15px 0;
				line-height:20px;
				text-align:justify;
			}
			
				.content_summary H3{ /* heading sizes */ 
					margin:0 0 12px;
					font-size:16px;
					text-align:left;
				}
				.image{
					background-position:center;
					background-repeat:no-repeat;
					background-color:#fff;
					width:128px;
					height:105px;
					overflow:hidden;
					margin:0 20px 0 0;
					float:left;
				}		
		.image_big{
					background-position:center;
					background-repeat:no-repeat;
					background-color:#fff;
					width:282px;
					height:282px;
					overflow:hidden;
					margin:0 20px 0 0;
					float:left;
				}	
			.content_big{
				width:750px; /* allows double or single columns of icons.  default was 405 */
				float:left; 	
				margin:15px 30px 15px 0;
				line-height:20px;
				text-align:justify;
			}
			.content_summary_links{
				width:auto;
				height:101px;
				margin:15px 0;
				float:left;
			}
			.content_summary_links a{
				display:block;
				float:left;	
			}
			.content_summary_links span{
				background:transparent url('../images/bt_divider.png') top left repeat-x; 	
				width:2px;
				height:101px;
				display:block;
				float:left;
			}
			
		
							
	.footer_container{
		background:#000 url('../images/bg_footer.png') top left repeat-x;
		height:100px;	
		color:#fff;
	}	
		.footer{
			width:900px;
			margin:0px auto;
			padding:20px 0;
			text-align:left;	
		}
			.footer a{
				display:block;
				padding:5px 0;	
			}
			
			.footer a.branding{
				display:block;
				float:right;	
			}
		
