/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

/* layout */
html{
	background-color: #d6e2f4;
	font-size:62.5%;
}
body{
	margin:0;
	background: #d6e2f4;
	min-width:960px;
	font:1.0em "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	color:#000;
}
* html body{ 
	position:relative; 
	padding:0 0 0 1px;
	margin:0 0 0 -1px;
}
.mc-holder-1{
	width:1000px;
	position:relative;
	float:left;
	left:50%;
}
.mc-holder-2{
	width:1000px;
	position:relative;
	float:left;
	left:-50%;
	background: url(images/css/bg_container.gif) repeat-y 0 0;
}
#main-container{
	width:100%;
	overflow:hidden;
	position:relative;
}
/*main box*/
#main{
	width:960px;
	margin:0 auto;
	padding:0 1px;
	position:relative;
}


/* CONTENT BOX (contains header, navigation, center, sidebar) */
.content{
	width:960px;
	min-height:1200px;
	float:right;
	padding: 0;
	background: #fff url(/images/css/content_bg.gif) repeat-y 0 0;
}


/* HEADER */
.header{
	height:100px;
	overflow:hidden;
	position:relative;
	width:960px;
	background: #fff;
	margin: 0;
}

.header h1#cpf_logo {
	overflow: hidden;
	position:absolute;
	width: 350px;
	height: 96px;
	top:5px;
	left:0px;
}
.header h1#cpf_logo span {
	background: url(/images/css/cpf_logo.gif) no-repeat;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(/images/cpf_logo.gif);
}

/*.header h1{
	background: url(/images/css/cpf_logo.gif) no-repeat 0 0;
	width:350px;
	height:96px;
	display:block;
	overflow:hidden;
	outline:none;
	text-indent:-9999px;
	position:absolute;
	top:5px;
	left:0px;
	margin:0;
	padding:0;
}*/
.header h2#cpf_tagline {
	overflow: hidden;
	position:absolute;
	width:416px;
	height:20px;
	top:62px;
	left:372px;
}
.header h2#cpf_tagline span {
	background: url(/images/css/cpf_tagline.gif) no-repeat;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(/images/cpf_tagline.gif);
}

/*.header h2{
	top:62px;
	left:372px;
	background:url(/images/css/cpf_tagline.gif) no-repeat 0 0;
	width:416px;
	height:20px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	position:absolute;
	margin:0;
	padding:0;
}*/



/*phone*/
span.phone{
	position:absolute;
	left:672px;
	top:18px;
	width:268px;
	height:100px;
	display:block;
	font-weight: bold;
	font-size: 1.6em;
	overflow:hidden;
	text-align: right;
	color: #666;
}
.phone a {
	text-decoration: none;
	color: #d22316;
}
.phone a:hover {
	color: #333;
	border-bottom: 1px #333 solid;
}


/* SECTION SUBNAVIGATION */
#sub_nav_container {
	position: absolute;
	width: 180px;
	top: 310px;
	left: 1px;
	background: #4c87bd 0 100%;
	overflow:hidden;
	font-size: 1.4em;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
}
#sub_nav_container ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sub_nav_container li {
	margin: 0 0 1px 0;
}

#sub_nav_container li a {
	display: block;
	padding: 4px 2px 4px 10px;
	width: 167px;
	text-decoration: none;
}

#sub_nav_container a:link, #sub_nav_list a:visited {
	color: #fff;
	background-image: url(/images/css/nav_sub_up.gif);
}

#sub_nav_container a:hover {
	color: #d6e2f4;
	background: url(/images/css/nav_sub_dn.gif) repeat-x;
}

#sub_nav_active a:link, #sub_nav_active a:visited, #sub_nav_active a:hover {
	color: #d6e2f4;
	background: url(/images/css/nav_sub_dn.gif) repeat-x; 
}


/* BANNER */
#banner {
	background-color: #fff;
	position: absolute;
	width: 960px;
	top: 130px;
	left: 1px;
	height: 180px;
	overflow: hidden;
}

