 /* Styles the body. */
body{
	background-image: url("img/bkg.jpg");
	background-repeat: repeat-x repeat-y;
	padding: 50px;
}

/* Blocks */

 /* The box which centers and holds everything. */
#holder{
	position: relative;
	width: auto;
	height: 680px;
	background-color: #fff;
	border-bottom: 3px black solid;
	border-left: 3px black solid;
	border-right: 3px black solid;
}

 /* The header box. */
#header{
	position: relative;
	width: auto;
	height: 40px;
	text-align: center;
	background-image: url("img/bkg.jpg");
	float:center;
	margin-left: auto;
    	margin-right: auto;
}

/* Box which holds the middle content and aligns it to the left. */
#content{
	position: relative;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	height: 600px;
	height: auto;
}

/* Box which holds the middle content and aligns it to the left. */
#leftbox{
	position: relative;
	padding-left: 5px;
	padding-right: 5px;
	width: 540px;
	height: 600px;
	border: 1px black dotted;
}

 /* Box which holds and aligns the menu to the right. */
#menu{
	position: relative;
	width: 470px;
	height: 600px;
	float:right;
	background: #999;
	border: 1px black dotted;
}

 /* The footer box. */
#footer{
	position: relative;
	width: 1000px;
}

/* Block Styles */

 /* Styles the h1 header tag. */
#header h1{
	font: bold 2em/200% Georgia, serif;
	color: #000000;
	width: 280px;
	background: #fff;
	text-align: center;
	border-top: 3px black solid;
	border-left: 3px black solid;
	border-right: 3px black solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}

#menu p.ad {
	width:400px;
	font: 1em arial, Sans-serif;
	background: #fff;
	border:2px solid black;
	text-align:left;
	padding: 10px;
}

 /* Styles the links inside the content-box. */
#menu a {
	color: blue;
	text-decoration: underline;
	background: white;
	font: .7em georgia, Sans-serif;
}

 /* Styles the h3 header tag. */
#leftbox h3{
	font: 1.4em/100% georgia, Sans-Serif;
	color: black;
	margin: 0;
	padding: 5px 5px 0 0;
}

 /* Styles the p-tag (the paragraphs). */
#leftbox p{
	font: 15px georgia, Sans-Serif;
	text-align: justify;
	margin-top: 5px;
}

#leftbox p img.floatleft{
	float: left;
	margin: 0 13px 5px 0;
	border: 5px black solid;
}

 /* Styles quotes displayed as block-elements. */
#leftbox p.blockquote{
	margin: 0 5px 0 20px;
	padding: 6px;
	font: .7em georgia, Sans-serif;
	border-left: 1px black dashed;
	background: white;
	text-align: justify;
}

#leftbox p.blockquote:hover{
	border-left: 1px black dashed;
	background: #5A0000;
}

 /* Puts > Quote: " < in front of everything inside the quote, so you don't have to! */
#leftbox p.blockquote:before{
	content: "Quote: " open-quote;
	font-weight: bold;
	font-style: italic;
}

 /* Puts a > " < after the quote. */
#leftbox p.blockquote:after{
	content: close-quote;
	font-weight: bold;
	font-style: italic;
}

 /* Styles the links inside the content-box. */
#leftbox a{
	color: #9C9C4F;
	text-decoration: none;
	background: white;
	font: .7em georgia, Sans-serif;
}

 /* Gives the links a hover-effect. */
#leftbox a:hover{
	color: white;
	background: #9C9C4F;
	text-decoration: none;
	font: .7em georgia, Sans-serif;
}

@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Oxygen+Mono);

#cssmenu {padding: 0; margin: 0; border: 0;}
#cssmenu ul, #cssmenu li {list-style: none; margin: 0; padding: 0;}
#cssmenu ul {position: relative; z-index: 597; }
#cssmenu ul li { float: left; min-height: 1px; vertical-align: middle;}
#cssmenu ul li.hover,
#cssmenu ul li:hover {position: relative; z-index: 599; cursor: default;}
#cssmenu ul ul {visibility: hidden; position: absolute; top: 100%; left: 0; z-index: 598; width: 100%;}
#cssmenu ul ul li {float: none;}
#cssmenu ul ul ul {top: 0; left: auto; right: -99.5%; }
#cssmenu ul li:hover > ul { visibility: visible;}
#cssmenu ul ul {bottom: 0; left: 0;}
#cssmenu ul ul {margin-top: 0; }
#cssmenu ul ul li {font-weight: bold;}
#cssmenu a { display: block; line-height: 1em; text-decoration: none; }

#cssmenu {
  background: #5A0000;
  border-bottom: 4px solid #5A0000;
  font-family: 'Oxygen Mono', Tahoma, Arial, sans-serif;
  font-size: 12px; 
}

  #cssmenu > ul { *display: inline-block; }

  #cssmenu:after, #cssmenu ul:after {
    content: '';
    display: block;
    clear: both; 
}

#cssmenu a {
    background: #5A0000;
    color: #fff;
    padding: 0 10px; 
}
#cssmenu ul { text-transform: uppercase; }

    #cssmenu ul ul {
      border-top: 4px solid #5A0000;
      text-transform: none;
      min-width: 190px; 
}
      #cssmenu ul ul a {
        background: #5A0000;
        color: #FFF;
        border: 1px solid #5A0000;
        border-top: 0 none;
        line-height: 130%;
        padding: 5px 5px; 
}
      #cssmenu ul ul ul { border-top: 0 none; }

      #cssmenu ul ul li { position: relative }

#cssmenu > ul > li > a { line-height: 28px;  }

#cssmenu ul ul li:first-child > a { border-top: 1px solid #5A0000; }
        #cssmenu ul ul li:hover > a { background: #5A0000; }

        #cssmenu ul ul li:last-child > a {
          border-radius: 0 0 3px 3px;
          box-shadow: 0 1px 0 #5A0000;
}
        #cssmenu ul ul li:last-child:hover > a { border-radius: 0 0 0 3px; }

        #cssmenu ul ul li.has-sub > a:after {
          content: '+';
          position: absolute;
          top: 50%;
          right: 15px;
          margin-top: -8px;
}

    #cssmenu ul li:hover > a, #cssmenu ul li.active > a {
      background: #5A0000;
      color: #FFF;
}
    #cssmenu ul li.has-sub > a:after {
      content: '+';
      margin-left: 5px; 
}
    #cssmenu ul li.last ul {
      left: auto;
      right: 0; 
}
      #cssmenu ul li.last ul ul {
        left: auto;
        right: 99.5%;
}

 /* The footer. */
#footer h5{
	font: .8em/300% georgia, Sans-Serif;
	color: black;
	padding: 0 0 0 1em;
	background: white;
	text-align: center;
}

 /* Styles the links in the footer box */
#footer a{
	color: black;
	font-weight: none;
	text-decoration: none;
}

 /* Gives the links a hover-effect. */
#footer a:hover{
	color: #ffffff;
	background: #9C9C4F;
	font-weight: bold;
	text-decoration: none;
}

