@charset "UTF-8";
@import url("header.css");
@import url("left.css");
@import url("footer.css");

/* CSS Document */

*/ * {
padding: 0;
margin: 0;
}
body {
	background: #eee;
	margin: 0;
	padding: 0;
	font: 14px Arial, Helvetica, sans-serif;
	color: #333;
}
p, li {
	line-height: 130%;
}
li {
	margin:  0 0 6px 0;
}
h2 {
	color: #005695;
	font-size: 28px;
	font-weight: bold;
	padding-top: 0;
	margin-top: 0;
}
h3 { 
	color: #333;
	font-size: 20px;
	font-weight: bold;
	padding-top: 0;
	margin-top: 0;
}
h4 { 
	color: #333;
	font-size: 16px;
	font-weight: bold;
	padding: 6px 0 0 0;
	margin: 0;
}

a {
	color: #039;
	text-decoration: underline;
}
a:hover {
	color: #00c;
}
#pge-wrap {  /* gradient top on page background */
	width: 960px;
	margin: 0 auto;
	padding: 0;
	background: #fff url(../images/bg-header2.gif) no-repeat top center;
}

/***********************************************

	CONTENT

***********************************************/

#content-wrap { /* white content area */
	width: 956px;
	margin: 0 auto;
	padding: 0 0 24px 0;
	border-right: solid 2px #956022;
	border-left: solid 2px #956022;
}
#content {
	margin: 0 auto;
	padding: 60px 0 0 0;
}
#content-lt { /* left navigation holder */
	float: left;
	position: relative;
	left: 30px;
	padding: 0 0 10px 0;
	margin: 0;
	width: 220px; 
}
#content-rt { /* right content holder */
	float: right;
	width: 680px;
	position: relative;
	padding: 0;
	margin: 0;
}
#content-mid { /* middle column */
	position: relative;
	width: 400px;
	padding-top: 30px;
	float: left;
}
#content-rt-col {
	width: 200px;
	float: left;
	position: relative;
	left: 50px;
	padding-top: 80px;
}

.testimonial {
	border: 1px solid #ccc;
	padding: 12px;
	font-size: 12px;
	background-color: #eee;
}
#content-btm { /* left navigation holder */
	clear: both;
	float: left;
	padding: 0 0 10px 0;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

/***********************************************

	STYLES FOR HOME PAGE

***********************************************/

#home  #content-lt {
	background: url(../images/manandchild.jpg) no-repeat top right;
	padding-top: 300px;
}


/***********************************************

	STYLES FOR ARTICLE PAGE

***********************************************/

#article  #content-lt {
	width: 540px;
	left: 50px;
}

#article  #content-rt {
	width: 330px;
	padding-top: 60px;
}

/***********************************************

	STYLES FOR SITEMAP

***********************************************/

#sitemap {
	position: relative;
	left: 60px;
}
#sitemap ul {
	position: relative;
	list-style: disc;
}
#sitemap li {
	list-style: disc;
	margin-bottom: 4px;
}
#sitemap li a {
	text-decoration: none;
}
#sitemap li a:hover {
	text-decoration: underline;
}


/***********************************************

	CLEARFIX MENU

***********************************************/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*------------------------------------

	STYLES FOR FORM PLACEMENT
	
--------------------------------------*/

.slimform-mid {
	margin: 20px auto;
}
.slimform-top {
	float: right;
	width: 300px;
	display: inline;
	margin: 30px 50px 20px 10px;
}
.banner-left {
	width: 240px;
	height: 400px;
	float: left;
	cursor: pointer;
	padding: 20px;
	display: inline;
}
.banner-right {
	width: 240px;
	height: 400px;
	float: right;
	cursor: pointer;
	padding: 20px;
	display: inline;
}
.banner-bottom {
	text-align: center;
	width: 468px;
	height: 60px;
	cursor: pointer;
	margin: 20px auto;
}

