/*
http://www.alt-cures.com

Copyright: Terry Didcott 2007
*/

body {
  background: #F7FDFD /*url('img/bg.jpg') top center no-repeat fixed*/;
  margin-top:10px;
  margin-bottom:10px;
}

A:link {
	COLOR: #3333FF; text-decoration: none
}
A:visited {
	COLOR: #333399; text-decoration: none
}
A:active {
	COLOR: #333399; text-decoration: none
}
A:hover {
	COLOR: #9966FF; text-decoration: underline
}

#page_wrapper {
  margin-left: auto; 
  margin-right: auto;
  width: 850px;
  text-align: left;
  background: #FFFFFF /*url('img/bck2.jpg') top right repeat-y*/;
  border: 1px solid #018843;
}

#page_header {
  height: 120px;
  background: #ffffff url('img/head.jpg') top right no-repeat;
  clear: both;
}

#menu_bar {
  margin-top: 0;
  height:26px;
  background: #0033FF;
  clear: both;
}

#menu_bar ul {
  margin-top: 0;
  padding-left: 0px;
  margin-left: 0px;
  background: #0033FF;
  color: #ffffcc;
  float: right;
  width: 100%;
  font-family: verdana, arial, sans-serif;
  font-size:12px;
  font-weight: bold;
}

#menu_bar ul li { display: inline; }

#menu_bar ul li a
{
  margin-top: 0;
  padding-top:5px;
  padding-bottom:5px;
  padding-left:10px;
  padding-right:10px;
  background: #0033FF;
  color: #FFFFCC;
  float: right;
  border-left: 2px solid #ffffcc;
}

#menu_bar ul li a:hover
{
  background: #FF9900;
  color: #FFFFff;
}

#content_wrapper {
  margin-top:10px;
  margin-bottom:0px;
  margin-left:15px;
  margin-right:15px;
  clear:both;
}

#right_side {
  margin-top:5px;
  float: right;
  width:190px;
  border:0px dashed #cccccc;
}

#right_side h3 {
  margin-top:0px;
  margin-bottom:10px;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  color: #FF6600;
  padding:4px;
  border: 1px solid #AAE5A4;
  background-color:#F4FDE5;
}

#right_side p {
  margin-top:0px;
  margin-bottom:15px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #666666;
  line-height: 16px;
  padding-left:4px;
}

#left_side {
  float: left;
  width:520px;
  border:0px dashed #cccccc;
}

#left_side h3 {
  margin-top:0px;
  margin-bottom:10px;
  font-family: verdana, arial, sans-serif;
  font-size: 18px;
  color: #FF6600;
  background-color:#FFFFFF;
  padding:4px;
  border-bottom: 1px solid #018843;
  clear:both;
}

#left_side p {
  margin-top:0px;
  margin-bottom:15px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #333333;
  line-height: 18px;
  padding-left:4px;
}

.float_left {
  float: left;
  margin-right: 10px;
}

.float_right {
  float: right;
  margin-left: 10px;
}

.text_right { text-align: right; }
.text_center { text-align: center; }

#feature_box {
  float:left;
  width:250px;
  background-color: #F6FCEC;
  border:1px solid #AAE5A4;
  padding:10px;
  margin-top:10px;
  margin-bottom:5px;
  margin-right:8px;
}

#feature_box h4 {
  padding-left:5px;
  margin-top:0px;
  margin-bottom:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #779E28;
}

#feature_box p {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #555555;
  line-height: 16px;
  margin-bottom:5px;
}

#page_footer {
  height: 40px;
  background-color: #d5eaff;
  clear: both;
}

#page_footer p {
  padding-top:8px;
  padding-bottom:4px;
  text-align: center;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #336633;
  line-height: 14px;
  letter-spacing:1px;
}

#spacer {
  height:20px;
  clear:both;
}
