/* General Styles */
.error{
	background-color:#FBEEEB;
	border:1px solid #C00;
	color:#C00;
	display:block;	
	font-weight:bold;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:5px;
	padding-top:5px;
	text-align:center;
	width:80%
}
.none{
	display:none;	
}
.clear{
	clear:both;
}
.success{
	background-color:#ceffce;
	border:1px solid #00AF33;
	color:#00AF33;	
	display:block;	
	font-weight:bold;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:5px;
	padding-top:5px;
	text-align:center;
	width:80%
}
	.success a{
		color:#00AF33;
	}
	
/* Start Styles */
body{
	font-family:arial,sans-serif;
	background-color:#000;
}
#container{
	width:950px;
	margin:0 auto;
	background:#FFF;
}
#header{
	width:950px;
	height:182px;
	background-image:url('../images/header_b.png');
	background-repeat:no-repeat;
}
#nav{
	width:950px;
	height:44px;
	background-image:url('../images/nav.png');
	background-repeat:repeat-x;
	padding-bottom:7px;
	border-bottom:1px solid #336699;
}
	#nav ul{
		width:785px;
		margin:0 auto;
		padding:0;
		list-style:none;
	}
	#nav li{
		display:inline;
		float:left;
		height:44px;
	}
		#nav li a{
			color:#FFF;
			font-size:17px;
			line-height:44px;
			text-decoration:none;
			padding:0 20px;
		}
			#nav li a:hover, #nav li a.active{
				color:#000;
			}
		#nav li.seperator{
			width:2px;
			height:44px;
			background-image:url('../images/seperator.png');
			background-repeat:no-repeat;
		}
		
#content{
	width:940px;
	border-top:7px solid #cae1f3;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	margin-bottom:10px;
}
	/* Column Story Styles */
	.story{
		width:175px;
		margin-bottom:10px;
	}
		.story img{
			width:175px;
			height:128px;
		}
		.story #success_button{
			background-image:url('../images/view.png');
			background-repeat:no-repeat;
			display:block;
			width:170px;
			height:29px;
			margin:10px auto 0 auto;
		}
	
	/* Column Styles */
	#col_left, #col_mid, #col_right{
		float:left;
	}
	#col_mid{
		margin-left:10px;
		margin-right:10px;
		width:570px;
	}
		#col_mid.page{
			margin-left:5px;
			margin-right:5px;
			width:930px;
		}
		
		/* Success Stories Page */
		.full_story{
			clear:both;
			display:block;
			height:auto;
			margin-top:25px;
			width:100%;
		}
			.full_story .left{
				display:block;
				float:left;
				height:128px;
				width:175px;
				margin-right:10px;
			}
			.full_story .right{
				display:block;
				float:right;
				height:128px;
				width:175px;
				margin-left:10px;
			}
			.full_story h3{
				font-size:14px;
				font-weight:bold;
				padding:0;
				margin:0;
			}
			.full_story p{
				line-height:17px;
				padding:0;
				margin:0;
				font-size:12px;
			}
#footer{
	width:950px;
	line-height:28px;
	background-image:url('../images/nav.png');
	background-repeat:repeat-x;
	background-color:#000;
	color:#FFF;
	font-size:12px;
	text-align:center;
}
#footer a{
	color:#FFF;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}