﻿/*
=general
=page structure
=page content
=main_navigation
=crumb_navigation
=misc
--------------------------------------------------------------------------------------*/

html, body {
   width: 100%;
}

body {
   font-family: Arial, Helvetica, Verdana, sans-serif;
   font-size: 75%; /* 11px */
   color: black;
   line-height: 150%; /* 17px */
   background: none;
   text-align: center;
   margin: 0 0 25px;
   padding: 0;
}

table, tr, td, input, select, textarea, ul, ol {
   font-family: Arial, Helvetica, Verdana, sans-serif;
   font-size: 100%; /* 11px */
   vertical-align: top;
}

a, img {
  	border: none;
}

/* link styles */

a {
  	text-decoration: none;
    color: #3b7abe;
}

a:focus, a:hover, a:active {
    color: #cc0000;
}

.bold {
	font-weight: bold;
}

h1, .heading {
  	font-size: 18px;
	font-weight: normal;
	color: black;
	margin: 0 0 1em;
	margin-top:20px;
	padding: 0;
	display: block;
	line-height: 130%;

}

h1 span {
	display: block;
}

h2, .subheading2 {
	font-size: 12px;
	font-weight: normal; 
	background-color: #3b7abe;
	padding: .15em 5px;
	color: white;
	margin: 0 0 1em;
	display: block;
}

h3 {
	font-size: 12px;
	font-weight: bold; 
	margin: 0 0 .5em;
	padding: 0;
	display: block;
}

ul {
  	margin: 0 0 1em 12px;
    padding: 0;
}

p {
	margin: 0 0 1em;
	padding: 0;
}	

.indentedtext {
	margin-left:20px;
	margin-right:20px;
}

.highlight-orange {
	color: orange;
}


/*
=page structure
--------------------------------------------------------------------------------------*/


#container {
   	margin: auto;
    width: 100%;
    text-align: left;
}

#column_top {
   display: none;
}

#column {
    width: 100%;
	margin-bottom: 1em;
}

#column #column_padding {
    width: 100%;
}

#logo {
}

img#logo {
	display: none;
}

img#logo_print {
	display: block;
}


.line {
	display: none;
}	

#column_bot {
   	display: none;
}

#content_top {
	display: none;
}

#content {
	width: 100%;
    margin-bottom: 2em;
}

#content #content_padding {
	width: 100%;
}

#content_bot {
	display: none;
}

/* 
=page content
--------------------------------------------------------------------------------------*/

/* unordered lists */

#content ul {
	list-style:disc;
	margin: 0 0 1em 24px;
	padding: 0;
}

#content ul li {
	margin: 0 0 .5em;
}

#content ul li.file_list {
	list-style:none;
	background: none;
	margin-bottom: .5em;
	padding: 0;
}

#content ul.file_list li {
	background: none;
	margin-bottom: .5em;
	padding: 0;
}
#content ul li.subbullet {
	list-style: circle;
	margin-left: 16px;
	padding-left: 4px;
}

/* ordered lists */

#content ol {
	list-style: decimal; /* 1 */
	margin: 0 0 1em 24px;
	padding: 0;
}

#content ol li {
	margin: 0 0 .5em;
}


#content .list_uppercase {
	list-style: upper-alpha; /* A */
}

#content .list_lowercase {
	list-style: lower-alpha; /* a */
}

#content .list_roman {
	list-style: lower-roman; /* i */
}


/* icons */

.icon_pdf {
	background: transparent url(images/icon-pdf.jpg) no-repeat 0% 50%;
	padding-left: 16px;

}

.icon_word {
	background: transparent url(images/icon-word.jpg) no-repeat 0% 50%;
	padding-left: 16px;
}

.icon_ppt {
	background: transparent url(images/icon-ppt.jpg) no-repeat 0% 50%;
	padding-left: 16px;
}


/* table normal */

#content table {
	font-size: 100%;
	border: 1px solid black;
	padding: 5px;
	margin: 0 0 2em;
}

#content .table_header {
	background: #eee;
	border-top: none;
	text-align: left;
	font-weight: bold;
	padding: .5em 5px;
}

#content td {
	text-align: left;
	padding: .5em 5px;
	border-top: 1px solid black;
}

/* table small */

#content .table_header_small {
	font-size: 10px;
	border-top: none;
	background: none;
	text-align: left;
	font-weight: bold;
	padding: .25em 3px;
}

#content .table_small {
	font-size: 10px;
}


/* homepage only */


#animation {
	margin-bottom: 2em;
    width: 100%;
}

#quick_links div {
	margin-top: 1em;
    float: left;
    width: 175px;
}

#quick_links h2 {
   	color: #fff;
    background: url(images/tab.gif) no-repeat 0% 0%;
    width: 115px; /* 115px */
    font-size: 10px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 0 1em;
    line-height: 140%;
    padding: .25em 0;
}

#quick_links h2 span {
    margin: 0 10px;
    display: block;
}

#quick_links ul {
    margin: 0 0 1em;
    width: 160px;
}

#quick_links li {
    margin: 0 0 .5em;
    padding: 0;
}

.caaintro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 14px;
}

/* unsure */

.bluetab {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: capitalize;
	color: #ffffff;
	padding-left: 7px;
	background-repeat: no-repeat;
	background-position: left;
	font-weight: normal;
	padding-top: 1px;
}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}

.trail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #1879BE;
	text-decoration: none;
}

a.special:visited{
	color: #FFFFFF;
	text-decoration: none;
}

.dateupdated {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-align: right;
	padding-right: 10px;
}

.links {
	line-height: 27px;
	padding-top: 10px;
}


/*
=main_navigation
--------------------------------------------------------------------------------------*/

.main_navigation {
	display: none;
}

/*
=crumb_navigation
--------------------------------------------------------------------------------------*/

#crumb_navigation {
	font-size: 9px;
	color: black;
	margin: 0 0 2em;	
}

/*
=misc
--------------------------------------------------------------------------------------*/

.hide {
   position: absolute;
   left: -999em;
}

/* self clearing floats */

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