@charset "utf-8";
body  {
	background: #000022;
	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: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
h1, h2, h3, h4  {
	margin: 0;
	padding: 0;
}
h5, h6  {
	margin: 0;
	padding: 0;
}
object {
	margin: 0px;
	padding: 0px;
}
#container {
	width: 998px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../img/deco/willow_tile2.jpg);
	background-repeat: repeat-y;
	background-position: left top;
} 
#header {
	background-color: #00004b;
	background-image: url(../img/logos/willow_system_long.jpg);
	background-repeat: no-repeat;
	height: 145px;
	padding: 0 10px 0 10px;
} 
#header #top_head {
	color: #FFFFFF;
	padding: 15px 10px 0 165px;
	text-align: left;
}

#header #mid_head {
	padding: 10px 10px 5px 10px;
	color: #FFFFFF;
	text-align: right;
}
#header #foot_head {
	height: 24px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	padding: 3px 0 3px 0;
}


#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 18px;
	text-transform: none;
}
#header #left_head {
	margin: 40px 0px 5px 150px;
	padding: 0px;
	float: left;
	width: 300px;
	color: #FFFFFF;
}
#header #right_head {
	margin: 40px 5px 5px 5px;
	padding: 0px;
	float: right;
	width: 510px;
	color: #FFFFFF;
}
#menu {
	padding: 0;
	font-size: 9px;
}
#menu a {
	color: #000033;
	text-decoration: none;
	font-size: 14px;
}

#menu a:hover {
	color: #890000;
	text-decoration: none;
}

#leftMENU {
	float: left; /* since this element is floated, a width must be given */
	width: 202px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 20px 10px;
}
#leftMENU a {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #00004B;
	display: block;
	margin: 0px;
	padding: 5px 5px;
	width: 192px;
	border: 1px solid #5F6187;
	text-transform: uppercase;
}
#leftMENU a:hover {
	color: #00004B;
	background-color: #efefef;
	border: 1px solid #00004B;
}
#spacerBOX {
	margin: 0 0 10px 0;
	padding: 0px;
	width: 192px;
	background-color: #FFFFFF;
	border: 1px solid #00004B;
}

#sidebar1 #headline, #leftMENU #headline {
	color: #FFFFFF;
	background-color: #00004B;
	text-align: center;
	padding: 3px 0;
	margin: 10px 0 0 0;
	width: 192px;
}
#sidebar1 #headline h1, #leftMENU #headline h1  {
	font-size: 14px;
	font-weight: bold;
}



#sidebar1 {
	float: right;
	width: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#sidebar1 a.NameLink {
	font-size: 16px;
	color: #0000FF;
}

#sidebar1 h1, #sidebar1 h2, #sidebar1 h3, #sidebar1 h4 {
	margin: 0px;
	padding: 0px;
}
#sidebar1 h1 {
	font-size: 24px;
}
#sidebar1 h2 {
	font-size: 18px;
}
#sidebar1 h3 {
	font-size: 16px;
}
#sidebar1 h4 {
	font-size: 14px;
}
#sidebar1 td.titleHead {
	color: #FFFFFF;
	background-color: #00004b;
}
#sidebar1 #bildholder {
	padding: 0 16px 16px 0;
}

#sidebar1 td.l_box_end {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #890000;
	border-bottom-color: #890000;
	border-left-color: #890000;
}

#sidebar1 td.box_tb {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #890000;
	border-bottom-color: #890000;
}
#sidebar1 td.r_box_end {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #890000;
	border-right-color: #890000;
	border-bottom-color: #890000;
}
#sidebar1 a {
	font-size: 14px;
	color: #0000FF;
	text-decoration: underline;
}
#sidebar1 a.small {
	font-size: 12px;
}
#sidebar1 a.small_red_link {
	font-size: 10px;
	color: #890000;
	text-decoration: none;
}
#sidebar1 a.smallGRAYlink_NL {
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}


#sidebar1 a.block_link {
	font-size: 12px;
	color: #000066;
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
}
#sidebar1 a.linkON, #mainContent a.linkON {
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 24px;
	background-color: #FF0000;
	padding: 5px 0;
	text-align: center;
}
#sidebar1 a.linkON:hover, #mainContent a.linkON:hover {
	background-color: #00ff00;
}
#sidebar1 a.linkOFF, #mainContent a.linkOFF {
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 24px;
	background-color: #00004b;
	padding: 5px 0;
	text-align: center;
}
#sidebar1 a.linkOFF:hover, #mainContent a.linkOFF:hover {
	background-color: #00ff00;
}
#sidebar1 #select1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
#sidebar1 a.highlighttext{
	background-color:#00004b;
	font-weight:bold;
	font-size: 12px;
	color: #ffffff;
	padding: 15px;
}
#sidebar1 a.highlighttext:hover{
	background-color:#000000;
	color: #ffffff;
}
#sidebar1 a.BLOCKlink {
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #5F6187;
	display: block;
	margin: 0px;
	padding: 3px 2px;
	width: 192px;
	border: 1px solid #B7C0BF;
	font-weight: bold;
}
#sidebar1 a.BLOCKlink_on {
	font-size: 9px;
	color: #00004B;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	margin: 0px;
	padding: 3px 2px;
	width: 192px;
	border: 1px solid #B7C0BF;
	font-weight: bold;
}
#sidebar1 a.BLOCKlink:hover, #sidebar1 a.BLOCKlink_on:hover {
	color: #000000;
	background-color: #B7C0BF;
}
#sidebar1  a.testimonials {
	color: #FFFFFF;
	background-color: #00004b;
	display: block;
	height: 25px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 0px;
}
#sidebar1  a.testimonials:hover {
	background-color: #FF0000;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
