/* Common Library CSS design */

html {
	font-size: 100.01%;
}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #fff;
	font-family: Verdana, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'Bitstream Vera Sans', 'Arial Unicode MS', sans-serif;
}

body {
	font-size: 62.5%;
}

/* Main block sections */

#header {
	position: relative;
	height: 125px;
	width: 98%;
	min-width: 900px;
	margin: 1px 10px 0 10px;
	border-style: solid solid none solid;
	border-width: 1px;
	border-color: #d7d7d7;
	background: #fff url(../images/qcrllogo.jpg) no-repeat scroll top left;
}

#header img {
	margin: 0;
	padding: 5px 0 0 10px;
}

#header form {
	margin: 0 0 0 500px;
	padding: 0;
}

#header fieldset {
	border: none;
	margin: 0;
	padding: 0;
	text-align: right;
}

#header label, #header select, #header input {
	margin: 5px 0;
}

#header input {
    border: 1px solid #000;
}

#header fieldset button img {
    padding: 10px 0 0 0;
}

#myqc {
    position: absolute;
    top: 40px;
    right: 8px;
    margin: 10px;
    padding: 0;
    width: 47px;
    height: 47px;
    background: transparent url(../images/myqc1.gif) no-repeat scroll center right;
}

#myqc:hover {
    background: transparent url(../images/myqc2.gif) no-repeat scroll center right;
}

#nav {
	position: absolute;
    bottom: 0;
	height: 26px;
    width: 100%;
	min-width: 750px;
	margin: 0;
	padding: 0;
	background: url(../images/menuback.gif) repeat-x scroll center right;
}

#drop {
	margin: 0;
	padding: 0 0 0 120px;
	list-style-type: none;
	border-top: 1px solid #d7d7d7;
}

#drop li {
	position: relative;
	display: inline;
	float: left;
	background: url(../images/menuback.gif) repeat-x scroll center right;
}

#drop a {
	display: block;
	padding: 6px 12px 4px 12px;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	background: transparent;
}

#drop a:hover {
	color: #fff;
	background: url(../images/menuhover.gif) repeat-x scroll center right;
}

#drop li ul {
	margin: 0;
	padding: 0;
	left: 0;
	position: absolute;
	list-style-type: none;
	top: 1em;
	display: block;
	visibility: hidden;
}

#drop li ul li {
	display: list-item;
	float: none;
	margin-right: 0;
    color: #000;
    background-image: none;
    background-color: #d8d9d8;
}

#drop li ul li a {
	display: block;
	width: 17em;
    font-weight: normal;
	text-decoration: none;
    color: #000;
	border-style: solid;
	border-width: 1px;
	border-color: #fff;
	background: transparent;
}

#drop li ul li a:hover {
    background-image: none;
    background-color: #e71c3a;
}

#drop li ul li a:visited{
	color: #990000;
}

.borrow {
	background: url(../images/arrow.gif) no-repeat scroll center right;
}

.borrow:hover {
	background: #e71c3a url(../images/harrow.gif) repeat-y scroll center right !important;
}

#drop li ul li ul {
	top: 0;
}

#drop li ul li ul li a {
	top: 0;
	border-style: solid;
	border-width: 1px;
	border-color: #fff;
}

#drop #current a {
	color: #000;
	background-color: #fff;
}

#drop #current a:hover {
	color: #e71c3a;
	background: #fff;
}

#main {
	min-width: 900px;
	width: 98%;
	margin: 0 20px;
	color: #000;
	background-color: #fff;
}

#menu {
	top: 0;
	left: 0;
	margin: 10px 0;
	width: 172px;
    height: 100%;
	padding: 15px 0 20px 0;
	float: left;
}

#menu ul {
	margin: 0;
	padding: 0;
	text-align: right;
}

#menu ul + ul {
	margin-top: 0;
}

#menu li {
	margin: 0;
	list-style-type: none;
    color: #000;
    background-color: #d8d9d8;
	border: 1px solid #fff;
}

#menu a {
	display: block;
	padding: 6px 23px 6px 0;
	color: #000;
	background: transparent url(../images/arrow.gif) no-repeat scroll right center;
	text-decoration: none;
	font-size: 1.2em;
}

#menu #shown a {
	background: #fff;
    font-weight: bold;
	border-width: 1px;
    border-style: solid none solid solid;
    border-color: #d8d9d8;
}

