@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #444;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14pt;
	background-color: #C9D7DA;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
}







#container {
	text-align: left;
	padding: 20px;
	background-image: none;
	background-repeat: no-repeat;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}

#header {
	font-size: 72px;
	color: #FFF;
	text-shadow: 1px 1px 1px #000000;
}
.spacer280 {
	clear: both;
	float: right;
	height: 270px;
	width: 960px;
}

#navBar {
	font-size: 50px;
	float: right;
	margin-top: 20px;
	clear: right;
	margin-bottom: 20px;
}
#container #navBar .navItem a {
	color: #444;
	text-decoration: none;
	-moz-transition: color .75s ease-out;
	/* WebKit */
	-webkit-transition: color .75s ease-out;
	/* Opera */
	-o-transition: color .75s ease-out;
	/* Standard */
	transition: color .75s ease-out;
}
#container #navBar .navItem a:hover {
	color: #E10F0F;
		/* Firefox */
	-moz-transition: color .5s ease-out;
	/* WebKit */
	-webkit-transition: color .5s ease-out;
	/* Opera */
	-o-transition: color .5s ease-out;
	/* Standard */
	transition: color .5s ease-out;
}
#container #navBar .navItem a:active {
	color: #E10F0F;

		/* Firefox */
	-moz-transition: color .5s ease-out;
	/* WebKit */
	-webkit-transition: color .5s ease-out;
	/* Opera */
	-o-transition: color .5s ease-out;
	/* Standard */
	transition: color .5s ease-out;}
.navItem {
	padding-right: 10px;
	padding-left: 10px;
	float: right;
}


#mainContent {
	overflow: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	clear: both;
	padding: 15px;
	width: 800px;
	background-image: none;
	background-repeat: repeat;
	-moz-border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-webkit-border-radius: 20px;
	background-color: #000;

}
#mainContent2 {
	overflow: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	clear: both;
	padding: 15px;
	width: 800px;
	background-image: url(../images/mainContentBackground.png);
	background-repeat: repeat;
	-moz-border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-webkit-border-radius: 20px;
}

#callMe {
	border: thin solid #333;
	background-image: url(../images/our_family.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 450px;
	width: 780px;
	padding-top: 20px;
	padding-right: 20px;
}
#aboutTextBox {
	background-image: none;
	color: #CCC;
	font-size: 24px;
	font-weight: bold;
	background-repeat: no-repeat;
	text-align: center;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
}
.aboutImage {
	padding: 15px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	float: left;
	-moz-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #333;
	clear: right;
	height: 330px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 8px;
	background-image: url(../images/connectBackground.png);
	background-repeat: repeat-y;
}


.red {
	color: #E10F0F;
	font-weight: bold;
	font-size: 76px;
}
h3 {
	font-size: 18px;
	color: #333;
	margin: 0px;
	padding: 0px;
}

#footer {
	position: fixed;
	bottom: 0px;
	color: #CCC;
	background-image: url(../images/footerBackground.png);
	background-repeat: repeat;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	width: 100%;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#footer a {
	color: #CCC;
}
#footer a:hover {
	color: #FFF;

		/* Firefox */
	-moz-transition: color .5s ease-out;
	/* WebKit */
	-webkit-transition: color .5s ease-out;
	/* Opera */
	-o-transition: color .5s ease-out;
	/* Standard */
	transition: color .5s ease-out;}
#footer a:active {
	color: #E10F0F;


		/* Firefox */
	-moz-transition: color .5s ease-out;
	/* WebKit */
	-webkit-transition: color .5s ease-out;
	/* Opera */
	-o-transition: color .5s ease-out;
	/* Standard */
	transition: color .5s ease-out;}
#aboutTextBox a:link   {
	text-decoration: none;
	padding-right: 5px;
	padding-bottom: 2px;
}
#aboutTextBox a:hover {
	text-decoration: none;
	padding-right: 5px;
	padding-bottom: 2px;
	color: #E10F0F;
}
.lisaCallMe {
	height: 85px;
	width: 230px;
	margin-left: 360px;
}
#aboutTextBox a:visited {
	text-decoration: none;
	padding-right: 5px;
	padding-bottom: 2px;
}

