Body {
	background-color: #F0F0F0;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #666;
	text-align:center;
}
#wrapper	{
	width:980px;
	margin: 0 auto;
	text-align:left;
}
#Menu {	
	clear: both;
	width:100%;
 	white-space: nowrap;
	margin: 0 auto;
	height: 1.5em;
	padding: 8px 0;
	text-align:center;
	margin-bottom: 5px;
}

#topDiv	{
	background: #f0f0f0 url(images/NewWave.jpg) no-repeat left top;
	height: 130px;
}
#topLeft	{
	width: 700px;
	margin-left: 45px;
}
#topLeft h1	{
	font-size: 1.1em;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: .02em;
	padding: 0;
	margin: 0;
}
/* DNN SEACH BOX */
#search	{
	margin-top: -20px;
	margin-right: 10px;
}
.searchContent 	{
	color:#FFFFFF;
	font-size: .9em;
	text-align:center;
	padding-top: 5px;
}
#dnn_dnnSEARCH_txtSearch	{
	width: 150px;
	color: #605687;
	font-weight: bold;
	padding: 6px 10px;
}

/* Style dnn search button - when using images*/

#dnn_dnnSEARCH_cmdSearch img	{
	border:0;
	position:relative;
	top: 6px;
	left: 0;
}
#user	{
	float: right;
	margin: 5px 20px 0 0;
}
.user	{
	font-size: .9em;
	font-weight:normal;
	color: #663399;
}
#breadcrumb {
	padding: 5px;
	width: 70%;
	margin: 5px 0;
	font-size: .9em;
}
#contentDiv	{
	background-color:#FFFFFF;
	padding: 5px 0px;
}
#leftPane	{
	
}
#leftPane ul { /* remove bullets and list indents */
	list-style: none;
	margin: 0;
	padding: 0;
}
.leftContent	{
	width: 180px;
	padding: 0 0 0 10px;
}
.leftContent ul li	{
	line-height: 2em;
	list-style-image: url(images/arrow.gif);
	padding-left: 5px;
	list-style-position: inside;
	list-style-type: none;
}
#contentPane	{

}
.contentMain	{
	width: 395px;
	margin: 0 0 0 10px;
}
.contentFull	{
	width: 770px;
}
.contentShop	{
	width: 550px;
	margin: 0 0 0 10px;
}
.contentAdmin	{
	width: 800px;
	border: #CC99FF solid thin;
	padding: 0 10px;
	margin: 0 auto;
}

#rightPane	{

}
.rightMain	{	
	width: 375px;
	padding: 0;
}
.rightShop	{
	width: 200px;
	padding: 0;
}

#bottomPane	{
}
.bottom	{
	padding: 0 10px;
}
#footerDiv	{	
}
.copyright	{
	width: 300px;
}
.footer	{
	font-size: .8em;
	color:#333333;
	width: 100%;
	text-align:right;
	padding: 0 10px 0 0;
}

/* ______________________________________________________ 

               Float Styles

   ______________________________________________________ */


.clear	{
	clear:both;
}
.left	{
	float:left;
}
.right	{
	float:right;
}
.center	{
	margin: 0 auto;
	text-align:center;
}
/* ______________________________________________________ 

               Link Styles

   ______________________________________________________ */

a, a:link, a:active, a:visited {
	color: #695888;
}
a:hover {
	color: #695888;
	text-decoration: underline;
}

.user a, .user a:link, .user a:active, .user a:visited {
	color: #663399;
}
.user a:hover {
	color: #333;
	text-decoration: underline;
}
.footer a, .footer a:link, .footer a:active, .footer a:visited {
	color: #333;
}
.footer a:hover {
	color: #333;
	text-decoration: underline;
}
.leftContent, a.leftContent:link, a.leftContent:visited, a.leftContent:active {
	color: #695888;
	text-decoration: none;
}
a.leftContent:hover {
	color:#736f9c;
	text-decoration: underline;
}

.CommandButton, a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active {
	color: #807899;
	text-decoration: none;
}
a.CommandButton:hover {
	color:#807899;
	text-decoration: underline;
}
.epicCrumb, a.epicCrumb:link, a.epicCrumb:visited, a.epicCrumb:active {
	color: #605687;
	text-decoration: none;
}
a.epicCrumb:hover {
	color:#807899;
	text-decoration: underline;
}
.epicLink, a.epicLink:link, a.epicLink:visited, a.epicLink:active {
	color: #605687;
	text-decoration: none;
}
a.epicLink:hover {
	color:#663399;
	text-decoration: underline;
}

