#content {  
  height: 100%;
  min-height: 100%;

  text-align: left;
}
#content,
#width {
  /* max-width hack for IE since it doesn't understand the valid css property */
  width: expression(document.body.clientWidth > 1000 ? "1000px" : "94%");  
  max-width: 1000px;
  margin: 0 auto;
}
#content[id],
#width[id] {
  width: 94%;
  height: auto;
}
/**** #header: Holds the site title and header images ***/
#header {
  position: relative;
  height: 130px;
}
/* Holds the site title and subtitle */
#header #title {
  position: absolute;
  z-index: 3;
  top: 35px;
  left: 30px;
  font-family: "Verdana";
  font-size: 40px;
  padding-top: 5px;
  padding-bottom: 15px;
  text-align: left;
}
#header #title p{
  font-size: 24px;
  font-family: "Verdana";
  font-size: 18px;
  padding-top: 20px;
  padding-bottom: 15px;
  padding-left: 92px;
  text-align: left;
  color: #7A1016;

}
#header h1 {
  margin: 0;
  padding: 0;
  letter-spacing: -3px;
  text-transform: lowercase;
  color: #FFF;
}
#header h2 {
  position: absolute;
  top: 10px;
  right: 5px;

  margin: 0;
  padding: 0;

  font: 700 1em "trebuchet ms", serif;
  text-transform: lowercase;
  color: #00F0EC;
}
/* Sets where the header images will go */
#header img.left {
  position: absolute;
  z-index: 1;

  top: 0;
  left: 0;
}
#header img.right {
  position: absolute;
  z-index: 0;

  top: 0;
  right: 0;
}
#header img.balloons {
  position: absolute;
  z-index: 2;

  top: 70px;
  right: 400px;
}
/**************************************************************
   #mainMenu: The top level site menu
 **************************************************************/
#mainMenu { 
  float: left;
  width: 100%;
  clear: both;  
}
#mainMenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
	height: 30px;
	background: url(../images/bg/menubg.jpg) no-repeat;
	font-size: 14px;
}
#mainMenu li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}
#mainMenu li a {
  float: left;
  margin-top: 2px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px 0.5em;
  font: 500 1.4em "trebuchet ms", serif;
  text-decoration: none;
  color: #FFF;
}
#mainMenu li a:hover,
#mainMenu li a.here {
  color: #EAEC63;
}
#mainMenu li a.last {
  margin-right: 0;
}
/**************************************************************
   .sideMenu: The side bar menu
 **************************************************************/
.sideMenu {
 background-color: #E6DBA3;
  margin: 10px;
}
ul.sideMenu {
  margin-left: 10px;
  margin-right: 0px;
  margin-top: 10px;
  margin-bottom: 0px;
  background-color: #E6DBA3;
  padding: 0;
}
.sideMenu li {
  display: inline;
  /* Needed since IE fails when you give it list-style: none; */  
  list-style-image: url(foo.gif);
  font: 400 1.3em "trebuchet ms", serif;
}
.sideMenu li a {
  display: block;
  margin: 0.2em 0;
  padding: 3px 5px;    
  text-decoration: underline;
  color: #000000;
} 
.sideMenu li a:hover {
  color: #fff;
  text-decoration: underline;
  background: #881317;
}
/* Active menu item */
.sideMenu li.here {
  display: block;  
  padding: 5px;
  color: #000;
  background: #E6DBA3;;
}
/* Submenu of active menu item */
.sideMenu li.here ul {
  margin: 0;
  padding: 0;
}
.sideMenu li.here ul li a {
  padding-left: 35px;
  font: 400 0.55em verdana, arial, sans-serif; 
  color: #000;
  background: url(../images/bg/bulletred.gif) no-repeat 10px 0px;
}
.sideMenu li.here ul li a:hover {
  color: #fff;
  background: #7A1016 url(../images/bg/bullet.gif) no-repeat 10px 0px;
}
/*** side boxes ***/
/* Submenu of active menu item */
.bulletMenu{
  margin: 0;
  padding: 0;
   list-style-image:none;
}

.bulletMenu li a {
  padding-left: 80px;
  font: 400 0.55em verdana, arial, sans-serif;
  color: #000;
  background: url(../images/bg/bulletred.gif) no-repeat 10px 0px;
}
.bulletMenu li a:hover {
  color: #fff;
  background: #7A1016 url(../images/bg/bullet.gif) no-repeat 10px 0px;
}
/*** side boxes ***/
.leftsidebox{
 background-color: #E6DBA3;
  margin-left: 10px;
  margin-right: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.rightsidebox{
 background-color: #E6DBA3;
  margin-left: 0px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 0px;
}
/***  Blog  ***/
.blog{

}
.blog .h1 {
}
.blog h2 {
   padding-bottom: 0px;
}
.blog .h3 {
}
.blog .h4 {
}
.blog .h5 {
}
.blog .h6 {
  }
.blog .title{
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 5px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 15px;
}
.blog .date{
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: -10px;
  margin-left: 0px;
  padding: 0px;
  color: #666;
}

.commentbox{
  border-top: thin solid #ccc;
  border-left: thin solid #ccc;
  margin-left: 15px;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-top: 5px;
}
.commenttext{
    margin-left: 5px;
}


.tag {
  color: #666;
  font-size: 0.85em;
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 10px;
  }
.tag a:hover{
  color: #666;
  text-decoration: underline;
}
.mailform{
  padding-left:10px;
  padding-top:20px;
}
.address{
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 18px;
  font-size: 0.85em;
}
.smblock{
  padding-top: 0px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  font-size: 0.9em;
}

.picture{

  padding-top: 0px;
  padding-right: 5px;
  padding-bottom: 0px;
  padding-left: 0px;
}
/** #page: Holds the main page content. **/
#page {
  float: left;
  width: 100%;
  clear: both;
  background: #F1EACB;
  padding-bottom: 4em;
}
/**  #footer: The page footer - will stick to the bottom if not enough content.  ****/
#footer {
  float: left;
  width: 100%;
  clear: both;
  position: relative;
  top:27px;
  margin-top: -3.8em;
  background: #000 ;
}
/* Sets the width of the footer content */
#footer #width {
  
  z-index: 3;
  font-size: 0.85em;
  padding-top: 0px;
}

#footer a {
  color: #ddd;
}
/* Uncomment this if you would like a visited link style
a:visited {
  text-decoration: line-through;
} */
#footer a:hover {
  color: #ddd;
}


/**************************************************************
   Width classes used by the site columns
 **************************************************************/
.width100 {
  width: 100%;
}
.width75 {
  width: 74.95%;
}
.width50 {
  width: 49%;
}
.width33 {
  width: 32;
}
.width25 {
  width: 24.95%;
}
/**************************************************************
   Alignment classes
 **************************************************************/
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
.alignLeft {
  text-align: left;
}
.alignRight {
  text-align: right;
}
/**************************************************************
   Generic display classes
 **************************************************************/
.clear {
  clear: both;
}
.block {
  display: block;
}
.small {
  font-size: 0.8em;
}
.green {
  color: #A1FF45;
}
.red {
  color: #7A0F16;
}
.ltwhite{
  color:#F1F3FF;
}
.grey {
  color: #666;
}
.grey a {
  color: #666;
  
}
.grey a:hover {
  color: #666;
  text-decoration: underline;
}
.gradient {
  margin-bottom: 2em;
  margin: 10px;
  background: url(../images/bg/gradient.jpg) repeat-x top left;
}
.center {
  text-align: center;
}

