/* CSS Document */
/* Importing additional stylesheets into the main stylesheet */
@import url(web-layout.css);
@import url(web-lang_selector.css);
@import url(web-navigation.css);

/* Tags ( Typographic Styles ) ------------------------------------------------------------------------ */
* { margin: 0; padding: 0: } /* Zeros out margin and padding on ALL elements */
body {
	margin: 15px 0;
	font-size: 62.5%; /* size em values to proportional pixel height */
	background-color: #ffc;
	}
p, h2, h3, h6, li, td { font-family: Verdana, Arial, Helvetica, sans-serif; }
h1 { /* Page Title */
	font: bold 3.8em "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
	color: #FF9900;
	padding-bottom: 10px;
	}
h2 { /* Headline */
	font-size: 1.4em;
	font-weight: bold;
	color: #aa0000;
	}
h6 {
	font-weight: bold;
	font-size: 9px;
	text-indent: -5000px;
	}
#content h2 {
	margin-top: 4px;
	}
#content p {
	margin: .3em 0;
	padding-bottom: 6px;
	}
#content img {
	float: left;
	margin: 6px 20px 0 0;
	}
p, td {
	font-size: 1.2em;
	line-height: 1.5em;
	}
.center {
	text-align: center;
	}
.divider {
	height: 20px;
	border-bottom: 1px #999999 dashed;
	margin-bottom: 20px;
	}
/* indented content */
#content ul {
	padding: .4em 0 .8em 40px;
	}
.indent { 
	padding-left: 26px;
	}
#content li {
	font-size: 1.2em;
	line-height: 1.4em;
	padding-bottom: 8px;
	}
/* Links ---------------*/
a:link, a:active, a:hover, a:visited { 
	color: #990000; 
	}

/* styles for Finding Child Care page ---------------*/
h3 {
	margin-top: 1.4em;
	padding-left: 26px;
	font-size: 1.3em;
	line-height: 1.6em;
	font-weight: bold;
	}
.number1 { background: url(../images/number1.jpg) no-repeat 0 1px; }
.number2 { background: url(../images/number2.jpg) no-repeat 0 1px; }
.number3 { background: url(../images/number3.jpg) no-repeat 0 1px; }
h5 { /* orange subhead style */
	padding-top: .6em;
	font-size: 1.8em;
	font-weight: bold;
	color: #FF9900;
	}

/* Homepage styles ------------------------------ */
.statement { /* homepage mission statement */
	font: bold 1.4em/1.5em Arial, Helvetica, sans-serif;
	color: #666666;
	margin-top: .8em;
	padding: 0 100px;
	}
.homehead, .homeheadchild {
	font-size: 3em;
	padding-bottom: 10px;
	}
.homeheadchild {
	margin-top: 10px;
	}
#topiccontainer {
	margin-top: 30px;
	width: 900px;
	}
#topiccontainer img {
	float: left;
	padding-right: 10px;
	padding-bottom:4px;
	}
#col1 {
	float: left;
	width: 450px;
	}
#col2 {
	float: left;
	width: 450px;
	}
.topic h2, .firsttopic h2, .topic p {
	margin-left: 86px;
	}
.firsttopic, .topic {
	width: 400px;
	}
.topic {
	margin-top: 40px;
	}
	
.topicspecialchild 
{
	margin-top: 28px;
}

/******************/
/* INQUIRE FORM   */

fieldset.inquire-form
{
	font-size: 12px;
}

table.inquire-form
{
	width: 100%;
}

table.inquire-form td
{
	vertical-align: top;
	font-size: 12px;
}

div.inquire-form
{
	margin-top: 10px; 
	padding: 10px; 
	border: 1px solid #999;
	
	font-size: 12px;
}

table.inquire-parent
{
	width: 100%;
}

table.inquire-parent td
{
	width: 50%;
	font-size: 12px;
}

p.form-error
{
	font-size: 12px;
	color: red;
}

