/* 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: 12pt;
    /*color: #dad9cd;  beige?*/
	color: #004b70; /* medium grey text */
}
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 {
	outline: none; /* this removes dotted line around links */
}
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;
}

/* trick to make text area fluid */
#tasizing { 
box-sizing: border-box;
}
textarea {
	width:100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	 box-sizing: border-box;         /* Opera/IE 8+ */
}
/* Layout Divs----------------------------------*/

#wrapper {
	min-height:600px;
	min-width: 530px;
	height:: auto !important;
	height:600px;
	max-width: 875px;
	margin-left: auto;
	margin-right: auto;
}
#topnav {
	min-width: 530px;
	background: #bfa482  0 0 repeat-y;  /*brown panel color */
	/*background: #C4793B  0 0 repeat-y;  brown panel color  rust = AA4D00*/
	padding-bottom: 5px;
	margin: 8px 0px 10px 0px;
	overflow: auto;
	border: 1px solid #A17D51;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/* drop shadow all around - removed, didnt like look
	-moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.102);
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.102);
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.102);*/
	/* Hack For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
#belowtopnav {
	clear:both;
	min-width: 530px;
}
#imagestrip {
	float: left;
	width: 185px;
}
	#imagestrip img {
		border: 0;
		width: 175px;
		height: 174px;
		margin: 1px 20px 12px 20px;
}

/* 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{
	float: right;
	max-width: 270px;
	margin: 15px 15px 15px 5px;
	/*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%;
	}
	
	.contactbox li{
		margin-left: -15px;
	}
	
.contactbox2{
	position:relative;
    max-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;
}
/* images ?? */
.main img {
    border: 0;
    width: 175px;
    height: 174px;
    left: 85px;
    position: absolute;

}

/* drop shadow block element */
.page {

	position:relative;
	/* we want to fix this div to image div - do with right margin and relative position */
	margin: 12px 15px 10px 220px;
	padding: 10px 10px 5px 12px;
	border: 1px solid #999999;
	color: #646464; /* dark grey */
	background: #FFF  0 0 repeat-y;
	max-width: 600px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 5px 5px 5px -3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 5px 5px 5px -3px rgba(0, 0, 0, 0.3);
	box-shadow: 5px 5px 5px -3px rgba(0, 0, 0, 0.3);
}
.page p{		
	font-size:14px;
	margin: 3px;
}
.page a:link {
	text-decoration: none;
}
.page a:hover {
	text-decoration: underline;
}
.page 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;
}
.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: 2px 0px 3px 0px;
}
/*.feature h4{*/
.feature h1{
    padding: 0px;
	padding-bottom: 2px;
	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: 35px;
	background: transparent left bottom no-repeat;
	padding: 0px;
}
	#menu li {
		float: left;
		list-style: none;
		height: 40px;
		/*margin-right: 62px;*/
		min-width:165px;
		/*text-align: center;*/
		line-height: 12px;
		padding-top: 3px;
		display: inline;
	}
	#menu li a {
		font-size: 18px;
		text-decoration: none;
	}
	#menu li a span {
		font-size: 9px;
		text-transform: lowercase;
		display: block;
		padding: 3px 0px 6px 0px;
	}
	#menu a:link, #menu a:visited {
		color: #3a3933;  /*dark brown*/
	}
	#menu a:hover, #menu a:active {
		color: #006699; /* lighter blue */
	}
	#menu a:link span {
		color: #807f77; /*dark grey? */
	}
	#menu a:visited span {
		color: #807f77; /*dark grey? */
	}
	#menu a:hover span, #menu a:active span {
		color: #006699; /* lighter blue */
	}

/* copyright/footer */
#copyright {
	font-size: 8pt;
	text-align: center;
	margin-top:15px;
	padding-top: 20px;
	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;
	}
