/* Author: Jay Raby 
   Date: 25 February 2006 
   www.mx3design.com 
-------------------------- */
body {
background: #fff;
margin: 0;
padding: 0;
font-size: 8pt;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-weight: normal;
line-height: 1.3em;
letter-spacing: 2px;
height: 100%;
}
img {
border: 0;
}
a:link {
color: #ee3e85;
text-decoration: none;
}
a:visited {
color: #ee3e85;
text-decoration: none;
}
a:hover, a:active {
color: #fa95be;
text-decoration: none;
}
p {
color: #000;
font-size: 8pt;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-weight: normal;
line-height: 1.3em;
letter-spacing: 2px;
display: block;
white-space: normal;
text-align: left;
padding: 0px;
margin: 0px;
}
p.contact {
padding:30px 0px 0px 0px;
line-height: 1.8em;

}
h1, h2, h3, h4, h5, h6 {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-weight:normal;
margin: 0px;
padding: 0px;
}
h3 {
font-size: 100%;
color: #334d55;
}
h2 {
font-size: 110%;
color: #334d55;
}
h6 {
font-size:70%;
}
.highlight {
color:#a71014;
font-weight:bold;
}
.highlight_pink {
color:#e43c80;
}
.quote {
color:#e43c80;
font-size:8pt;
}
#container2 {
padding: 0px 350px 0 350px; /* these side paddings together determine the natural min-width */
margin: 0;
text-align: center; /* this centers the wrappers in older IEwin versions */
background: transparent;
}

* html .container {
	margin-left:-760px;
	position:relative;
}
.width {
	width:100%;
	min-width:760px; 
}
* html .minwidth {
	padding-left:-760px; 
	border-left:760px solid #fff;
}
* html .minwidth, * html .container  {
	height:1px;
}

#header {
background: transparent url(../img/header.png) no-repeat left;
overflow:hidden;
min-width:760px;
top:0;
left:0;
width:100%;
height:100px;
position:absolute;
margin:0;
padding:0;
z-index:100;
}
#sizer {

	margin: 0 auto 0 auto; /* this centers the wrappers in standards browsers */
	width: 50%; /* here is the critical value for customizing the Jello behavior */
	max-width: 300px;  /* version for IE is at the bottom of this style block */
		

}

#expander {

	background: transparent;
	margin: 0 -350px 0 -350px; /* these side margins should be the same or slightly less than body paddings */
	min-width: 700px; /* This prevents Safari from losing the negative margins in narrow windows */
	position: relative;
}

/* Holly hack for IE. Must be zero, not the usual 1% value, due to IE bug \*/
* html #expander { height: 0; }
/* */

/* helps IE get the child percentages right. */
#wrapper { width: 100%;
} 
#sidebar {
width: 250px;
float: right;
display: inline; /* IEwin doubled margin bug fix */
text-align: left;
margin: 15% 0 0 0;
background: transparent;
}
#content {
width: 65%;
margin: 15% 0 0 0;
text-align: left;
float: left;
display: inline; /* IEwin doubled margin bug fix */
background: transparent;
}
#content_bg {
background:transparent url(../img/p_bg.png) no-repeat top left;
margin:0px 0px 0px 0px;
padding:25px 0 0px 30px;
width: 90%;
height:auto;
min-height:306px;
min-width:400px;
float:left;
position: inherit;
}
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
#menu {
background:transparent url(../img/menu.png) no-repeat top;
top:0;
right:0;
width:250px;
height:55px;
position:relative;
}
#nav {
top:70px;
left:-5px;
width:250px; 
padding:0; 
background:transparent;
margin:0;
position:absolute;
  }
#nav a, #nav a:visited {
  display:block; 
  width:250px; 
  padding:0;
  color:#af3263; 
  text-indent:0.5em;
  background:transparent; 
  text-decoration:none;
  margin:0.5em 0; 
  border-left:0.2em solid #fff;
  line-height: 1.8em;
 
  }
#nav a:visited span {
  display:block; 
  position:absolute; 
  top:0; 
  right:0px; 
  width:auto;
  font-size:7pt;
  color:#c00; 
  border:1px solid #c00;
  border-spacing:5px;
  }
#nav a span {
  display:none;
  }
#nav a:hover {
  color:#ee3e85; 
  border-left:0.2em solid #ee3e85; 
  }
.box {
  position:relative;
  }
#flower {
background: transparent url(../img/flower.jpg) no-repeat left;
top:30px;
right:0;
width:250px;
height:198px;
position:relative;
}
#foot {
background: transparent;
top:auto;
left:0;
width: 100%;
height:auto;
position:relative;
z-index:101;
min-width:760px;
float:right;
padding:0 0 50px 0;
margin:100px 0px 0px 0px;
text-align:center;
}
#time {
background:transparent;
color:#fff;
float: right;
width:auto;
height:auto;
position:relative;
top:75%;
padding-right:10px;
text-align:left;
}