/* CSS CONTENT */

body {
background:#857657 url(images/bg.jpg) repeat-x fixed;
color:#303030;
font:95% "bernhartFashion BT", "Bernhart BT", Comic Sans MS,Arial,sans-serif;
margin:0;
padding:0;
text-align:center;
}

a {
color:#505050;
font-weight:bold;
text-decoration:none;
}

a:hover {
color:#808080;
text-decoration:underline;
}

p {
line-height:1.5em;
margin:0 0 15px 0;
}
img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
	z-index:100;
}

/*** Main container ***/

#container {
background:#86B082 url(#) top center repeat;
color:#303030;
margin:0 auto;
width:850px;
padding:0;
text-align:left;
border: 1px ridge #000;
}

/*** Header section ***/

#sitename {
color:#2E4BA8;
height:92px;
margin:0;
text-align:center;
}

#sitename img {
float:right;
margin:0;
padding:0px;
}

#sitename h1,#sitename h2 {
font-weight:400;
letter-spacing:-2px;
margin:0;
padding:0;
}

#sitename h1 {
font-size:2.4em;
padding-top:20px;
}

#sitename h2 {
font-size:1.6em;
}

/*** Horizontal menu ***/

/*- Menu Tabs F--------------------------- */

    #tabsF {
      float:left;
      width:100%;
      background: #CC3601 url(images/linkbg.jpg) repeat-x;
	  color: #86B082;
      font: "bernhard bt", comic sans MS, san-serif;
      font-size:12pt;
      padding: 0;
      line-height:normal;
      border-bottom:2px solid #000000;
      border-top:0px dotted #000000;
      }
    #tabsF ul {
	  margin:0;
	  padding:10px;
	  list-style:none;
      }
    #tabsF li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsF a {
      float:left;
/*      background:url("images/tableftF.gif") no-repeat left top;*/
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsF a span {
      float:left;
      display:block;
/*      background:url("images/tabrightF.gif") no-repeat right top;*/
      padding:5px 15px 4px 6px;
      color:#86B082;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsF a span {float:none;}
    /* End IE5-Mac hack */
    #tabsF a:hover span {
      color:#FFF;
      }
    #tabsF a:hover {
      background-position:0% -42px;
      }
    #tabsF a:hover span {
      background-position:100% -42px;
      }

/*** new nav added 3/3/06 pw***/
#nav{
     float:left;
      width:100%;
      background: #CC3601 url(images/linkbg.jpg) repeat-x;
      height:24pt;
	  color: #86B082;
      font: "bernhard bt", comic sans MS, san-serif;
      font-size:12pt;
      padding: 0px;
      line-height:normal;
	  margin:1px 0 0 0;
	  padding:10px 0 0 0;
      border-bottom:2px solid #000000;
      border-top:0px dotted #000000;
 }

#nav a {
	font-weight: bold;
	  color: #86B082;
}

#nav a {
	text-decoration: none;
}

#nav a:hover{
color:#fff;
}
#nav li li a {
	display: block;
	font-weight: normal;
    color: #86B082;
	background:#fff;
	width:7em;
    color: #000;
	padding:2px;
	border: 1px solid #000;
}

#nav li li a:hover {
	border-width: 0;
    background: #CC3601;
	color:#fff;
	width:7.1em;
}

#nav li {
	float: left;
	position: relative;
	width: 6em;
	text-align: center;
	cursor: default;
	list-style-type:none;
	margin:0px 0 0 0;
}

/*li#first {
	border-left-width: 1em;
}

li#last {
	border-right-width: 1em;
}
*/
li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight:normal;
	padding: 0em 0 0em 0;
	margin:0px;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: #fff;
	border: 1px;
      font: "bernhard bt", san-serif;
      font-size:10pt;
	  margin:0px;
	  padding:0px;
}

li:hover ul, li.over ul {
	display: block;
}

hr {
	display: none;
}

/*** Content wrap ***/

#wrap {
clear:both;
background:#86B082 ;
font-size:0.9em;
padding:0 10px 0 0;
margin: 10px;}

/*** Sidebars ***/



#rightside {
float:right;
background: #202020;
color:#fff;
/*opacity: 0.78;
-moz-opacity: 0.78;
_filter: progid:DXImageTransform.Microsoft.Alpha(opacity=78);*/
border: 1px solid #000000;
margin-left:5px;
width: 215px;
padding:5px;
}

/*  #tabsF li {
      display:block;
      margin:0;
      padding:0;
      }*/

#rightside h1 {
font-family: "BernhartFashion BT", "Bradley Hand ITC", "Bernhart BT", cursive;
color:#fff;
font-size:2em;
font-weight:bold;
margin:8px 0 8px;
background: transparent url(images/ico2i.png) no-repeat top right;
}
/*letter-spacing:-1px;*/