a.SkinObject:link, a.SkinObject:visited, a.SkinObject:active {
	color: #605687;
}
a.SkinObject:hover {
	color: #333;
	text-decoration: underline;
}

/* ______________________________________________________ 

               Spacing Styles

   ______________________________________________________ */

.marginSpace	{
	margin: 4em .5em .5em 2.5em;
}
.paddingSpace	{
	padding: 2em .5em .5em 2em;
}	
.leftpad10 {
	padding: 0px 0px 0px 10px;
}
.pad_all_5 {
	padding:5px;
}
.pad_TB10_LR5	{
	padding: 10px 5px;
}
.padleft50	{
	padding: 0 0 0 50px;	
}
.padtop50	{
	padding: 50px 0 0 0;
}

/* ______________________________________________________ 

               Heading Styles

   ______________________________________________________ */

	
H1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:  1.8em;
	font-weight:    normal;
	color: #666644;
}
H2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:  1.5em;
	font-weight:    normal;
	color: #695888;
}
H3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:  1.2em;
	font-weight:    normal;
	color: #736F9C;
	line-height: 1.2em;
}
H4 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:  1.2em;
	font-weight:    normal;
	color: #AEC0A9;
	line-height: 1.2em;
}
H5, DT {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:  1.1em;
	font-weight:    bold;
	color: #ADC0B3;
	line-height: 1.2em;
}
H6 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:  1.0em;
	font-weight:    bold;
	color: #C1C6BF;
	line-height: 1.2em;
}

.Normal	p	{
}

/* Announcements Styling */

.ANN_Head    {
	font-size: .9em;
    font-weight: bold;
    color: #666;
}
.SubHead    {
	font-size: .9em;
    font-weight: bold;
    color: #666;
}
TFOOT, THEAD {	
}
TH {
}
SMALL {
	font-size:  .8em;
}
BIG {
	font-size:  1.4em;
}
BLOCKQUOTE, PRE {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
ul { /* remove bullets and list indents */
	list-style: none;
	margin: 0;
	padding: 0;/*
	line-height: 2em;*/
}
ul li {
	list-style-position: inside;
	list-style-image: url(images/midwives-li.gif);
	padding-left: 5px;
}
UL LI LI {
	list-style-position: outside;
	list-style-image: url(images/midwives-li.gif);
}
UL LI LI LI {
	list-style-position: outside;
	list-style-image: url(images/midwives-li.gif);
}
OL LI {
	list-style-position: outside;
	list-style-image: url(images/midwives-li.gif);
}
OL OL LI {
	list-style-position: outside;
	list-style-image: url(images/midwives-li.gif);
}
OL OL OL LI {
	list-style-position: outside;
	list-style-image: url(images/midwives-li.gif);
}
hr {
	color: #F4F3EE;
	height: .1em;
	width: 100%;
}

/* CONTAINER STYLES */

.mid_h3 {
	color: #AEC0A9; /* text colour */
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0;
	text-align: left;
}


/*_____________________________________________ 

           dnn menu style 
_____________________________________________ */


	
/*  Main Menu Top Level  */

 
.main_dnnmenu_rootitem {
	color: #605687;
	text-transform:lowercase;
	background-color: transparent;
	font-size: 0.8em;
	padding:2px 6px;
	font-weight: bold;
	border-right: #605687 thin solid;
}


.main_dnnmenu_rootitem_hover {
	color: #666;
	text-transform:lowercase;
	background-color: transparent;
	padding:2px 6px;
	font-weight: bold;
	border-right: #605687 thin solid;
}

/*  Main Menu Top Level selected  */
.main_dnnmenu_rootitem_selected {
	color: #666;
	text-transform:lowercase;
	background-color: transparent;
	padding: 2px 6px;
	font-weight: bold;
	border-right: #605687 thin solid;	
	font-size: 0.8em;
}

/*  SUB Menu Normal  */

.main_dnnmenu_submenu {
	background: #BBB4D6;
	border-top: 0;
	text-transform: lowercase;
	color: #FFFFFF;
	font-size: 0.8em;
}

.main_dnnmenu_submenu td {
	background-color: #BBB4D6;
	z-index: 1000;
	text-align:left;
	color:#ffffff;
	padding: 2px 5px;
	margin:0px;	
}

/*  
SUB Menu hover & selected are td - so you td for background images
*/

.main_dnnmenu_itemhover td  {  
	background-color: #666;
	color:#FFF;	
}
.main_dnnmenu_itemselected td	{
    background-color: #666;
	color: #FFF;
	text-decoration:underline;
}
.main_dnnmenu_container {	
}

/* main menu td */

.main_dnnmenu_bar {
}

.main_dnnmenu_break	{	
}