#sidebar2 a.BlueLink {
	color: #0000FF;
	text-decoration: none;
}

#mainContent {
	margin: 0 220px 0 220px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#mainContent a {
	color: #0000FF;
}
#mainContent a.small_gray_link {
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
#mainContent a.small_gray_link:hover {
	color: #000000;
	text-decoration: underline;
}
#mainContent a.smallGRAYlink_NL {
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	text-align: center;
	display: block;
}
#spacerBOX a.smallGRAYlink_NL {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	text-align: center;
	display: block;
	margin: 0px;
	padding: 5px 2px;
	background-image: url(../img/deco/magnifying-glass.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#spacerBOX a.smallGRAYlink_NL:hover {
	color: #FFFFFF;
	background-color: #00004B;
	background-image: url(../img/deco/magnifying-glass_over.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#mainContent h1 {
	margin: 0px;
	padding: 0px;
	font-size: 22px;
}
#mainContent h2 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
}
#mainContent h3 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}

#mainContent embed {
	margin: 0px;
	padding: 0px;
}
#newsTEXT {
	margin: 0px;
	padding: 0 3px;
}
#newsFORM {
	margin: 0px;
	padding: 0 3px 10px 0;
}
#newsFORM #newsletter {
	margin: 0px;
	padding: 0px;
}
#myspace {
	margin: 10px 20px 0 20px;
	padding: 0px;
}
#myspace a {
	color: #0000ff;
	text-decoration: none;
	}
#myspace a:hover {
	color: #00004b;
	}

#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#00004b;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
} 
#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 */
}
#footer a {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	}
#footer a:hover {
	color: #CCCCCC;
	}
.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;
}

.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;
}
.small {
	font-size: 12px;
}
.smallS {
	font-size: 13px;
}
.smallXS {
	font-size: 10px;
}
.redTEXT {
	color: #000066;
}
.CAPS {
	text-transform: uppercase;
}
.ups {
	color: #890000;
}

.center {
	text-align: center;
}

.caps {
	text-transform: uppercase;
}
a.LinkSMALL {
	font-size: 12px;
	text-decoration: none;
}
#rightMENU a {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #00004B;
	display: block;
	margin: 0px;
	padding: 5px 5px;
	border: 1px solid #5F6187;
	text-transform: uppercase;
	text-align: left;
}
#rightMENU a:hover {
	color: #00004B;
	background-color: #efefef;
	border: 1px solid #00004B;
}
#rightMENU a.onMenuLink {
	font-size: 11px;
	color: #00004B;
	text-decoration: none;
	background-color: #D1CFD2;
	display: block;
	margin: 0px;
	padding: 5px 5px;
	border: 1px solid #5F6187;
	text-transform: uppercase;
	text-align: left;
}
#mainContent #l_box_end {
	float: left;
	width: 180px;
	margin: 0 5px 0 0;
	padding: 0 3px;
	font-size: 12px;
}
#mainContent #box_tb {
	float: left;
	width: 250px;
	margin: 0 5px 0 0;
	padding: 0px;
	font-size: 12px;
}
#mainContent  #r_box_end {
	float: right;
	width: 80px;
	margin: 0;
	padding: 0px;
}
#mainContent #pratitioner_box {
	float: right;
	width: 540px;
	background-image: url(../img/bg/checker.gif);
	margin: 5px 0;
	padding: 5px 0;
	border: 1px solid #CCCCCC;
}
#mainContent #pratitioner_box a.pratitionerLINKblock {
	color: #333333;
	text-decoration: none;
	display: block;
	height: 120px;
	width: 100%;
}
#mainContent #pratitioner_box a.pratitionerLINKblock:hover {
	color: #890000;
}

.checkerTABLE {
	background-image: url(../img/bg/checker.gif);
	border: 1px solid #CCCCCC;
}
.photoTEXT {
	font-size: 12px;
	color: #999999;
}
.smallLI {
	font-size: 12px;
}
#BOX   a.leftCLR   {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
#BOX  {
	margin: 0px;
	padding: 0px;
	width: 188px;
}
