/*
	Author			: Sonja Jeter
	Date Created	: 6 June 2012
	Time			   : 5:00pm
	Copyright SCVQA, &copy; 2012
*/

body {   
	font-family: sans-serif, "Lucida Grande", Verdana, Arial, sans-serif; 
	background: gray;
/* 	background-image: url(images/QShowLogos/QuiltShowBGGray6.gif); */
}

h2 {
   margin-top: 1.5em;
   margin-botom: .5em;
}

p {
   padding-top: 0;
   margin-top: 0;
}

ul {
   list-style-type   :  square;
}

ul li {
   padding-bottom: 0.8em;
}


/*
   content
*/

#content {
   margin: 10px;
   padding: 0;
/*    padding: 4em 6em; */
   width             :  800px;
   margin-left       :  auto;
   margin-right      :  auto;
   background-color  :  #fff;
}

div#main {
   margin: 10px 10px;
   padding: 10px 20px;
   width: 740px;
}


/*
   images
*/

.img_nested {
   float             :  left;
   margin            :  0px 10px 0 0;
   vertical-align: text-top;
}

.img_nested p {
   width             :  240px;
   font-style        :  italic;
   font-weight       :  500;
}

.p_nested{
   float             :  left;
   width             :  200px;
   margin            :  0 10px;
}

.clearfloats {
   clear             :  both;
   padding           :  1px 0;
}


/* 
   header 
*/

div #showHead {
   width: 100%;
   margin:0;
   margin-top: 10px;
   padding: 0;
   display: block;
   overflow: hidden;
}

div #headerLogo {
   position       :  relative;
   float          :  left;
   margin         :  20px;
/*    height         :  100px; */
}

div #headerTitle  {
   margin:0;
   padding:0;
   padding-top    :  20px;
}

div #headerTitle h1 {
   text-align: center;
   font-family: Georgia, "Times New Roman", Times, serif;
   font-variant: small-caps;
   color: #403D3A;
   line-height: 2em;   
   font-size: 2.8em; 
   width: 600px;
   margin: 0; padding: 0;
   margin-left: 10px; margin-bottom: 2px;
}

div #headerTitle h2 {
   text-align: center;
   font-family: Arial, sans-serif;
   color: #302c2B; 
   line-height: 1em;  
   font-size: 1.5em; 
   width: 600px;
   margin: 0; padding: 0;
   margin-left: 15px; margin-bottom: 20px;
}

div #showBanner img {
   margin: 0;
   padding: 0;
}



/* topMenu */

div #topMenu {
   margin:0;
   padding:0;
   background:  #403D3A;
/*    background:  #5F6C78; */

}

div #topMenu ul  {
/*    margin-top: 1em; */
   margin-top: 0;
   margin-bottom: 2em;
   padding-left: 0;
   padding-top: 0;
   list-style-type: none;
   background:  #403D3A;
/*    background:  #5F6C78; */
   color: #fff;
   text-align: center;
   float: left;
   width: 100%;
}

div #topMenu ul a {
   background:  #403D3A;
/*    background:  #5F6C78; */
   color: #fff;
   text-decoration: none;
   display: block;
   float: left; 
   padding: 0.5em 1em;
   border-right : 2px solid #fff;
   font-weight: bold;
}

div #topMenu ul a:hover {
   color: #403D3A;
   background: #ccc;
   padding: inherit;
   font-weight: bold;
   
}

div #topMenu ul li {
   margin: 0;
   display: inline;
   padding: 0.5em 1em;
   font-size: 0.8em;
   font-weight: bold;
}

div .location {
   padding-left: 3em;
}

div .googleMap {
   padding-bottom: 2em;
}



/*
   footer
*/

#footer {
   margin-top: 20em;
   padding-top: 20em;
   margin-bottom: 10em;
   padding-bottom: 10em;
   text-align: center;
   font-size         : 0.6em;
   line-height       : 0.6em;
}



/*
   table
*/

table {
   
}

table td {
      padding  :   5px;
      vertical-align: top;
}

clearboth {
   clear: both;
}


/*
   Image to the left. Text to the right
*/

.leftimage {
   float: left;
   width: 200px;
}

.righttext {
   float: left;
   padding-left: 20px;
}

.caption span.title {
   font-weight: 600;
}




/*
   form
*/

fieldset {
   margin: 20px 0 10px 0;
   padding: 5em;
}

fieldset legend {
   font-weight: 800;
   font-size: 1.5em;
}

fieldset div {
  margin: 0 0 10px 160px;
}

fieldset div label {
  line-height: 1.2;
  margin: 5px 10px 0 -160px;
  width: 140px;
  float: left;
  text-align: right;
  font-weight: 600;
}

fieldset div input,
fieldset div textarea,
fieldset div select {
   display: inline-block;
   line-height: 2;
/*    width: 300px; */
}

fieldset div radio {
   display: inline;
}

fieldset h3 {
   padding-top: 15px;
}

input[type="submit"] {
   margin      :  10px 50px;
   margin-left :  0;
}

input.submit{
   background-color: #e0ece0;
}

input.reset{
   background-color: #ece0e0;
}

/*
   other
*/

div .embox {
   width: 80%;
   padding: 10px;
   margin: 20px;
   border: 3px solid #404040;
/*    background-color: #cbb6bb; */
   background-color: #c6e1ed;
}

div .embox:first-line {
   text-transform: uppercase;
   font-weight: 800;
}

div .embox p {
   font-weight: 400;
}

.important {
   font-weight: 800;
   font-size: larger;
}

p.sig {
   margin-top : 4em;
   font-family: "Zapf Chancery", "Coronetscript", "Florence", "Comic Sans"; 
   font-style: oblique;
   font-size: 1em;
}