#banner h3#banner_kids {
	overflow: hidden;
	position: absolute;
	width: 420px;
	height: 180px;
	top: 0px;
	left: 0px;
}
#banner h3#banner_kids span {
	background: url(/images/css/banner_kids2.jpg) no-repeat;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#banner_right {
	background-color:  #4c87bd;
	position: absolute;
	width: 540px;
	height: 180px;
	top: 0px;
	left: 420px;
}
#banner h4#banner_tagline {
	overflow: hidden;
}
#banner h4#banner_tagline span {
	background: url(/images/css/banner_tagline.gif) no-repeat;
	display: block;
	position: absolute;
	top: 27px;
	left: 41px;
	width: 540px;
	height: 100%;
}

/* CENTER (the primary content area) */
.center {
	font-size: 1.2em;
	padding:0;
	overflow: hidden;
	float: left;
	z-index: 1;  /* adjust for all absolute positioned elements */
	margin:190px 260px 0 0;
	width:510px;
}

/* LINKS */
.center a:link, #sidebar a:link {
	color: #578c36;
	text-decoration: none;
	border-bottom: 1px solid #578c36;
}
.center a:visited, #sidebar a:visited {
	color: #578c36;
	text-decoration: none;
	border-bottom: 1px solid #578c36;
}
.center a:hover, #sidebar a:hover {
	color: #80ce4f;
	text-decoration: none;
	border-bottom: 1px solid #80ce4f;
}
.center a:active, #sidebar a:active {
	color: #578c36;
	text-decoration: none;
	border-bottom: 1px solid #578c36;
}

/* HEADINGS */
.center h1, .center h2, .center h3, .center h4, .center h5, .center h6, #sidebar h1, #sidebar h2 {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #f26b18;
	margin:0.5em 0 0.5em 0;
}
.center h1 {
	font-size: 2.4em;
}
.center h2 {
	font-size: 2.2em;
}
.center h3, #sidebar h1 {
	font-size: 2.0em;
}
.center h4, #sidebar h2 {
	font-size: 1.8em;
}
.center h5 {
	font-size: 1.6em;
}
.center h6 {
	font-size: 1.4em;
}
.center p {
	margin-bottom: 1em;
}


/* LISTS */
.center ul, .center ol {
	margin:0 0 1.0em 3.2em;
}
.center ul {
	list-style-type: disc;
}
.center ol {
	list-style-type: decimal;
}
.center dl {
	margin:0 0 1.6em 3.2em;
}
.center dt {
	font-weight: bold;
}
.center dd {
	margin-left: 1.6em;
}
.center li {
	margin:0 0 0.30em 0;
}
#newssidebar li {
	margin-bottom: 1em;
}

/* SIDEBAR */
#sidebar {
	position: absolute;
	width: 240px;
	top: 320px;
	left: 710px;
	border: 1px solid #ccc;
	color: #666;
}
#sidebar p, #sidebar h1, #sidebar h2{
	margin: 10px;
}

#sidebar p {
	font-size: 1.2em;
}
#sidebar p cite {
	font-style: italic;
	padding-left: 2em;
}

/* FOOTER */
.footer{
	background: url(/images/css/mortarboards.gif) repeat-x 0 bottom;
	width:960px;
	height: 50px;
	overflow:hidden;
	clear: both;
	color: #333;
	font-size: 1.0em;
	padding: 0;
	margin: 0;
}
.footer p{
	text-align: center;
	padding-top: 20px;
}
.footer a{
	color:#333;
	text-decoration:none;
}
.footer a:hover{
	color:#000;
	border-bottom: 1px solid #000;
}


/* GENERAL STYLES */
/* TABLES */
table {
	border: 2px solid #ccc;
	line-height: 1.4em;
}
table th {
	padding: 3px;
	border: 1px solid #ccc;
	vertical-align: bottom;
	background: #eee;
	font-weight:bold;
}
table tbody td{
	padding: 3px;
	border: 1px solid #ccc;
	vertical-align: top;
}

