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


ul.list, li.list { list-style-type: none; margin-left: 5; padding-left: 0; }

html {
	height: 101%;
}

body {
   width: 100%;
}

html {
   width: 100%;
}

body {
   font-family: Arial, Helvetica, Verdana, sans-serif;
   font-size: 75%; /* 11px */
   color: #666;
   line-height: 150%; /* 17px */
   background: #eaeaea;
   text-align: center;
   margin: 0 0 25px;
   padding: 0;
}

ol {
   font-family: Arial, Helvetica, Verdana, sans-serif;
   vertical-align: top;
}

ul {
   font-family: Arial, Helvetica, Verdana, sans-serif;
   vertical-align: top;
}

textarea {
   font-family: Arial, Helvetica, Verdana, sans-serif;
   vertical-align: top;
}

select {
   font-family: Arial, Helvetica, Verdana, sans-serif;
   vertical-align: top;
}

input {
   font-family: Arial, Helvetica, Verdana, sans-serif;
   vertical-align: 0%;
}

td {
   font-family: Arial, Helvetica, Verdana, sans-serif;
   vertical-align: top;
}

tr {
   font-family: Arial, Helvetica, Verdana, sans-serif;
   vertical-align: top;
}

table {
   font-family: Arial, Helvetica, Verdana, sans-serif;
   vertical-align: top;
}

img {
  	border: none;
}

a {
  	border: none;
}

/* links */

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

a:active {
    color: #cc0000;
	text-decoration: underline;
}

a:hover {
    color: #cc0000;
	text-decoration: underline;
}

a:focus {
    color: #cc0000;
	text-decoration: underline;
}

/* headings */

/*
.heading {
  	font-size: 18px;
	font-weight: normal;
	color: #1879BE;
	margin: 0 0 1em;
	padding: 0;
	display: block;
	line-height: 130%;
}*/

/*
h1 {
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
	color: #666666;
	padding-top: 6px;
	padding-bottom: 6px; 
	display: block;
}
*/

h1 {
	font-size: 10pt;
}

h1.heading {
  color: #1879BE;
  display: block;
  font-size: 18px;
  font-weight: normal;
  line-height: 130%;
  margin: 0 0 1em;
  padding: 0;
}

.subheading2 {
	font-size: 12px;
	font-weight: normal; 
	background-color: #1879BE;
	padding: .15em 5px;
	color: #fff;
	margin: 0 0 1em;
	display: block;
}

h2 {
	font-size: 12px;
	font-weight: normal; 
	background-color: #1879BE;
	padding: .15em 5px;
	color: #fff;
	margin: 0 0 1em;
	display: block;
}

.subheading3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 .5em;
	padding: 0;
	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: 25px auto;
    width: 800px;
    background: #eaeaea url(../images/bg.gif) no-repeat 100%;
    text-align: left;
}

/* container wide */

#container.table_wide {
	width: 1000px;
	background: #eaeaea url(../images/bg-container-wide.gif) no-repeat 100% 100%;
}

#container.table_wide #content_top {
	width: 776px;
	background: transparent url(../images/bg-content-top-wide.gif) no-repeat 0% 0%;
}

#container.table_wide #content {
	width: 776px;
	background: transparent url(../images/bg-content-wide.gif) repeat-y 0% 0%;
}

#container.table_wide #content_padding {
	width: 737px;
}

#container.table_wide #content_bot {
	width: 776px;
}

#container.table_wide table {
	width: 737px;
}

/* container popuop */

#container.popup {
	width: 576px;
}

/* column */

#column_top {
    background: url(../images/bg-column-top.gif) no-repeat 0% 0%;
    width: 209px;
    height: 20px;
}

#column {
   	background: #1879be url(../images/box-r-blue.gif) repeat-y 100% 0%;
    width: 209px;
    float: left;
    color: #fff;
}

#column ul {
   list-style: none;
	margin: 0 0 2em;
}

#column #column_padding {
    margin: 0 0 2em 21px;
    width: 169px;
}

#logo {
}

img#logo {
	display: block;
}

img#logo_print {
	display: none;
}


