@charset "UTF-8";
* {
    padding: 0px;
    margin: 0px;
}
html {
    height: 100%;
    margin-bottom: 1px;
}
body {
    background:#ffffff;
    width: 700px;
    color: #333;
    font: 0.75em Verdana, Geneva, Arial, Helvetica, sans-serif;
    line-height: 1.4em;
}
a { text-decoration: underline; background-color: inherit; }
a:active { outline: none; }
a, h1, h2, h3, h4, .color {
   color: #18507C;
}
a:hover {
    text-decoration: none;
    background-color: #C3D4DF;
    color: #385C72;
}
p, h1, h2, h3, label, input, textarea, hr {
  margin: 0 0 1.5em 0;
}
h1 {
   font-size: 2em;
   line-height: 1em;
   margin: 0 0 0.5em 0;
}
h2 {
   color: #294B5F;
   font-size: 1.5em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
h3 {
   color: #294B5F;
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
h4 {
   color: #294B5F;
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}

ul{margin:0px 0px 10px 10px;}
li{margin:0px 0px 0px 5px;}
hr { height:2px; background-color:#75B4CA; color:#75B4CA; border:0px; }

.greyItalic {
    color: #999;
    font-style: italic;
}
.greyItalicBold {
    color: #999;
    font-style: italic;
    font-weight: bold;
}body {
    background: #ffffff;
    width: 100%;
}
img {
    border: 0px;
}
#outer {
    background: url(images/shadow.jpg) repeat-y center;
    margin: 0 auto;
}
#pagewrapper {
   margin: 0 auto;
   width: 980px;
   background-color: #fff;
   color: black;
   height: 100%;
}
#header {
   background: #75B4CA url(images/header.jpg);
   padding-top: 0;
}
#headerBook {
    float: right;
    color: #225780;
    padding: 10px 3px;
}
#header h1 a {
   background: url(images/logo.gif) no-repeat;
   display: block;
   height: 100px;
   text-indent: -999em;
   text-decoration:none;
}
#header h1 {
   margin: 0px;
}

#search {
   float: right;
   text-align: right;
   font-size: 12px;
   line-height: 22px;
   padding: 0;
   margin: 5px 0 0;
   color: #fff;
}

#search label, #search input {
  vertical-align: middle;
  margin-right: 0.5em;
}

div#header_image {
  clear: both;
   background-color: #75B4CA;
   width: 980px;
   height: 180px;
}

div.heading {
   font-size: 12px;
   line-height: 36px;
   height: 36px;
   font-weight: normal;
   padding: 6px 0px 3px 10px;
   background-color: #75B4CA;
   color: #fff;
 /*  font-family:  Zapfino, "Apple Chancery", Mistral, "French Script MT", Papyrus;*/
}
div.heading a, div.heading a:hover {
   color: #fff;
   text-decoration:none;
   background-color: #75B4CA;
   padding: 0px;
 /*  font-family:  Zapfino, "Apple Chancery", Mistral, "French Script MT", Papyrus;*/
}


div#content {
   margin: 0; /* some air above and under menu and content */
   background: url(images/main.jpg) repeat-y center;
   height: 100%;
}

div#main {
/*   margin: 0px 180px;*/
   width: 600px;
   background-color: #fff;
   padding: 10px;
   height: 100%;
   float: left;
}

div#sidebar_left {
   float: left;
   width: 174px;
   display: inline;
   margin: 0;
   padding-top: 10px;
}
div#sidebar_left img {
    margin-left: 10px;
   width: 154px;
}


div#sidebar_right {
   float: right;
   width: 160px;
   display: inline;
   margin: 0;
   padding-left: 10px;
   padding-top: 10px;
}
#sidebar_right a:hover {
  background-color: transparent;
}
#sidebar_right #news {
    padding-bottom: 20px;
}
#sidebar_right #news h2, #sidebar_right #news a {
    color: #333;
    text-decoration: none;
}
#sidebar_right #news a:hover {
    color: #333;
    text-decoration: underline;
}
#sidebar_right #news h2 {
 /*  font-family:  Zapfino, "Apple Chancery", Mistral, "French Script MT", Papyrus;*/
}


/********* footer *************/
div#footer {
    background-color: #75b4ca;
    font-size: 0.8em;
    clear:both;
    color: #fff;
    padding: 10px 0px 10px 190px;
}
#footer p {
  margin: 0;
}
div#footer a {
   color: #fff;
}
div#footer ul, div#footer li {
    margin: 0px;
    padding: 0px;
    list-style-type:none;
    text-align: left;
}
div#footer ul li a.topLevel {
    text-transform: uppercase;
}


/* relational links under content */
div.left49 {
  float: left;
  width: 49%;  /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}




.clearBoth {
    clear: both;
}#menu {
   text-transform: uppercase;
}
#menu ul {
    margin: 0px;
    padding: 0px;
    background: #75B4CA;
    list-style-type:none;
    list-style-position:outside;
    position:relative;
    width: 100%;
}
#menu ul.topLevel {
    height: 42px;
}
#menu li {
    margin: 0px;
    padding: 0px;
    float: left;
    position:relative;
    background: #75B4CA;
    height: 30px;
    line-height:30px;
}
#menu a {
    display:block;
    color:#fff;
    text-decoration:none;
    background: #75B4CA;
    padding: 0px 6px;
    margin: 6px 0px;
    border-left: 1px solid #fff;
}
#menu li.first a {
    border: 0px;
}
#menu ul li a:hover, #menu ul li.active a {
    color: #294B5F;
}
#menu li.active a {
    font-weight: bold;
}


/*** sub menus ***/
#menu ul li ul {
    position:absolute;
    width: 200px;
    margin-top: -6px;
    padding: 6px 0px 0px 0px;
    display: none;
    background: none;
}
/*
#menu ul li ul li {
    float:left;
    float: none;
}
#menu ul li ul li.last {
    clear: both;
}
*/
#menu ul li ul li a {
    /* inherit styles from #menu a above */
    background:#75B4CA;
    width: 180px;;
    border: 0px;
    margin: 0px;
}
#menu ul li.active ul li a {
    color: #fff;
    font-weight: normal;
}
#menu ul li ul li a:hover {
    background:#225780;
    color: #fff;
}
#menu ul li ul {
    top:auto;
}
#menu ul li ul li ul {
    left:20em;
    margin:0px 0px 0px 10px;
}
#menu ul li:hover ul ul, #menu ul li:hover ul ul ul, #menu ul li:hover ul ul ul ul {
    display:none;
}
#menu ul li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li li li li:hover ul {
    display:block;
}

/******************* menu Vert *******************/
#menuLeft {
    text-transform: uppercase;
    background: none;
    display: none;
    margin-bottom: 15px;
}
#menuLeft ul, #menuLeft ul li {
    margin: 0px;
    padding: 0px;
    list-style-type:none;
}
#menuLeft ul li a {
    color:#18507C;
    text-decoration:none;
    padding: 3px 10px;
    width: 154px;
    display: block;
}
#menuLeft ul li a:hover, #menuLeft ul li.active a {
    color: #fff;
    background:#90bfd0;
}
input, textarea, .button {
    color: #333;
    font: 1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid #333;
	background: white;
	padding: 0px 3px;
}
textarea {
	height:100px;
}
.button{
  width:75px;
  cursor:pointer;
}
