 /* General Styles */
body {
 background-image:url(../img/bg_1.gif);
 background-repeat:repeat-x;
 background-color:#FFFFFF;
 text-align:center;
}

p {
 display: block;
 padding: 5px 30px 10px 40px;
 font: 11px/16px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
 color: #393A20;
 margin: 0;
}

.clsmakeupspan{
display: block;
 padding: 0 5px 0 40px;

}
hr {border: none 0; 
border-top: 1px dashed #999;/*the border*/
width: 100%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

.clsbullets {
 display: block;
 padding: 0px 40px 0px 60px;
 font: 11px/16px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
 color: #393A20;
 margin: 0;
 list-style: none;
 text-indent: -.9em
}
.clsbullets2 {
 display: block;
 padding: 0px 40px 0px 60px;
 font: 11px/16px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
 color: #943039;
 margin: 0;
}



#invite {
 list-style-position: outside;
 padding: 0px 40px 10px 80px;
 font: 11px/16px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
 color: #AF6116;
}

.invite {
 color: #AF6116;
}

#vitals p {
 display: block;
 padding: 5px 10px 10px 0px;
 font: 11px/16px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
 color: #393A20;
 margin: 0;
}


#cc{
 width:465px;
 background-color:#eeeeee;
 margin: 0 2em 1em 1em;
}

#contact{
 background-color:#ffffff;
}

#contact p {
 font: 11px/16px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
 color: #333333;
}

#header{
 width:465px;
 margin: 0 0 0 0;
 padding:0 0 0 1em;
 text-align:center
}

/* Headings */

h1, h2, h3, h4, h5, h6 {
 color:#564F39;
 background-color: transparent;
 font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
 font-size: 100%;
 font-weight: normal;
 margin: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
 color: #000000 ! important; 
}

h1 {
 font-size: 160%;
 padding-right: 4em;
}

h2 {
 font-size: 150%;
}

h3 {
 display: block;
 clear:both;
 font-size: 140%;
 border-bottom: none;
 font-weight: bold;
 padding: 20px 40px 10px 40px;
 color: #AF6116;
}

h4 {
 font-size: 70%;
 border-bottom: none;
 font-weight: bold;
 padding: 5px 5px 0px 0px;
 color: #AF6116;
 
}

h5 {
 font-size: 70%;
 border-bottom: none;
 font-weight: bold;
 padding: 5px 5px 0px 40px;
 color: #AF6116;
}
h6 {
 font-size: 85%;
 border-bottom: none;
 font-weight: bold;
 padding: 5px 5px 10px 40px;
 color: #AF6116;
}

.pricehead {
 color:#564F39;
 background-color: transparent;
 font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
 font-weight: bold;
 font-size: 85%;
 border-bottom: none;
}


.pagehead{
  font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 140%;
  border-bottom: none;
  font-weight: bold;
  padding-top: 1em;
  margin-top: 1em;
  color: #AF6116;
}

#idContainer{
margin-left:auto; 
margin-right:auto; 
width:800px;
}


/******************************/

/* SPRY Menu Bar styling classes*/

/******************************/

ul.MenuBarHorizontal{
  margin: 0 0 0 0;
  padding: 0;
  list-style-type: none;
  font-size: 100%;
  cursor: default;
  width: auto;
  background: url(/images/navbar-bg.gif) no-repeat -1000px -1000px;
  font: 8pt arial, sans-serif;
}
ul.MenuBarActive{
  z-index: 1000;
}
ul.MenuBarHorizontal li{
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 100%;
  position: relative;
  text-align: left;
  cursor: pointer;
  width: auto;
  float: left;
  background-color:#e9d3b7;
}
ul.MenuBarHorizontal ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 100%;
  z-index: 1020;
  cursor: default;
  width: 8.2em;
  position: absolute;
  left: -1000em;
}
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible{
  left: auto;
}

ul.MenuBarHorizontal ul li{
  
}
ul.MenuBarHorizontal ul ul{
  position: absolute;
  margin: 5px 0 0 95%;
}
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible{
  left: auto;
  top: 0;
}
ul.MenuBarHorizontal ul{
  background:#ebebeb;
  border:2px solid #fff;
  width: 120px;
  text-decoration:none;
}
ul.MenuBarHorizontal a {
  display: block;
  cursor: pointer;
  border-left:1px solid #ebebeb;
  border-right:1px solid #ebebeb;
  font-size:13px;
  color:#000;
  text-decoration:none;
  padding:5px 7px 2px 6px;
    background-image:none;
}
ul.MenuBarHorizontal a.clsSelected {
  display: block;
  cursor: pointer;
  border-left:1px solid #ebebeb;
  border-right:1px solid #ebebeb;
  font-size:13px;
  color:#990000;
  text-decoration:none;
  padding:5px 7px 2px 6px;
  background-image:none;
  
}
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:active, ul.MenuBarHorizontal a:focus{
  background:#bd8d5e url(/images/Subnav_Background.gif) repeat-x;
  color:#fff;

}
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover:visited, ul.MenuBarHorizontal a.MenuBarSubmenuVisible,  ul.MenuBarHorizontal a.MenuBarSubmenuVisible:visited {
  background:#bd8d5e url(/images/Subnav_Background.gif) repeat-x;
  color:#fff;
}

ul.MenuBarHorizontal a.MenuBarItemSubmenu:hover, ul.MenuBarHorizontal a.MenuBarItemSubmenu:active {
  background:#bd8d5e url(/images/Subnav_Background.gif) repeat-x;
  color:#fff;  
}
ul.MenuBarHorizontal ul a {
  background:#e9d3b7 url(/images/Subnav_Background.gif) repeat-x;
  display: block;
  width:116px;
  font-size:11px;
  border:0px;
  border-bottom:1px solid #fff;
  padding:2px;
    color:#000;
}
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover{
background:#bd8d5e url(/images/Subnav_Background.gif) repeat-x;
  color:#fff;

}
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover{
  background:#bd8d5e url(/images/Subnav_Background.gif) repeat-x;
  color:#fff;

}
ul.MenuBarHorizontal iframe{
  position: absolute;
  z-index: 1010;
}

#idJobForm{
  border:1px solid #ebebeb;
  margin:0px 0 10px 0;
  padding:10px;
}


@media screen, projection{
  ul.MenuBarHorizontal li.MenuBarItemIE{
    display: inline;
    f\loat: left;
    color:#fff;
  
  }
}


/*Tables*/

.holder {
 border: 1px solid #999999;
}

.events {
 display: block;
 padding: 5px 40px 10px 40px;
 font: 11px/16px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
 color: #6F4D70;
 margin: 0;
}


.cs{
 color:#C05D00;
 }
 .bt{
 color:#784A71;
 }
 .be{
 color:#943039;
 }
 
.clsmakeuptable td{
font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 8pt;
 color: #393A20; 
 }
 
/*********************************/

/* content area */

/*********************************/

#idContentArea {
 height:410px; 
 overflow:auto; 
 scrollbar-face-color: transparent;
 scrollbar-shadow-color: #FFFFFF;
 scrollbar-highlight-color: #FFFFFF;
 scrollbar-3dlight-color: #FFFFFF;
 scrollbar-darkshadow-color: #FFFFFF;
 scrollbar-track-color: transparent;
 scrollbar-arrow-color: #B49A62;
 background-color: transparent; 
 background-image: none;
} 


.survey { 
margin-left:40px 
}

.survey td{
font: 11px/16px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #393A20;
}
 