@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Open+Sans:400italic,600italic,400,700);

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

a {
	color: #4E19B2;
	font-weight: bold;
}

a:hover {
	color: #8BBA08;
	font-weight: bold;
}
.oneColFixCtrHdr #container {
	width: 900px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
.oneColFixCtrHdr #header {
	background: #FFF url(/images/topHeaderGradient.jpg) repeat-x;
	padding: 0 20px 0 0;
	text-align: center;
	height: 50px;
	}
	
.oneColFixCtrHdr #header h1 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
	margin: 0;
	padding: 10px 0;
	color: #333;
}
.oneColFixCtrHdr #logo{
	text-align: center;	
	
}
.oneColFixCtrHdr #navBar {
	background: #fff;
	height: 40px;
	margin-bottom: 20px;
	padding:0px;
	margin:0px;
	width: 900px;
}

#mainImageBar {
	background: #fff;
	height: 270px;
	margin-top: 20px;	
}

#rotating-item-wrapper {
	position: relative;
	width: 900px;
	height: 207px;
}
.rotating-item {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
.mainLogo {
	background: url(/images/familylifecounselingLogo.png) no-repeat left top;
	float: left;
	height: 124px;
	width: 580px;
	position: absolute;
	z-index: 20;
	margin-top: 100px;
}
.callNow {
	float: right;
	width: 260px;
	position: absolute;
	z-index: 30;
	margin-top: 350px;
	margin-left: 630px;
	text-align: center;
}
.callNow h1{
	font-size: 28px;
	font-weight: bold;
	color: #FFF;	
}

#mainContentBar{
	background: #8BBA08;
	padding-top: 10px;
	padding-bottom: 10px;
}
#mainContentBar h1{
	font-family: 'Open Sans Condensed', sans-serif;
	color: #FFF;
	font-size: 32px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-right: 20px;
	padding-left: 20px;
}
#mainContentBar h2{
	color: #FFF;
	font-size: 14px;
	font-weight: 600;
	padding-right: 20px;
	padding-left: 20px;
	font-style: italic;
}
#mainContentBar p {
	font-size: 12px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: justify;
}
.right300Box {
	float: right;
	width: 300px;
	margin-left: 20px;
	text-align: center;
}
#mainContentBarShadow {
	background: #fff;
}

.oneColFixCtrHdr #mainThreePanel {
	text-align: center;
	background-color: #fff;
	border-bottom: solid 1px  #fff;
	border-top: solid 1px #fff;
	padding: 10px 20px 0px;
} 
.oneColFixCtrHdr #mainThreePanel h1{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #642B92;
	margin: 0px;
	padding: 0px;
	text-align: left;
} 
.oneColFixCtrHdr #mainThreePanel p {
	font-size: 12px;
} 
#mainThreePanel .col{
	float: left;
	width:260px;
	margin: 0px 0px 0px 40px;
	text-align: justify;
	position: relative;
	background-color: #fff;
}
#mainThreePanel .colLeft{
	float: left;
	width:260px;
	text-align: justify;
	position: relative;
	margin: 0px;
	background-color: #fff;
}

.oneColFixCtrHdr #mainContent {
	padding: 10px 20px 0;
	background: #FFFFFF;
		font-size: 14px;
}
.oneColFixCtrHdr #mainContent h1 {
	font-size: 22px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	color: #8BBA08;
	font-family: 'Open Sans Condensed', sans-serif;
}
.oneColFixCtrHdr #mainContent h2 {
	font-size: 20px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	color: #3E423A;
	font-family: 'Open Sans Condensed', sans-serif;
}
.oneColFixCtrHdr #mainContent p, .oneColFixCtrHdr #mainContent ul {
	font-size: 14px;
	padding-top: 0px;
	margin-top: 0px;
}

.oneColFixCtrHdr #footer {
	padding: 10px 10px 0;
	background:#fff;
	font-size: 11px;
	text-align: center;
	margin-top: 30px;
	border-top: 1px solid #999;
}
.oneColFixCtrHdr #footer p {
	margin: 0;
	padding: 10px 0;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.oneColFixCtrHdr  #breadcrumb{
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
	border-bottom: 1px solid #B9D66B;
	
}
.oneColFixCtrHdr #breadcrumb h1{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 32px;
	color: #642B92;
	margin-bottom: 0px;
	padding-bottom: 4px;
	margin-top: 0px;
	padding-top: 0px;
}

.oneColFixCtrHdr #breadcrumb p{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 16px;
	color: #4E19B2;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-decoration: none;
}
.oneColFixCtrHdr #breadcrumb p a {
	color: #999;
	text-decoration: none;

}
.resourceTable {
	border: 1px solid #E4E4E4;	
	font-weight: normal;
}
.backgroundGrey{
	background: #E4E4E4;
}

.resourceLinks a, .resourceLinks a:visited, .resourceLinks a:link{
	background: #642B92;
	margin: 6px;
	padding: 10px;
	border: 1px solid #000;
	display: block;
	float:left;
	white-space: nowrap;
	text-decoration: none;
	color: #FFF;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	behavior: url(css/border-radius.htc);
	height: 20px;
	line-height: 20px;
}
.resourceLinks a:hover {
	background: #8BBA08;
	margin: 6px;
	padding: 10px;
	border: 1px solid #8BBA08;
	display: block;
	float:left;
	white-space: nowrap;
	text-decoration: none;
	color: #FFF;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	behavior: url(css/border-radius.htc);
}
.resourceBookLinks a, .resourceBookLinks a:visited, .resourceBookLinks a:link{
	background: #8BBA08;
	margin: 6px;
	padding: 10px;
	border: 1px solid #8BBA08;
	display: block;
	float:left;
	white-space: nowrap;
	text-decoration: none;
	color: #FFF;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	behavior: url(css/border-radius.htc);
}
.resourceBookLinks a:hover {
	background: #642B92;
	margin: 6px;
	padding: 10px;
	border: 1px solid #000;
	display: block;
	float:left;
	white-space: nowrap;
	text-decoration: none;
	color: #FFF;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	behavior: url(css/border-radius.htc);
}
.resourceLinks, .resourceBookLinks {
	margin-top: 10px;
	margin-bottom: 10px;	
}

.red{
	color: #743308;
}
.backgroundContact{
	background: #B9D66B;
}

.floatRight {
	padding: 4px 6px;
	float: right;
	width: 400px;
	background: #A4CFBE;
	margin-bottom: 10px;
	margin-left: 10px;
}








