/***  Screen Styles   ***/
/* Spellman Consulting, LLC  */
.imageLeft {
	float: left;
	margin: 0px 10px 10px 0px;
}
.imageRight {
	float: right;
	margin: 0px 0px 10px 10px;
}
.textLeft {
	float: left;
	width: 150px;
	height: auto;
	font-weight: normal;
	text-align: right;
}
.textRight {
	float: left;
	height: auto;
	text-align: left;
	margin-left: 10px;
}
.firstWord {
	font-size: 1.5em;
	font-weight: bold;
	color: #6876A9;
	background-color:#FFFFFF;
	font-family: "Lucida Calligraphy", "Zapf Chancery", cursive;
}
.question {
	color: #336699;
	background-color:#FFFFFF;
}
.author {
	color:#666666;
	background-color:#FFFFFF;
	font-style:italic;
}
.Q {
	color: #FF0000;
	background-color:#FFFFFF;
}
.answer {
	padding-right: 20px;
	padding-left: 20px;
}
.bulletList {
	list-style-position: outside;
	list-style-image: url(images/bullet-diamond.gif);
}
.photoCaption {
	font-size: medium;
	font-style: italic;
	font-weight:normal;
}
.col3Left {
	clear:left;
	float:left;
	width:30%;
}
.col3Mid {
	float:left;
	width:30%;
}
.col3Right {
	float:left;
	width:30%;
}
.col2Left {
	clear:none;
	float:left;
	width:45%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.col2Right {
	clear:none;
	float:left;
	width:42%;
	margin: 0px;
	padding-left: 10px;
}

/********  REDEFINED TAGS   ******/

body {
	margin: 0px;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(images/BackgroundBar2.gif);
	background-repeat: repeat-x;
	background-position: right top;
	font-family: Garamond, "Palatino Linotype", Times, serif;
	color:#3D4465;
	background-color: #FFFFFF;
}
h1 {
	font-size:1.5em;
	margin:6px 0px 10px 0px;
	color: #3D4465;
	background-color:#FFFFFF;
	font-weight: bold;
	font-family: "Lucida Calligraphy", "Zapf Chancery", cursive;
}
h2 {
	font-size:1.05em;
	margin:10px 0px 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5C857F;
	background-color:#FFFFFF;
}
h3 {
	font-size:1.0em;
	margin:10px 0px 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3D4465;
	background-color:#FFFFFF;
}
th,td {
	font-size:1em;
	text-align:left;
	font-weight:normal;
	vertical-align:top;
}
ul {
	margin:0;
	padding: 3px 0px 3px 12px;
}
li {
	margin: 0px 0px 3px 20px;
	list-style-type:square;
	list-style-image:   url(images/bullet-diamond.gif);
	list-style-position: outside;
}
a:link, a:visited {
	color:#6876A9;
}
a:hover, a:active {
	color:#6699FF;
}
/****  DIVS   ****/
#page {
	background-image: url(images/Creches/AfricanCreche.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/*  #topNav,#leftNav,#content,#rightNav,#footer {display:inline}  */
#banner {
	width:100%;
	height:122px;
	margin:0;
	padding:0;
	background-image: url(images/soapstone.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border: 0px none #55EAFE;
}
#banner p {
	font-size:0.83em;
	color:#5C857F;
	font-style:italic;
	margin:0px 0px 5px 10px;
	padding:0;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
img  {
	border-style:none;
}
#topNav {
	z-index: 5;
}
#leftNav {
	clear: left;
	width:200px;
	float:left;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 85%;
	margin: 0px;
}
#leftNav ul, li {
	list-style:none outside none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}
div.RoundBox a#current {
	color:#CCCCCC;
	background-color:#FFFFFF;
}
#leftNav a {
	text-decoration:none;
}
#leftNav a:hover {
	text-decoration:underline;
}