#rightside h2 {
font-family: "BernhartFashion BT", "Bradley Hand ITC", "Bernhart BT", cursive;
color:#fff;
font-size:2em;
font-weight:bold;
margin:8px 0 8px;
}

#rightside h3 {
font-family: "BernhartFashion BT", "Bradley Hand ITC", "Bernhart BT", cursive;
color:#fff;
font-size:2em;
font-weight:bold;
margin:8px 0 8px;
}

#rightside p {
font-size:1em;
line-height:1.4em;
margin:10px 0 0px 0px;
}
.div2 {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:14px;
color:#CC3601;
background:#86B082;
margin: 8px;
padding: 8px;
border:1px solid #CC3601;
}

#rightside a {
font-size:1.1em;
line-height:1.4em;
margin:0 0 0px 0px;
color: #CC3500;
}
.subhead {
	font-family: "bernhart bt", "bernhartFashion BT", cursive;
	font-size: 12px;
	color: #063D73;
}

.linklist {
list-style:none;
margin:0 0 16px 10px;
padding:0;
}

.linklist li {margin-bottom:0.7em;}

.linklist a {
color:#FFF;
}

/*** Content ***/

#content,#contentalt {
width: 530px;
background:#DAE7D9;
border:1px solid #000000;
color:#2a2a2a;
padding: 15px 15px 0 15px;
}

#content {margin:0px 200px 0px 0px;}
#contentalt {margin:0px 200px 0 10px;}

#content h1,#content h2,#contentalt h1,#contentalt h2 {
background: url(images/ico1.png) no-repeat top right;
height:50px;
background-color:inherit;
color:#2E4BA8;
font-size:1.8em;
font-weight:bold;
letter-spacing:-1px;
margin:0 0 15px;
padding:0;
}

#content h2,#contentalt h2 {
font-size:1.6em;
margin-bottom:10px;
}

#content h3,#contentalt h3 {
color:#2E4BA8;
font-size:1.4em;
font-weight:bold;
margin:8px 0 8px;
text-align:center;
}

#content h4,#contentalt h4 {
background: url(images/ico2.png) no-repeat top right;
height: 36px;
background-color:inherit;
color:#2E4BA8;
font-size:1.2em;
font-weight:bold;
letter-spacing:-1px;
margin:15px 0 15px;
padding:0;
}

.sep {
   background: url(images/ico2.png) repeat;
   height: 24px;
   width: 95%;
   padding:5px;
   margin:10px 0 40px 0;
}
#content img.left,#contentalt img.left {
/*border:1px solid #b0b0b0;*/
float:left;
margin:5px 15px 6px 0px;
padding:5px 5px 5px 0px;
opacity: 120;
-moz-opacity: 120;
_filter: progid:DXImageTransform.Microsoft.Alpha(opacity=120);
}
.right {
float:right;
margin:5px 0px 5px 5px;
padding:5px 0px 5px 5px;
}

.none {
color:#2E4BA8;
padding:5px 24px 5px 24px;
}

#contentalt blockquote {
  background: transparent url(images/bullets/bul3.png) left top no-repeat;
}
#contentalt blockquote p {
  padding: 0 36px;
/*  background: transparent url(images/bullets/bul4.png) right bottom no-repeat;*/
}
  
/*** Scroll Box ***/

#scroll {
width: 520px;
background:transparent;
color:#2a2a2a;
padding:0px 5px 10px 10px;
}

#scroll.news a {
font-size:9px;
}



/*** Footer ***/

#footer {
background:#8b8b8b url(images/footerbg.jpg) top left repeat-x;
clear:both;
color:#d0d0d0;
font-size:0.9em;
font-weight:bold;
margin:0;
padding:20px 0;
text-align:center;
width:100%;
}

#footer a {
color:#d0d0d0;
font-weight:bold;
}

/*** Various classes ***/

.thumbnail {
background:#fafbfc;
border:1px solid #b0b0b0;
margin:0 0 10px 10px;
padding:5px;
}

.searchform {margin:0;}

.searchbox {
background:#f0f0f0;
border:1px solid #b0b0b0;
margin:0 4px 0 0;
width:100px;
}

.searchbutton {
background:#f0f0f0;
border:1px solid #b0b0b0;
}

.clearingdiv {
clear:both;
height:30px;
width:1px;
}

.hide {display:none;}

/*** Text format ***/

.intro {
font-size:1.1em;
font-weight:bold;
letter-spacing:-1px;
}

.small {font-size:0.8em;}
.large {font-size:1.4em;}
.center {text-align:center;}
.right {text-align:right;}

/*** End of file ***/