.line {
	border-bottom: 1px solid #fff;
	height: 14px;
	margin-bottom: 1em;
}	

#column_bot {
   	background: url(../images/bg-column-bot.gif) no-repeat 0% 100%;
    width: 209px;
    height: 20px;
}

/* content */

#content_top {
   	background: #eaeaea url(../images/bg-content-top.gif) no-repeat 0% 0%;
    width: 576px;
    height: 20px;
    float: right;
}

#content {
	width: 576px;
    float: right;
	height: 300px;
    min-height: 300px;
    background: transparent url(../images/bg-content.gif) repeat-y 0% 0%;
}

*>#content {
    height: auto;
}

#content #content_padding {
	width: 536px;
    margin: 10px 0 2em 20px;
	float: left;
	display: inline;
}

#content_bot {
	width: 576px;
    height: 20px;
    float: right;
}

/* 
=page content
--------------------------------------------------------------------------------------*/

/* unordered lists */

#content ul {
	list-style: none;
	margin: 0 0 1em;
	padding: 0;
}

#content ul li {
	background: transparent url(../images/bg-li.gif) no-repeat 1px .5em;
	padding-left: 16px;
		margin: 0 0 .5em;
}

#content .file_list {
	background: none;
}

#content ul li.file_list {
	background: none;
	margin-bottom: .5em;
	padding: 0;
}

#content ul.file_list li {
	background: none;
	margin-bottom: .5em;
	padding: 0;
}
#content ul li.subbullet {
	background: transparent url(../images/bg-li-subbullet.gif) no-repeat 16px .6em;
	padding-left: 32px;
}


/* files */

.icon_pdf {
	background: transparent url(../images/icon-pdf.jpg) no-repeat 0% top;
	padding-left: 16px;
}

.icon_word {
	background: transparent url(../images/icon-word.jpg) no-repeat 0% top;
	padding-left: 16px;
}

.icon_ppt {
	background: transparent url(../images/icon-ppt.jpg) no-repeat 0% top;
	padding-left: 16px;
}

.icon_zip {
	background: transparent url(../images/icon-zip.jpg) no-repeat 0% top;
	padding-left: 16px;
}

/* 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 */
}

/* table normal */

#content table {
	font-size: 12px;
	width: 100%; /* 563px */
	border: 1px solid #ccc;
	padding: 5px;
	margin: 0 0 2em;
	line-height: 140%;
}

#content .table_header {
	background: #eee;
	border-top: none;
	text-align: left;
	font-weight: bold;
	padding: .5em 5px;
}
#content .table_headernoline {
	border-top: none;
}

#content td {
	text-align: left;
	padding: .5em 5px;
	border-top: 1px solid #ccc;
}

#content .table_rightalign{
	text-align: right;
	}
	
#content .table_highlight_grey_center {
	background-color: #eee;
	text-align: center;
}

#content table.img_table td {
	border-top: none; 
}

#content table td.img_table {
	border-top: none; 
}

/* table small */

#content .table_header_small {
	font-size: 10px;
	background: #eee;
	border-top: none;
	text-align: left;
	font-weight: bold;
	padding: .25em 3px;
	line-height: 13px;
}

#content .table_header_small_center {
	font-size: 10px;
	background: #eee;
	border-top: none;
	text-align: center;
	font-weight: bold;
	padding: .25em 3px;
	line-height: 13px;
}

#content .table_small {
	font-size: 10px;
	line-height: 13px;
}

/* image styles */

#content img.img_float_left {
	float: left;
	margin: 3px 12px 1em 0;
	display: block;
	border: 1px solid #ccc;
	padding: 5px;
}

#content img.img_float_right {
	float: right;
	margin: 3px 0 1em 12px;
	display: block;
	border: 1px solid #ccc;
	padding: 5px;
}

#content img.img_float_left_noborder {
	float: left;
	display: block;
	padding: 2px 5px 5px 0px;
	margin-right: 10px;
	margin-bottom: 1em;
	margin-left: 0;
}

#content img.img_float_right_noborder {
	float: right;
	margin: 3px 0 1em 12px;
	display: block;
	padding: 5px;
}

