/* Start of CMSMS style sheet 'breastfeeding' */
img, img a{
border: 0;
}

#header{
	width: 754px;
	height: 157px;
	margin-right: auto;
	margin-left: auto;
}

body{
	margin: 0 0 0 0;
	background-color: #BD81E8;
	background-repeat: repeat-y;
	background-position: 50% 0;
	font-family: "Trebuchet MS";
	color: #92278F;
}

#content_contain{
	width: 624px;
	margin-right: auto;
	margin-left: auto;
	background-image: URL('uploads/breastfeeding/content_bg.gif');
	background-color: #ffcc66;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	border-bottom: 4px #E96F22 solid;
	border-right: 4px #E96F22 solid;
	border-left: 4px #E96F22 solid;
	margin-bottom: 0;
	padding-bottom: 0;
	bottom: 0;
}
/*Menu css adapted from http://www.cssplay.co.uk/menus/centered.html*/
#menu{
	color: #FFFFFF;
	border-top: 4px #E96F22 solid;
	border-bottom: 4px #E96F22 solid;
	width: 100%;
	height: 30px;
	background-color: #F49AC1;
	font-size: 11px;
}

#menu ul {
	display: table;
	padding: 0; 
	margin: 0 auto; 
	list-style-type: none;
	white-space: nowrap;
	height: 22px;
}

#menu li {
	height: 100%;
	position: relative;
	display: table-cell;
}

* html #menu li {
	float: left;
	height: 22px;
}

#menu a {
	width:auto;
	display:block;
	padding:4px 16px;
	color:#fff; 
	text-decoration:none;
	height: 22px;/*
	margin-right: 1px;
	margin-left: 1px;*/
	line-height: 22px;
}

* html #menu a {
	float:left;
}

#menu a:hover {
	color:#000; 
	background:#BD81E8;
}

#menu li.current a{
	background-color:#BD81E8;
}

#menu_ul_contain {
	text-decoration:none;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display:block;
	height: 22px;
	white-space: nowrap;
}

#top_right{
float: right;
}

#content{
	font-size: small;
	padding-left: 4px;
	padding-right: 4px;
min-height: 240px;
}

#content h1, h2{
	margin: 0;
}

#content h2{
	font-weight: normal;
}

#footer{
	width: 100%;
	font-size: x-small;
	text-align: right;
	margin-bottom: 0;
}

#footer p{
	padding-right: 4px;
	padding-left: 4px;
	margin-bottom: 0;
}

/*Formbuilder CSS*/
	form {margin-top:0}
	form, td, th, li { font-size: 100%}
	form div {margin-bottom:0}
	fieldset div {
		margin-bottom:0.5em;
		margin-left:1em;
	}
	fieldset div div {
		margin-top:0.5em;
		margin-left:1em
	}
	fieldset {
		margin-bottom:1em;
		border:1px solid #F60;
		padding:0.5em
	}
	fieldset label {
		width:auto;
	}
	legend {
		color:#FFF;
		background:#F60;
		font-style:italic;
		font-size:1.2em;
		margin-bottom:0.5em;
		padding:0.2em;
		width:auto;
		border:1px solid #CCC
	}
	textarea {
		margin: 0 0;
		width:98%;
		height: 6em
	}

	/* Apply this class to text/select input fields with shorter labels
		to help alignment */
	.short-label label {float:left; width:10em}
	.short-label fieldset div input,
	.short-label fieldset div select {width:16em}

	/* Pretty up your Captcha image output */
	.captcha {
		margin:0.5em 0;
		width:200px;
		text-align:center
	}
	.captcha img {border:1px solid #F60; margin-bottom:0.5em}
	.captcha input {width:196px; margin-top:0.5em}

	/* Just a bit more room for the Submit button */
	.submit {margin-top:0.5em}
/* End of 'breastfeeding' */

