@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "Trebuchet MS", "Lucida Sans", Helvetica, Arial;
	color: #333333;
	background-color: #3e8ce6;
	background-image: url(http://www.cumberlandchild.ca/themes/ccab/images/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(http://www.cumberlandchild.ca/themes/ccab/images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 250px;
}
#header h1 {
	display: none;
}
#navbar {
	height: 40px;
	font-size: 16px;
	text-transform: lowercase;
	letter-spacing: 2px;
	padding-top: 200px;
}
ul.nav-header  {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul.nav-header li {
	float: left;
}
ul.nav-header a {
	color: #CCCCCC;
	text-decoration: none;
	display: block;
	float: left;
	height: 20px;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 30px;
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
ul.nav-header li:hover {
	
}
ul.nav-header li:hover a{
	color: #fff200;
}
ul.nav-header li.nav-selected {
}
ul.nav-header li.nav-selected a{
	color: #FFFFFF;
}
ul.nav-header li:hover.active a{
	text-decoration: none;
}
#footer ul.nav  {
	list-style-type: none;
	
}
#footer ul.nav li {
	float: left;
	margin-right: 10px;
}
#footer p {
	clear: both;
}
#content {
	background-color: #FFFFFF;
	padding: 40px;
	font-size: 80%;
}
#content p, #content h3, #content ul {
	line-height: 1.5em;
	padding-bottom: 1em;	
}
#content h2 {
	font-size: 2em;
	padding-bottom: 1em;
}
#content h3 {
	color: #64bc9b;	
}
#content li {
	line-height: 1.5em;
	padding-bottom: 0.5em;
	margin-left: 1em;
}
#content a {
	color: #0033CC;
	text-decoration: none;
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
#content a:hover {
	color: #000000;
	text-decoration: underline;	
}
.lefthalf {
	float: left;
	width: 420px;
}
.righthalf {
	width: 420px;
	margin-left: 455px;
}
.inset {
	border: 1px solid #64bc9b;
	background-color: #E4EFFC;
	width: 420px;
	margin-left: 455px;
}
.padding20 {
	padding: 20px;
}
#footer {
	background-image: url(http://www.cumberlandchild.ca/themes/ccab/images/footer.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 560px;
	padding-top: 250px;
	padding-right: 360px;
	padding-left: 40px;
	vertical-align: text-bottom;
	font-size: 70%;
	color: #000000;
	line-height: 2em;
	font-weight: bold;
	padding-bottom: 50px;
}
#footer a {
	color: #000000;
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
#footer a:hover {
	color: #003399;
}
.footer-inset {
	background-image: url(http://www.cumberlandchild.ca/themes/ccab/images/gray50.png);
	padding: 20px;	
}
#contact-area {
	float: left;
	width: 420px;
}
#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 330px;
	font-family: "Courier New", Courier, monospace;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #92278F;
}

#contact-area input.submit-button {
	width: 100px;
	background-color: #CCCCCC;
	color: #000000;
	float: right;
	margin-right: 130px;
	font-weight: bold;
	font-family: "Trebuchet MS", "Lucida Sans", Helvetica, Arial;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ddd;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #ddd;
}
h2.formheader {
	font-weight: normal;
	color: #7e5f23;
	padding-bottom: 20px;
	font-style: oblique;
}
label {
	float: left;
	text-align: right;
	margin-right: 10px;
	width: 60px;
	padding-top: 5px;
}