#menu a:hover {
	background: #e71c3a url(../images/harrow.gif) repeat-y scroll center right;
}

#menu #shown a:hover {
	color: #e71c3a;
	background: #fff;
}

#menu #sub {
	margin: -2px 1px 1px 1px;
	padding: 0;
	border-width: 1px;
    border-style: none none solid solid;
    border-color: #d8d9d8;
}

#menu #sub li {
	color: #778899;
	background: #fff;
	font-size: 1em;
}

#menu #sub a {
	padding: 2px 4px 3px 0;
	color: #778899;
	background: #fff;
	font-size: 1em;
}

#menu #sub a:hover {
	color: #a34650;
}

#menu #sub #now a {
	color: #aa8f86;
}

#menu form {
	margin: 20px 20px 0 0;
	padding: 0;
	text-align: center;
    background-color: #e71c3a;
}

#menu fieldset {
	border: none;
	margin: 0;
	padding: 0;
	background-color: #d8d9d8;
}

#menu legend {
    margin: 0 0 5px 0;
    padding: 2px 60px 2px 2px;
    color: #fff;
    background-color: #e71c3a;
}

#menu label, #menu select, #menu input {
	margin: 5px;
}

#menu th a {
	padding: 0;
	margin: 0;
	color: #104e8b;
	background: none;
	font-size: 1em;
}

#menu th a:hover {
	color: #990000;
	background-color: #eee;
}

##qlinks {
    width: 140px;
    margin: 10px auto;
}

#qlinks ul {
	margin-right: 20px;
	border: 1px solid #000;
	background: none;
}

#qlinks li {
	margin: 0;
	padding: 0;
	text-align: left; 
	border-top: none;
	background: #fff;
}

#qlinks a {
	padding: 5px 0 5px 2px;
	color: #e71c3a;
	background: none;
}

#qlinks a:hover {
	color: #fff;
	background: #e71c3a;
}

#content {
	width: auto;
	margin: 0 0 0 170px;
	padding: 25px 30px 5px 30px;
	color: #474c4c;
	background-color: #fff;
	line-height: 1.4em;
	font-size: 1.2em;
	border-left: 1px solid #d7d7d7;
}

#content h1 {
	margin: 0;
	padding: 0;
	color: #e71c3a;
	font-size: 2em;
	line-height: 2.1em;
	font-weight: bold;
}

#content h2 {
	clear: right;
	font-size: 1.6em;
	font-weight: bold;
	color: #000;
}

#content h3{
    padding-left: 5px;
	font-size: 1.4em;
	font-weight: bold;
	color: #474c4c;
}

#content h4{
    padding-left: 10px;
	font-size: 1.2em;
	font-weight: bold;
	font-variant: small-caps;
	color: #474c4c;
}

#content a:link {
	color: #e71c3a;
	background-color: transparent;
	text-decoration: none;
	font-weight:bold;
}

#content a:visited {
	color: #990000;
	background-color: transparent;
	text-decoration: none;
	font-weight:bold;
}

#content a:hover {
	text-decoration: underline;
}

#content a:active, #content a:focus {
	color: #1874cd;
	background-color: transparent;
}

#content a[href$=".pdf"] {
	background: url(../images/pdf.gif) center right no-repeat;
	padding-right: 18px;
}

#content a[href$=".swf"] {
	background: url(../images/swf.gif) center right no-repeat;
	padding-right: 18px;
}

#content a[href$=".ppt"] {
	background: url(../images/ppt.gif) center right no-repeat;
	padding-right: 18px;
}

#content ul {
	margin-left: 6%;
	padding-left: 0;
}

#content ol {
	margin-left: 7%;
	padding-left: 0;
}

#content dl {
	margin-left: 4%;
	padding-left: 0;
}

#content dt {
	font-weight: bold;
	margin: 10px 0;
}

#content li {
	padding: .5em 0;
	list-style-type: none;
}

#content .latin li {
	list-style-type: lower-roman;
}

#content .circle li {
	list-style-type: circle;
}

#content .square li {
	list-style-type: square;
}

#content .square ol li {
	list-style-type: decimal;
}

#content ol li {
	list-style-type: decimal;
}

#content ol ul li {
	list-style-type: square;
}

