/* lqcl.css */
/* Basic Font Styles----------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", Verdana, Tahoma, Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}
h1 {
    font-size: 16pt;
    color: #dad9cd; /* beige?*/
}
h2 {
    font-size: 12pt;
    color: #334d55; /* dark blue */
}
h3 {
    font-size: 100%;
    color: #006699; /* lighter blue */
}
h4 {
    color: #004b70; /* medium grey text */
    font-size: 16px;
}

/* HTML Tag Styles------------------------------*/
a:link {
   text-decoration: none;
   color: #006699; /* lighter blue */
}
a:hover {
   text-decoration: underline;
   color: #006699;
}
a:visited {
   text-decoration: none;
   color: #ae3db1; /*#ad72af;*/
}
 
body {
	font-family:"Lucida Grande", Verdana, Tahoma, Helvetica, Arial, sans-serif;
	background: #fff url(images/bg.gif) top left repeat-x;
}

/* Layout Divs----------------------------------*/
#siteName{
	margin-left: 50px;
    margin-top: 0px;
    margin-bottom: 10px;
}
#logo {
	margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
    width:444px;
    height:40px;
}
#allcontent {
    min-height:600px;
    height:: auto !important;
    height:600px;
    /*make gackground color = brown?*/
    width: 875px;
    margin-left: auto;
    margin-right: auto;
 }
#bigwrapper {

 /*min-height:600px;
    height:: auto !important;
    height:600px;
    */
    background: #bfa482  0 0 repeat-y; /* brown panel color */
  /*  height: 850px;
   auto height not working in opera - had to use fixed height*/
    /*height: auto;*/
    width: 875px;
/*    margin-left: 50px;
    margin-right: auto;*/
    padding-top: 0px;
   margin-bottom: 1px;
    padding-bottom: 5px; /* was 50 */
    overflow:auto;
}

#imagestrip {
   float: left;
    width: 215px;
    
 }
   #imagestrip img {
      border: 0;
      width: 175px;
      height: 174px;
      margin: 6px 20px 6px 20px;
    /*  padding: 6px 0px 6px 0px;
    left: 85px;*/
      /*padding: 15px;*/
      /*Z-INDEX: 101;*/
  }
  
/* crumbtrail */
#crumbs {
	margin-top: 0px;
    font-size: 8pt;
    float: right;
    color: #006699;
}
   #crumbs a:link {
       text-decoration: none;
   }
   #crumbs a:hover {
       text-decoration: underline;
   }

/* Layout Classes------------------------------*/
.contactbox{
    position:relative;
    width: 300px;
    margin: 15px auto 15px auto;
    /*height: 150px;*/
    background-color:#DEE8EB; /* lightest blue */
	border: 1px solid #334d55; /* dark blue border */
    padding: 5px;
    text-align: center;
}
    .contactbox ul{
         text-align: left;
         font-size: 80%;
         margin-left: 25px;
    }
/* images */
.main img {
    border: 0;
    width: 175px;
    height: 174px;
    left: 85px;
    POSITION: absolute;
    /*padding: 15px;*/
    /*Z-INDEX: 101;*/
}