/* form styles */

#content textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}	

#content option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}	

#content select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}	

#content input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}	

#content input {
	margin: 0 0 1em;
	padding: 5px;
}

#content .table_form {
	padding: 10px;
}

#content .table_form td {
	border: none;
}

#content table.table_form input {
	margin: 0;	
}		

/* style_guide page styles */

master_styles_page form {
	font-family:"Courier New", Courier, monospace;
	margin: 0 0 3em;
	padding: 0;	
}

#master_styles_page textarea {
	font-family:"Courier New", Courier, monospace;
	width: 100%;
	border: none;
	color: red;
	border: 1px solid #eee;
}
		
/* other styles */

.bold {
	font-weight: bold;
}

.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;
	line-height: 12px;
}

.trail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #1879BE;
	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;
}

.highlight {
	color: #CC0000;
	font-weight: bold;
}

.highlight-yellow {
	background-color: #FFFF00;
}

.greenbold {
	color: #008000;
	font-weight: bold;
}


.message {
	color: #CC0000;
}

/*
=main_navigation
--------------------------------------------------------------------------------------*/

#column .main_navigation {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 170%;
}

#column .main_navigation a {
	color: #fff;
}

#column .main_navigation a:active {
	color: #BFDAEF;
}

#column .main_navigation a:hover {
	color: #BFDAEF;
}

#column .main_navigation a:focus {
	color: #BFDAEF;
}

/*
=crumb_navigation
--------------------------------------------------------------------------------------*/

#crumb_navigation {
	font-size: 9px;
	color: #666666;
	margin: 0 0 2em;	
}

/*
=misc
--------------------------------------------------------------------------------------*/

.hide {
   position: absolute;
   left: -999em;
}

/* self clearing floats */

#quick_links:after {
  	content: ".";
 	display: block;
   	height: 0;
   	clear: both;
   	visibility: hidden;
}

#container:after {
  	content: ".";
 	display: block;
   	height: 0;
   	clear: both;
   	visibility: hidden;
}
.subheading4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 .5em;
	padding: 0;
	display: block;
	color: #89afd8;
}

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

.required {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : red;
	text-decoration : none;
}

input {
  margin-right: 10px !important;
}

div.h1_heading {
  	font-size: 16px;
    font-weight: normal;
    text-align: center;
    color: #3b7abe;
	background: transparent url(../images/blue_box.gif) no-repeat 0% 0%;
	height: 33px;
	padding-top: 6px;
	display: block;
}

/* #column */

#column p {
	margin-bottom: 1em;
}

#column ul {
	margin: 0 0 0 10px;
}

/* #content */

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

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

#content #quick_links h2 {
   	color: #fff;
    background: #1879be 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: 100%;
    padding: .4em 0 .4em;
}

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

#content #quick_links ul {
	list-style: none;
	margin: 0 0 1em;
    width: 160px;
}

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


tr:first-child td {
    border-top: none !important;
}

/* Notice the underscore prefix. Only IE will read this */
.ie-top-td-fix td {
    _border-top: none !important;
}

.icon_pdf {
	background: transparent url(../images/icon-pdf.jpg) no-repeat scroll 0 top;
	padding-left:16px;
}

.style1 {
	color: #FFFFFF;
	border-width: medium;
}


/* FF in Windows fixes */
input[type=checkbox] {
  margin-bottom: 0px !important;
}

/* Even more Misc CSS */
div.missing, div#error-user-exists {
  font-weight: bold;
  padding: 4px;
  border: 1px solid red;
  background-color: yellow;
}

div#error-user-exists {
  margin-bottom: 25px;
}

font.required {
  display: none;
}

div.required {
   color: #666666;
}

tr td[colspan="2"] {
   display: none;
}

.poweredphplist {
    font-family:arial,verdana,sans-serif;
    font-size:10px;
    font-variant:small-caps;
    font-weight:normal;
}

.poweredphplist a {
    color: #666666;
    text-decoration: none;
}

textarea[name="unsubscribereason"] {
    display: none;
}

