* {border:0; margin:0; padding:0; color: black}

body{
   position: relative;
   font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
   text-align: left;
   font-size: 8pt;
   background-repeat: repeat-x;
   background-color: #FF9FB0;
}

div#ribbon {
   position: absolute;
   top: 75px;
   left: -1000px;
   height: 30px;
   width: 3000px;
   background-image: url(images/ribbon.jpg);
   background-repeat: repeat-x;
   z-index: 5;
  }

#content h1, #content h2, #content h3, #content p, #content form, #content img, #content ul {
   margin-left: 25px; margin-right: 25px; 
}
h1, h2, h3{ 
   margin-top: 1em; 
   font-weight: normal;
}

h1 { font-size: 250%; 
   font-family: "monotype corsiva", "apple chancery", Zapfino, "URW Chancery L", Verdana, sans-serif;
}
h2 { font-size: 170%; 
   font-family: "monotype corsiva", "apple chancery", Zapfino, "URW Chancery L", Verdana, sans-serif;
}
h3 { font-size: 125%; font-style: italic}

p {
   font-size: 110%;
   margin-top: .8em;
   line-height: 1.2em;
}

input, select, textarea{
	font-family: Georgia, "MS Serif", "New York", serif;	
	font-size: 120%;
   font-weight: bold;
   color: #002083;
   padding:1px;
   border: 1px solid gray;
   background-color: #EEEEEE;
   margin: 1px 1px 0 1px;
}


div#page {
   position: relative;
   min-height: 510px;
   width: 750px; 
   background-image: url(images/page-background2.jpg);
   background-repeat: repeat-y;
   margin-left: auto;
   margin-right: auto;
} 

div#scrn{
   height: 510px; /* -- -- set minimum page height here -- -- */
   float: right;
   width: 0px;
}

div#banner {
   position: relative;
   width: 535px;
   height: 130px; 
   display: block;
}

img#logo-pic {
   position: absolute;
   top: 5px;
   left: 420px;
   z-index: 120;
}
h2#tagline {
   position: absolute;
   font-family: "monotype corsiva", "apple chancery", "URW Chancery L", Verdana, sans-serif;
   top: 57px;
   left: 25px;
   letter-spacing: 1.1px;
   font-size: 180%;
   color: white;
   z-index: 110;
}

div#banner img {
   margin-top: 15px;
   margin-left: 25px;
}

#navigation {
   position: absolute;
   z-index: 10;
   right: 0;
   top: -15px;
   width: 166px;
   height: 440px;
   background-image: url(images/nav-background.jpg);
   background-repeat: no-repeat;
}

dl#hours {
   margin-top: 25px;
}

dl#hours dt {
   width: 70px;
}
dl#hours dd {
   width: 70px;
}
dl#hours dt, dl#hours dd {
   float: left;
   margin-bottom: 0.5em;
}


#contact-box {
   width: 174px;
   padding: 8px; 
   float:right; 
   margin: 15px 15px 0 15px; 
   background-color: #FF9FB0;
   border: 2px solid black;
}
dl#contact {
   margin-top: 12px;
}

dl#contact dt {
   width: 50px;
}
dl#contact dd {
   width: 120px;
}
dl#contact dt, dl#contact dd {
   float: left;
   margin-bottom: 0.5em;
   font-size: 90%;
}

div#quickinfo a, #navigation p, dl#hours {
   margin-left: 15px;
   font-size: 90%;
}

div#quickinfo {
   margin-top: 10px;
   margin-left: 20px;
}
div#quickinfo h2 {
   font-weight: bold;
   font-size: 120%;
   font-family: Verdana;
}
div#quickinfo a, div#quickinfo p {
   margin: 3px 0 0 5px;
}

ul#nav {
   margin-top: 25px;
   margin-left: 15px;
   margin-right: 15px;
   text-align: center;
   list-style: none;
}
#nav li ul {
   list-style: none;
}
#nav li {
   position: relative;
   width: 145px; 
   font-family: "monotype corsiva", "apple chancery", Zapfino, "URW Chancery L", Verdana, sans-serif;
   font-size: 170%;
   line-height: 1.5em;
   letter-spacing: 1.2px;
   border-bottom: 2px solid #303030;
}
#nav li#last {
   border-bottom: 0;
}


#nav a {
   text-decoration: none;
}

#nav a:hover {
   color: black;
}


div#content {
   width: 560px;
   display: block;
   padding-bottom: 20px;
}

.headline {
   margin-top:0;
}


.left { float: left; }
.right { float: right; }
.clearit{ clear: both; }


div#footer{
   position: absolute;
   bottom: 0;
   display: block;
   text-align: center;
   margin: 0 0 10px 10px;
   width: 520px;
   height: 2em;
   font-size: 75%;
}

div#footer a{
   text-decoration: none;
}


div#footer p, div#footer a:link, div#footer a:visited, div#footer a:hover {
	color: #808080;
}

#design {
   margin-left: 20px;
   width: 40%;
   text-align: left;
   float: left;
   display: block;
}

#copyright {
   width: 40%;
   float: right;
   text-align: right;
   display: block;
}

#address {
   float: left;
   text-align: center;
   display: block;
}

.noborder {
   border: 0;
   background-color: white;
}


div.floathack { float:right;width:1px }

div#content:after, .clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div#content, .clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html div#content, * html .clearfix {height: 1%;}
div#content, .clearfix {display: block;}
/* End hide from IE-mac */
