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

A:link {
	COLOR: #ba4f80; text-decoration: none text-align:center;
}
A:visited {
	COLOR: #ba4f80; text-decoration: none text-align:center;
}
A:active {
	COLOR: #ba4f80; text-decoration: none text-align:center;
}
A:hover {
	COLOR: #ba4f80; text-decoration: underline text-align:center;
}

#page_wrapper {
  margin-left: auto; 
  margin-right: auto;
  width: 760px;
  background: #FFFFFF url('../img/content_bg.jpg') top right repeat-y;
  border: 1px solid #ba4f80;
  text-align:center;
}

#page_header {
  height: 180px;
  background: #FFFFFF url('../img/header.jpg') top right no-repeat;
  text-align:center; 
 clear: both;
  
}


#menu_bar {
  height:40px;
  background: #FFFFFF url('../img/drop_shadow.gif') top left repeat-x;
  text-align:center; 	
  clear: both;
}



#menu_bar ul {
  margin-top: 0px;
  padding-left: 3px;
  margin-left: 0px;
  background: #FFFFFF url('../img/menu_bg.gif') top left repeat-x;
  color: White;
  float: left;
  width: 756px;
  font-family: verdana, arial, sans-serif;
  font-size:14px;
  font-weight: bold;
  text-align:center;
}

#menu_bar ul li { display: inline;text-align:center; }

#menu_bar ul li a
{
  padding-top:5px;
  padding-bottom:5px;
  padding-left:14px;
  padding-right:14px;
  background: #FFFFFF url('../img/menu_bg.gif') top left repeat-x;
  color: #000000;
  text-decoration: none;
  float: left;
  text-align:center;
  border-right: 1px solid #fff;
}
p{
	text-align:justify;
}
#menu_bar ul li a:hover
{
  background: #ba4f80;
  color: #fff5cd;
  text-align:center;
}

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

#content_wrapper .editable #left_side h3 {
text-align:left;
}
#content_wrapper .editable #left_side h4 {
text-align:left;
}
#right_side {
  margin-top:5px;
  float: right;
  width:160px;
  border:0px dashed #cccccc;
}

#right_side h3 {
  margin-top:0px;
  margin-bottom:10px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #fff5cd;
  padding:4px;
  border: 1px solid #ba4f80;
  background-color:#ba4f80;
  text-align:left;
}

#right_side p {
  margin-top:0px;
  margin-bottom:15px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #000000;
  font-weight: bold;
  line-height: 16px;
  padding-left:4px;
}
#right_side ul{
	text-align:left;
}
#left_side {
  float: left;
  width:540px;
  background-color: #FFFFFF;
  border:0px dashed #cccccc;
}


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

#left_side h4 {
  margin-top:0px;
  margin-bottom:10px;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  color: #ba4f80;
  padding:4px;
}

#left_side h5 {
  margin-top:0px;
  margin-bottom:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #ba4f80;
  padding:4px;
}

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

.float_left {
  padding: 10px;
  border: 1px dotted black;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}

.float_right {
  padding: 10px;
  border: 1px dotted black;
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
 
}


#page_footer {
  height: 50px;
  background-color: #ba4f80;
  clear: both;
}

.social img {border: 1px dotted black; margin:15px; padding: 15px;}

#page_footer p {
  padding-top:18px;
  text-align: center;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #fff5cd;
   font-weight: bold;
  letter-spacing:1px;
}

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



#left_side ul{

  list-style: none;
}

#left_side li {

padding-left: 12px;
  background-image: url(../img/arrow.gif);
  background-repeat: no-repeat;
  background-position: 0 7px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  line-height:18px;
}


#right_side ul{
  list-style: none;
}

#right_side li {
padding-left: 10px;
margin-left: -30px;
  background-image: url(../img/arrow.gif);
  background-repeat: no-repeat;
  background-position: 0 6px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  font-weight:bold;
  line-height:18px;
}

.pullquote {
background-image: url(../img/openquote.gif);
background-repeat: no-repeat;
background-position: left 8px;
padding: 5px;
float: right;
width: 220px;
margin-top: 10px;
margin-bottom: 15px;
margin-left: 20px;
border-top-width: 1px;
border-bottom-width: 1px;
border-top-style: dotted;
border-bottom-style: dotted;
border-top-color: #000000;
border-bottom-color: #000000;
text-align: center;
font-family: verdana, arial, sans-serif;
font-size: 22px;
color: #000000;
font-style: italic; 
line-height: 40px;
font-weight: regular;
}


		
#feature_box {
  float:right;
  width:250px;
  background-color: #f9f9f9;
  border:1px solid #ba4f80;
  padding:10px;
  margin-top:10px;
  margin-bottom:10px;
  margin-right:0px;
  margin-left:10px;
}

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

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