#content p {
	margin-left: 4%;
}

#content th {
	margin-bottom: 20px;
	color: #000;
	background-color: #eee;
	border: 1px solid #fff;
}

#content td {
	margin: 0;
	padding: 15px 4px;
	border-bottom: 1px solid #aaa;
}

#content .date{
text-align:right !important; 
}

#clock {
    width: 95%;
	padding: 0;
	font-size: 0.8em;
    border: 1px solid #ccc;
}

#clock td, #clock th {
	margin: 0;
	padding: 0;
}

#clock th {
    width: 30%;
    border: 1px solid #ccc;
}

#clock th a {
	margin: 0;
	padding: 0;
	color: #104e8b;
	background: none;
}

#clock th a:hover {
	color: #990000;
	background-color: #eee;
}

#subjectlist, #arealist, #alphalist, #deptlist {
	margin: 0 auto;
	padding: 5px;
	text-align: center;
}

#subjectlist fieldset, #arealist fieldset , #deptlist fieldset {
	display: block;
	margin: 5px 0;
	padding: 5px;
	border: 0;
}

#subjectlist legend, #arealist legend, #deptlist legend {
	margin-bottom: 14px;
	padding: 3px 10px 3px 5px;
	border: none;
}

#alphalist li {
	display: inline;
	margin-right: 3px;
	padding: 2px;
	line-height: 2em;
	color: #000;
	background-color: #ddd;
}

#focal {
	width: 98%;
	border: 1px solid #a5a5a5 !important;
	color: #474c4c;
	background-color: #000;
}

#focal th, td {
	margin-bottom: 20px;
	color: #474c4c;
	border: 1px solid #aaa !important;
}

#focal tr:nth-of-type(even) td {
    background-color: #f7f7f7;
}

#focal tbody th {
	margin-top: 10px;
	background-color: #f8f8f8;
	border: 1px solid #aaa !important;
	text-align: right;
}

#focal tbody th a img {
	vertical-align: middle;
}

#focal tbody th a:hover img {
	border: 1px dashed #e71c3a;
}

#outer {
	width: 98%;
	overflow: hidden;
	margin: 2.6em 0;
	padding-left: 10px;
}

#innerleft {
	width: 45%;
	float: left;
}

#innerleft p {
	margin-bottom: 2.4em;
}

#innerright {
	width: 45%;
	float: right;
	text-align: center;
}

#innerright img {
	padding-top: 10px;
}

#pghead {
	width: 98%;
	overflow: hidden;
	margin-bottom: 10px;
}

#guideleft {
	width: 45%;
	float: left;
	padding-left: 5%;
}

#guideleft ul {
	margin-left: 2em;
	padding-left: 0;
	font-size: 1.2em;
}

#guideleft li{
	margin-bottom: 1em;
	padding: 0;
	line-height: 1.4em;
}
#headleft {
	width: 45%;
	float: left;
	padding-left: 5%;
}

#headleft ul {
	margin-left: 2em;
	padding-left: 2em;
	font-size: 1.2em;
	list-style: disc url(../images/section.png) inside;
	border: 1px solid #d7d7d7;
}

#headleft li{
	margin-bottom: 5px;
    font-weight: bold;
    text-indent: -2em;
}

#headleft li a {
    vertical-align: top;
}

#headright {
	width: 45%;
	float: right;
	text-align: right;
}

#headright ul {
	margin-left: 2em;
	padding-left: 0;
	text-align: left;
	font-size: 1.2em;
}

#headright .matching li {
    margin-bottom: 5px;
}

.genleft {
	width: 45%;
	float: left;
}

.genright {
	width: 45%;
	float: right;
}

#contact {
	width: 242px;
	margin-left: 10%;
	padding: 0 4px;
	background: #bfc0c5 url(../images/contacttop.jpg) no-repeat scroll top center;
	text-align: left;
}

#contact a:link {
	color: #104e8b;
}

#contact a:hover {
	color: #990000;
    text-decoration: none;
}

#contact p {
	margin: 20px;
	padding: 5px;
}

#contact h6 {
	padding-top: 20px;
	text-align: center;
}

#contact ul {
	margin: 0 -4px;
	padding: 15px;
	font-size: 1em;
	text-align: center;
	background: #bfc0c5 url(../images/contactbot.jpg) no-repeat scroll bottom center;
}

