@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #666;
	line-height: 150%;
	font-size: 80%;
}
.twoColFixLtHdr #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #333;
	text-align: left;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #E0FFDC;
	margin-top: 10px;
} 
#mainContent a {
	color: #9217A5;
	text-decoration:none;
}
.twoColFixLtHdr #header {
	height: 228px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #DDDDDD;
	background-image: url(images/nsmp_header_1rp.jpg);
	background-repeat: no-repeat;
	position: relative;
} 
.twoColFixLtHdr #header h1 {
	color: #090;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
#mainMenuArea { /* my div to contain the spry menu in order to give the background bar a colour */
	width: 100%;
	float: left;
	background-color: #9217A5;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FFF;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-size: 120%;
}
.rightFloatImageH3 {
	padding-top: 10px;
	padding-left: 30px;
}
.box .box-outer .box-inner #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible h3 {
	margin-bottom: 5px;
}
#mainContent {
	width: 800px;
}

/* box area */
.box {
	width: 59em;
	background-color: #effce7;
	background-image: url(images/bottom_left_corner.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-left: 24px;
	margin-top: 15px;
}
.box-outer {
	padding-bottom: 5%;
	background-image: url(images/bottom_right_corner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.box-inner {
	background-image: url(images/top_left_corner.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.box h2 {
	padding-top: 1.2%;
	background-image: url(images/top_right_corner.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 3%;
}
.box h2, .box p {
	padding-right: 5%;
	padding-left: 5%;
}
/* end of box area */

.twoColFixLtHdr #footer {
	background:#DDDDDD;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 15px;
} 
.twoColFixLtHdr #footer a {
	color: #E0FFDC;
	text-decoration:none;
}
	
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#headerh2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 140%;
	padding: 1px;
	position: absolute;
	top: 190px;
	left: 480px;
	margin: 0px;
	color: #090;
}
#header h1 {
	font-size: 140%;
	color: #FFF;
}
.boldInitialLetter {
	font-size: 110%;
	font-weight: bold;
	line-height: 105%;
}
img {
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 15px;
}

p {
	margin: 0px;
	padding-bottom: 15px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	vertical-align: text-top;
}
.levelTop {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#breadcrumbs {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px;
	color: #CCC;
	background-color: #9217A5;
	font-size: 94%;
	letter-spacing: 0.06em;
}
.copyrightAndOther {
	background-color: #9217A5;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	color: #E0FFDC;
	font-size: 85%;
	letter-spacing: 0.1em;
}
.homePageBullets {
	font-size: 110%;
	line-height: 120%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.introText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-style: italic;
	line-height: 170%;
}
.introTextSmaller {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-style: italic;
	line-height: 140%;
}
.mainBullets {
	font-size: 110%;
	line-height: 220%;
	margin-left: 240px;
	margin-top: 0px;
}
.clientSnipets {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

.paragraphCloser {
	margin-bottom: -25px;
}
h3 + p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 105%;
	font-style: italic;
	line-height: 170%;
	color: #8F37B0;
}
.ourServicesBullets {
	margin-left: 270px;
	margin-top: -7px;
}
.ourServicesBullets {
	margin-left: 320px;
	margin-top: -7px;
}
h4 {
	font-size: 120%;
	padding-left: 5%;
	padding-right: 5%;
}
h5 {
	font-size: 105%;
	padding-right: 5%;
	padding-left: 5%;
}
.birthStoreyLeftPhoto {
	padding-right: 20px;
	padding-bottom: 10px;
}
#birthStoriesHead {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
#mapDiv {
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	text-align: center;
}
.imageOnRight {
}
.warning {
	color:#C00;
	font-weight:bold;
	letter-spacing: 0.08em;
}
.italicSpan {
	font-style:italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
}
.italicSpanBold {
	font-style:italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 108%;
	font-weight: bold;
}
#liabilityClause {
	padding-bottom: 8px;
}
#effectHookBilly {
	padding-left: 30px;
}
#linkDisclaimer {
	background-color: #9217A5;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	color: #CCC;
	font-size: 85%;
	line-height: 120%;
}
#twistedMediaLink {
	color: #0F0;
	background-color: #9217A5;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	font-size: 75%;
	line-height: 120%;
	letter-spacing: 0.4em;
	text-decoration: none;
}
#twistedMediaColour {
	color: #0F0;
	text-decoration: none;
}
	#footer #twistedMediaLink p a {
	color: #0F0;
}

/* articles - nutrition - styles begin */

/* text styles begin */

.boldSubHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
}
.greenColouredText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;
	font-style: italic;
	font-weight: bold;
	color: #093;
}
.orangeColouredText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;
	font-style: italic;
	font-weight: bold;
	color: #F60;
}
.blackColouredText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;
	font-style: italic;
	font-weight: bold;
	color: #000;
}
.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
}

/* text styles end */

/* block styles begin */

.nutritionOuterBoxes {
}

.nutritionTextLeft {
	float: left;
	width: 530px;
	padding-left: 10px;
}

.nutricianImageRight {
	float: left;
}

.nutritionTextRight {
	float: left;
	width: 550px;
}

.nutritionImageLeft {
	float: left;
	padding-left: 45px;
	padding-top: 25px;
}


/* tick lists start */

.nutritionDoubleListBox {
	width: 92%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.nutritionDoubleListLeft {
	width: 290px;
	float: left;
}

.nutritionDoubleListRight {
}

.nutritionDoubleListBox ul {
	margin: 0;
	list-style-type: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 50px;
}

.nutritionDoubleListBox li {
	background: url(images/nutrition_images/tick_thin_25.gif) no-repeat 0 50%;
	padding-left: 18px;
}


/* tick lists end */

/* block styles end */



/* BirthDaze styles begin */

/* Birth-Daze graphic div */

#birthdaze {
	padding-left: 160px;
}

/* Birth-Daze Text */

.birthdazeSpotText {
	color:#6600FF;
	font-weight:bold;
	font-family: Porkys, Verdana, Geneva, sans-serif;
	font-size: 110%;
}

/* Birthdaze styles end */

/* Freddie Birth Story inner article text and box */

.catsExperienceTextBox {
	background-color: #FFF;
	padding: 10px;
	border: thin solid #636;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 80%;
	margin-left: 5%;
	color: #636;
	line-height: 170%;
	font-size: 104%;
	font-style: italic;	
	
}
