/*
Theme Name: Senior Alternatives Template
Theme URI: http://www.senioralternatives.com
Description: Client theme by PagePoint Web Solutions
Version: 1
Author: PagePoint Web Solutions
Author URI: http://www.pagepoint.com
Tags: pagepoint

	Senior Alternatives
	 http://www.pagepoint.com

	This theme was designed and built by PagePoint Websolutions
	http://www.pagepoint.com

*/

body {
	margin: 0;
	padding: 0;
	background: #e6eada;
}

#content-container {
	width: 975px;
	margin: 0 auto;
	background: #fff;
}

#header {
	padding-bottom: 15px;
}
	#contact {
		/*border: 1px solid red;*/
		width: 300px;
		float: right;
		text-align: right;
		color: #4f57aa;
		font-size: 12px;
		line-height: 14px;
		font-weight: bold;
		padding: 75px 21px 0 0;
	}
	#contact a {
		color: #4f57aa;
	}
	#contact .info {
		background: url(images/info-bg.gif) top right no-repeat;
		padding-right: 20px;
		height: 30px;
		
	}
	#logo {
		padding-bottom: 5px;
	}
	#nav {
		background: #8fa250;
		height: 30px;
	}
#content, #top-curve, #bottom-curve {
	margin: 0 21px;
	padding: 0 10px;
}
#top-curve {
	background: #fff url(images/top-curve.jpg) no-repeat;
	height: 5px;
}
#content {
	background: #B4CEEF url(images/content-bg.jpg) top left no-repeat;
	min-height: 375px;
}
	#content .page-image {
		/*border: 1px solid red;*/
		width: 360px;
		min-height: 100px;
		float: right;
		text-align: right;
	}
	#content .page-image .testimonial {
		font-style: italic;
		text-align: left;
		padding: 5px 20px 15px 20px;
	}
	#content .page-image .author {
		font-style: normal;
		text-align: right;
		font-size: 11px;
	}
	#content .page-image img {
		padding: 0 0 10px 0;
	}
	#content .entry {
		margin-right: 400px;
	}
#bottom-curve {
	background: #fff url(images/bottom-curve.jpg) no-repeat;
	height: 5px;
}
#footer {
	background: #fff url(images/footer-bg.jpg) repeat-x;
	margin: 0 21px;
	min-height: 200px;
}
	#subline {
		text-align: right;
		padding-bottom: 50px;
		color: #3e4277;
		font-size: 16px;
	}
	#copy {
		font-size: 9px;
		color: #7F7F7F;
		text-align: center;
	}


/* this will supress the ARTICLES submenu  AG 12-AUG-2009 */
li.page-item-256 ul { display: none!important;}