/* drop shadow block element */
.dropshadow2{
	float:right;
    
	/*clear:both;*/
	background: url(images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(images/shadow.gif) no-repeat bottom right;
    /* had to make float right and add large right margin to make work in opera and FF 
	margin: -22px 30px 10px 10px !important;
	margin: -38px 15px 10px 0px;*/
    margin: 14px 30px 10px 10px !important;
	margin: 14px 15px 10px 0px;
	width: 606px;
	padding: 0px;

}
.innerbox{
	position:relative;
	bottom:6px;
	right: 6px;
	border: 1px solid #999999;
	padding:4px;
    background: #FFF  0 0 repeat-y;
    width: 575px;
    margin-right: auto;   
    margin-bottom: 10px;     

  /*  padding-top: 15px;
    margin-top: -15px;*/
}

/* IE5 hack */
.innerbox{
	\margin: 10px 0px -3px 0px;
	ma\rgin:  0px 0px 0px 0px;
    background: #FFF  0 0 repeat-y;
    padding: 10px 10px 5px 20px;
    color: #646464;
}
.innerbox p{		
	font-size:14px;
	margin: 3px;
}
   .innerbox a:link {
       text-decoration: none;
   }
   .innerbox a:hover {
       text-decoration: underline;
   }

.innerbox h5{
    margin-top: 6px; 
    Font-size:14px;
    }
/* elements within the inner box */
.feature {
	padding: 0px 0px 5px 15px;
	font-size: 14px;
    line-height: 18px;
    margin-right: 20px;
    margin-left: 0px;
}
.feature h2{
    margin: 0px 50px 0px 25px;
}

.feature h3{
	padding: 0px 0px 0px 0px;
	text-align: Left;
    margin-top: 3px;
}
.feature p{
	Padding: 0px;
	margin: 8px 15px 0px 0px;    
    }
.feature ul {
    margin-top: 0px;
    margin-bottom: 15px;
    padding-top: 3px;
}
.feature li {
    padding-bottom: 3px;
    padding-top: 2px;
}
.feature h4{
    padding: 0px;
	/*margin: 10px 0px 0px 0px;*/
	border-bottom: 1px solid #000000;
}

 
.tablecol{
	padding:3px 10px 3px 15px;
	font-size: 80%;
	background-color:#DEE8EB; /* lightest blue */
	border-style:none;
	border-color: #FFFFFF;
}
.tablehead{
    font-size: 100%;
    color: #334d55;
    font-weight: bold;
    padding: 5px 0px 0px 10px;
    vertical-align:top;
    background-color:#DEE8EB;
    width:80%;
 }
/* ----------------------------------- */
/* MENU
/* ----------------------------------- */
#menu {
	height: 40px;
	background: transparent left bottom no-repeat;
	padding-left: 0px;
	padding-top: 8px;
}
	#menu li {
		float: left;
		list-style: none;
		height: 40px;
		margin-right: 62px;
		line-height: 12px;
		padding-top: 6px;
		display: inline;
	}
	#menu li a {
		font-size: 18px;
		text-decoration: none;
	}
	#menu li a span {
		font-size: 9px;
		text-transform: lowercase;
		display: block;
		padding-top: 3px;
        padding-bottom: 6px;
	}
	#menu a:link, #menu a:visited {
		color: #3a3933; /* dark brown*/
	}
	#menu a:hover, #menu a:active {
        color: #006699; /* lighter blue */
	}
	
	#menu a:link span, #menu a:visited span {
		color: #807f77; /* dark grey? */
	}
	#menu a:hover span, #menu a:active span {
        color: #006699; /* lighter blue */
	}

/* footer------------------
p.copyright {
   margin: 3px auto 0 auto;
   padding-left: 6%;
   padding-right: 8%;
   font-size: 8pt;
   text-align: justify;
   text-transform: uppercase;
   font-family: "Bitstream Vera Sans Mono", monospace;
   color: #006699;
  line-height: 120%;
   clear: both;


}*/
    /* copyright/footer */
    #copyright {
       font-size: 8pt;
       text-align: center;
       margin-bottom:0px;
       margin-top:15px;
       padding-bottom:0px;
       font-family: "Bitstream Vera Sans Mono", monospace;
       color: #3a3933; /* dark brown*/
       line-height: 120%;
       clear: both;
    }
        #copyright img {
           margin-bottom:-4px;
           width:188px;
           height:14px;
           }
/* Layout Classes------------------------------
#siteQuote{
    float: inherit;
    position: relative;
	vertical-align:bottom;
	clear: both;
	border-top: 1px solid #807f77;
	font-size: 75%;
	font-style:italic;
	color: #807f77;
	padding: 5px 10px 5px 10px;
	margin-top: 58px;

}

.feature img{
	clip: rect(0px 500px 21px 0px);
	float: inherit;
	padding: 0px 10px 0px 0px;
	margin: 10px 5px 0px 0px;
	width: 91px;
	height: 21px;
}

.contact img{
	margin: 15px 0px 15px 0px;
	position:relative;
	left: 75px;
}
.contact h2{
	font-weight:normal;
	font-size: 80%;
	/*color: #334d55;
	/*position:absolue;
	left: 107px;
	top:271px;
/*	z-index:1;
	width: 149px;
}
.item{
	padding: 0px;
	margin: 0px 50px 0px 25px;
	border-top: 1px solid #000000;
}
.item h3{
	padding: 10px 0px 0px 0px;
	text-align: Left;
}
.item p{
	Padding: 0px;
	margin: 8px 5px 15px 0px;
}*/

/*#thumbTable{
}
#thumbTable Table{
width: 95%;
border: 0;
margin: 0px;
padding: 0px;
}
#thumbTable td{
vertical-align: bottom;
width:20%;
font-size:80%;
padding:5px 0px 5px 0px;
}
#thumbTable img{
border:0;
width:100px;
}
#thumbTable p{
padding: 0px;
margin:0px 0px 3px 10px;
font-size: 90%;
}
/*#thumbTable a:link{
border-style:none;
text-decoration: none;
}
#thumbTable a:visited{
border-style:none;
text-decoration: none;
}
#thumbTable a:hover{
border-style:none;
text-decoration: none;

}*/

/*
#main {
   /* position: relative;
   float: top;
	background: #FFF  0 0 repeat-y; 
    width: 500px;
    margin-left: 250px;
    margin-right: auto;
    padding-top: 15px;
    margin-bottom: 10px;
}*/
