/* ------------------------------------------------------------------------------------------------------------ LAYOUT */

body {
	padding: 0;
	margin: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: small;
	line-height: 1.5em;
	color: #606060;
	text-align: center;
	background: #f0f0f0 url(images/jpeg/bg.jpg) top center no-repeat;
}

body#home {
	background: #f0f0f0 url(images/jpeg/bg_home.jpg) top center no-repeat;
}

#container {
	margin: 0 auto;
	padding: 0 0 30px;
	width: 950px;
    overflow: hidden;
	text-align: left;
}

#header {
	background: url(images/gif/bg_header.gif) top center no-repeat;
	width: 100%;
	overflow: hidden;
	margin: 0;
	height: 150px;
	padding: 0;
}

#header .logo {
    border: none;
    float: left;
    width: 250px;
	height: 94px;
    margin: 0 0 10px;
}


/*CONTENT*/

body#home #content {
	padding: 30px 0 50px;
}

#content {
	font-size: 90%;
	clear: both;
	width: 950px;
	overflow: hidden;
    padding: 60px 0 50px;
    margin: 0;
}

.left_col {
	margin: 0;
	width: 620px;
	overflow: hidden;
	float: left;
}

.right_col {
	width: 300px;
	float: right;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.col_one {
	width: 890px;
	overflow: hidden;
	padding: 0 30px;
}

/*FOOTER*/

#footer {
	background: url(images/gif/bg_footer.gif) top left repeat-x;
	font-size: 85%;
	color: #333300;
	overflow: hidden;
	margin: 0;
	padding:  13px 0 20px;
    clear: both;
	width: 100%;
}

.copy {
	text-align: left;
	float: left;
	margin: 0;
	padding: 0;
}

.tag {
	text-align: right;
	float: right;
	margin: 0;
	padding: 0;
}

.policy {
	float: left;
	width: 100%;
}

/* ------------------------------------------------------------------------------------------------------------ LINKS */

/*NAV BAR*/

#header ul {
	width: 940px;
	clear: both;
	margin: 0;
    padding: 0 0 0 10px;
	height: 46px;
	overflow: hidden;
	}

#header ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	}

#header ul li a {
	color: #fff;
	font-size: 90%;
	font-weight: normal;
    text-decoration: none;
	float: left;
	height: 34px;
	margin: 0 10px 0 0;
	padding: 12px 12px 0;
}



#header ul li a:hover {
	background: url(images/gif/bg_nav.gif) top left repeat-x;
}

#header ul li a:active, #header ul li a.selected {
	background: url(images/gif/bg_nav.gif) top left repeat-x;
	}


/*BODY LINKS*/

body#home #nav_home a,
body#who #nav_who a,
body#families #nav_families a,
body#professionals #nav_professionals a,
body#about #nav_about a,
body#contact #nav_contact a {
	background: url(images/gif/bg_nav.gif) top left repeat-x;
}

/*STANDARD LINK*/

a:link, a:visited, a:active {
	color: #669900;
	font-weight: bold;
	text-decoration: underline;
	}

a:hover {
	color: #333300;
	text-decoration: underline;
	}


/*STANDARD LINK*/

#footer a:link, #footer a:visited, #footer a:active {
	color: #333300;
	font-weight: bold;
	text-decoration: none;
	}

#footer a:hover {
	color: #669900;
	text-decoration: underline;
	}

/*NAV BAR*/

ul.nav_links {
	clear: both;
	margin: 0;
    padding: 0 0 40px;
	width: 950px;
	height: 85px;
	overflow: hidden;
	}

ul.nav_links li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	}

ul.nav_links a {
	margin-right: 10px;
	float: left;
	padding: 85px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	}

ul.nav_links a:hover {
	background-position: 0 -85px !important;
	}

ul.nav_links a:active, ul.nav_links a.selected {
	background-position: 0 -85px;
	}

#nav2_who a {
	width: 182px;
	background: url(images/jpeg/icon_1.jpg) top left no-repeat;
	}

#nav2_families a {
	width: 182px;
	background: url(images/jpeg/icon_2.jpg) top left no-repeat;
}

#nav2_professionals a {
	width: 182px;
	background: url(images/jpeg/icon_3.jpg) top left no-repeat;
}

#nav2_about a {
	width: 182px;
	background: url(images/jpeg/icon_4.jpg) top left no-repeat;
}