/****** Rounded corners from alistapart *******/
div.RoundBox {
  background: url(images/roundedBox/topleft.gif) no-repeat left top;
  width:100%;
  margin:0px;
  padding:0px;

}
div.RoundBox h3 {
  background: url(images/roundedBox/topright.gif) no-repeat right top;
  padding:20px 15px 15px 30px;
  margin:0;
}
div.RoundBox li {
	padding-left:15px;
}
div.RoundBoxContent {
  background: url(images/roundedBox/rightborder.gif) repeat-y right top;
  margin:0;
  margin-top:-2em;
  padding:15px;

}
div.RoundBoxFooter {
  background: url(images/roundedBox/bottomleft.gif) bottom left no-repeat;
  }
div.RoundBoxFooter p {
  background: url(images/roundedBox/bottomright.gif) bottom right no-repeat;
  display:block;
  padding:15px;
  margin:-2em 0 0 0;
  }
/*********************   DIVS   *******************/
#content {
	clear: left;
	padding:10px;
	float:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}
#rightNav {
	float:left;
	padding:10px 0px;
	width:200px;
	margin:60px 0 0;
}
#CTAbox {
	border-top-width: 5px;
	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: #F0DFD7;
	border-right-color: #F0DFD7;
	border-bottom-color: #F0DFD7;
	border-left-color: #F0DFD7;
	padding: 5px;
	margin-top: 20px;
}
#CTAbox h2 {
	margin: 0px 0px 10px;
	color: #333333;
	background-color:#FFFFFF;
	font-family:"Lucida Calligraphy", "Zapf Chancery", cursive;
	padding: 0px;
}
#CTAbox h3 {
	margin:3px 0px 0px 0px;
	color:#663333;
	background-color:#FFFFFF;
}
#CTAbox p {
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 82%;
	padding: 5px;
}
#footer{
	clear:both;
	width:100%;
	height:50px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5C857F;
}
#footer p{
	clear:none;
	font-size:.84em;
	text-align:center;
}
/*  Navigation Styles  */
#nav, #nav ul {
	margin:15px 0px 0px;
	padding:0;
	font-size: small;
	color:#FFFFFF;
	list-style:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#nav a {
	display: block;
	text-decoration: none;
	color:#FFFFFF;
	width:5em;
}
#nav li {
	float: left;
	width: 5em;
	list-style: none;
	position:relative;
	text-align:center;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	padding: 0px;
	margin-left: 0px;
}
#nav li ul {
	position:absolute;
	width: 12em;
	left:-999em;
	text-align:left;
	background-color: #333333;
	margin: 0px;
	padding: 4px;
	background-image: url(images/Nav-background-bar.gif);
	background-repeat:repeat;
	float: none;
}
#nav li ul li {
	padding:4px 2px 2px 2px;
	width:12em;
	text-align:left;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
#nav a:visited {
	color:#FFFFFF;
}
#nav a:hover, a:active{
	text-decoration: underline;
	background-color: #333333;
	color:#6699FF;
}

span.separator {
	color: #660000;
	background-color:#FFFFFF;
	padding-right: 3px;
	padding-left: 3px;
}
#formBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	border: 1px solid #6876A9;
	padding: 10px;
}
div.formrow {
	clear: both;
	padding-top: 10px;
}
div.formrow label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	float: left;
	width: 150px;
	height: auto;
	font-weight: bold;
	text-align: right;
}
div.formrow input {
	float: left;
	height: auto;
	text-align: left;
	margin-left: 10px;
} 
div#tertiaryNav {
	font-size: .8em;
	margin: 0px;
	padding: 5px;
	border: 1px solid #330099;
	height: 100%;
}
div#tertiaryNav li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
img#AfricanCreche {
	position: absolute;
	left: 0px;
	top: 127px;
	z-index: 10;
}
img#AfricanCreche + p {
	padding: 0px;
	margin-top: 400px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/******  Registration Forms  from http://www.websiteoptimization.com/speed/tweak/forms/   *******/
form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:95% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 500px;
  max-width: 600px;
  width: 560px; 
}

form fieldset {
  /* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 125px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
.box {
	border-top-width: 3px;
	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: #71827D;
	border-right-color: #71827D;
	border-bottom-color: #71827D;
	border-left-color: #71827D;
	margin: 0px;
	padding: 10px;
}