#contact ul li {
	margin-bottom: 3px;
	border-width: 2px;
	border-style: solid;
	border-color: #ccc #000 #000 #ccc;
	background: #fff url(../images/contact.png) repeat-y scroll top left;
}

#contact ul li:hover {
	background: #eee;
}

#contact ul li a {
	display: block;
	margin: 0;
	padding: 0;
}

#guides {
	position: relative;
	clear: both;
	width: 648px;
	bottom: 0;
	left: 200px;
	margin: 0 0 10px 0;
	padding: 5px;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.4em;
	text-align: center;
	color: #000;
	background-image: url(../images/guideback.jpg);
    background-repeat: no-repeat;
}

#guides a {
	color: #104e8b;
}

#guides a:hover {
	color: #990000;
}

#footer {
	height: 8em;
	width: 98%;
	clear: both;
	margin: 10px 20px 10px 20px;
	padding-top: 3px;
	color: #000;
	background-color: #fff;
    border-top: 1px solid #000;
}

#sitemap th {
	margin: 0;
	border: 2px solid #990000;
}

#sitemap td {
	margin: 0;
	padding: 0;
	border: none !important;
}

#sitemap th a {
	display: block;
}

#sitemap td a:link, #sitemap td a:visited, #sitemap td a:hover, #sitemap td a:active {
	display: block;
	padding: 3px;
	background-color: #fef6e4;
	border: 2px solid #eee; !important
}

#sitemap .stripe {
	border-right: 3px solid #990000 !important;
}

#sitemap .sides {
	border-bottom: 3px solid #990000 !important;
}

#footer p {
	padding: 1em 2em 1em 1em;
	text-align: right;
}

#footer a {
	vertical-align: bottom;
	padding: 2px 0;
	color: #104e8b;
	background-color: inherit;
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

#footer a:hover {
	color: #990000;
	background-color: inherit;
}

#footer a img {
	margin-right: 3px;
	vertical-align: bottom;
	border: 1px solid #fff;
}

#footer a:hover img {
	border: 1px solid #990000;
}

/* Special objects */

.conceal {
	margin: 0;
	padding: 0;
	display: none;
}

.lookup {
	width: 33%;
	margin: 10px 5px 10px 40px;
	padding: 0;
	background: #f8f8ff url(../images/card.gif) no-repeat scroll top left;
}

#content .lookup a:link {
    color: #104e8b;
}

#content .lookup p {
	margin: 0;
	padding: 0 0 0 20px;
}

.axis {
	margin: 0 auto;
	text-align: center;
}

.west {
	float: left;
	margin: 5px 10px 0 0;
	padding-bottom: 5px;
}

.east {
	float: right;
	margin: 5px 0 0 10px;
	padding-bottom: 5px;
	
}

.central {
	clear: both;
	text-align: center;
}

.dexter {
	text-align: right;
}

.note {
	width: 80%;
	margin: 5px auto;
	padding: 12px 6px 10px 30px;
	color: #000;
	background: #fff url(../images/note.gif) no-repeat scroll center left;
	font-family: 'Lucida Console', 'Courier New', monospace;
}

.demo {
    width: 30%;
	background-color: #dedede;
}

.demo li {
    margin-left: 20px;
	font-family: Tahoma, sans-serif;
}

/* Common elements */

h5 {
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
}

h6 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 2px;
}

img {
	border: none;
}

table {
	margin: 0 auto;
	border-collapse: collapse;
	empty-cells: show;
	caption-side: top;
}

table, th, tr, td {
	font-size: 100%;
}

th {
	padding: 5px;
	color: #000;
	background-color: #eee;
}

td {
	padding: 5px;
	color: #000;
	background-color: #fff;
}

abbr, acronym {
	color: #838b8b;
	background-color: inherit;
	border: none;
	font-weight: bold;
	text-decoration: none;
	cursor: help;
}

address {
	color: #474c4c;
	background-color: inherit;
	font-weight: bold;
	padding: 1em 0 0 2em;
	float: left;
}

sup {
	vertical-align: top;
}

input, select {
	font-size: 1em;
}

iframe {
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: 500px;
	width: 98%
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

kbd {
    padding: 3px;
	font-size: 1.2em;
	background-color: #fff;
}

p {
	text-align:justify;
}
