/************************************
HTML Markup
*************************************/
body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #EBF1F4;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
a {
	color: #FFFFFF;
}
.buttonMore a,#footer a {
	margin: 0 .5em 0 .5em;
}
a:hover {
	color: #CCFFFF;
}
h3 {
	padding: 3px 10px;
	margin: 0;
	color: #366b9f;
	font-size: 18px;
}
img {
	border: 0;
}
li {
	font-size: 14px;
	font-weight: bold;
}
p {
	margin: 0;
	padding: 0;
}
/************************************
Layout Styles
*************************************/
#container {
	width: 780px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: #FFFFFF;
}
#container p {
	padding: .8em;
}
#container h2 span {
	display: none;
}
#logo {
	width: 561px;
	height: 148px;
	background: url(images/logo.jpg) no-repeat;
	float: left;
}
#logo h1, 
#logo p {
	display: none;
}
#slogan {
	width: 561px;
	height: 158px;
	background: url(images/slogan.jpg) no-repeat;
	float: left;
}
#slogan p {
	display: none;
}
#menu {
	width: 218px;
	height: 305px;
	background: #8085B5 url(images/home-menu-bg.jpg) no-repeat;
	float: left;
	margin-top: -148px;
}
#menu a {
	font-weight: bold;
	size: 14px;
}
#menu p {
	margin: 0;
	padding: 0px;
}
.menuServices {
	position: relative;
	top: 35px;
	left: 45px;
}
.menuArticles {
	position: relative;
	top: 72px;
	left: 58px;
}
.menuTestimonials {
	position: relative;
	top: 115px;
	left: 65px;
}
.menuAbout {
	position: relative;
	top: 155px;
	left: 58px;
}
.menuContact {
	position: relative;
	top: 195px;
	left: 45px;
}
#services, 
#promo, 
#testimonials {
	width: 259px;
	min-height: 230px;
	float: left;
}
#services h2, 
#promo h2, 
#testimonials h2{
	width: 259px;
	height: 50px;
}
#services {
	clear: both;
	background: #5B91C5 url(images/services.jpg) no-repeat;
	color: #FFFFFF;
}
#promo {
	margin-left: 1px;
	background: #7CA1C5 url(images/promo.jpg) no-repeat;
	color: #FFFFFF;
}
#testimonials {
	margin-left: 1px;
	background: #90ABC5 url(images/testimonials.jpg) no-repeat;
	color: #FFFFFF;
}
#information {
	clear: both;
	background: #EBF1F4;
	padding: 10px 0 0 0;
}
#information a {
	color: #003366;
}
#information a:hover {
	color: #0066CC;
}
#footer {
	background: #7CA1C5 url(images/home-footer.jpg) repeat-x;
	text-align: center;
	color: #FFFFFF;
}
#footer a {
	color: #006699;
	font-weight: bold;
}

/************************************
Action Buttons
*************************************/
.buttonMore a{
	padding: 0 24px 3px 0; 
	font-weight:bold;
	background: url(images/more.gif) no-repeat right top;
}