#nav2_contact a {
	margin: 0 !important;
	width: 182px;
	background: url(images/jpeg/icon_5.jpg) top left no-repeat;
	}

/* ------------------------------------------------------------------------------------------------------------ MISC */

.pad {
    padding-top: 10px;
}

.img_float {
    float: right;
    padding: 0 0 10px 10px;
}

.img_float_left {
	float: left;
	padding: 0;
}

.clear {
    clear: both;
}

.nopad {
	padding: 0 !important;
}

.left {
	float: left;
}

.right {
	float: right;
}


/* ------------------------------------------------------------------------------------------------------------ SECTIONS FORM */

/* CONTACT */

#contact_form form {
	float: left;
	border: 1px solid #dbdbdb;
	background-color: #ffffff;
	padding: 15px;
	margin: 0;
	width: 302px;
}

#contact_form form dd {
	margin:0 0 10px 0;
	}

#contact_form form textarea {
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica,sans-serif;
	color: #555555;
	width: 264px;
	padding: 3px;
	height: 64px;
	background: #f5f5f5 url(images/gif/bg_field.gif) bottom center no-repeat;
	border: 1px solid #bbbbbb;
	}

.formrow {
	margin-bottom: 5px;
}

#contact_form form dd input {
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica,sans-serif;
	color: #555555;
	width: 264px;
	padding: 3px;
	height: 19px;
	overflow: hidden;
	background: #f5f5f5 url(images/gif/bg_field.gif) bottom center no-repeat;
	border: 1px solid #bbbbbb;
	}

#contact_form form dt {
	text-transform: uppercase;
	font-size: 90%;
	font-weight: bold;
	padding: 0 0 5px 0;
	width: 250px;
	color: #000;
	}

#contact_form form dl {
	line-height: normal;
	padding: 0;
	margin: 0;
	}


.errormessage {
	color: #cc0000;
	font-weight: bold;
	margin: 10px 0 0;
	padding: 0;
	line-height: 2em;
	text-align: left;
	}

.notice {
	color: #cc0000;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 2em;
	text-align: left;
	}

.centred {
	color: #cc0000;
	font-weight: bold;
	margin: 0;
	padding: 0 0 10px 0;
	line-height: 2em;
	text-align: left;
	}

#contact_form #submit {
	cursor: pointer;
	font-family: 'LatoRegular';
    width: 86px;
	height: 35px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 110%;
	color: #fff;
    background: #333300;
}

/* ------------------------------------------------------------------------------------------------------------ TEXT */

@font-face {
    font-family: 'LatoBold';
    src: url('font/Lato-Bol-webfont.eot');
    src: url('font/Lato-Bol-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/Lato-Bol-webfont.woff') format('woff'),
         url('font/Lato-Bol-webfont.ttf') format('truetype'),
         url('font/Lato-Bol-webfont.svg#LatoBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LatoRegular';
    src: url('font/Lato-Reg-webfont.eot');
    src: url('font/Lato-Reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/Lato-Reg-webfont.woff') format('woff'),
         url('font/Lato-Reg-webfont.ttf') format('truetype'),
         url('font/Lato-Reg-webfont.svg#LatoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

p {
    margin: 0 0 12px;
}


h1 {
	font-family: 'LatoRegular';
	margin: 0 0 10px;
	padding: 0;
	font-weight: normal;
	font-size: 230%;
	letter-spacing: -1px;
	color: #4f5b03;
	line-height: 1.2em;
}


h2 {
	font-family: 'LatoRegular';
	margin: 10px 0 0;
	padding: 0;
	font-weight: normal;
	letter-spacing: -1px;
	font-size: 170%;
	color: #333300;
	line-height: 1.3em;
}


#content strong {
	color: #303030;
}

.address {
	margin: 0;
	padding: 20px;
	width: 200px;
	float: left;
}

ul.list_dl {
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0;
	padding: 20px;
	background: #fff;
	border: 1px solid #dbdbdb;
	list-style: none;
}

ul.list_dl li a {
	border-bottom: 1px solid #dbdbdb;
	padding: 8px 5px;
	display: block;
	text-decoration: none;
}

ul.list_dl h2 {
	margin: 0;
	padding: 0;
}

code {
	font-size: 120%;
}