/* FORMS */
form {
	display: block;
	padding: 0;
	margin: 0 auto;
	clear:both;
}
fieldset {
	width: auto;
	display: block;
	border: 1px dotted #ccc;
	background: #fff;
	padding: 5px;
	margin-bottom: 10px;
}
legend {
	font-size: 1.2em;
	font-weight: bold;
	color: #39f;
	text-transform: uppercase;
	margin: 0 0 0.5em 0.5em;
	line-height: 2.0em;
	width: 200px;
	border: 1px solid #bdf;
	padding: 0 0.5em;
	background: #def;
}
label {
	clear: left;
	float: left;
	width: 180px;
	text-align: right;
	padding-right: 0.5em;
	color: #039;
	margin-bottom:0.5em; /* must match widget */
}
input {
	float: left;
	border: 1px solid #039;
	margin-bottom: 0.5em; /* must match label */
	color: #000;
}
input:focus {
	background: #e5ffe5;
	border: 1px solid green;
}
input.text {
	padding: 0.1em;
}
input.password {
	padding: 0.1em;
}
input.radio, input.checkbox {
	border: none;
}
input.radio:focus, input.checkbox:focus {
	background: #e5ffe5;
	border: none;
}
input.file {
	padding: 0.1em;
}
select {
	margin-left:0;
	border: 1px solid #039;
}
select:focus {
	background: #e5ffe5;
	border: 1px solid #0f0;
}
option {
}
optgroup {
	background: #4D89FF;
	color:#FFF;
}
optgroup option {
	background:#C5D9FF;
	color:#003399;
}
textarea {
	width:auto;
	height:auto;
	border: 1px solid #039;
	padding:0.1em;
	overflow:auto;
}
textarea:focus {
	background: #e5ffe5;
	border: 1px solid green;
}

.center fieldset ol {
	padding: 1em 1em 0 1em;
	list-style: none;
	margin:0;
}
.center fieldset li
{
	padding-bottom: 0.2em;
	list-style: none;
	margin:0;
	float: left;
	clear: left;
	width: 100%;
}
div.submit {
	margin-left:185px;
}


/* FORM BUTTONS */
/* General Background */
.button {
	background-image:url(images/css/button_up.gif);

	border: 1px outset;
	border-color:#999 #006;
	padding: 2px;
	text-align:center;
	width:auto;
}
.button:hover, .button:focus {
	background-image:url(/images/css/button_dn.gif);
	border-color:#006 #999;
	border: 1px inset;
}
.button * {
	font-size:1.1em;
	font-weight:bold;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 0;
}
.button input {
	background-color:transparent;
	border: 0px;
	color: #fff;
}
.button input:hover, .button input:focus {
	color: #fff;
}

/* button without image */
.noimgbtn {
	padding-left: 1px;
}
/* button with image */
.loginbtn {
	background-image: url(/images/css/loginbtn.png);
	background-position: 2px 50%;
	background-repeat: no-repeat;
	padding-left: 20px;
}

/* SUBSCRIBE FORM IN SIDEBAR */
#sidebar form {
	position: relative;
	margin: 0;
	padding-left: 10px;
}
#sidebar form label {
	float: left;
	clear: none;
	margin:0 0 0.2em 0;
	width: auto;
	padding: 0;
}
#sidebar form input.text {
	font-size: 1.0em;
	margin-bottom: 0.4em;
	margin-right: 0.2em;
	padding: 2px;
}
#sidebar form input.submit {
	font-size: 1.2em;
}


/* IMAGES */
img{
	border:0;
	display:block;
}
img.left{
	padding: 0px 20px 10px 0;
}
img.right{
	padding: 0px 10px 10px 20px;
}


/* MISCELLANEOUS */
.right{
	 float:right !important;
}
.left{
	float:left !important;
}
div.clear{
	clear:both;
	height:10px;
	width:100%;
}
span.clear{
	clear:both;
	width:100%;
}
.error_message {
	display:block;
	width: 420px;
	font-weight: bold;
	color: #F00;
	border: 1px solid black;
	background: yellow;
	margin: 5px 0px 2em 0px;
	padding: 5px;
}
.error_message h2 {
	color: black;
}
.error {
	color:#f00;
	font-weight:bold;
	font-size:16px;
}
strong {
	font-weight: bold;
}

/* UNDEFINED STYLES
abbr,acronym,address,blockquote,cite,code,del,dfn,em,ins,kbd,pre,q,samp,tt,var,sub,sup
*/
