/* Global reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { padding-left: 40px; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { /* font-size:100%;	font-weight:normal; */ }
q:before,q:after { content:''; }

a:focus { -moz-outline: none; }

/* HTML5 element defaults */
header, footer, nav, section, article {
	display:block;
}


body {
    font-family: Trebuchet MS, Verdana;
    background-color: #87aec5;
    background-image: url('/img/gradient.gif');
    background-repeat: repeat-x;
}

.clear { clear: both; }

.redtext { color: #933; }
.blutext { color: #00a0d0; }
.errtext { color: red; font-weight: bold; }

.bold { font-weight: bold; }

.center { text-align: center; margin-left: auto; margin-right: auto; }
.right  { text-align: right; }
.left   { text-align: left;  }

.floatright { float: right; }
.floatleft  { float: left; }
.hidden { visibility: hidden; }
.hide { display: none; }
img.floatright { float: right; margin-left: 10px; margin-bottom: 20px; }
img.floatleft  { float: left; margin-right: 10px;}

small, .smalltext {
	line-height: 1.2em;
	font-size: 12px;
}

/* BEGIN Containers */
#container {
    width: 872px;
    margin: auto;
}
#bgcontainer {
    position: relative;
    background-image: url('/img/dropshadowbg.png');
    background-repeat: repeat-y;
    width: 950px;
    margin: auto;
    top: -7px;
}
#containerinterior {
    width: 872px;
    margin: auto;
    top: 0px;
    background-color: #ffffff;
}
#popcontainer {
    position: relative;
    background-repeat: repeat-y;
    width: 100%;
    margin: auto;
}
#popinterior {
    margin: auto;
    top: 0px;
    background-color: #ffffff;
    width: 90%;
}
/* END Containers */


/* BEGIN Header */
#header {
	width: 100%;
	height: 200px;
    position: relative;
}
.nav {
    background: #000;
	width: 700px;
    color: yellow;
    font-size: 12pt;
    z-index: 2;
    position: absolute; bottom: 0;
}
.headnav {
    font-size: 12pt;
}
/* END Header */

/* BEGIN Page Defaults */
#inner_wrap {
    padding: 0px 20px 20px 20px;
    width: 840px;
    font-family: Arial;
    font-size: 11pt;
    background-repeat: repeat-y;
    min-height: 320px;
}
#inner_wrap p {
	width: 95%;
}

#inner_wrap h1 { color: #801002; margin-top: 20px;
}
#inner_wrap h2 { color: #801002;
}
#inner_wrap h3 { color: #801002;
}
#inner_wrap h4 {
}
#inner_wrap h5 {
}
#inner_wrap h6 {
}

#inner_wrap p {
	line-height: 1.4em;
}

a { color: #04f; text-decoration: none; }
a:hover { color: #933; text-decoration: underline; }


/* END Page Defaults */

.sbred { color: #801002; }
.sbpur { color: #d092d1; }
.sbsig { color: #801002; font-weight: bold; font-style: italic; font-size: 120%; }


/* BEGIN Footer */
#bottom_bar {
	clear: both;
    width: 950px;
    height: 95px;
    margin: auto;
    position: relative;
    top: -7px;
    font-size: 9pt;
    color: white;
    background-image: url('/img/footerdropshadow.png');
    background-repeat: no-repeat;
    z-index: 2;
}
#bottom_bar a:link,
#bottom_bar a:visited {
    color: white;
    text-decoration: none;
}
#bottom_bar a:hover {
    color: black;
    text-decoration: underline;
}
#bottom_nav {
    text-align: center;
    margin: auto;
    position: relative;
    top: -15px;
    width: 872px;
}
#bottom_nav a:link,
#bottom_nav a:visited {
    color: white;
    text-decoration: none;
}
#bottom_nav a:hover {
    color: black;
    text-decoration: underline;
}

#sociallinks table {
    width: 100%;
    height: 50px;
}
#sociallinks table td {
    border-left: 1px solid #eee;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}
#sociallinks table td.first {
    border-left: none 0;
}


#copyright {
    text-align: center;
    font-size: 11px;
    position: relative; top: -40px;
}
/* END Footer */


/* BEGIN Menu */
.jqueryslidemenu {
    font: bold 12px Trebuchet MS;
    background: transparent;
    width: 700px;  /*  860px; */
    z-index: 10;
}
.jqueryslidemenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.jqueryslidemenu ul li {  /*Top level list items*/
    position: relative;
    display: inline;
    float: left;
}
.jqueryslidemenu ul li a {  /*Top level menu link items style*/
    display: block;
    background: #000000; /*background of tabs (default state)*/
    color: white;
    padding: 0px 20px;
    border-right: 1px solid #778;
    color: #2d2b2b;
    text-decoration: none;
}
* html .jqueryslidemenu ul li a {  /*IE6 hack to get sub menu links to behave correctly*/
    display: inline-block;
}
.jqueryslidemenu ul li a:link,
.jqueryslidemenu ul li a:visited {
    color: #f0e000;
}
.jqueryslidemenu ul li a:hover {
    background: #616161; /*tab link background during hover state*/
    color: #F7DE84;
}
.jqueryslidemenu ul li ul {  /*1st sub level menu*/
    position: absolute;
    left: 0;
    display: block;
    visibility: hidden;
    z-index: 10;
}
.jqueryslidemenu ul li ul li {  /*Sub level menu list items (undo style from Top level List Items)*/
    display: list-item;
    float: none;
    z-index: 10;
}
.jqueryslidemenu ul li ul li ul {  /*All subsequent sub menu levels vertical offset after 1st level sub menu */
    top: 0;
    z-index: 15;
}
.jqueryslidemenu ul li ul li a {  /* Sub level menu links style */
    font: normal 12px Trebuchet MS;
    width: 160px;   /*width of sub menus*/
    padding: 7px 5px;
    margin: 0;
    border-top-width: 0;
    border-bottom: 1px solid gray;
    z-index: 10;
}
.jqueryslidemenuz ul li ul li a:hover {  /*sub menus hover style*/
    background: #000000;
    color: black;
    z-index: 10;
}

.downarrowclass  { position: absolute; top: 6px; right: 7px; }
.rightarrowclass { position: absolute; top: 6px; right: 5px; }

#myslidemenu {
    position: relative;
    width: 852px;
    z-index: 10;
    text-align: center;
    left: 20px;
}
/* END Menu */
