@charset "UTF-8"; 
/* SEPTEMBER 2010 : CLA-OIT */

/* Yahoo User Interface (YUI) FONT SIZING CHART
10px=77% 11px=85% 12px=93% 13px=100% 14px=108% 15px=116% 16px=123.1% 17px=131% 18px=138.5% 19px=146.5% 20px=153.9% 21px=161.6% 22px=167% 23px=174% 24px=182% 25px=189% 26px=197%
Find out more about YUI at http://developer.yahoo.com/yui/ */

body {color: #383838; font-family: Arial, Helvetica, sans-serif; line-height: 1.4; position: relative;}
#maincontent, #rightcontent, .main_nav {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}
/* LINKS */
.container_12 a {color: #16428C;}
.container_12 a:hover {color: #669;}

/* HEADINGS -- Adjust font sizes based on YUI chart above to maintain consistency. */
h1, h2, h3, h4, h5, h6 {-webkit-text-size-adjust: 140%; margin-bottom: .1em; font-weight: bold;}
h3, h4, h5, h6 { line-height: 1.4;}
h1 {font-size: 182%; color: #071673; line-height: 1.5; margin-top: .3em; text-transform:uppercase;}
h2 {font-size: 167%; color: #1D5999; line-height: 1.5; margin-top: .6em;}
h3 {font-size: 123.1%; color: #246FA6; margin-top: .7em;}
h4 {font-size: 108%; color: #2C85B3; margin-top: .6em;}
h5 {font-size: 100%; color: #339BBF; margin-top: .5em;}
h6 {font-size: 93%; color: #3AB1CC; margin-top: .4em;}

/* TEXT */
p,h1,h2,h3,h4,h5,h6,code { padding-left: 14px; padding-right: 14px;}
p {padding-bottom: 6px;}
p,ol,ul,table,dl {font-size: 97%; margin: 0 0 .5em 0;}
code {display:block;margin-bottom:.5em;}
#maincontent form {padding-left: 14px; padding-right: 14px;}
form p,form h1,form h2,form h3,form h4,form h5,form h6,#maincontent form ol,#maincontent form ul,form table,form dl{margin-left:0;margin-right:0;padding-left:0;margin-left:0;}

/* TABLES */
table {display: table; margin: .4em 14px .8em;}
caption {display: table-caption; background: #7a0019; color: #fff; font-weight: bold; margin-bottom: -1px; padding: 5px 7px 4px; text-align: left; width: auto; border: 1px solid #fff;}
tr {display: table-row;}
th, td {display: table-cell; background: #ffe2ab; font-weight: bold; padding: 4px 7px; text-align: left; border: 1px solid #fff; vertical-align:top;}
td {background: #ddd; font-weight: normal;}

/* LISTS */
#maincontent ul, #rightcontent ul {margin: .1em 2.1em 1em;}
#maincontent ol, #rightcontent ol {margin: .1em 2em 1em;}
#maincontent ol li, #rightcontent ol li {list-style: decimal outside; padding-left: 0; margin-left: .45em;}
/*#maincontent ul li, #rightcontent ul li {list-style: disc outside url("../../assets/img/li_dot1.png");}
Removed by Seth - 3/11/2014 - to get rid of + symbols in slideshow pagination*/
#maincontent ul ol li, #rightcontent ul ol li {list-style: lower-alpha outside; padding-left: 0em; margin-left: .95em;}
#maincontent ul.plus-style-list li {
	list-style:disc outside;
	list-style-image: url(../../assets/img/listitem.gif);
	margin: 1em .7em; /* first number is top and bottom margin, second is left-right */
}
