html { 
  height: 100%;
}

/* tell the browser to render HTML 5 elements as block */
article, aside, figure, footer, header, hgroup, nav, section { 
  display:block;
}

body { 
  font-family: Arial, Helvetica, sans-serif;
  background: #fff2eb;
  color: #000;
  line-height: 1.2em;
}

.Titlehead {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;  
  font-style: italic;
  margin: 5px 0 5px 0;
  padding: 3px 0 0 0;
  color: #993300;
}

.subHead {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold; 
  font-style: italic;
  margin: 5px 0 5px 0;
  padding: 3px 0 0 0;
  color: #990033;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	text-align:justify
}

/* Back to TOP icon */
/*
#top {
  font-weight: bold;
  text-decoration: underline;
  color: green;
  margin: 0 0 800px 0;
  padding: 3px 0 18px 22px;
  background: url(../images/top.png) no-repeat 0 0;
}
*/

a, a:hover { 
  outline: none;
  text-decoration: underline;
  color: #068BD8;
}




#main, nav, #container, #logo, #site_content, footer { 
  margin-left: auto; 
  margin-right: auto;
}

#main {
  margin: 1px auto;
  width: 960px;
  background: transparent;
  padding-bottom: 30px;
}

#logo { 
  width: 960px;
  height: 200px;
  background: transparent;
  color: #FFF;
  padding: 0 0 0 0px;
  float: left;
}


nav { 
  height: 70px;
  width: 960px;
  float: left;
  margin: 0px auto 0px auto;
  color: #222;
  /*background: transparent url(../images/transparent.png);*/
} 

#site_content { 
  width: 960px;
  overflow: hidden;
  /*background: transparent url(../images/transparent.png);*/
} 

#content { 
  text-align: left;
  width: 920px;
  margin: 0 0 0 0;
  float: left;
  /*padding: 0 20px 20px 20px;*/
  padding: 0 0 0 20px;
}


/* Calender Icon */
.blog {
  background: url(../images/calendar.png) no-repeat;
  width: 55px;
  height: 60px;
  float: left;
  margin: 0 2px 0 0;
}

.blog h2 {
  font: normal 90% arial, sans-serif;
  font-weight: bold;
  text-shadow: none;
  text-align: center;
  margin: 0;
  padding: 3px 0 0 0;
  color: #FFF;
}
  
.blog h3 {
  font: 100% arial, sans-serif;
  text-shadow: none;
  margin: 4px 0 0 0;
  text-align: center;
  color: #222;
}






/**
Stylesheet for SooperFish by www.SooperThemes.com
Author: Jurriaan Roelofs
**/

/* Configuration of menu width */
html body ul.sf-menu ul,html body ul.sf-menu ul li { 
  width: 180px;
}

html body ul.sf-menu ul ul { 
  /*margin: 0 0 0 200px;*/
}

/* Framework for proper showing/hiding/positioning */
ul.sf-menu,ul.sf-menu * { 
  margin: 0;
  padding: 0;
}

ul.sf-menu { 
  display: block;
  position: relative;
}
  
ul.sf-menu li { 
  display: block;
  list-style: none;
  float: left;
  position: relative;
}
  
ul.sf-menu li:hover { 
  visibility: inherit; /* fixes IE7 'sticky bug' */ 
}

ul.sf-menu a { 
  display: block;
  position: relative;
}
  
ul.sf-menu ul { 
  position: absolute;
  left: 0;
  width: 180px; 
  top: auto;
}


/* Theming the menu */
ul#nav { 
  float: left;
}

ul#nav li a { 
  /*padding: 7px 25px 6px 25px;*/
  padding: 5px 10px 5px 10px;
  font: 110% 'News Cycle', arial, sans-serif;
  font-weight: bold;
  font-style: italic;
  text-decoration: none;
  color: #363434;
  margin-left: 2px;
  margin-right: 2px;
}

ul#nav li a:hover, ul#nav li a:focus, ul#nav li.selected a, ul#nav li.selected a:hover, ul#nav li.selected a:focus { 
  color: #c69a67;
  text-shadow: none;
}
