/**********************************
HTML STYLES
**********************************/
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	text-align: center;
	background: #879fa0 url(/images/bg-body.jpg) repeat-x;
}
* {
	margin: 0;
}
html, 
body {
	height: 100%;
}
a {
	color: #414439;
}
a:hover {
	color: #707562;
}
li {
	padding: 0;
	margin: 0 15px;
	list-style: disc;
}
ul {
	margin: 5px 20px;
	padding: 5px 10px;
}

/**********************************
UNIVERSAL STYLES
**********************************/
.leftColumn {
	float: left;
	width: 45%;
	padding: 2%;
}
.rightColumn {
	float: right;
	width: 45%;
	padding: 2%;
}
.noShow {
	display: none;
}
.required {
	color: #993300;
}
.wrapImage {
	padding: 15px;
	
}

/**********************************
LAYOUT STYLES
**********************************/
#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -200px; /* the bottom margin is the negative value of the footer's height */
	width: 100%;
	background: url(/images/bg-container.jpg) no-repeat top center;
}
#interior {
	margin: 0 auto;
	width: 780px;
	text-align: left;
}
#logo {
	float: left;
	height: 140px;
	width: 480px;
	overflow: hidden;
	background: url(/images/logo.jpg) no-repeat;
}
#logo img {
	border: none;
	width: 100%;
	height: 100%;
}
#slogan {
	float: left;
	height: 140px;
	width: 300px;
	overflow: hidden;
	background: url(/images/slogan.jpg) no-repeat;
}
#logo h1,
#slogan h2 {
	display: none;
}
#menu {
	clear: both;
}
#menu ul {
	margin: 0;
	padding: 0;
}
#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	float: left;
}
#menu a {
	display: block;
	height: 40px;
}
#menu span {
	display: none;
}
#menu-services a{
	background: url(/images/menu-services.jpg) no-repeat;
	width: 205px;
}
#menu-about a{
	background: url(/images/menu-about.jpg) no-repeat;
	width: 115px;
}
#menu-portfolio a{
	background: url(/images/menu-portfolio.jpg) no-repeat;
	width: 115px;
}
#menu-testimonials a{
	background: url(/images/menu-testimonials.jpg) no-repeat;
	width: 140px;
}
#menu-contact a{
	background: url(/images/menu-contact.jpg) no-repeat;
	width: 135px;
}
#menu-home a{
	background: url(/images/menu-home.jpg) no-repeat;
	width: 70px;
}
#menu-services a:hover {
	background: url(/images/menu-services-on.jpg) no-repeat;
}
#menu-portfolio a:hover {
	background: url(/images/menu-portfolio-on.jpg) no-repeat;
}
#menu-testimonials a:hover {
	background: url(/images/menu-testimonials-on.jpg) no-repeat;
}
#menu-about a:hover {
	background: url(/images/menu-about-on.jpg) no-repeat;
}
#menu-contact a:hover {
	background: url(/images/menu-contact-on.jpg) no-repeat;
}
#menu-home a:hover {
	background: url(/images/menu-home-on.jpg) no-repeat;
}
#content {
	clear: both;
	background: #b7cac9 url(/images/bg-content.jpg) no-repeat;
	min-height: 250px;
	_height: 250px;
}
#content h1 {
	margin: 10px;
	padding: 30px 20px 0 20px;
	font-size: 40px;
	font-weight: normal;
	color: #333300;
}
#content p {
	margin: 0;
	padding: 10px 25px;
}
#push {
	height: 220px; /* .push must be the same height as .footer */
	clear: both;
}
#footer {
	height: 200px;
	background: url(/images/bg-footer.jpg) bottom repeat-x;
	text-align: center;
	width: 100%;
	clear: both;
}
#footer p {
	padding: 5px;
}
#footerMenu {
	padding: 10px;
}
#footerMenu a {
	padding: 5px 10px;
}
.copyright {
	font-size: 0.8em;
	color: #333333;
}
#memberships img {
	padding: 10px;
	border: none;
}
#footercontainer {
	width: 780px;
	margin: 0 auto;
	background: #b7cac9 url(/images/bg-footer-container.jpg) no-repeat bottom center;
	height: 100%;
}
/**********************************
HOME PAGE STYLES
**********************************/
#contentHome {
	clear: both;
	background: #b7cac9 url(/images/bg-content.jpg) no-repeat;
	min-height: 470px;
	_height: 470px;
}
#contentHome h1 {
	margin: 10px;
	padding: 10px;
	font-size: 25px;
	font-weight: normal;
}
#contentHome p {
	margin: 0;
	padding: 10px;
}
#slideshow {
	float: left;
	width: 480px;
	height: 400px;
	text-align: center;
}
#slideshow h1 {
	font-size: 21px;
	font-weight: normal;
	margin: 35px 0 0 0;
	padding: 0;
}
#info {
	float: left;
	width: 300px;
}
#info h1 {
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 5px;
	margin-top: 50px;
}

/**********************************
PORTFOLIO PAGE STYLES
**********************************/
#portfolio {
	margin: -15px 10px 10px 10px;
}

/**********************************
TESTIMONIALS PAGE STYLES
**********************************/
.testimonialBlock {
	margin: 15px 40px;
	padding: 10px;
	background: #E0E9E9;
	overflow: hidden;
}
.testimonialBlock p {
	padding: 20px 30px;
	margin: 10px 35px;
}
.lquotes,
.rquotes {
	display: block;
	float: left;
	font-weight: bold;
	font-size: 50px;
	margin: -10px 5px 0 0;
}
.rquotes {
	display: none;
}
.person {
	font-weight: bold;
	text-align: right;
}