@charset "UTF-8";
/* CSS Document                                */
/* by Codify Design Studio - codifydesign.com  */


/* --- General Styles--- */
body,h1,h3,p {
	font-family: "Trebuchet MS";
	font-size: 100%;
	color: #1D191A;
}

body {
	margin: 0px;
	background-color: #453030;
}

h1 {
	font-size: 140%;
	color: #ac913b;
	/* font-variant:small-caps; */
}

h3 {
	font-size: 90%;
	color: #453030;
	text-transform: uppercase;
}

h3 a {
	text-decoration: none;
	color: #453030;
}

h4 {
	font-size: 80%;
	color: #453030;
	text-transform: uppercase;
}

.right_image {
	float: right;
	width: 205px;
	margin: 0px 0px 10px 30px;
}

.right_image img {
	display: block;
	margin-bottom: 10px;
}

.right_image p {
	display: block;
	font-size: 80%;
	color: #715656;
	text-align:center;
}

.photort {
	float: right;
	margin: 0px 0px 10px 30px;
	cursor: pointer;
	display: block;
	font-size: 80%;
	color: #3d5f73;
	text-align:center;
}

.photort img {
	display: block;
	margin-bottom: 0px;
	border: 0;
}

.photolft {
	float: left;
	margin: 00px 30px 10px 0px;
	cursor: pointer;
	display: block;
	font-size: 80%;
	color: #3d5f73;
	text-align:center;
}

.photolft img {
	display: block;
	margin-bottom: 0px;
}

.text {
	font-size: 80%;
	color: #453030;
}

img.newWindow {
	text-decoration:none;
	cursor: pointer;
}
.quote {
	font-size: 80%;
	color: #3d5f73;
}
a { color: #36C; }
a:visited  { color: black; }
a:hover    { color: #5872f4; }



/* --- Banner Area --- */
.bannerArea {
	width: 100%;
	min-width: 980px;
	height: 135px;
	margin:0;
	background: #ffffff url(images/banner_2.jpg) no-repeat center top;
}
.bannerArea .container {
	position: relative;
	width: 980px;
	height: 135px;
	margin: 0 auto 0 auto;
	padding: 35px 0px 0px 0px;
	color: black;
	font-size: 90%;
}
.bannerArea .container .site_logo {
	position: absolute;
	width: 620px;
	height: 48px;
	background: url(images/logoFamily2.png) no-repeat 0 0;
	left: 420px;
	top:30px;
	background-image: url(images/logoFamily2.png);
}

.bannerArea .container .site_date {
	position:absolute;
	right: 50px;
	top: 120px;
	color: #453030;
	font-size: 0.9em;
}


/* --- Content Area --- */
.contentArea {
	width: 100%;
	margin:0;
	background: #ffffff url(images/page_tile.jpg) repeat-y center top;
}
.contentArea .container {
	width: 980px;
	margin: 0 auto 0 auto;
	padding: 30px 0px 25px 0px;
	background: #ffffff url(images/page_tile.jpg) repeat-y center top;
	color: black;
}

.contentArea .container .left_col{
	float: left;
	width: 690px;	
	padding: 0px 20px 0px 20px;
}

.contentArea .container .right_col{
	float: left;
	width: 210px;	
	padding: 0px 20px 0px 20px;
}


/* --- Footer Area --- */
.footerArea{
	width: 980px;
	height: 50px;
	margin: 0 auto 0 auto;
}

.footerArea .container{
	width: 940px;
	margin: 0 auto 0 auto;
	padding: 20px 20px 20px 20px;
	
}
.footerArea .container p{
	color: #ffffff;
	font-size: 80%;
}

.footerArea .container a{
	color: #ffffff;
	text-decoration:none;
}

.clear_both {
	clear: both;
}
